records

records

Active filters Clear all

No active filters

Filters

Établissements labellisés Euroscol

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Academie
Nom de l'académie

No description available for this field.

Name (identifier)
academie
Type
text
Sample
                       
RNE
Identifiant de l'établissement

No description available for this field.

Name (identifier)
rne
Type
text
Sample
                       
Niveau_etablissement
Niveau de l'établissement

No description available for this field.

Name (identifier)
niveau_etablissement
Type
text
Sample
                       
Niveau_etablissement_simplifie
Niveau de l'établissement simplfié

No description available for this field.

Name (identifier)
niveau_etablissement_simplifie
Type
text
Sample
                       
Nom_etablissement
Nom de l'établissement

No description available for this field.

Name (identifier)
nom_etablissement
Type
text
Sample
                       
Adresse
Adresse

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
code_postal
Code postal

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
                       
ville
Ville

No description available for this field.

Name (identifier)
ville
Type
text
Sample
                       
telephone
Numéro de téléphone

No description available for this field.

Name (identifier)
telephone
Type
text
Sample
                       
mail
Adresse mail de l'établissement

No description available for this field.

Name (identifier)
mail
Type
text
Sample
                       
caracteristiques_du_choix_de_cet_etablissement
Critères de choix de cet établissement

No description available for this field.

Name (identifier)
caracteristiques_du_choix_de_cet_etablissement
Type
text
Sample
                       
latitude
Latitude

No description available for this field.

Name (identifier)
latitude
Type
decimal
Sample
                       
longitude
Longitude

No description available for this field.

Name (identifier)
longitude
Type
decimal
Sample
                       
position
Position géographique

No description available for this field.

Name (identifier)
position
Type
geo point
Sample
                       
Code_region
Code région

No description available for this field.

Name (identifier)
code_region_2016
Type
integer
Sample
                       
Libelle_region
Libellé région

No description available for this field.

Name (identifier)
libelle_region_2016
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fr-en-etablissements-labellises-euroscol",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-en-etablissements-labellises-euroscol"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-en-etablissements-labellises-euroscol":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-en-etablissements-labellises-euroscol_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"
            }
          }
        }
        ,
      • "fr-en-etablissements-labellises-euroscol_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "academie":
                {
                • "type":"string",
                • "title":"Academie",
                • "description":"Nom de l'académie"
                }
                ,
              • "rne":
                {
                • "type":"string",
                • "title":"RNE",
                • "description":"Identifiant de l'établissement"
                }
                ,
              • "niveau_etablissement":
                {
                • "type":"string",
                • "title":"Niveau_etablissement",
                • "description":"Niveau de l'établissement"
                }
                ,
              • "niveau_etablissement_simplifie":
                {
                • "type":"string",
                • "title":"Niveau_etablissement_simplifie",
                • "description":"Niveau de l'établissement simplfié"
                }
                ,
              • "nom_etablissement":
                {
                • "type":"string",
                • "title":"Nom_etablissement",
                • "description":"Nom de l'établissement"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":"Adresse"
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"code_postal",
                • "description":"Code postal"
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"ville",
                • "description":"Ville"
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"telephone",
                • "description":"Numéro de téléphone"
                }
                ,
              • "mail":
                {
                • "type":"string",
                • "title":"mail",
                • "description":"Adresse mail de l'établissement"
                }
                ,
              • "caracteristiques_du_choix_de_cet_etablissement":
                {
                • "type":"string",
                • "title":"caracteristiques_du_choix_de_cet_etablissement",
                • "description":"Critères de choix de cet établissement"
                }
                ,
              • "latitude":
                {
                • "type":"number",
                • "title":"latitude",
                • "description":"Latitude"
                }
                ,
              • "longitude":
                {
                • "type":"number",
                • "title":"longitude",
                • "description":"Longitude"
                }
                ,
              • "position":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"position",
                • "description":"Position géographique"
                }
                ,
              • "code_region_2016":
                {
                • "type":"integer",
                • "title":"Code_region",
                • "description":"Code région"
                }
                ,
              • "libelle_region_2016":
                {
                • "type":"string",
                • "title":"Libelle_region",
                • "description":"Libellé région"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets