Wageningen University Research Cropcodes Example

EducationHigher EducationUniversityResearchAgricultureAgri-FoodOpen DataNetherlands

Wageningen University Research Cropcodes 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": null,
      "properties": {
        "crop_code": "265",
        "crop_name": "Grasland, blijvend"
      }
    },
    {
      "type": "Feature",
      "geometry": null,
      "properties": {
        "crop_code": "256",
        "crop_name": "Bieten, suiker-"
      }
    }
  ]
}