Valeurs Globales - Fragilité Numérique

Filtres actifs Tout effacer

Aucun filtre actif.

Jeu de données affiché :

enregistrement
Filtres
x

enregistrement

Filtres

Description

En cours de traitement

Limites techniques d'usage

Aucune limite technique d'usage des données renseignée

Synthèse

Mise à jour inconnue
Thèmes

Contacts

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
nom_com
Nom (identifiant)
nom_com
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_point_2d
Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
insee_com
Nom (identifiant)
insee_com
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_epci
Nom (identifiant)
code_epci
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
epci
Nom (identifiant)
epci
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
nature_epci
Nom (identifiant)
nature_epci
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_departement
Nom (identifiant)
code_departement
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
departement
Nom (identifiant)
departement
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_region
Nom (identifiant)
code_region
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
region
Nom (identifiant)
region
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
population_legale
Nom (identifiant)
population_legale
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
acces_aux_interfaces_numeriques
Nom (identifiant)
acces_aux_interfaces_numeriques
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
acces_a_l_information
Nom (identifiant)
acces_a_l_information
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
global_acces
Nom (identifiant)
global_acces
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
competences_administatives
Nom (identifiant)
competences_administatives
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
competences_numeriques_scolaires
Nom (identifiant)
competences_numeriques_scolaires
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
global_competences
Nom (identifiant)
global_competences
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
score_global
Nom (identifiant)
score_global
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"valeurs-globales-fragilite-numerique",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/valeurs-globales-fragilite-numerique"
      }
    ]
    ,
  • "definitions":
    {
    • "valeurs-globales-fragilite-numerique":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/valeurs-globales-fragilite-numerique_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "valeurs-globales-fragilite-numerique_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nom_com":
                {
                • "type":"string",
                • "title":"nom_com",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "insee_com":
                {
                • "type":"number",
                • "title":"insee_com",
                • "description":""
                }
                ,
              • "code_epci":
                {
                • "type":"number",
                • "title":"code_epci",
                • "description":""
                }
                ,
              • "epci":
                {
                • "type":"string",
                • "title":"epci",
                • "description":""
                }
                ,
              • "nature_epci":
                {
                • "type":"string",
                • "title":"nature_epci",
                • "description":""
                }
                ,
              • "code_departement":
                {
                • "type":"number",
                • "title":"code_departement",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"departement",
                • "description":""
                }
                ,
              • "code_region":
                {
                • "type":"number",
                • "title":"code_region",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"region",
                • "description":""
                }
                ,
              • "population_legale":
                {
                • "type":"number",
                • "title":"population_legale",
                • "description":""
                }
                ,
              • "acces_aux_interfaces_numeriques":
                {
                • "type":"number",
                • "title":"acces_aux_interfaces_numeriques",
                • "description":""
                }
                ,
              • "acces_a_l_information":
                {
                • "type":"number",
                • "title":"acces_a_l_information",
                • "description":""
                }
                ,
              • "global_acces":
                {
                • "type":"number",
                • "title":"global_acces",
                • "description":""
                }
                ,
              • "competences_administatives":
                {
                • "type":"number",
                • "title":"competences_administatives",
                • "description":""
                }
                ,
              • "competences_numeriques_scolaires":
                {
                • "type":"number",
                • "title":"competences_numeriques_scolaires",
                • "description":""
                }
                ,
              • "global_competences":
                {
                • "type":"number",
                • "title":"global_competences",
                • "description":""
                }
                ,
              • "score_global":
                {
                • "type":"number",
                • "title":"score_global",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    acces_a_l_information
    acces_aux_interfaces_numeriques
    code_departement
    code_epci
    code_region
    competences_administatives
    competences_numeriques_scolaires
    global_acces
    global_competences
    insee_com
    population_legale
    score_global
    departement
    epci
    nature_epci
    nom_com
    region
    geo_point_2d
    acces_a_l_information
    acces_aux_interfaces_numeriques
    code_departement
    code_epci
    code_region
    competences_administatives
    competences_numeriques_scolaires
    global_acces
    global_competences
    insee_com
    population_legale
    score_global
    departement
    epci
    nature_epci
    nom_com
    region
    geo_point_2d
    Aucun résultat