Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Add Fire Discovery datasets on Thomas Fire #305

Closed
7 of 10 tasks
j08lue opened this issue Mar 1, 2023 · 2 comments
Closed
7 of 10 tasks

Add Fire Discovery datasets on Thomas Fire #305

j08lue opened this issue Mar 1, 2023 · 2 comments
Assignees
Labels

Comments

@j08lue
Copy link
Contributor

j08lue commented Mar 1, 2023

{
  "collection": "barc-thomasfire",
  "title": "barc-thomasfire",
  "description": "Burn Area Reflectance Classification (BARC) from the Burned Area Emergency Response (BAER) program for Thomas fire, 2017",
  "license": "CC0-1.0",
  "is_periodic": false,
  "time_density": null,
  "spatial_extent": {
    "xmin": -119.73,
    "ymin": 34.19,
    "xmax": -118.88,
    "ymax": 34.73
  },
  "temporal_extent": {
    "startdate": "2017-12-01T00:00:00Z",
    "enddate": "2017-12-01T00:00:00Z"
  },
  "sample_files": [
    "s3://veda-data-store-staging/EIS/COG/Fire-Hydro/thomas_fire_barc.cog.tiff"
  ],
  "discovery_items": [
    {
      "discovery": "s3",
      "cogify": false,
      "upload": false,
      "dry_run": false,
      "prefix": "EIS/COG/Fire-Hydro/",
      "bucket": "veda-data-store-staging",
      "filename_regex": "(.*)common_part_of_filenames(.*).tif$",
      "datetime_range": "year/month/day"
    }
  ]
}
{
  "collection": "frp-max-thomasfire",
  "title": "frp-max-thomasfire",
  "description": "Maximum Fire Radiative Power per 12hr fire line segment for Thomas fire",
  "license": "CC0-1.0",
  "is_periodic": false,
  "time_density": null,
  "spatial_extent": {
    "xmin": -119.73,
    "ymin": 34.19,
    "xmax": -118.88,
    "ymax": 34.73
  },
  "temporal_extent": {
    "startdate": "2017-12-01T00:00:00Z",
    "enddate": "2017-12-01T00:00:00Z"
  },
  "sample_files": [
    "s3://veda-data-store-staging/EIS/COG/Fire-Hydro/thomas_fire_frpmax.cog.tiff"
  ],
  "discovery_items": [
    {
      "discovery": "s3",
      "cogify": false,
      "upload": false,
      "dry_run": false,
      "prefix": "EIS/COG/Fire-Hydro/",
      "bucket": "veda-data-store-staging",
      "filename_regex": "(.*)common_part_of_filenames(.*).tif$",
      "datetime_range": "year/month/day"
    }
  ]
}

Resources on metadata

If not already familiar with these conventions for generating STAC collection and item metadata:
- Collections: NASA-IMPACT/veda-backend#29 and STAC version 1.0 specification for collections
- Items: NASA-IMPACT/veda-backend#28 and STAC version 1.0 specification for items
- NOTE: The delta-backend instructions are specific to datasets for the climate dashboard, however not all datasets are going to be a part of the visual layers for the dashboard so you can ignore the instructions that are specific to "dashboard" extension, "item_assets" in the collection and "cog_default" asset type in the item.

@j08lue j08lue added the dataset label Mar 1, 2023
@j08lue j08lue changed the title Add <dataset title> Add Fire Discovery datasets on Thomas Fire Mar 1, 2023
@slesaad slesaad self-assigned this Mar 1, 2023
@slesaad
Copy link
Member

slesaad commented Mar 2, 2023

These have been published to dev stac catalog and sent for review.
Once reviewed, they will be published to staging.

@slesaad
Copy link
Member

slesaad commented Apr 17, 2023

The datasets are in staging, so closing this!

@slesaad slesaad closed this as completed Apr 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants