Minimal Pystac STAC #110
-
Another question as I try to get started with stackstac. I am hoping to build a small collection/catalog for a set of 20ish zoom 10 tiff files that are contiguous in space. Is there any goal or example of building a minimal STAC catalog for something like this to demonstrate usage with stackstac? I am not exactly sure what are the minimal set of attributed for each item in order to operate with stackstac correctly. Any guidance would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You're trying to make a standalone/static STAC catalog? I think @scottyhq has been playing with this, see #86. Generally the idea of a single zipfile you can download that includes both a STAC and some assets could be helpful (also would be helpful for stackstac's tests). I've wanted this at times. Currently I think people have more commonly been using the free public datasets hosted on AWS or Azure to try out stackstac. If you just want to experiment with things, there's also a link to try stackstac in binder on the README. Or I highly recommend signing up for Planetary Computer and using the Hub, which includes some nice example notebooks, has a prebuilt software environment, and lets you spin up dask clusters easily.
I should make a reference page for this on the docs. For best results, you'll want your STAC items to:
|
Beta Was this translation helpful? Give feedback.
You're trying to make a standalone/static STAC catalog? I think @scottyhq has been playing with this, see #86.
Generally the idea of a single zipfile you can download that includes both a STAC and some assets could be helpful (also would be helpful for stackstac's tests). I've wanted this at times. Currently I think people have more commonly been using the free public datasets hosted on AWS or Azure to try out stackstac.
If you just want to experiment with things, there's also a link to try stackstac in binder on the README. Or I highly recommend signing up for Planetary Computer and using the Hub, which includes some nice example notebooks, has a prebuilt software environment, and lets y…