records

records

Active filters Clear all

No active filters

Filters

Prix des carburants en France - Flux quotidien

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
id
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Code postal
               

No description available for this field.

Name (identifier)
cp
Type
text
Sample
                       
pop
               

No description available for this field.

Name (identifier)
pop
Type
text
Sample
                       
adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
ville
               

No description available for this field.

Name (identifier)
ville
Type
text
Sample
                       
horaires
               

No description available for this field.

Name (identifier)
horaires
Type
text
Sample
                       
rupture
               

No description available for this field.

Name (identifier)
rupture
Type
text
Sample
                       
fermeture
               

No description available for this field.

Name (identifier)
fermeture
Type
text
Sample
                       
geom
               

No description available for this field.

Name (identifier)
geom
Type
geo point
Sample
                       
Mise à jour des prix
               

No description available for this field.

Name (identifier)
prix_maj
Type
datetime
Sample
                       
prix_id
               

No description available for this field.

Name (identifier)
prix_id
Type
text
Sample
                       
Prix
               

No description available for this field.

Name (identifier)
prix_valeur
Type
decimal
Unit
Sample
                       
Carburant
               

No description available for this field.

Name (identifier)
prix_nom
Type
text
Sample
                       
com_arm_code
               

No description available for this field.

Name (identifier)
com_arm_code
Type
text
Sample
                       
Commune / Arrondissement Municipal
               

No description available for this field.

Name (identifier)
com_arm_name
Type
text
Sample
                       
Code Officiel EPCI
               

No description available for this field.

Name (identifier)
epci_code
Type
text
Sample
                       
Nom Officiel EPCI
               

No description available for this field.

Name (identifier)
epci_name
Type
text
Sample
                       
Numéro Département
               

No description available for this field.

Name (identifier)
dep_code
Type
text
Sample
                       
Département
               

No description available for this field.

Name (identifier)
dep_name
Type
text
Sample
                       
Code Officiel Région
               

No description available for this field.

Name (identifier)
reg_code
Type
text
Sample
                       
Région
               

No description available for this field.

Name (identifier)
reg_name
Type
text
Sample
                       
Services proposés
               

No description available for this field.

Name (identifier)
services_service
Type
text
Sample
                       
Carburant en rupture
               

No description available for this field.

Name (identifier)
rupture_nom
Type
text
Sample
                       
Début rupture
               

No description available for this field.

Name (identifier)
rupture_debut
Type
datetime
Sample
                       
Fin rupture
               

No description available for this field.

Name (identifier)
rupture_fin
Type
datetime
Sample
                       
Automate 24-24 (oui/non)
               

No description available for this field.

Name (identifier)
horaires_automate_24_24
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"prix-carburants-quotidien",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/prix-carburants-quotidien"
      }
    ]
    ,
  • "definitions":
    {
    • "prix-carburants-quotidien":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/prix-carburants-quotidien_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"
            }
          }
        }
        ,
      • "prix-carburants-quotidien_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "cp":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "pop":
                {
                • "type":"string",
                • "title":"pop",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"ville",
                • "description":""
                }
                ,
              • "horaires":
                {
                • "type":"string",
                • "title":"horaires",
                • "description":""
                }
                ,
              • "rupture":
                {
                • "type":"string",
                • "title":"rupture",
                • "description":""
                }
                ,
              • "fermeture":
                {
                • "type":"string",
                • "title":"fermeture",
                • "description":""
                }
                ,
              • "geom":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geom",
                • "description":""
                }
                ,
              • "prix_maj":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Mise à jour des prix",
                • "description":""
                }
                ,
              • "prix_id":
                {
                • "type":"string",
                • "title":"prix_id",
                • "description":""
                }
                ,
              • "prix_valeur":
                {
                • "type":"number",
                • "title":"Prix",
                • "description":"",
                • "unit":"€"
                }
                ,
              • "prix_nom":
                {
                • "type":"string",
                • "title":"Carburant",
                • "description":""
                }
                ,
              • "com_arm_code":
                {
                • "type":"string",
                • "title":"com_arm_code",
                • "description":""
                }
                ,
              • "com_arm_name":
                {
                • "type":"string",
                • "title":"Commune / Arrondissement Municipal",
                • "description":""
                }
                ,
              • "epci_code":
                {
                • "type":"string",
                • "title":"Code Officiel EPCI",
                • "description":""
                }
                ,
              • "epci_name":
                {
                • "type":"string",
                • "title":"Nom Officiel EPCI",
                • "description":""
                }
                ,
              • "dep_code":
                {
                • "type":"string",
                • "title":"Numéro Département",
                • "description":""
                }
                ,
              • "dep_name":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "reg_code":
                {
                • "type":"string",
                • "title":"Code Officiel Région",
                • "description":""
                }
                ,
              • "reg_name":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "services_service":
                {
                • "type":"string",
                • "title":"Services proposés",
                • "description":""
                }
                ,
              • "rupture_nom":
                {
                • "type":"string",
                • "title":"Carburant en rupture",
                • "description":""
                }
                ,
              • "rupture_debut":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Début rupture",
                • "description":""
                }
                ,
              • "rupture_fin":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Fin rupture",
                • "description":""
                }
                ,
              • "horaires_automate_24_24":
                {
                • "type":"string",
                • "title":"Automate 24-24 (oui/non)",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets