You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I set up a geoserver with ncWMS plugin to allow extracting the raster values across time of a single point. I can extract my CSV here.
https://geoserver.science.upd.edu.ph/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetTimeSeries&FORMAT=image%2Fjpeg&TIME=2024-01-01T00:00:00.000Z/2024-06-30T00:00:00.000Z&QUERY_LAYERS=mhw:mhw_anomaly&STYLES=&LAYERS=mhw:mhw_anomaly&INFO_FORMAT=text%2Fcsv&FEATURE_COUNT=50&X=50&Y=50&SRS=EPSG%3A4326&WIDTH=101&HEIGHT=101&BBOX=124.99,9.99,125.01,10.01
This returns :
Unfortunately, thru this catalog item:
is returning
docker-geoserver-1 | org.geoserver.platform.ServiceException: No such operation WMS 1.1.1 GetTimeseries
So an alternative that I've been trying is to just put a featureinfotemplate to the catalog item where :
But is returning:

Any ideas to make this work?
Also, if I am going for the featureInfotemplate method, how can I change the time range from now to 6 months before?
Beta Was this translation helpful? Give feedback.
All reactions