records

records

Active filters Clear all

No active filters

Filters

Parkeerautomaten

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Objectid
Uniek identificatienummer waarmee het dataobject onderscheiden kan worden.

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
                       
Automaatnummer
Het automaatnummer is het unieke nummer van de parkeerautomaat.
Deze staat op de automaat vermeld (op het beeldscherm),
op de parkeertickets die door de automaat worden uitgegeven,
én op het rekeningafschrift van de klant in geval van een pin-transactie.

No description available for this field.

Name (identifier)
automaatnummer
Type
integer
Sample
                       
Tariefcode
De tariefcode is opgebouwd uit één letter en twee cijfers.
De letter en het eerste cijfer geven aan welk tarief van toepassing is
(cf. de tarieventabel uit de Verordening Parkeerbelastingen),
het tweede cijfer gedurende welke tijdsperiodes het betaald parkeren op deze locatie van kracht is.

No description available for this field.

Name (identifier)
tariefcode
Type
text
Sample
                       
Mobiliteitstoeslag
Starttarief

No description available for this field.

Name (identifier)
mobiliteitstoeslag
Type
text
Sample
                       
Uurtarief
Tarief per uur

No description available for this field.

Name (identifier)
uurtarief
Type
text
Unit
Sample
                       
Maximum_dagtarief
Maximum bedrag per dag

No description available for this field.

Name (identifier)
maximum_dagtarief
Type
text
Unit
Sample
                       
GSM_code
Dit is de code die parkeerders dienen te selecteren wanneer ze in de nabijheid van deze parkeerautomaat willen parkeren.
Deze code is opgebouwd als "51"+ de eerste 2 cijfers van het automaatnummer

No description available for this field.

Name (identifier)
gsm_code
Type
integer
Sample
                       
Betaaldagen
Dagen dat parkeertarief geldig is

No description available for this field.

Name (identifier)
betaaaldagen
Type
text
Sample
                       
Koopavond
Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd

No description available for this field.

Name (identifier)
koopavond
Type
text
Sample
                       
Koopzondag
Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd

No description available for this field.

Name (identifier)
koopzondag
Type
text
Sample
                       
Betaaltijd
De tijdsperiode waarbinnen betaald parkeren van kracht is

No description available for this field.

Name (identifier)
betaaltijd
Type
text
Sample
                       
Betaaltijd_koopavond
Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd

No description available for this field.

Name (identifier)
betaaltijd_koopavond
Type
text
Sample
                       
Betaaltijd_koopzondag
Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd

No description available for this field.

Name (identifier)
betaaltijd_koopzondag
Type
text
Sample
                       
Straatnaam
Straatnaam van waar de automaat staat

No description available for this field.

Name (identifier)
straatnaam
Type
text
Sample
                       
Locatie
Nadere aanduiding van de precieze locatie waar de automaat staat

No description available for this field.

Name (identifier)
locatie
Type
text
Sample
                       
geo_shape
Punt-coördinaat van de locatie van de automaat in WGS 1984, EPSG:4326.

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
geo_point_2d
Punt-coördinaat van de locatie van de automaat in WGS 1984, EPSG:4326.

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"parkeerautomaten",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/parkeerautomaten"
      }
    ]
    ,
  • "definitions":
    {
    • "parkeerautomaten":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/parkeerautomaten_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"
            }
          }
        }
        ,
      • "parkeerautomaten_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"Objectid",
                • "description":"Uniek identificatienummer waarmee het dataobject onderscheiden kan worden."
                }
                ,
              • "automaatnummer":
                {
                • "type":"integer",
                • "title":"Automaatnummer",
                • "description":"Het automaatnummer is het unieke nummer van de parkeerautomaat. Deze staat op de automaat vermeld (op het beeldscherm), op de parkeertickets die door de automaat worden uitgegeven, én op het rekeningafschrift van de klant in geval van een pin-transactie."
                }
                ,
              • "tariefcode":
                {
                • "type":"string",
                • "title":"Tariefcode",
                • "description":"De tariefcode is opgebouwd uit één letter en twee cijfers. De letter en het eerste cijfer geven aan welk tarief van toepassing is (cf. de tarieventabel uit de Verordening Parkeerbelastingen), het tweede cijfer gedurende welke tijdsperiodes het betaald parkeren op deze locatie van kracht is."
                }
                ,
              • "mobiliteitstoeslag":
                {
                • "type":"string",
                • "title":"Mobiliteitstoeslag",
                • "description":"Starttarief"
                }
                ,
              • "uurtarief":
                {
                • "type":"string",
                • "title":"Uurtarief",
                • "description":"Tarief per uur",
                • "unit":"€"
                }
                ,
              • "maximum_dagtarief":
                {
                • "type":"string",
                • "title":"Maximum_dagtarief",
                • "description":"Maximum bedrag per dag",
                • "unit":"€"
                }
                ,
              • "gsm_code":
                {
                • "type":"integer",
                • "title":"GSM_code",
                • "description":"Dit is de code die parkeerders dienen te selecteren wanneer ze in de nabijheid van deze parkeerautomaat willen parkeren. Deze code is opgebouwd als "51"+ de eerste 2 cijfers van het automaatnummer"
                }
                ,
              • "betaaaldagen":
                {
                • "type":"string",
                • "title":"Betaaldagen",
                • "description":"Dagen dat parkeertarief geldig is"
                }
                ,
              • "koopavond":
                {
                • "type":"string",
                • "title":"Koopavond",
                • "description":"Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd"
                }
                ,
              • "koopzondag":
                {
                • "type":"string",
                • "title":"Koopzondag",
                • "description":"Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd"
                }
                ,
              • "betaaltijd":
                {
                • "type":"string",
                • "title":"Betaaltijd",
                • "description":"De tijdsperiode waarbinnen betaald parkeren van kracht is"
                }
                ,
              • "betaaltijd_koopavond":
                {
                • "type":"string",
                • "title":"Betaaltijd_koopavond",
                • "description":"Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd"
                }
                ,
              • "betaaltijd_koopzondag":
                {
                • "type":"string",
                • "title":"Betaaltijd_koopzondag",
                • "description":"Alleen ingevuld indien sprake is van een afwijkende tijdsperiode ten opzichte van de standaard betaaltijd"
                }
                ,
              • "straatnaam":
                {
                • "type":"string",
                • "title":"Straatnaam",
                • "description":"Straatnaam van waar de automaat staat"
                }
                ,
              • "locatie":
                {
                • "type":"string",
                • "title":"Locatie",
                • "description":"Nadere aanduiding van de precieze locatie waar de automaat staat"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":"Punt-coördinaat van de locatie van de automaat in WGS 1984, EPSG:4326."
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"Punt-coördinaat van de locatie van de automaat in WGS 1984, EPSG:4326."
                }
              }
            }
          }
        }
      }
    }