You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using stackstac is a great way to get data, and explore it.
Now I propose to have a stackstac native function to create a stac catalog from a xarray. This would allow for greater storage crawling.
Right now I have a project where I am using stacktac to download the data I need. But I need to keep that data cataloged, and what better way than to also use stack for it.
My current solution I need to keep track of the AOI and stack items, and after the data is download I create new items based on both of them. It would be good to just be able to get the stack items from the stackstac object
The text was updated successfully, but these errors were encountered:
JotaFan
changed the title
Create stack objects from stackstac xarray
Create stac objects from stackstac xarray
Feb 6, 2024
Currently is capable to convert input like netCDFs and also xarray objects to a valid STAC Collection with Items and Assets, converting the data either to COGs or using Kerchunk. We are open to any kind of contribution or feedback!
Using stackstac is a great way to get data, and explore it.
Now I propose to have a stackstac native function to create a stac catalog from a xarray. This would allow for greater storage crawling.
Right now I have a project where I am using stacktac to download the data I need. But I need to keep that data cataloged, and what better way than to also use stack for it.
My current solution I need to keep track of the AOI and stack items, and after the data is download I create new items based on both of them. It would be good to just be able to get the stack items from the stackstac object
The text was updated successfully, but these errors were encountered: