records

records

Active filters Clear all

No active filters

Filters

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

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Rentrée universitaire
               

No description available for this field.

Name (identifier)
rentree
Type
text
Sample
                       
catégorie d'établissement
               

No description available for this field.

Name (identifier)
categorie_etablissement
Type
text
Sample
                       
secteur d'établissement
               

No description available for this field.

Name (identifier)
secteur_etablissement
Type
text
Sample
                       
code UAI de l'établissement
               

No description available for this field.

Name (identifier)
id_etablissement
Type
text
Sample
                       
sigle de l'établissement
               

No description available for this field.

Name (identifier)
sigle_etablissement
Type
text
Sample
                       
libellé de l'établissement
               

No description available for this field.

Name (identifier)
libelle_etablissement_1
Type
text
Sample
                       
libellé complémentaire de l'établissement
               

No description available for this field.

Name (identifier)
libelle_etablissement_2
Type
text
Sample
                       
Code UAI de la composante
               

No description available for this field.

Name (identifier)
id_composante
Type
text
Sample
                       
sigle de la composante
               

No description available for this field.

Name (identifier)
sigle_composante
Type
text
Sample
                       
libellé de la composante
               

No description available for this field.

Name (identifier)
libelle_composante_1
Type
text
Sample
                       
libellé complémentaire de la composante
               

No description available for this field.

Name (identifier)
libelle_composante_2
Type
text
Sample
                       
id région
               

No description available for this field.

Name (identifier)
reg_id
Type
text
Sample
                       
région
               

No description available for this field.

Name (identifier)
reg_nom
Type
text
Sample
                       
id académie
               

No description available for this field.

Name (identifier)
aca_id
Type
text
Sample
                       
académie
               

No description available for this field.

Name (identifier)
aca_nom
Type
text
Sample
                       
id département
               

No description available for this field.

Name (identifier)
dep_id
Type
text
Sample
                       
département
               

No description available for this field.

Name (identifier)
dep_num_nom
Type
text
Sample
                       
id unité urbaine
Code de l'unité urbaine ou de la commune si commune ruale

No description available for this field.

Name (identifier)
uucr_id
Type
text
Sample
                       
unité urbaine
               

No description available for this field.

Name (identifier)
uucr_nom
Type
text
Sample
                       
code commune
               

No description available for this field.

Name (identifier)
com_code
Type
text
Sample
                       
Commune
               

No description available for this field.

Name (identifier)
com_nom
Type
text
Sample
                       
gps
               

No description available for this field.

Name (identifier)
geo
Type
geo point
Sample
                       
degetu
               

No description available for this field.

Name (identifier)
degetu
Type
text
Sample
                       
degre_etudes
               

No description available for this field.

Name (identifier)
degre_etudes
Type
text
Sample
                       
nombre total d’étudiants inscrits hors doubles inscriptions université/CPGE
               

No description available for this field.

Name (identifier)
effectifhdccpge
Type
text
Sample
                       
dont femmes
               

No description available for this field.

Name (identifier)
dont_femmes
Type
text
Sample
                       
dont hommes
               

No description available for this field.

Name (identifier)
dont_hommes
Type
text
Sample
                       

JSON Schema

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

    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