Skip to content

Update stage out task to read STAC items from STAC catalog #187

Closed
@ngachung

Description

@ngachung

Instead of reading child links from the STAC catalog, read item links.

{
  "type": "Catalog",
  "id": "NA",
  "stac_version": "1.0.0",
  "description": "NA",
  "links": [
    {
      "rel": "root",
      "href": "./catalog.json",
      "type": "application/json"
    },
    {
      "rel": "item",
      "href": "./SNDR.SS1330.CHIRP.20230101T0000.m06.g001.L1_J1.std.v02_48.G.200101070318_REBIN.nc.stac.json",
      "type": "application/json"
    },
    {
      "rel": "item",
      "href": "./SNDR.SS1330.CHIRP.20230101T0006.m06.g002.L1_J1.std.v02_48.G.200101070318_REBIN.nc.stac.json",
      "type": "application/json"
    }
  ],
  "stac_extensions": []
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions