1 enregistrement

1 enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Nom de la gare

Code postal

Segmentation DRG

Fréquentation en gares

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Nom de la gare
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_gare
Type
texte
Exemple
Abbaretz
Code UIC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_uic_complet
Type
texte
Exemple
87481614
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
44170
Segmentation DRG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
segmentation_drg
Type
texte
Exemple
C
Total Voyageurs 2023
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2023
Type
int
Exemple
54862
Total Voyageurs + Non voyageurs 2023
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2023
Type
int
Exemple
54862
Total Voyageurs 2022
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2022
Type
int
Exemple
40825
Total Voyageurs + Non voyageurs 2022
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2022
Type
int
Exemple
40825
Total Voyageurs 2021
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2021
Type
int
Exemple
27466
Total Voyageurs + Non voyageurs 2021
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2021
Type
int
Exemple
27466
Total Voyageurs 2020
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2020
Type
int
Exemple
22773
Total Voyageurs + Non voyageurs 2020
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2020
Type
int
Exemple
22773
Total Voyageurs 2019
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2019
Type
int
Exemple
38473
Total Voyageurs + Non voyageurs 2019
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2019
Type
int
Exemple
38473
Total Voyageurs 2018
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2018
Type
int
Exemple
38027
Total Voyageurs + Non voyageurs 2018
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2018
Type
int
Exemple
38027
Total Voyageurs 2017
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
totalvoyageurs2017
Type
int
Exemple
35637
Total Voyageurs + Non voyageurs 2017
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2017
Type
int
Exemple
35637
Total Voyageurs 2016
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2016
Type
int
Exemple
33021
Total Voyageurs + Non voyageurs 2016
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2016
Type
int
Exemple
33021
Total Voyageurs 2015
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_2015
Type
int
Exemple
35989
Total Voyageurs + Non voyageurs 2015
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
total_voyageurs_non_voyageurs_2015
Type
int
Exemple
35989

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":"frequentation-gares",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/frequentation-gares"
      }
    ]
    ,
  • "definitions":
    {
    • "frequentation-gares":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/frequentation-gares_records"
            }
          }
        }
      }
      ,
    • "frequentation-gares_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nom_gare":
              {
              • "type":"string",
              • "title":"Nom de la gare",
              • "description":""
              }
              ,
            • "code_uic_complet":
              {
              • "type":"string",
              • "title":"Code UIC",
              • "description":""
              }
              ,
            • "code_postal":
              {
              • "type":"string",
              • "title":"Code postal",
              • "description":""
              }
              ,
            • "segmentation_drg":
              {
              • "type":"string",
              • "title":"Segmentation DRG",
              • "description":""
              }
              ,
            • "total_voyageurs_2023":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2023",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2023":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2023",
              • "description":""
              }
              ,
            • "total_voyageurs_2022":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2022",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2022":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2022",
              • "description":""
              }
              ,
            • "total_voyageurs_2021":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2021",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2021":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2021",
              • "description":""
              }
              ,
            • "total_voyageurs_2020":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2020",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2020":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2020",
              • "description":""
              }
              ,
            • "total_voyageurs_2019":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2019",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2019":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2019",
              • "description":""
              }
              ,
            • "total_voyageurs_2018":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2018",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2018":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2018",
              • "description":""
              }
              ,
            • "totalvoyageurs2017":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2017",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2017":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2017",
              • "description":""
              }
              ,
            • "total_voyageurs_2016":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2016",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2016":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2016",
              • "description":""
              }
              ,
            • "total_voyageurs_2015":
              {
              • "type":"integer",
              • "title":"Total Voyageurs 2015",
              • "description":""
              }
              ,
            • "total_voyageurs_non_voyageurs_2015":
              {
              • "type":"integer",
              • "title":"Total Voyageurs + Non voyageurs 2015",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Réutilisations (4)

Cliquez pour déplier Cliquez pour replier
  • Cartographie de la fréquentation des gares

    Cartographie pour visualiser l'évolution de la fréquentation des gares, au global et par station.
    Mateusz BOGDAN 27 novembre 2023 13:24

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