38,635 records

38,635 records

Active filters Clear all

No active filters

Filters

Snelhedenkaart

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
OBJECTID
Uniek identificatienummer van het wegvak

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
2483709
wvk_id
Uniek identificatienummer van het wegvak.

No description available for this field.

Name (identifier)
wvk_id
Type
decimal
Sample
322171010
wvk_begdat
begin datum wegvlak

No description available for this field.

Name (identifier)
wvk_begdat
Type
datetime
Sample
2020-12-01T01:00:00+00:00
nwb_versie
Versie nationaal wegenbestand (https://www.nationaalwegenbestand.nl/). NWB vormt de bron voor de wegvlakken.

No description available for this field.

Name (identifier)
nwb_versie
Type
datetime
Sample
2025-04-01T02:00:00+00:00
pve_code
Provinciecode

No description available for this field.

Name (identifier)
pve_code
Type
text
Sample
NB
gme_id
Gemeentecode

No description available for this field.

Name (identifier)
gme_id
Type
integer
Sample
772
gme_naam
Gemeente naam

No description available for this field.

Name (identifier)
gme_naam
Type
text
Sample
Eindhoven
wpsnaam
Woonplaats

No description available for this field.

Name (identifier)
wpsnaam
Type
text
Sample
Eindhoven
stt_naam
Straatnaam (adres)

No description available for this field.

Name (identifier)
stt_naam
Type
text
Sample
Generaal van Tripspad
wegnummer
               

No description available for this field.

Name (identifier)
wegnummer
Type
text
Sample
                       
wegbehsrt
               

No description available for this field.

Name (identifier)
wegbehsrt
Type
text
Sample
G
wegbehcode
               

No description available for this field.

Name (identifier)
wegbehcode
Type
text
Sample
772
wegbehnaam
               

No description available for this field.

Name (identifier)
wegbehnaam
Type
text
Sample
Eindhoven
lengte
               

No description available for this field.

Name (identifier)
lengte
Type
integer
Sample
131
maxshd
maximale snelheid (overdag): De mogelijke snelheden die ingevuld kunnen worden zijn 5, 15, 20, 30 40, 50, 60, 70, 80, 90, 100, 120, 130 km per uur, NVT en onbekend

No description available for this field.

Name (identifier)
maxshd
Type
text
Sample
NVT
dat_maxshd
               

No description available for this field.

Name (identifier)
dat_maxshd
Type
datetime
Sample
2023-09-25T02:00:00+00:00
begintijd
               

No description available for this field.

Name (identifier)
begintijd
Type
integer
Sample
0
eindtijd
               

No description available for this field.

Name (identifier)
eindtijd
Type
integer
Sample
0
maxshd_alt
               

No description available for this field.

Name (identifier)
maxshd_alt
Type
text
Sample
0
van
               

No description available for this field.

Name (identifier)
van
Type
integer
Sample
0
naar
               

No description available for this field.

Name (identifier)
naar
Type
integer
Sample
131
maxshd_str
               

No description available for this field.

Name (identifier)
maxshd_str
Type
integer
Sample
0
maxshd_adv
               

No description available for this field.

Name (identifier)
maxshd_adv
Type
integer
Sample
0
kenm_richt
               

No description available for this field.

Name (identifier)
kenm_richt
Type
text
Sample
B
fk_veld1
               

No description available for this field.

Name (identifier)
fk_veld1
Type
text
Sample
032217101020201201
betrwbheid
betrouwbaarheid

No description available for this field.

Name (identifier)
betrwbheid
Type
text
Sample
100%
bst_code
               

No description available for this field.

Name (identifier)
bst_code
Type
text
Sample
VP
geo_shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[[5.480571875717151,51.46077371192797],[5.480577966619303,51.46070342382256],[5.480580606942304,51.460694941804675],[5.480583945824911,51.46067344634526],[5.48063861067091,51.459972160354674],[5.48064219466114,51.45995024312773],[5.480664100731868,51.45967312585573],[5.48066707317794,51.45959507494037]],"type":"LineString"}
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[51.46018469574517,5.480622308384146]
filter
               

No description available for this field.

Name (identifier)
filter
Type
text
Sample
True

JSON Schema

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

{
  • "title":"snelhedenkaart",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/snelhedenkaart"
      }
    ]
    ,
  • "definitions":
    {
    • "snelhedenkaart":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/snelhedenkaart_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"
            }
          }
        }
        ,
      • "snelhedenkaart_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":"Uniek identificatienummer van het wegvak"
                }
                ,
              • "wvk_id":
                {
                • "type":"number",
                • "title":"wvk_id",
                • "description":"Uniek identificatienummer van het wegvak."
                }
                ,
              • "wvk_begdat":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"wvk_begdat",
                • "description":"begin datum wegvlak"
                }
                ,
              • "nwb_versie":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"nwb_versie",
                • "description":"Versie nationaal wegenbestand (https://www.nationaalwegenbestand.nl/). NWB vormt de bron voor de wegvlakken."
                }
                ,
              • "pve_code":
                {
                • "type":"string",
                • "title":"pve_code",
                • "description":"Provinciecode"
                }
                ,
              • "gme_id":
                {
                • "type":"integer",
                • "title":"gme_id",
                • "description":"Gemeentecode"
                }
                ,
              • "gme_naam":
                {
                • "type":"string",
                • "title":"gme_naam",
                • "description":"Gemeente naam"
                }
                ,
              • "wpsnaam":
                {
                • "type":"string",
                • "title":"wpsnaam",
                • "description":"Woonplaats"
                }
                ,
              • "stt_naam":
                {
                • "type":"string",
                • "title":"stt_naam",
                • "description":"Straatnaam (adres)"
                }
                ,
              • "wegnummer":
                {
                • "type":"string",
                • "title":"wegnummer",
                • "description":""
                }
                ,
              • "wegbehsrt":
                {
                • "type":"string",
                • "title":"wegbehsrt",
                • "description":""
                }
                ,
              • "wegbehcode":
                {
                • "type":"string",
                • "title":"wegbehcode",
                • "description":""
                }
                ,
              • "wegbehnaam":
                {
                • "type":"string",
                • "title":"wegbehnaam",
                • "description":""
                }
                ,
              • "lengte":
                {
                • "type":"integer",
                • "title":"lengte",
                • "description":""
                }
                ,
              • "maxshd":
                {
                • "type":"string",
                • "title":"maxshd",
                • "description":"maximale snelheid (overdag): De mogelijke snelheden die ingevuld kunnen worden zijn 5, 15, 20, 30 40, 50, 60, 70, 80, 90, 100, 120, 130 km per uur, NVT en onbekend"
                }
                ,
              • "dat_maxshd":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"dat_maxshd",
                • "description":""
                }
                ,
              • "begintijd":
                {
                • "type":"integer",
                • "title":"begintijd",
                • "description":""
                }
                ,
              • "eindtijd":
                {
                • "type":"integer",
                • "title":"eindtijd",
                • "description":""
                }
                ,
              • "maxshd_alt":
                {
                • "type":"string",
                • "title":"maxshd_alt",
                • "description":""
                }
                ,
              • "van":
                {
                • "type":"integer",
                • "title":"van",
                • "description":""
                }
                ,
              • "naar":
                {
                • "type":"integer",
                • "title":"naar",
                • "description":""
                }
                ,
              • "maxshd_str":
                {
                • "type":"integer",
                • "title":"maxshd_str",
                • "description":""
                }
                ,
              • "maxshd_adv":
                {
                • "type":"integer",
                • "title":"maxshd_adv",
                • "description":""
                }
                ,
              • "kenm_richt":
                {
                • "type":"string",
                • "title":"kenm_richt",
                • "description":""
                }
                ,
              • "fk_veld1":
                {
                • "type":"string",
                • "title":"fk_veld1",
                • "description":""
                }
                ,
              • "betrwbheid":
                {
                • "type":"string",
                • "title":"betrwbheid",
                • "description":"betrouwbaarheid"
                }
                ,
              • "bst_code":
                {
                • "type":"string",
                • "title":"bst_code",
                • "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":""
                }
                ,
              • "filter":
                {
                • "type":"string",
                • "title":"filter",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    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