Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create stac objects from stackstac xarray #239

Open
JotaFan opened this issue Jan 29, 2024 · 1 comment
Open

Create stac objects from stackstac xarray #239

JotaFan opened this issue Jan 29, 2024 · 1 comment

Comments

@JotaFan
Copy link

JotaFan commented Jan 29, 2024

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

@JotaFan JotaFan changed the title Create stack objects from stackstac xarray Create stac objects from stackstac xarray Feb 6, 2024
@clausmichele
Copy link

clausmichele commented May 7, 2024

Hi @JotaFan, I'm also a stackstac user and we are currently working on this feature within this project:
https://pypi.org/project/raster2stac/
https://gitlab.inf.unibz.it/earth_observation_public/raster-to-stac

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants