{
  "fiboa_version": "0.2.0",
  "fiboa_extensions": [
    "https://fiboa.github.io/hcat-extension/v0.1.0/schema.yaml"
  ],
  "type": "Collection",
  "id": "ec_lv",
  "title": "Field boundaries for Latvia from EuroCrops (2021)",
  "description": "\nThis dataset contains the field boundaries for all of Latvia in 2021. The data was collected by the Latvian government and harmonized\nby the EuroCrops project and is available on Zenodo.\n\nEuroCrops is a dataset collection combining all publicly available self-declared crop reporting datasets from countries of the European Union.\nThe project is funded by the German Space Agency at DLR on behalf of the Federal Ministry for Economic Affairs and Climate Action (BMWK).\nThe work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).\n\nThe project developed a new **Hierarchical Crop and Agriculture Taxonomy (HCAT)** that harmonises all declared crops across the European Union.\nIn the data you'll find this as additional attributes:\n\n- `EC_trans_n`: The original crop name translated into English\n- `EC_hcat_n`: The machine-readable HCAT name of the crop\n- `EC_hcat_c`: The 10-digit HCAT code indicating the hierarchy of the crop\n",
  "license": "CC-BY-4.0",
  "providers": [
    {
      "name": "EuroCrops",
      "url": "https://github.com/maja601/EuroCrops/wiki/Latvia",
      "roles": [
        "producer",
        "licensor"
      ]
    },
    {
      "name": "fiboa CLI",
      "roles": [
        "processor"
      ],
      "url": "https://pypi.org/project/fiboa-cli"
    },
    {
      "name": "Source Cooperative",
      "roles": [
        "host"
      ],
      "url": "https://beta.source.coop/fiboa/ec_lv/"
    }
  ],
  "extent": {
    "spatial": {
      "bbox": [
        [
          20.839223885313622,
          55.63221901731316,
          28.42516595855106,
          58.043857497031084
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "2021-04-08T03:18:28Z",
          "2021-08-23T03:10:38Z"
        ]
      ]
    }
  },
  "links": [
    {
      "href": "https://data.source.coop/fiboa/ec-lv/ec_lv.pmtiles",
      "type": "application/vnd.pmtiles",
      "rel": "pmtiles"
    }
  ],
  "stac_version": "1.0.0",
  "attribution": "Lauku atbalsta dienests",
  "assets": {
    "data": {
      "href": "ec_lv.parquet",
      "title": "Field Boundaries",
      "type": "application/vnd.apache.parquet",
      "roles": [
        "data"
      ],
      "table:columns": [
        {
          "name": "geometry",
          "type": "binary"
        },
        {
          "name": "id",
          "type": "string"
        },
        {
          "name": "area",
          "type": "float"
        },
        {
          "name": "determination_datetime",
          "type": "timestamp[ms, tz=UTC]"
        },
        {
          "name": "year",
          "type": "uint16"
        },
        {
          "name": "parcel_id",
          "type": "uint64"
        },
        {
          "name": "crop_id",
          "type": "uint16"
        },
        {
          "name": "subsidy_type",
          "type": "string"
        },
        {
          "name": "EC_NUTS3",
          "type": "string"
        },
        {
          "name": "ec:translated_name",
          "type": "string"
        },
        {
          "name": "ec:hcat_name",
          "type": "string"
        },
        {
          "name": "ec:hcat_code",
          "type": "uint32"
        }
      ],
      "table:primary_geometry": "geometry",
      "table:row_count": 432188
    }
  },
  "stac_extensions": [
    "https://stac-extensions.github.io/table/v1.2.0/schema.json"
  ]
}