Open maybe78 opened 2 years ago
Based on the issue, it looks like you may be expecting the STAC collections to be stored within the Azure Table/Azurite system. STAC metadata is stored within the PostgreSQL database, using pgSTAC. The data stored within Azurite is configuration used for non-STAC spec information like our visualizations and mosaics. To load new collections/items, you'll want to refer to the pgSTAC documentation (which is still being developed).
In general, this Planetary Computer repo shows how we've assembled and extended the underlying open-source tools (stacfast-api, pgstac, pstac-titiler) and deployed them on Azure, as a reference implementation. You may want to reference those tools directly to understand their usage in the Planetary Computer. For the PALSAR data specifically, you can see the tooling we used to create Collection and Item metadata via the stactools package.
I've successfully deployed dev environment and check that naip collection exist. I've tried to dump collection from inner azurite storage, following steps described in
docs/collection-config.md
using pcapis from./scripts/console
and get following error:
pcapis load function works correctly:
I can see that collection appeared in collectionconfig table in inner storage, but it is invisible in explorer and also is missing in stac api request
http://*.*.*.*:8080/stac/collections/alos-palsar-mosaic
P. S. Still having a lot of troubles as a lack of documentation maybe I can contact someone from your team, and contribute a better tutorial for beginners in future?)