enregistrement
Tracés du réseau de transport ferré d'Ile-de-France
Modèle de données
Cliquez pour déplier Cliquez pour replier
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":"traces-du-reseau-de-transport-ferre-dile-de-france",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/traces-du-reseau-de-transport-ferre-dile-de-france"
}
] - "definitions":{
- "traces-du-reseau-de-transport-ferre-dile-de-france":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/traces-du-reseau-de-transport-ferre-dile-de-france_records"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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"
}
}
} - "traces-du-reseau-de-transport-ferre-dile-de-france_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "geo_point_2d":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Geo Point",
- "description":"Point géographique "
} - "geo_shape":,{
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/geometry"
}
] - "title":"Geo Shape",
- "description":"Shape d'un tracé d'une ligne"
} - "idrefliga":,{
- "type":"string",
- "title":"idrefliga",
- "description":"Identifiant unique de la ligne administrative issu du référentiel CodifLigne"
} - "idrefligc":,{
- "type":"string",
- "title":"idrefligc",
- "description":"Identifiant unique de la ligne commerciale issue du référentiel CodifLigne"
} - "res_com":,{
- "type":"string",
- "title":"res_com",
- "description":"Nom commercial du réseau décrit par le tronçon de ligne. Valeurs: M1 à M14 / RER A à E / LIGNE H à U / FUNICULAIRE MONTMARTRE / CDGVAL / ORLYVAL / T1 à T8 / TER"
} - "reseau":,{
- "type":"string",
- "title":"reseau",
- "description":"Nom du réseau ferré (au sens SNCF); Valeurs: Métro / TRAMWAY / RER A / RER B / RER C / RER D / RER E / SNCF NORD / SNCF SAINT-LAZARE / PARIS SUD EST / PARIS RIVE GAUCHE / PARIS NORD / PARIS EST / LA VERRIERE-LA DEFENSE / ORLYVAL / CDGVAL / FUNICULAIRE MONTMARTRE / GRANDES LIGNES"
} - "mode":,{
- "type":"string",
- "title":"mode",
- "description":"Nom du mode. Valeurs: Metro / Navette / RER / Train / Tramway"
} - "train":,{
- "type":"integer",
- "title":"train",
- "description":"Indique si l'objet décrit est une ligne ferrée (mode Train). Valeurs: 1 [=oui] / 0 [=non]"
} - "rer":,{
- "type":"integer",
- "title":"rer",
- "description":"Indique si l'objet décrit est une ligne ferrée (mode RER). Valeurs: 1 [=oui] / 0 [=non]"
} - "metro":,{
- "type":"integer",
- "title":"metro",
- "description":"Indique si l'objet décrit est une ligne de métro. Valeurs: 1 [=oui] / 0 [=non]"
} - "tramway":,{
- "type":"integer",
- "title":"tramway",
- "description":"Indique si l'objet décrit est une ligne de tramway. Valeurs: 1 [=oui] / 0 [=non]"
} - "val":,{
- "type":"integer",
- "title":"val",
- "description":"Indique si l'objet décrit est une ligne dite navette, à savoir funiculaire ou val. Valeurs: 1 [=oui] / 0 [=non]"
} - "exploitant":,{
- "type":"string",
- "title":"exploitant",
- "description":"Nom de l'exploitant de la ligne"
} - "date_mes":,{
- "type":"string",
- "format":"date-time",
- "title":"date_mes",
- "description":"Date de mise en service du tronçon."
} - "idf":,{
- "type":"integer",
- "title":"idf",
- "description":"Indique si le tronçon de ligne se situe en Ile de France. Valeurs: 1 [=oui] / 0 [=non]"
} - "extcode":,{
- "type":"string",
- "title":"extcode",
- "description":"Code Externe de ligne (utilisé dans les fichiers GTFS at API)"
} - "indice_lig":,{
- "type":"string",
- "title":"indice_lig",
- "description":"Nom de l'indice de ligne (selon le nom commercial de la ligne). Valeurs: 1 2 3 3b 4 5 6 7 7b 8 9 10 11 12 13 14 A B C D E H J K L N P R U CDG FUN GL ORL TER. (Attention : les indices 1-2-3-4-5-6-7-8 concernent le métro ET le tramway.)"
} - "shape_leng":,{
- "type":"number",
- "title":"SHAPE_Leng",
- "description":"Longueur du troncon dans le SIG"
} - "colourweb_hexa":,{
- "type":"string",
- "title":"ColourWeb_hexa",
- "description":"Couleur de la ligne exprimée en web hexa"
} - "colourprint_cmjn":,{
- "type":"string",
- "title":"ColourPrint_CMJN",
- "description":"Couleur de la ligne exprimée en CMJN"
} - "picto":,{
- "type":"string",
- "title":"picto_initial",
- "description":"Picto de ligne initial"
} - "picto_final":{
- "type":"string",
- "title":"picto_final",
- "description":"Picto de ligne final"
}
} - "geo_point_2d":
}
} - "fields":
} - "properties":
} - "traces-du-reseau-de-transport-ferre-dile-de-france":
}
Soumettre une réutilisation
Cliquez pour déplier Cliquez pour replier
Connectez-vous pour proposer une réutilisation.