-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Feature Request]: Provide inputs for a replacement of WMS getCapabilities requests to WFP's HDC #1093
Comments
@wadhwamatic we do not expect you to extract the same information you are currently getting out of I was looking at [
{
"id": "rfq_dekad",
"title": "CHIRPS dekadal rainfall anomaly",
"abstract": "Anomaly of dekadal CHIRPS data compared to long term average (LTA). The anomaly is specified on percent relatvive to the LTA (i.e. > 100 indicating above LTA and < 100 below)",
"attribution": "Climate Hazards Group, Department of Geography, University of California at Santa Barbara",
"keywords": [
"chirp",
"chirps",
"rainfall",
"spi",
"un",
"humanitarian",
"anomaly",
"precipitation",
"remote-sensing",
"time-series",
"earth-observation",
"satellite",
"standardized precipitation index"
],
"bbox": [-180,-50,180,50],
"styles": [
"rfq_14_20_400",
"ryq_14_50_200"
],
"time": [
"1981-01-01",
"1981-01-11",
"1981-01-21",
"1981-02-01",
"1981-02-11",
"...",
"2024-01-21",
"2024-02-01",
"2024-02-11"
],
"duration": "dekad",
"period": "dekad",
"href": "https://tiles.earthobservation.vam.wfp.org/rfq_dekad/{s}/{t}/{z}/{x}/{y}.png"
},
{
"id": "r3q_dekad",
"title": "CHIRPS Dekad: 3 months aggregated rainfall anomaly",
"abstract": "Anomaly of dekadal CHIRPS data over 3 months aggregation, compared to long term average (LTA). The anomaly is specified on percent relatvive to the LTA (i.e. > 100 indicating above LTA and < 100 below)",
"attribution": "Climate Hazards Group, Department of Geography, University of California at Santa Barbara",
"keywords": [
"chirp",
"chirps",
"rainfall",
"spi",
"un",
"humanitarian",
"anomaly",
"precipitation",
"remote-sensing",
"time-series",
"earth-observation",
"satellite",
"standardized precipitation index"
],
"bbox": [-180,-50,180,50],
"styles": [
"rfq_14_20_400",
"ryq_14_50_200"
],
"time": [
"1981-01-01",
"1981-01-11",
"1981-01-21",
"1981-02-01",
"1981-02-11",
"...",
"2024-01-21",
"2024-02-01",
"2024-02-11"
],
"duration": "3m",
"period": "dekad",
"href": "https://tiles.earthobservation.vam.wfp.org/r3q_dekad/{s}/{t}/{z}/{x}/{y}.png"
}
] In the above you replace From Also |
Linked to #1138
|
Provide a clear and concise description of what you want to happen.
As mentioned in #1091, WFP's HDC will phase out WMS services. Tiles will be covered in #1091. In addition, we need to propose to @valpesendorfer what we would need to replace the WMS getCapabilities requests used to fetch available dates per layer.
There's an opportunity here to revisit date logic for layers served via HDC, but keeping in mind we still need to maintain the previous approach for other WMS servers providing data to PRISM.
The main thing to improve is that HDC / STAC support start and end dates per data product. For example, within the rfh_dekad product, each data point (STAC item) specifies start and end date as seen in the example below for rfh_dekad-202401d2:
Ideally this will help us address issue #1025 and help to simplify solutions in #1040
Is there anything else you can add about the proposal? You might want to link to related issues here, if you haven't already.
No response
The text was updated successfully, but these errors were encountered: