records

records

Active filters Clear all

No active filters

Filters

Cartographie des formations Parcoursup

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Session
               

No description available for this field.

Name (identifier)
annee
Type
text
Sample
2023
Identifiant de l'établissement
Code UAI de l'établissement

No description available for this field.

Name (identifier)
etab_uai
Type
text
Sample
0333269Z
Nom de l'établissement
               

No description available for this field.

Name (identifier)
etab_nom
Type
text
Sample
La Prépa des INP - Groupe INP - Bordeaux (Pessac - 33)
Types d'établissement
Secteur de l'établissement

No description available for this field.

Name (identifier)
tc
Type
text
Sample
Publics
Types de formation
               

No description available for this field.

Name (identifier)
tf
Type
text
Sample
Formations des écoles d'ingénieurs
Nom long de la formation
               

No description available for this field.

Name (identifier)
nm
Type
text
Sample
Formation d'ingénieur Bac + 5 - Bac général
Mentions/Spécialités
               

No description available for this field.

Name (identifier)
fl
Type
text
Sample
Formation d'ingénieur Bac + 5
Formations en apprentissage
               

No description available for this field.

Name (identifier)
app
Type
text
Sample
                       
Internat
               

No description available for this field.

Name (identifier)
int
Type
text
Sample
                       
Aménagement
               

No description available for this field.

Name (identifier)
amg
Type
text
Sample
Enseignement en présentiel
Informations complémentaires
               

No description available for this field.

Name (identifier)
aut
Type
text
Sample
Des épreuves de sélection sont mises en place pour candidater à cette formation
Région
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
Nouvelle-Aquitaine
Département
               

No description available for this field.

Name (identifier)
departement
Type
text
Sample
Gironde
Commune
               

No description available for this field.

Name (identifier)
commune
Type
text
Sample
Pessac
Lien vers la fiche formation
Lien vers la fiche formation sur le site de Parcoursup

No description available for this field.

Name (identifier)
fiche
Type
text
Sample
https://dossier.parcoursup.fr/Candidats/public/fiches/afficherFicheFormation?g_ta_cod=3
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

No description available for this field.

Name (identifier)
dataviz
Type
text
Sample
https://data.enseignementsup-recherche.gouv.fr/pages/parcoursup/?disjunctive.fili&sort=tri&refine.gta=3
Site internet de l'établissement
               

No description available for this field.

Name (identifier)
etab_url
Type
text
Sample
https://www.bordeaux-inp.fr/fr/la-prepa-des-inp-0
Localisation
Localisation de la formation

No description available for this field.

Name (identifier)
etab_gps
Type
geo point
Sample
[44.80119,-0.61112]
Nom court de la formation
               

No description available for this field.

Name (identifier)
nmc
Type
text
Sample
FI-BAC5
Code interne Parcoursup de la formation
               

No description available for this field.

Name (identifier)
gta
Type
text
Sample
3
Code interne Parcoursup pour les portails
               

No description available for this field.

Name (identifier)
gti
Type
text
Sample
1
etablissement_id_paysage
               

No description available for this field.

Name (identifier)
etablissement_id_paysage
Type
text
Sample
                       
composante_id_paysage
               

No description available for this field.

Name (identifier)
composante_id_paysage
Type
text
Sample
                       
rnd
               

No description available for this field.

Name (identifier)
rnd
Type
text
Sample
567
code_formation
               

No description available for this field.

Name (identifier)
code_formation
Type
text
Sample
210

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about 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":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets