enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Comptage vélo - Données compteurs

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Identifiant du compteur
Identifiant du site du comptage + identifiant du channel

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_compteur
Type
texte
Exemple
                       
Nom du compteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_compteur
Type
texte
Exemple
                       
Identifiant du site de comptage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
                       
Nom du site de comptage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
name
Type
texte
Exemple
                       
Comptage horaire
SUM(counts) sur channels pair et impairs

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sum_counts
Type
int
Exemple
                       
Date et heure de comptage
date_format(date,"YYYY-MM-dd'T'HH:mm")

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date
Type
datetime
Exemple
                       
Date d'installation du site de comptage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
installation_date
Type
date
Exemple
                       
Lien vers photo du site de comptage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_photos_n1
Type
texte
Exemple
                       
Coordonnées géographiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordinates
Type
geo_point_2d
Exemple
                       
Identifiant technique compteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
counter
Type
texte
Exemple
                       
ID Photos
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photos
Type
texte
Exemple
                       
test_lien_vers_photos_du_site_de_comptage_
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
test_lien_vers_photos_du_site_de_comptage_
Type
texte
Exemple
                       
id_photo_1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_photo_1
Type
texte
Exemple
                       
url_sites
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_sites
Type
texte
Exemple
                       
type_dimage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_dimage
Type
texte
Exemple
                       
mois_annee_comptage
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mois_annee_comptage
Type
date
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":"comptage-velo-donnees-compteurs",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/comptage-velo-donnees-compteurs"
      }
    ]
    ,
  • "definitions":
    {
    • "comptage-velo-donnees-compteurs":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/comptage-velo-donnees-compteurs_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"
            }
          }
        }
        ,
      • "comptage-velo-donnees-compteurs_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_compteur":
                {
                • "type":"string",
                • "title":"Identifiant du compteur",
                • "description":"Identifiant du site du comptage + identifiant du channel"
                }
                ,
              • "nom_compteur":
                {
                • "type":"string",
                • "title":"Nom du compteur",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"Identifiant du site de comptage",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Nom du site de comptage",
                • "description":""
                }
                ,
              • "sum_counts":
                {
                • "type":"integer",
                • "title":"Comptage horaire",
                • "description":"SUM(counts) sur channels pair et impairs"
                }
                ,
              • "date":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Date et heure de comptage",
                • "description":"date_format(date,"YYYY-MM-dd'T'HH:mm")"
                }
                ,
              • "installation_date":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date d'installation du site de comptage",
                • "description":""
                }
                ,
              • "url_photos_n1":
                {
                • "type":"string",
                • "title":"Lien vers photo du site de comptage",
                • "description":""
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées géographiques",
                • "description":""
                }
                ,
              • "counter":
                {
                • "type":"string",
                • "title":"Identifiant technique compteur",
                • "description":""
                }
                ,
              • "photos":
                {
                • "type":"string",
                • "title":"ID Photos",
                • "description":""
                }
                ,
              • "test_lien_vers_photos_du_site_de_comptage_":
                {
                • "type":"string",
                • "title":"test_lien_vers_photos_du_site_de_comptage_",
                • "description":""
                }
                ,
              • "id_photo_1":
                {
                • "type":"string",
                • "title":"id_photo_1",
                • "description":""
                }
                ,
              • "url_sites":
                {
                • "type":"string",
                • "title":"url_sites",
                • "description":""
                }
                ,
              • "type_dimage":
                {
                • "type":"string",
                • "title":"type_dimage",
                • "description":""
                }
                ,
              • "mois_annee_comptage":
                {
                • "type":"string",
                • "format":"date",
                • "title":"mois_annee_comptage",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires