enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Lieux de stationnement de Saint-Maur-des-Fossés

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
                       
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
code insee de la commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_de_la_commune
Type
décimal
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
type_usagers
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_usagers
Type
texte
Exemple
                       
gratuit 1h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gratuit
Type
texte
Exemple
                       
nombre de places
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_de_places
Type
texte
Exemple
                       
places pour personne à mobilité réduite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
places_pour_personne_a_mobilite_reduite
Type
texte
Exemple
                       
hauteur max
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hauteur_max
Type
texte
Exemple
                       
num_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_siret
Type
décimal
Exemple
                       
Xlong
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlong
Type
décimal
Exemple
                       
Ylatitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylatitude
Type
décimal
Exemple
                       
tarif_1h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_1h
Type
texte
Exemple
                       
tarif_2h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_2h
Type
texte
Exemple
                       
tarif_3h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_3h
Type
texte
Exemple
                       
tarif_4h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_4h
Type
texte
Exemple
                       
tarif_24h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_24h
Type
texte
Exemple
                       
abo_resident
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
abo_resident
Type
texte
Exemple
                       
abo_non_resident
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
abo_non_resident
Type
texte
Exemple
                       
type d'ouvrage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_d_ouvrage
Type
texte
Exemple
                       
point_geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
point_geo
Type
geo_point_2d
Exemple
                       

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":"parkings_smdf",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/parkings_smdf"
      }
    ]
    ,
  • "definitions":
    {
    • "parkings_smdf":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/parkings_smdf_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"
            }
          }
        }
        ,
      • "parkings_smdf_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"nom",
                • "description":""
                }
                ,
              • "code_insee_de_la_commune":
                {
                • "type":"number",
                • "title":"code insee de la commune",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "type_usagers":
                {
                • "type":"string",
                • "title":"type_usagers",
                • "description":""
                }
                ,
              • "gratuit":
                {
                • "type":"string",
                • "title":"gratuit 1h",
                • "description":""
                }
                ,
              • "nombre_de_places":
                {
                • "type":"string",
                • "title":"nombre de places",
                • "description":""
                }
                ,
              • "places_pour_personne_a_mobilite_reduite":
                {
                • "type":"string",
                • "title":"places pour personne à mobilité réduite",
                • "description":""
                }
                ,
              • "hauteur_max":
                {
                • "type":"string",
                • "title":"hauteur max",
                • "description":""
                }
                ,
              • "num_siret":
                {
                • "type":"number",
                • "title":"num_siret",
                • "description":""
                }
                ,
              • "xlong":
                {
                • "type":"number",
                • "title":"Xlong",
                • "description":""
                }
                ,
              • "ylatitude":
                {
                • "type":"number",
                • "title":"Ylatitude",
                • "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_d_ouvrage":
                {
                • "type":"string",
                • "title":"type d'ouvrage",
                • "description":""
                }
                ,
              • "point_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"point_geo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires