{
  "stac_version": "1.0.0",
  "type": "Feature",
  "id": "obis-occurrences-2025-08",
  "collection": "obis-occurrence",
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          -180,
          -90
        ],
        [
          180,
          -90
        ],
        [
          180,
          90
        ],
        [
          -180,
          90
        ],
        [
          -180,
          -90
        ]
      ]
    ]
  },
  "bbox": [
    -180,
    -90,
    180,
    90
  ],
  "properties": {
    "title": "OBIS Occurrence snapshot \u2014 2025-08",
    "description": "Monthly snapshot of marine species occurrence records harvested by OBIS.",
    "datetime": null,
    "start_datetime": "1960-01-01T00:00:00Z",
    "end_datetime": "2025-08-31T23:59:59Z",
    "project": "OBIS",
    "dataset": "OBIS Occurrence"
  },
  "assets": {
    "api": {
      "href": "https://api.obis.org/v3/occurrence",
      "title": "OBIS occurrence API",
      "type": "application/json",
      "roles": [
        "metadata",
        "data"
      ]
    },
    "export_parquet": {
      "href": "s3://YOUR-BUCKET/obis/occurrence/2025/08/occurrence.parquet",
      "title": "Parquet export (snapshot 2025-08)",
      "type": "application/x-parquet",
      "roles": [
        "data"
      ]
    },
    "export_csv": {
      "href": "s3://YOUR-BUCKET/obis/occurrence/2025/08/occurrence.csv.gz",
      "title": "CSV export (snapshot 2025-08, gzipped)",
      "type": "application/gzip",
      "roles": [
        "data"
      ]
    },
    "license": {
      "href": "https://creativecommons.org/licenses/by/4.0/",
      "title": "CC-BY 4.0",
      "type": "text/html",
      "roles": [
        "license"
      ]
    }
  },
  "links": [
    {
      "rel": "self",
      "href": "./obis-occurrences-2025-08.json"
    },
    {
      "rel": "parent",
      "href": "../collection.json"
    },
    {
      "rel": "collection",
      "href": "../collection.json"
    },
    {
      "rel": "root",
      "href": "../../../../../catalog.json"
    }
  ]
}