47 671 enregistrements

47 671 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

ArTTown

Référentiel des arrêts : Arrêts transporteur

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ArTId
Identifiant Référentiel de l’objet (numérique simple)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artid
Type
texte
Exemple
50201433
ArTVersion
Numéro de version

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artversion
Type
texte
Exemple
1662011-1378852
ArTCreated
Date de création de l’objet

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artcreated
Type
datetime
Exemple
2023-12-01T13:45:07+00:00
ArTChanged
Date de dernière modification de l’objet

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artchanged
Type
datetime
Exemple
2025-08-08T13:39:40+00:00
FournisseurId
Id du fournisseur dans le Référentiel Arrêts

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fournisseurid
Type
texte
Exemple
530
FournisseurName
Nom du fournisseur dans le Référentiel Arrêts

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fournisseurname
Type
texte
Exemple
CENTRE ET SUD YVELINES
ArTName
Nom de l’Arrêt

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artname
Type
texte
Exemple
Porte Saint-Nicolas
ArTXEpsg2154
Coordonnées X en Lambert 93

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artxepsg2154
Type
int
Exemple
611207
ArTYEpsg2154
Coordonnées Y
 en Lambert 93

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artyepsg2154
Type
int
Exemple
6863491
ArRId
Identifiant ICAR de l’arrêt parente

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arrid
Type
texte
Exemple
35407
ArTType
Type d’arrêt

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arttype
Type
texte
Exemple
bus
ArTFareZone
Zone tarifaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artfarezone
Type
texte
Exemple
5
ArTAccessibility
Accessibilité UFR

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artaccessibility
Type
texte
Exemple
false
ArTAudibleSignals
Présence d’informations sonores

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artaudiblesignals
Type
texte
Exemple
unknown
ArTVisualSigns
Présence d’informations dynamiques

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artvisualsigns
Type
texte
Exemple
unknown
ArTTown
Libellé de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arttown
Type
texte
Exemple
Thoiry
ArTPostalRegion
Code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artpostalregion
Type
texte
Exemple
78616
ArTPrivateCode
Nom du quai (que pour SNCF)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
privatecode
Type
texte
Exemple
2833
ArTPublicCode
Numéro de la voie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
publiccode
Type
texte
Exemple
-
ArTGeopoint
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
artgeopoint
Type
geo_point_2d
Exemple
[48.865324768777235,1.78960312645655]

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":"arrets-transporteur",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/arrets-transporteur"
      }
    ]
    ,
  • "definitions":
    {
    • "arrets-transporteur":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/arrets-transporteur_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"
            }
          }
        }
        ,
      • "arrets-transporteur_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "artid":
                {
                • "type":"string",
                • "title":"ArTId",
                • "description":"Identifiant Référentiel de l’objet (numérique simple) "
                }
                ,
              • "artversion":
                {
                • "type":"string",
                • "title":"ArTVersion",
                • "description":"Numéro de version"
                }
                ,
              • "artcreated":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"ArTCreated",
                • "description":"Date de création de l’objet"
                }
                ,
              • "artchanged":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"ArTChanged",
                • "description":"Date de dernière modification de l’objet"
                }
                ,
              • "fournisseurid":
                {
                • "type":"string",
                • "title":"FournisseurId",
                • "description":"Id du fournisseur dans le Référentiel Arrêts"
                }
                ,
              • "fournisseurname":
                {
                • "type":"string",
                • "title":"FournisseurName",
                • "description":"Nom du fournisseur dans le Référentiel Arrêts"
                }
                ,
              • "artname":
                {
                • "type":"string",
                • "title":"ArTName",
                • "description":"Nom de l’Arrêt"
                }
                ,
              • "artxepsg2154":
                {
                • "type":"integer",
                • "title":"ArTXEpsg2154",
                • "description":"Coordonnées X en Lambert 93"
                }
                ,
              • "artyepsg2154":
                {
                • "type":"integer",
                • "title":"ArTYEpsg2154",
                • "description":"Coordonnées Y en Lambert 93"
                }
                ,
              • "arrid":
                {
                • "type":"string",
                • "title":"ArRId",
                • "description":"Identifiant ICAR de l’arrêt parente"
                }
                ,
              • "arttype":
                {
                • "type":"string",
                • "title":"ArTType",
                • "description":"Type d’arrêt"
                }
                ,
              • "artfarezone":
                {
                • "type":"string",
                • "title":"ArTFareZone",
                • "description":"Zone tarifaire"
                }
                ,
              • "artaccessibility":
                {
                • "type":"string",
                • "title":"ArTAccessibility",
                • "description":"Accessibilité UFR"
                }
                ,
              • "artaudiblesignals":
                {
                • "type":"string",
                • "title":"ArTAudibleSignals",
                • "description":"Présence d’informations sonores"
                }
                ,
              • "artvisualsigns":
                {
                • "type":"string",
                • "title":"ArTVisualSigns",
                • "description":"Présence d’informations dynamiques"
                }
                ,
              • "arttown":
                {
                • "type":"string",
                • "title":"ArTTown",
                • "description":"Libellé de la commune"
                }
                ,
              • "artpostalregion":
                {
                • "type":"string",
                • "title":"ArTPostalRegion",
                • "description":"Code INSEE de la commune"
                }
                ,
              • "privatecode":
                {
                • "type":"string",
                • "title":"ArTPrivateCode",
                • "description":"Nom du quai (que pour SNCF)"
                }
                ,
              • "publiccode":
                {
                • "type":"string",
                • "title":"ArTPublicCode",
                • "description":"Numéro de la voie"
                }
                ,
              • "artgeopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"ArTGeopoint",
                • "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

    • Ce jeu de données propose les arrêts de référence du référentiel des arrêts d'Île-de-France. Ces arrêts correspondent aux endroits, tels que des plateformes, zones ou quais/voies, où le voyageur attend, monte ou descend du véhicule.
    • Ce jeu de données propose l'ensemble des relations entre les objets du référentiel des arrêts d'Île-de-France
    • Ce jeu de données propose les zones d'arrêts du référentiel des arrêts d'Île-de-France. Cela représente les zones monomodales basés avant tout sur une cohérence commerciale (et géographique) : connu du public sous la même appellation commerciale.
    • Ce jeu de données propose l'ensemble des objets du référentiel des arrêts d'Île-de-France ainsi qu'une carte permettant de visualiser l'arborescence des objets.