enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Sectorisation des collèges des Pyrénées-Atlantiques

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Nom de l'établissement
Nom de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_lib
Type
texte
Exemple
                       
Téléphone
Numéro de téléphone de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
texte
Exemple
                       
Mail
Mail de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mail
Type
texte
Exemple
                       
Site internet
Site internet de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
web
Type
texte
Exemple
                       
Commune de l'établissement
Commune d'implantation du collège dont le secteur dépend

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_lcom
Type
texte
Exemple
                       
Adresse_1
premier élément de l'adresse de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_adrs
Type
texte
Exemple
                       
Adresse_2
Deuxième élément de l'adresse : boîte postale ou numéro département si hors 64

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_adrsc
Type
texte
Exemple
                       
Adresse_3
Troisième élément de l'adresse de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_bdic
Type
texte
Exemple
                       
Code postal
Code postal de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_cp
Type
texte
Exemple
                       
Type
Type d'établissement :
-Collège
-Cité scolaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_type
Type
texte
Exemple
                       
Code de l'établissement (uai)
Numéro de l'unité administrative immatriculée (uai)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
clg_id
Type
texte
Exemple
                       
Identifiant collège
Identifiant interne (CD64) 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
idclg
Type
int
Exemple
                       
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
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":"sectorisation-des-colleges-des-pyrenees-atlantiques",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/sectorisation-des-colleges-des-pyrenees-atlantiques"
      }
    ]
    ,
  • "definitions":
    {
    • "sectorisation-des-colleges-des-pyrenees-atlantiques":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/sectorisation-des-colleges-des-pyrenees-atlantiques_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"
            }
          }
        }
        ,
      • "sectorisation-des-colleges-des-pyrenees-atlantiques_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "clg_lib":
                {
                • "type":"string",
                • "title":"Nom de l'établissement",
                • "description":"Nom de l'établissement"
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"Téléphone",
                • "description":"Numéro de téléphone de l'établissement"
                }
                ,
              • "mail":
                {
                • "type":"string",
                • "title":"Mail",
                • "description":"Mail de l'établissement"
                }
                ,
              • "web":
                {
                • "type":"string",
                • "title":"Site internet",
                • "description":"Site internet de l'établissement"
                }
                ,
              • "clg_lcom":
                {
                • "type":"string",
                • "title":"Commune de l'établissement",
                • "description":"Commune d'implantation du collège dont le secteur dépend"
                }
                ,
              • "clg_adrs":
                {
                • "type":"string",
                • "title":"Adresse_1",
                • "description":"premier élément de l'adresse de l'établissement"
                }
                ,
              • "clg_adrsc":
                {
                • "type":"string",
                • "title":"Adresse_2",
                • "description":"Deuxième élément de l'adresse : boîte postale ou numéro département si hors 64"
                }
                ,
              • "clg_bdic":
                {
                • "type":"string",
                • "title":"Adresse_3",
                • "description":"Troisième élément de l'adresse de l'établissement"
                }
                ,
              • "clg_cp":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":"Code postal de l'établissement"
                }
                ,
              • "clg_type":
                {
                • "type":"string",
                • "title":"Type",
                • "description":"Type d'établissement : -Collège -Cité scolaire"
                }
                ,
              • "clg_id":
                {
                • "type":"string",
                • "title":"Code de l'établissement (uai)",
                • "description":"Numéro de l'unité administrative immatriculée (uai)"
                }
                ,
              • "idclg":
                {
                • "type":"integer",
                • "title":"Identifiant collège",
                • "description":"Identifiant interne (CD64) "
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires