31
enregistrements
Parcs de stationnement - Orléans Métropole
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":"om-mobilite-parcs-stationnement",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/om-mobilite-parcs-stationnement"
}
] - "definitions":{
- "om-mobilite-parcs-stationnement":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/om-mobilite-parcs-stationnement_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"
}
}
} - "om-mobilite-parcs-stationnement_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"string",
- "title":"Identifiant national",
- "description":""
} - "id_interne":,{
- "type":"string",
- "title":"Identifiant interne à Orléans Métropole",
- "description":""
} - "nom":,{
- "type":"string",
- "title":"nom",
- "description":""
} - "insee":,{
- "type":"string",
- "title":"insee",
- "description":""
} - "adresse":,{
- "type":"string",
- "title":"adresse",
- "description":""
} - "url":,{
- "type":"string",
- "title":"url",
- "description":""
} - "type_usagers":,{
- "type":"string",
- "title":"Type d'usagers",
- "description":""
} - "gratuit":,{
- "type":"string",
- "title":"Gratuité",
- "description":""
} - "nb_places":,{
- "type":"string",
- "title":"Nombre total de places",
- "description":""
} - "nb_pr":,{
- "type":"string",
- "title":"nb_pr",
- "description":""
} - "nb_pmr":,{
- "type":"string",
- "title":"nb_pmr",
- "description":""
} - "nb_voitures_electriques":,{
- "type":"string",
- "title":"nb_voitures_electriques",
- "description":""
} - "nb_velo":,{
- "type":"integer",
- "title":"nb_velo",
- "description":""
} - "nb_2r_el":,{
- "type":"integer",
- "title":"nb_2r_el",
- "description":""
} - "nb_autopartage":,{
- "type":"integer",
- "title":"nb_autopartage",
- "description":""
} - "nb_2_rm":,{
- "type":"integer",
- "title":"nb_2_rm",
- "description":""
} - "nb_covoit":,{
- "type":"integer",
- "title":"nb_covoit",
- "description":""
} - "hauteur_max":,{
- "type":"string",
- "title":"hauteur_max",
- "description":""
} - "num_siret":,{
- "type":"string",
- "title":"num_siret",
- "description":""
} - "xlong":,{
- "type":"string",
- "title":"Xlong",
- "description":""
} - "ylat":,{
- "type":"string",
- "title":"Ylat",
- "description":""
} - "tarif_pmr":,{
- "type":"string",
- "title":"tarif_pmr",
- "description":""
} - "tarif_1h":,{
- "type":"string",
- "title":"tarif_1h",
- "description":""
} - "tarif_2h":,{
- "type":"string",
- "title":"tarif_2h",
- "description":""
} - "tarif_3h":,{
- "type":"string",
- "title":"tarif_3h",
- "description":""
} - "tarif_4h":,{
- "type":"string",
- "title":"tarif_4h",
- "description":""
} - "tarif_24h":,{
- "type":"string",
- "title":"tarif_24h",
- "description":""
} - "abo_resident":,{
- "type":"string",
- "title":"abo_resident",
- "description":""
} - "abo_non_resident":,{
- "type":"string",
- "title":"abo_non_resident",
- "description":""
} - "type_ouvrage":,{
- "type":"string",
- "title":"type_ouvrage",
- "description":""
} - "info":,{
- "type":"string",
- "title":"info",
- "description":""
} - "nom_gestionnaire":,{
- "type":"string",
- "title":"Nom du gestionnaire",
- "description":""
} - "type_parking":,{
- "type":"string",
- "title":"Type de parking",
- "description":""
} - "places_disponibles_temps_reel":,{
- "type":"string",
- "title":"Places disponibles en temps réel",
- "description":""
} - "nb_places_disponibles":,{
- "type":"string",
- "title":"Nombre de places disponibles",
- "description":""
} - "horodatage_maj_places_disponibles":,{
- "type":"string",
- "title":"Heure de mise à jour des places disponibles",
- "description":""
} - "geo":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Géolocalisation",
- "description":""
} - "taux_disponibilite":,{
- "type":"number",
- "title":"Taux de disponibilité des places",
- "description":"",
- "unit":"%"
} - "id_equipement":,{
- "type":"string",
- "title":"id_equipement",
- "description":""
} - "etat_equipement":{
- "type":"string",
- "title":"Etat",
- "description":""
}
} - "id":
}
} - "fields":
} - "properties":
} - "om-mobilite-parcs-stationnement":
}
-
ParkingMap
Découvrez ParkingMap, l'application indispensable pour simplifier vos stationnements dans de nombreuses villes en France et en Belgique. Grâce à ParkingMap, trouvez et observez en temps réel les places de parking disponibles autour de vous, y compris les parkings relais (P+R), les parkings de gares et d'aéroports gérés par les communes ou les sociétés telles que Saemes, NGE, Indigo, Effia, STAR, DiviaPark, etc. Puis, naviguez facilement vers le parking de votre choix.
Soumettre une réutilisation
Cliquez pour déplier Cliquez pour replier
Connectez-vous pour proposer une réutilisation.