1 214 enregistrements

Comptages routiers dernier - Angers Loire Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
CPTR_ALM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cptr_alm
Type
int
Exemple
14
ID_VOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_voie
Type
texte
Exemple
329
LIBELLE_VOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_voie
Type
texte
Exemple
Avenue Victor Châtenay
CODE_INSEE_COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee_commune
Type
texte
Exemple
49007
NOM_COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commune
Type
texte
Exemple
ANGERS
NOM_COMMUNE_DELEGUEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commune_deleguee
Type
texte
Exemple
                       
LIBVO_S1DE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libvo_s1de
Type
texte
Exemple
                       
LIBVO_S2DE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libvo_s2de
Type
texte
Exemple
                       
NBSENS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbsens
Type
texte
Exemple
2
SENS_UNIQ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sens_uniq
Type
texte
Exemple
NON
JOUR_DEB
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jour_deb
Type
date
Exemple
2010-10-06
JOUR_FIN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jour_fin
Type
date
Exemple
2010-10-13
S1_ANNEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
s1_annee
Type
texte
Exemple
2010
S1_CAMPAGNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
s1_campagne
Type
texte
Exemple
2010/10
S1_TMJO_TV
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
s1_tmjo_tv
Type
texte
Exemple
5025.4
S2_TMJO_TV
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
s2_tmjo_tv
Type
int
Exemple
4853
TMJO_TV_2_SENS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tmjo_tv_2_sens
Type
int
Exemple
9879
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[47.4822540718,-0.5218255395]
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[-0.5220428061,47.4824664289],[-0.5216082729,47.4820417147]],"type":"LineString"}
SOURCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
ALM-VA_DIRECTION TRANSPORTS DEPLACEMENTS

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":"comptages_routiers_dernier",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/comptages_routiers_dernier"
      }
    ]
    ,
  • "definitions":
    {
    • "comptages_routiers_dernier":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/comptages_routiers_dernier_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"
            }
          }
        }
        ,
      • "comptages_routiers_dernier_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "cptr_alm":
                {
                • "type":"integer",
                • "title":"CPTR_ALM",
                • "description":""
                }
                ,
              • "id_voie":
                {
                • "type":"string",
                • "title":"ID_VOIE",
                • "description":""
                }
                ,
              • "libelle_voie":
                {
                • "type":"string",
                • "title":"LIBELLE_VOIE",
                • "description":""
                }
                ,
              • "code_insee_commune":
                {
                • "type":"string",
                • "title":"CODE_INSEE_COMMUNE",
                • "description":""
                }
                ,
              • "nom_commune":
                {
                • "type":"string",
                • "title":"NOM_COMMUNE",
                • "description":""
                }
                ,
              • "nom_commune_deleguee":
                {
                • "type":"string",
                • "title":"NOM_COMMUNE_DELEGUEE",
                • "description":""
                }
                ,
              • "libvo_s1de":
                {
                • "type":"string",
                • "title":"LIBVO_S1DE",
                • "description":""
                }
                ,
              • "libvo_s2de":
                {
                • "type":"string",
                • "title":"LIBVO_S2DE",
                • "description":""
                }
                ,
              • "nbsens":
                {
                • "type":"string",
                • "title":"NBSENS",
                • "description":""
                }
                ,
              • "sens_uniq":
                {
                • "type":"string",
                • "title":"SENS_UNIQ",
                • "description":""
                }
                ,
              • "jour_deb":
                {
                • "type":"string",
                • "format":"date",
                • "title":"JOUR_DEB",
                • "description":""
                }
                ,
              • "jour_fin":
                {
                • "type":"string",
                • "format":"date",
                • "title":"JOUR_FIN",
                • "description":""
                }
                ,
              • "s1_annee":
                {
                • "type":"string",
                • "title":"S1_ANNEE",
                • "description":""
                }
                ,
              • "s1_campagne":
                {
                • "type":"string",
                • "title":"S1_CAMPAGNE",
                • "description":""
                }
                ,
              • "s1_tmjo_tv":
                {
                • "type":"string",
                • "title":"S1_TMJO_TV",
                • "description":""
                }
                ,
              • "s2_tmjo_tv":
                {
                • "type":"integer",
                • "title":"S2_TMJO_TV",
                • "description":""
                }
                ,
              • "tmjo_tv_2_sens":
                {
                • "type":"integer",
                • "title":"TMJO_TV_2_SENS",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"SOURCE",
                • "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