1 record

1 record

Active filters Clear all

No active filters

Filters

BUURTNAAM

BUURTCODE

WIJKCODE

STADSDEELNAAM

STADSDEELCODE

OPPERVLAKTE

Buurtgrens

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
BUURTCODE
               

No description available for this field.

Name (identifier)
buurtcode
Type
integer
Sample
426
BUURTNAAM
               

No description available for this field.

Name (identifier)
buurtnaam
Type
text
Sample
Vredeoord
WIJKCODE
               

No description available for this field.

Name (identifier)
wijkcode
Type
integer
Sample
42
WIJKNAAM
               

No description available for this field.

Name (identifier)
wijknaam
Type
text
Sample
Wijk Erp
STADSDEELCODE
               

No description available for this field.

Name (identifier)
stadsdeelcode
Type
integer
Sample
4
STADSDEELNAAM
               

No description available for this field.

Name (identifier)
stadsdeelnaam
Type
text
Sample
Stadsdeel Woensel-Zuid
OBJECTID
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
656
OPPERVLAKTE
Oppervlakte in m2 afgerond op hele meters.

No description available for this field.

Name (identifier)
shape_area
Type
integer
Unit
m2
Sample
1343777
SHAPE.LEN
               

No description available for this field.

Name (identifier)
shape_len
Type
decimal
Sample
5030.13551403636
geo_shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[[[5.4478878937157615,51.468491739001365],[5.448423593226785,51.46795393843615],[5.449832774807405,51.46653380750776],[5.450943309419661,51.465413909979226],[5.452345831112441,51.46399360858222],[5.453176401037727,51.4631817704918],[5.453656899368538,51.46268850516611],[5.454317260846182,51.4620421365028],[5.4540848506411495,51.46190788725721],[5.453538864117438,51.461534348205554],[5.45226112006652,51.46029446445684],[5.450934286014886,51.45888424045136],[5.450237837664419,51.45822257832978],[5.450040562669944,51.457965231918074],[5.449625106971008,51.45730917568612],[5.449504843458275,51.45693504235397],[5.449320750048825,51.45671429854775],[5.44919622670592,51.45659060019756],[5.448763343622033,51.45636105321264],[5.446377018185074,51.45817223118437],[5.444876755889968,51.459326589899455],[5.443639459334987,51.460324336204046],[5.442818911639222,51.460931457237656],[5.442470188556479,51.46119670901829],[5.44169657213416,51.46178513842337],[5.440886378165946,51.46238162532712],[5.438975393863933,51.4638440122764],[5.438403194501548,51.464266319278344],[5.4370907337452055,51.46526403803773],[5.435589527241242,51.466402942674065],[5.434613797122588,51.467143723579866],[5.434564801849833,51.46718091975099],[5.432993090386157,51.468373086208565],[5.432274634683481,51.46890689434606],[5.434869096586167,51.4705035005907],[5.436308369278934,51.471398587423614],[5.4371252413409605,51.47187252882623],[5.437806637148629,51.47223250259532],[5.43843378577928,51.47249451734634],[5.439425514413849,51.47286084765287],[5.439585936838479,51.472921094651504],[5.440613119828196,51.47330685031581],[5.442391426777457,51.474001349585464],[5.443220489796807,51.47313885318869],[5.443962111717364,51.47241027775973],[5.44508644218608,51.47129744948782],[5.445898055591954,51.47047118307565],[5.446862670170414,51.46955349974495],[5.447596331497301,51.468784437350635],[5.4478878937157615,51.468491739001365]]],"type":"Polygon"}
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[51.4656799043364,5.443837232394569]

JSON Schema

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

{
  • "title":"buurten",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/buurten"
      }
    ]
    ,
  • "definitions":
    {
    • "buurten":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/buurten_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"
            }
          }
        }
        ,
      • "buurten_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "buurtcode":
                {
                • "type":"integer",
                • "title":"BUURTCODE",
                • "description":""
                }
                ,
              • "buurtnaam":
                {
                • "type":"string",
                • "title":"BUURTNAAM",
                • "description":""
                }
                ,
              • "wijkcode":
                {
                • "type":"integer",
                • "title":"WIJKCODE",
                • "description":""
                }
                ,
              • "wijknaam":
                {
                • "type":"string",
                • "title":"WIJKNAAM",
                • "description":""
                }
                ,
              • "stadsdeelcode":
                {
                • "type":"integer",
                • "title":"STADSDEELCODE",
                • "description":""
                }
                ,
              • "stadsdeelnaam":
                {
                • "type":"string",
                • "title":"STADSDEELNAAM",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "shape_area":
                {
                • "type":"integer",
                • "title":"OPPERVLAKTE",
                • "description":"Oppervlakte in m2 afgerond op hele meters.",
                • "unit":"m2"
                }
                ,
              • "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":""
                }
              }
            }
          }
        }
      }
    }

    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