Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

STAC harvesting #143

Closed pandzel-zz closed 3 years ago

pandzel-zz commented 3 years ago

This pull request provides support for STAC harvesting.

STAC repositories are organized in catalogs which in turn could hold other sub-catalogs and/or items. Entire structure is expressed through JSON files i.e. one catalog which is defined as JSON has an array of URL's pointing to sub catalogs and separate array of URL's pointing to items. STAC broker crawls catalog structure and fetches fetches items, then it publishes it accordingly.

Testing

Current implementation has been tested with the following repositories:

Note, some other mentioned catalogs were unavailable at the time of development/testing:

pandzel-zz commented 3 years ago

@zguo Please, review