-
Notifications
You must be signed in to change notification settings - Fork 0
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
Include geoparquet download links as assets in collection metadata #15
Comments
This API already exists. Example https://ewoc-rdm-api.iiasa.ac.at/collections/2017afoneacrefundmelpoint110/metadata/items use name to locate download urls in the list - GeoParquetDownloadUrl, SampleDownloadUrl |
To be checked with @jdries if this is still needed. |
@santoshkaranam If I'm correct, this is a custom API right? |
Yes, We have an issue for this tracked. STAC will be mainly to expose datasets. For uploading and for signed URLs for private dataset, we will still use this API |
Currently for a certain collection_id the download links of the raw and sampled geoparquet files are found at
https://ewoc-rdm-api.iiasa.ac.at/collections/<collection_id>/download
andhttps://ewoc-rdm-api.iiasa.ac.at/collections/<collection_id>/sample/download
respectively.Is it possible to include both datasets as assets in the collection metadata? This way both dataset download links can be found immediately at
https://ewoc-rdm-api.iiasa.ac.at/collections/<collection_id>
Here is an example of collection metadata with assets: https://github.com/fiboa/fiboa.github.io/blob/main/stac/datasets/ukfields.json
The text was updated successfully, but these errors were encountered: