282 records

Kansenkaart biodiversiteit - Ontwikkelingsgebied

Bijlagen

Klik om uit te vouwen Klik om samen te vouwen

Datasetschema

Klik om uit te vouwen Klik om samen te vouwen
OBJECTID
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
objectid
Type
int
Voorbeeld
32
TOELICHTING
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
toelichting
Type
bestand
Voorbeeld
{"id":"64398e731ecf92130dbfa42751a92567","mimetype":"application/pdf","height":300,"width":300,"filename":"5 multifunctioneel groen.pdf","thumbnail":false,"format":"pdf"}
NAAM
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
naam
Type
tekst
Voorbeeld
multifunctioneel groen
Shape__Area
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
shape_area
Type
dubbel
Voorbeeld
2105.527717590332
Shape__Length
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
shape_length
Type
dubbel
Voorbeeld
305.5205854266935
geo_shape
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
geo_shape
Type
geo_shape
Voorbeeld
{"coordinates":[[[5.53417362211025,51.4438448456133],[5.53401133421706,51.4439235627445],[5.53430930857346,51.4441660806813],[5.53431275131152,51.4439884807483],[5.53431389803932,51.4439293158271],[5.53431504476416,51.4438701509056],[5.53438164302894,51.4438391457349],[5.5343832448805,51.4438184967195],[5.53441736325584,51.443377558983],[5.5343698585368,51.4432423483972],[5.53425877764438,51.4432335988713],[5.53405925311955,51.4432178821857],[5.53385972873229,51.4432021651588],[5.53378881330962,51.4431965825595],[5.53373246979087,51.4434732080829],[5.53380442161668,51.4434788972765],[5.53429366866443,51.4435175970302],[5.53427773873697,51.4437971146715],[5.53426203635746,51.4438142264646],[5.53424200125032,51.4438294704841],[5.53422667151298,51.4438359194331],[5.53420985631408,51.4438407100459],[5.53419201264512,51.4438437123084],[5.53417362211025,51.4438448456133]]],"type":"Polygon"}
geo_point_2d
               

Geen omschrijving beschikbaar voor dit veld.

Naam (identifier)
geo_point_2d
Type
geo_point_2d
Voorbeeld
[51.44352855098539,5.534141676978598]

JSON Schema

Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over JSON-schema.

{
  • "title":"kansenkaart-biodiversiteit-ontwikkelingsgebied",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/kansenkaart-biodiversiteit-ontwikkelingsgebied"
      }
    ]
    ,
  • "definitions":
    {
    • "kansenkaart-biodiversiteit-ontwikkelingsgebied":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/kansenkaart-biodiversiteit-ontwikkelingsgebied_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"
            }
          }
        }
        ,
      • "kansenkaart-biodiversiteit-ontwikkelingsgebied_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "toelichting":
                {
                • "type":"string",
                • "title":"TOELICHTING",
                • "description":""
                }
                ,
              • "naam":
                {
                • "type":"string",
                • "title":"NAAM",
                • "description":""
                }
                ,
              • "shape_area":
                {
                • "type":"number",
                • "title":"Shape__Area",
                • "description":""
                }
                ,
              • "shape_length":
                {
                • "type":"number",
                • "title":"Shape__Length",
                • "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":""
                }
              }
            }
          }
        }
      }
    }

    Hergebruiken

    Klik om uit te vouwen Klik om samen te vouwen

    Verzend een hergebruik

    Klik om uit te vouwen Klik om samen te vouwen

    Uw familienaam zal openbaar worden weergegeven met uw hergebruik

    Uw voornaam zal openbaar worden weergegeven met uw hergebruik

    Uw e-mail zal niet openbaar worden gepubliceerd en zal enkel door de beheerders gebruikt worden om u te contacteren.

    Korte beschrijving van uw werk (max. 50 karakters)

    Een langere beschrijving van wat u verwezenlijkt hebt met behulp van deze dataset (max. 1.000 karakters)

    Een URL waarmee u zich publiekelijk toegang kan verschaffen tot uw werk

     of 

    (optioneel) Een URL of een foto die uw werk illustreert

    false