Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 482 Bytes

stac-catalog

/stac-catalogs/
  ├── catalog.json
  ├── dataset_id-1/
  │     ├── collection.json
  │     ├── items/
  │     │     ├── filename-1.json
  │     │     ├── filename-2.json
  │     │     └── ...
  ├── dataset_id-2/
  │     ├── collection.json
  │     ├── items/
  │     │     ├── filename-1.json
  │     │     ├── filename-2.json
  │     │     └── ...