-
Notifications
You must be signed in to change notification settings - Fork 17
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
load_stac_collection #377
Comments
Looks pretty similar to load_result, which also allows loading via HTTP from STAC. Question: collection_id is unclear to me - shouldn't that be a link to a STAC resource instead?
I assume with
Not sure. I assume normal users would not know what is missing so this would be a very technical solution that requires going through support usually. |
@LukeWeidenwalker this would be the basis for the 'User collections' concept right? |
API keys can be provided via the URL as query parameters. Later, we can discuss an option where you can pass an object with headers to load_stac for authentication. |
Proposed Process ID: load_stac_collection
Context
An openEO backend now only supports predefined collections, but properly configured STAC collections can also be loaded. This avoids the need for static config, and simplifies use cases like running an openEO backend out of the box.
There's a few bigger questions here:
Summary
Loads a collection from a STAC catalog.
Description
Loads a collection from a STAC catalog by its id and returns it as a processable data cube. The data that is added to the data cube can be restricted with the parameters spatial_extent, temporal_extent, bands and properties.
Parameters
(copy some from load_collection/load_result
collection_id
Optional: no
Description
The STAC collection id to use when querying the catalog
Data Type
string
access_token
Optional: yes
Description
Some catalogs may require an authorization header to be sent along with requests, both for catalog access and for data access.
Data Type
string
Return Value
Description
A data cube for further processing. The dimensions and dimension properties (name, type, labels, reference system and resolution) correspond to the collection's metadata, but the dimension labels are restricted as specified in the parameters.
Data Type
raster-cube
Categories (optional)
The text was updated successfully, but these errors were encountered: