-
Notifications
You must be signed in to change notification settings - Fork 6
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
Proof of concept for integrating a WMS-only STAC collection #943
Comments
@hanbyul-here this the test ArcGIS collection in the dev catalog: https://dev.openveda.cloud/api/stac/collections/POWER_901_MONTHLY_RADIATION_UTC This collection should have enough metadata to get you started but we will need to discuss some changes:
|
The collection above was derived from an ImageServer dataset. Here is a MapServer dataset also for reference: https://dev.openveda.cloud/api/stac/collections/ESI_4WK |
@hanbyul-here and I were today trying to make sense of the parameters we would need to pass to the WMS services in It was impossible to retrieve that information - on the The gist: The |
@j08lue, @hanbyul-here thanks for the feedback. Are you having the same issues with the ImageServer collection: https://dev.openveda.cloud/api/stac/collections/POWER_901_MONTHLY_RADIATION_UTC? @amarouane-ABDELHAK I believe what Jonas mentioned was what we were talking about last week and the limitation of MapServer. Is it possible to dynamically retrieve metadata concerning layers from MapServer? |
@hanbyul-here if you outline here what metadata you need we can try and get it in STAC! One of our goals if to offload as much as we can from the mdx file if possible |
These are the parameters that I had to pass to get the successful visualization layer for esi_4wk dataset!
|
From the conversation with @amarouane-ABDELHAK & @slesaad , I could get more insights related to ArcGIS data. datasets
analysis feature and
|
@hanbyul-here here are the updated datasets: power_power_901_annual_meterology_utc (imageserver) bcb_amphibian_richness_habitat30m (mapserver, timeless) - note that the global_esi_4wk (mapserver, with timestamps) - added timestamps in summaries based on the 7 days time difference Note These are new collections with new ids |
We are trying out different approaches of integrating ArcGIS-served resources into VEDA. Using their WMS service could be one option and we could create a STAC collection in our catalog without items that links to the WMS/WMTS/whatnot service, to make these resources discoverable in our STAC and the UI more or less self-configured based on these collections.
The goal for this ticket would be to set up a proof of concept for this integration pattern. We could probably work off of @slesaad's POC against the Arc2STAC proxy, which probably only needs a few small changes since it was also using WMS.
e.g. look for the
wms
link instead of relying on the first links, etc.https://github.com/NASA-IMPACT/veda-ui/pull/887/files#diff-51d9ee79e77cc94b891a168ca648f90b458b5f81ef12e235705881bc5af03ec0R141
We still need to confirm that this (STAC collection w/o items but with pointers to the services) is the integration pattern we will follow. Discussions with @anayeaye, @smohiudd, and @slesaad will follow up on that question shortly.
Related epics
Acceptance criteria
The text was updated successfully, but these errors were encountered: