{
    "fiboa_version": "0.2.0",
    "fiboa_extensions":
    [],
    "type": "Collection",
    "id": "ec_si",
    "title": "Field boundaries for Slovenia from EuroCrops (2021)",
    "description": "\nThis dataset contains the field boundaries for all of Slovenia in 2021. The data was collected by the Slovenian 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- `EC_nuts3`: The Nomenclature of Territorial Units for Statistics 3 (NUTS3) region, an approximate assignment of a crop parcel to a region\n\nDisclaimer: The Nomenclature of Territorial Units for Statistics 3 (NUTS3) region, which we added by hand, is just an approximate assignment of a\ncrop parcel to a region. It might happen that a parcel is not correctly allocated to the right region or country. The NUTS3 attribute is only meant\nto be an aid for a meaningful spatial division of the dataset into training, validation, and test sets.\n",
    "license": "CC-BY-SA-4.0",
    "providers":
    [
        {
            "name": "EuroCrops",
            "roles":
            [
                "producer",
                "licensor"
            ],
            "url": "https://github.com/maja601/EuroCrops/wiki/Slovenia"
        },
        {
            "name": "fiboa CLI",
            "roles":
            [
                "processor"
            ],
            "url": "https://pypi.org/project/fiboa-cli"
        },
        {
            "name": "Source Cooperative",
            "roles":
            [
                "host"
            ],
            "url": "https://beta.source.coop/fiboa/slovenia-ec/"
        }
    ],
    "extent":
    {
        "spatial":
        {
            "bbox":
            [
        	[
          	13.410659993139568,
         	45.42227046875208,
          	16.596303417885895,
          	46.87424125552635
        	]
            ]
        }
    },
    "links":
    [
        {
            "href": "https://data.source.coop/fiboa/slovenia-ec/data/slovenia_eurocrops_2021.pmtiles",
            "type": "application/vnd.pmtiles",
            "rel": "pmtiles"
        }
    ],
    "stac_version": "1.0.0",
    "attribution": "Ministrstvo za kmetijstvo, gozdarstvo in prehrano",
    "assets":
    {
        "data":
        {
            "href": "https://data.source.coop/fiboa/slovenia-ec/data/slovenia_eurocrops_2021_fiboa.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": "gerk_pid",
                    "type": "string"
                },
                {
                    "name": "crop_type_class",
                    "type": "string"
                },
                {
                    "name": "rastlina",
                    "type": "string"
                },
                {
                    "name": "crop_lat_e",
                    "type": "string"
                },
                {
                    "name": "color",
                    "type": "string"
                },
                {
                    "name": "EC_trans_n",
                    "type": "string"
                },
                {
                    "name": "EC_hcat_n",
                    "type": "string"
                },
                {
                    "name": "EC_hcat_c",
                    "type": "uint32"
                },
                {
                    "name": "EC_NUTS3",
                    "type": "string"
                }
            ],
            "table:primary_geometry": "geometry",
            "table:row_count": 828161
        }
    },
    "stac_extensions":
    [
        "https://stac-extensions.github.io/table/v1.2.0/schema.json"
    ]
}