enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Effectifs d'étudiants inscrits dans les établissements et les formations de l'enseignement supérieur - détail par établissements

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Rentrée universitaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rentree
Type
texte
Exemple
                       
catégorie d'établissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_etablissement
Type
texte
Exemple
                       
secteur d'établissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_etablissement
Type
texte
Exemple
                       
code UAI de l'établissement
               

Aucune description n'est disponible pour ce champ.

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

Aucune description n'est disponible pour ce champ.

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

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_etablissement_1
Type
texte
Exemple
                       
libellé complémentaire de l'établissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_etablissement_2
Type
texte
Exemple
                       
Code UAI de la composante
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_composante
Type
texte
Exemple
                       
sigle de la composante
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sigle_composante
Type
texte
Exemple
                       
libellé de la composante
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_composante_1
Type
texte
Exemple
                       
libellé complémentaire de la composante
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_composante_2
Type
texte
Exemple
                       
id région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg_id
Type
texte
Exemple
                       
région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg_nom
Type
texte
Exemple
                       
id académie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
aca_id
Type
texte
Exemple
                       
académie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
aca_nom
Type
texte
Exemple
                       
id département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep_id
Type
texte
Exemple
                       
département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep_num_nom
Type
texte
Exemple
                       
id unité urbaine
Code de l'unité urbaine ou de la commune si commune ruale

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
uucr_id
Type
texte
Exemple
                       
unité urbaine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
uucr_nom
Type
texte
Exemple
                       
code commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com_code
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com_nom
Type
texte
Exemple
                       
gps
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo
Type
geo_point_2d
Exemple
                       
degetu
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
degetu
Type
texte
Exemple
                       
degre_etudes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
degre_etudes
Type
texte
Exemple
                       
nombre total d’étudiants inscrits hors doubles inscriptions université/CPGE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
effectifhdccpge
Type
texte
Exemple
                       
dont femmes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dont_femmes
Type
texte
Exemple
                       
dont hommes
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dont_hommes
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-atlas_regional-effectifs-d-etudiants-inscrits-detail_etablissements",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-atlas_regional-effectifs-d-etudiants-inscrits-detail_etablissements"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-atlas_regional-effectifs-d-etudiants-inscrits-detail_etablissements":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-atlas_regional-effectifs-d-etudiants-inscrits-detail_etablissements_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-atlas_regional-effectifs-d-etudiants-inscrits-detail_etablissements_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "rentree":
                {
                • "type":"string",
                • "title":"Rentrée universitaire",
                • "description":""
                }
                ,
              • "categorie_etablissement":
                {
                • "type":"string",
                • "title":"catégorie d'établissement",
                • "description":""
                }
                ,
              • "secteur_etablissement":
                {
                • "type":"string",
                • "title":"secteur d'établissement",
                • "description":""
                }
                ,
              • "id_etablissement":
                {
                • "type":"string",
                • "title":"code UAI de l'établissement",
                • "description":""
                }
                ,
              • "sigle_etablissement":
                {
                • "type":"string",
                • "title":"sigle de l'établissement",
                • "description":""
                }
                ,
              • "libelle_etablissement_1":
                {
                • "type":"string",
                • "title":"libellé de l'établissement",
                • "description":""
                }
                ,
              • "libelle_etablissement_2":
                {
                • "type":"string",
                • "title":"libellé complémentaire de l'établissement",
                • "description":""
                }
                ,
              • "id_composante":
                {
                • "type":"string",
                • "title":"Code UAI de la composante",
                • "description":""
                }
                ,
              • "sigle_composante":
                {
                • "type":"string",
                • "title":"sigle de la composante",
                • "description":""
                }
                ,
              • "libelle_composante_1":
                {
                • "type":"string",
                • "title":"libellé de la composante",
                • "description":""
                }
                ,
              • "libelle_composante_2":
                {
                • "type":"string",
                • "title":"libellé complémentaire de la composante",
                • "description":""
                }
                ,
              • "reg_id":
                {
                • "type":"string",
                • "title":"id région",
                • "description":""
                }
                ,
              • "reg_nom":
                {
                • "type":"string",
                • "title":"région",
                • "description":""
                }
                ,
              • "aca_id":
                {
                • "type":"string",
                • "title":"id académie",
                • "description":""
                }
                ,
              • "aca_nom":
                {
                • "type":"string",
                • "title":"académie",
                • "description":""
                }
                ,
              • "dep_id":
                {
                • "type":"string",
                • "title":"id département",
                • "description":""
                }
                ,
              • "dep_num_nom":
                {
                • "type":"string",
                • "title":"département",
                • "description":""
                }
                ,
              • "uucr_id":
                {
                • "type":"string",
                • "title":"id unité urbaine",
                • "description":"Code de l'unité urbaine ou de la commune si commune ruale"
                }
                ,
              • "uucr_nom":
                {
                • "type":"string",
                • "title":"unité urbaine",
                • "description":""
                }
                ,
              • "com_code":
                {
                • "type":"string",
                • "title":"code commune",
                • "description":""
                }
                ,
              • "com_nom":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"gps",
                • "description":""
                }
                ,
              • "degetu":
                {
                • "type":"string",
                • "title":"degetu",
                • "description":""
                }
                ,
              • "degre_etudes":
                {
                • "type":"string",
                • "title":"degre_etudes",
                • "description":""
                }
                ,
              • "effectifhdccpge":
                {
                • "type":"string",
                • "title":"nombre total d’étudiants inscrits hors doubles inscriptions université/CPGE",
                • "description":""
                }
                ,
              • "dont_femmes":
                {
                • "type":"string",
                • "title":"dont femmes",
                • "description":""
                }
                ,
              • "dont_hommes":
                {
                • "type":"string",
                • "title":"dont hommes",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires