Jeu de données affiché :
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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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":""
}
} - "nom_com":
}
} - "fields":
} - "properties":
} - "valeurs-globales-fragilite-numerique":
}
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