-
Notifications
You must be signed in to change notification settings - Fork 16
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 catalog in R #131
Comments
Hi @wiesehahn,
Indeed, using the STAC specification is beneficial to both the data provider and the users. The specification is well documented and has an active community. Currently xref #21 |
Are there any news regarding this topic? |
Hi @wiesehahn, We plan to add support for static catalogs in the next version of rstac (0.9.3 or 1.0.0). |
Hi @OldLipe, has anyone made any progress on the feature requested by @wiesehahn?
The overall idea is to generate catalogs, collections, and items that adhere to the existing STAC specifications (refer to https://schemas.stacspec.org/). Subsequently, these objects could either contribute by being POST to an existing stac-catalog or to a local one. Python is predominantly used in most utilities and tutorials for creating a STAC catalog. I think (maybe I'm wrong), it would be beneficial to include utilities and a vignette in this package that specifically addresses this aspect. If no one is currently working on it and you're open to the idea, I'd be interested in contributing by opening a pull request (PR)! Thanks! |
Hi @SteveViss, thanks for asking! One of rstac's developer, @rolfsimoes, implemented support for static catalogs. We'll finish testing this week and upload version 1.0.0 of the rstac package. |
Hey,
you mean to query existing static catalogs? What I meant in my initial question (and @SteveViss is also referring to) are helper functions to actually create json files which are valid STAC catalogs/collections/items. Are there any plans to implement this or is this out of scope for rstac? |
Hi,
I find the concept of STAC catalogs quite promising although I have to admit that I still haven't understood many parts. So forgive me if my question or idea is silly.
Lets say I (the institute) have a ton of imagery and other geospatial data (sorted in several folders on network drive until now), and I want to make it searchable for others (internally first but with the aim to provide it online at some point). To my understanding it would be benefitial to create a STAC catalog (with collections,...).
I was wondering if there are helpers or resources on the creation of STAC catalogs from within R?
(As far as I understand rstac is meant to work with existing catalogs)
The text was updated successfully, but these errors were encountered: