Wageningen University Research Fields Example

EducationHigher EducationUniversityResearchAgricultureAgri-FoodOpen DataNetherlands

Wageningen University Research Fields Example is an example object payload from Wageningen University & Research, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typefeatures

Example Payload

Raw ↑
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
          [
            [
              [4.69737021033712, 52.4501896200661],
              [4.70398893460659, 52.4523843070811],
              [4.70206651894987, 52.453741750007],
              [4.69892619943689, 52.4495561159993],
              [4.69737021033712, 52.4501896200661]
            ]
          ]
        ]
      },
      "properties": {
        "year": 2017,
        "crop_code": "256",
        "crop_name": "Bieten, suiker-",
        "fieldid": 4006258,
        "area": 93344.82117765881,
        "perimeter": 1328.8669438915447
      }
    }
  ]
}