172 records

172 records

Active filters Clear all

No active filters

Filters

Naam_vergunningszone

Buurtnummer

Vergunninghouderszone

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Objectid
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
2579
Naam_vergunningszone
De naam van de vergunningszone is overgenomen uit het aanwijsbesluit "betaald en vergunninghoudersparkeren"

No description available for this field.

Name (identifier)
naam_vergunningzone
Type
text
Sample
Witte Dame
Buurtnummer
Het buurtnummer is conform de gemeentelijke indeling in buurten

No description available for this field.

Name (identifier)
buurtnummer
Type
text
Sample
113WITDAME
Aantal_parkeerplaatsen
Het aantal parkeerplaatsen binnen de vergunningzone conform het aanwijsbesluit

No description available for this field.

Name (identifier)
aantal_parkeerplaatsen
Type
integer
Sample
50
Maximum_vergunningen
Het maximum aantal uit te geven parkeervergunningen binnen de vergunningzone
(conform het aanwijsbesluit)

No description available for this field.

Name (identifier)
maximum_vergunningen
Type
integer
Sample
40
Shape.area
Oppervlakte van het betreffende gebied in vierkantemeters

No description available for this field.

Name (identifier)
shape_area
Type
decimal
Sample
58816.5270635
Shape.len
               

No description available for this field.

Name (identifier)
shape_len
Type
decimal
Sample
1204.9110033869902
geo_shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[[[5.470080339829764,51.44171807587557],[5.4703964544085615,51.441785482882246],[5.47140303053761,51.44159881670636],[5.473748397179184,51.44163006410689],[5.475456542150485,51.441462228661365],[5.4755238605229986,51.44106361820276],[5.473697913399031,51.440911515946425],[5.473798890527369,51.44044996159603],[5.473605358988481,51.44022442683811],[5.471766225812531,51.439958455393274],[5.470925340074368,51.439983157460524],[5.47100041582597,51.44046357938964],[5.470940283242495,51.44045380164719],[5.4702800083355125,51.440335724147275],[5.470014995187937,51.44028609330768],[5.469298391273799,51.4402083132762],[5.468997725572666,51.44027127849279],[5.469054767238201,51.44055795273531],[5.469122503251082,51.44089425483954],[5.469281746996364,51.44116981435089],[5.469581222680151,51.441352037691644],[5.470080339829764,51.44171807587557]]],"type":"Polygon"}
geo_point_2d
WGS84 coordinaten

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[51.44092425648449,5.471915202111236]

JSON Schema

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

{
  • "title":"vergunninghouderszone",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/vergunninghouderszone"
      }
    ]
    ,
  • "definitions":
    {
    • "vergunninghouderszone":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/vergunninghouderszone_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"
            }
          }
        }
        ,
      • "vergunninghouderszone_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"Objectid",
                • "description":""
                }
                ,
              • "naam_vergunningzone":
                {
                • "type":"string",
                • "title":"Naam_vergunningszone",
                • "description":"De naam van de vergunningszone is overgenomen uit het aanwijsbesluit "betaald en vergunninghoudersparkeren""
                }
                ,
              • "buurtnummer":
                {
                • "type":"string",
                • "title":"Buurtnummer",
                • "description":"Het buurtnummer is conform de gemeentelijke indeling in buurten"
                }
                ,
              • "aantal_parkeerplaatsen":
                {
                • "type":"integer",
                • "title":"Aantal_parkeerplaatsen",
                • "description":"Het aantal parkeerplaatsen binnen de vergunningzone conform het aanwijsbesluit"
                }
                ,
              • "maximum_vergunningen":
                {
                • "type":"integer",
                • "title":"Maximum_vergunningen",
                • "description":"Het maximum aantal uit te geven parkeervergunningen binnen de vergunningzone (conform het aanwijsbesluit)"
                }
                ,
              • "shape_area":
                {
                • "type":"number",
                • "title":"Shape.area",
                • "description":"Oppervlakte van het betreffende gebied in vierkantemeters"
                }
                ,
              • "shape_len":
                {
                • "type":"number",
                • "title":"Shape.len",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"WGS84 coordinaten"
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false