enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Cartographie des formations Parcoursup

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Session
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee
Type
texte
Exemple
                       
Identifiant de l'établissement
Code UAI de l'établissement

Aucune description n'est disponible pour ce champ.

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

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etab_nom
Type
texte
Exemple
                       
Types d'établissement
Secteur de l'établissement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tc
Type
texte
Exemple
                       
Types de formation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tf
Type
texte
Exemple
                       
Nom long de la formation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nm
Type
texte
Exemple
                       
Mentions/Spécialités
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fl
Type
texte
Exemple
                       
Formations en apprentissage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
app
Type
texte
Exemple
                       
Internat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
int
Type
texte
Exemple
                       
Aménagement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
amg
Type
texte
Exemple
                       
Informations complémentaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
aut
Type
texte
Exemple
                       
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
region
Type
texte
Exemple
                       
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
Lien vers la fiche formation
Lien vers la fiche formation sur le site de Parcoursup

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fiche
Type
texte
Exemple
                       
Lien vers les données statistiques pour l'année antérieure
Données statistiques sur les vœux de poursuite d’études et de réorientation pour l'année antérieure

Aucune description n'est disponible pour ce champ.

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

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etab_url
Type
texte
Exemple
                       
Localisation
Localisation de la formation

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etab_gps
Type
geo_point_2d
Exemple
                       
Nom court de la formation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nmc
Type
texte
Exemple
                       
Code interne Parcoursup de la formation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gta
Type
texte
Exemple
                       
Code interne Parcoursup pour les portails
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gti
Type
texte
Exemple
                       
etablissement_id_paysage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etablissement_id_paysage
Type
texte
Exemple
                       
composante_id_paysage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
composante_id_paysage
Type
texte
Exemple
                       
rnd
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rnd
Type
texte
Exemple
                       
code_formation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_formation
Type
texte
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":"fr-esr-cartographie_formations_parcoursup",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-cartographie_formations_parcoursup"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-cartographie_formations_parcoursup":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-cartographie_formations_parcoursup_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-esr-cartographie_formations_parcoursup_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee":
                {
                • "type":"string",
                • "title":"Session",
                • "description":""
                }
                ,
              • "etab_uai":
                {
                • "type":"string",
                • "title":"Identifiant de l'établissement",
                • "description":"Code UAI de l'établissement"
                }
                ,
              • "etab_nom":
                {
                • "type":"string",
                • "title":"Nom de l'établissement",
                • "description":""
                }
                ,
              • "tc":
                {
                • "type":"string",
                • "title":"Types d'établissement",
                • "description":"Secteur de l'établissement"
                }
                ,
              • "tf":
                {
                • "type":"string",
                • "title":"Types de formation",
                • "description":""
                }
                ,
              • "nm":
                {
                • "type":"string",
                • "title":"Nom long de la formation",
                • "description":""
                }
                ,
              • "fl":
                {
                • "type":"string",
                • "title":"Mentions/Spécialités",
                • "description":""
                }
                ,
              • "app":
                {
                • "type":"string",
                • "title":"Formations en apprentissage",
                • "description":""
                }
                ,
              • "int":
                {
                • "type":"string",
                • "title":"Internat",
                • "description":""
                }
                ,
              • "amg":
                {
                • "type":"string",
                • "title":"Aménagement",
                • "description":""
                }
                ,
              • "aut":
                {
                • "type":"string",
                • "title":"Informations complémentaires",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "fiche":
                {
                • "type":"string",
                • "title":"Lien vers la fiche formation",
                • "description":"Lien vers la fiche formation sur le site de Parcoursup"
                }
                ,
              • "dataviz":
                {
                • "type":"string",
                • "title":"Lien vers les données statistiques pour l'année antérieure",
                • "description":"Données statistiques sur les vœux de poursuite d’études et de réorientation pour l'année antérieure"
                }
                ,
              • "etab_url":
                {
                • "type":"string",
                • "title":"Site internet de l'établissement",
                • "description":""
                }
                ,
              • "etab_gps":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Localisation",
                • "description":"Localisation de la formation"
                }
                ,
              • "nmc":
                {
                • "type":"string",
                • "title":"Nom court de la formation",
                • "description":""
                }
                ,
              • "gta":
                {
                • "type":"string",
                • "title":"Code interne Parcoursup de la formation",
                • "description":""
                }
                ,
              • "gti":
                {
                • "type":"string",
                • "title":"Code interne Parcoursup pour les portails",
                • "description":""
                }
                ,
              • "etablissement_id_paysage":
                {
                • "type":"string",
                • "title":"etablissement_id_paysage",
                • "description":""
                }
                ,
              • "composante_id_paysage":
                {
                • "type":"string",
                • "title":"composante_id_paysage",
                • "description":""
                }
                ,
              • "rnd":
                {
                • "type":"string",
                • "title":"rnd",
                • "description":""
                }
                ,
              • "code_formation":
                {
                • "type":"string",
                • "title":"code_formation",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires