{
  "fiboa_version": "0.2.0",
  "fiboa_extensions": [
    "https://fiboa.github.io/hcat-extension/v0.1.0/schema.yaml"
  ],
  "type": "Collection",
  "id": "ec_es",
  "title": "Field boundaries for Estonia - Eurocrops 2021",
  "description": "Geospatial Aid Application Estonia Agricultural parcels.\nThe original dataset is provided by ARIB and obtained from the INSPIRE theme GSAA (specifically Geospaial Aid Application Estonia Agricultural parcels) through which the data layer Fields and Eco Areas (GSAA) is made available.\nThe data comes from ARIB's database of agricultural parcels.\n\nThis dataset is an extended version of the original dataset, with additional columns and attributes added by the EuroCrops project.\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",
  "license": "CC-BY-SA-4.0",
  "providers": [
    {
      "name": "P\u00f5llumajanduse Registrite ja Informatsiooni Amet",
      "url": "http://data.europa.eu/88u/dataset/pria-pollud",
      "roles": [
        "producer",
        "licensor"
      ]
    },
    {
      "name": "EuroCrops",
      "url": "https://github.com/maja601/EuroCrops",
      "roles": [
        "processor"
      ]
    },
    {
      "name": "fiboa CLI",
      "roles": [
        "processor"
      ],
      "url": "https://pypi.org/project/fiboa-cli"
    },
    {
      "name": "Source Cooperative",
      "roles": [
        "host"
      ],
      "url": "https://source.coop/fiboa/ec_ee/"
    }
  ],
  "extent": {
    "spatial": {
      "bbox": [
        [
          21.77699576,
          57.51650496,
          28.15816912,
          59.64521891
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "2021-01-01T00:00:00Z",
          "2021-01-01T00:00:00Z"
        ]
      ]
    }
  },
  "links": 
  [
    {
            "href": "https://data.source.coop/fiboa/estonia-ec/data/ec_ee.pmtiles",
            "type": "application/vnd.pmtiles",
            "rel": "pmtiles"
        }

  ],
  "stac_version": "1.0.0",
  "attribution": "\u00a9 P\u00f5llumajanduse Registrite ja Informatsiooni Amet",
  "assets": {
    "data": {
      "href": "https://data.source.coop/fiboa/estonia-ec/data/ec_ee.parquet",
      "title": "Field Boundaries",
      "type": "application/vnd.apache.parquet",
      "roles": [
        "data"
      ],
      "table:columns": [
        {
          "name": "geometry",
          "type": "binary"
        },
        {
          "name": "id",
          "type": "string"
        },
        {
          "name": "determination_datetime",
          "type": "timestamp[ms, tz=UTC]"
        },
        {
          "name": "area",
          "type": "float"
        },
        {
          "name": "taotletud_kultuur",
          "type": "string"
        },
        {
          "name": "taotletud_maakasutus",
          "type": "string"
        },
        {
          "name": "taotletud_toetus",
          "type": "string"
        },
        {
          "name": "niitmise_tuvastamise_staatus",
          "type": "string"
        },
        {
          "name": "niitmise_tuvast_ajavahemik",
          "type": "string"
        },
        {
          "name": "viimase_muutmise_aeg",
          "type": "string"
        },
        {
          "name": "taotleja_nimi",
          "type": "string"
        },
        {
          "name": "taotleja_registrikood",
          "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": 176064
    }
  },
  "stac_extensions": [
    "https://stac-extensions.github.io/table/v1.2.0/schema.json"
  ]
}