{
  "fiboa_version": "0.2.0",
  "fiboa_extensions": [
    "https://fiboa.github.io/crop-extension/v0.1.0/schema.yaml"
  ],
  "type": "Collection",
  "id": "es_cat",
  "title": "Catalonia Crop Fields (Mapa de cultius)",
  "description": "The Department of Agriculture, Livestock, Fisheries and Food makes available to the public the data from the crop map of Catalonia.\n        This map allows you to locate the crops declared in the Agrarian Declaration - DUN submitted to the DACC.",
  "license": "proprietary",
  "providers": [
    {
      "name": "Catalonia Department of Agriculture, Livestock, Fisheries and Food",
      "url": "https://agricultura.gencat.cat/ca/ambits/desenvolupament-rural/sigpac/mapa-cultius/",
      "roles": [
        "producer",
        "licensor"
      ]
    },
    {
      "name": "fiboa CLI",
      "roles": [
        "processor"
      ],
      "url": "https://pypi.org/project/fiboa-cli"
    },
    {
      "name": "Source Cooperative",
      "roles": [
        "host"
      ],
      "url": "https://source.coop/fiboa/es-cat/"
    }

  ],
  "extent": {
    "spatial": {
      "bbox": [
        [
          0.12469094352320115,
          40.51760780038264,
          3.2917690762635736,
          42.84321026819364
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "2023-01-01T00:00:00Z",
          "2023-01-01T00:00:00Z"
        ]
      ]
    }
  },
  "links": [
    {
      "title": "The Open Information Use License - Catalonia",
      "href": "https://administraciodigital.gencat.cat/ca/dades/dades-obertes/informacio-practica/llicencies/",
      "type": "text/html",
      "rel": "license"
    },
    {
      "href": "https://data.source.coop/fiboa/es-cat/es_cat.pmtiles",
      "type": "application/vnd.pmtiles",
      "rel": "pmtiles"
    }
  ],
  "stac_version": "1.0.0",
  "attribution": "Catalonia Department of Agriculture, Livestock, Fisheries and Food",
  "assets": {
    "data": {
      "href": "https://data.source.coop/fiboa/es-cat/es_cat.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": "crop:name",
          "type": "string"
        },
        {
          "name": "crop:code",
          "type": "string"
        },
        {
          "name": "crop:name_en",
          "type": "string"
        },
        {
          "name": "crop:code_list",
          "type": "string"
        }
      ],
      "table:primary_geometry": "geometry",
      "table:row_count": 733072
    }
  },
  "stac_extensions": [
    "https://stac-extensions.github.io/table/v1.2.0/schema.json"
  ]
}