Skip to content

Commit

Permalink
add readme table impl details
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 18, 2023
1 parent 6e885d9 commit b903d93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased](https://github.com/crim-ca/stac-populator) (latest)

<!-- insert list items of new changes here -->
* Update README with a table providing missing `DirectoryLoader` implementation and adding `CMIP6_UofT` description.

## [0.4.0](https://github.com/crim-ca/stac-populator/tree/0.4.0) (2023-11-27)

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ contain all the logic for constructing the STAC representation for an item in th

Provided implementations of `STACpopulatorBase`:

- [CMIP6_UofT][CMIP6_UofT]
| Implementation | Description |
|--------------------------------|-------------------------------------------------------------------------------------------------------------------------|
| [CMIP6_UofT][CMIP6_UofT] | Crawls a THREDDS Catalog for CMIP6 NCML-annotated NetCDF references to publish corresponding STAC Collection and Items. |
| [DirectoryLoader][DirLoader] | Crawls a subdirectory hierarchy of pre-generated STAC Collections and Items to publish to a STAC API endpoint. |

[CMIP6_UofT]: STACpopulator/implementations/CMIP6_UofT/add_CMIP6.py
[DirLoader]: STACpopulator/implementations/DirectoryLoader/crawl_directory.py

## Installation and Execution

Expand Down

0 comments on commit b903d93

Please sign in to comment.