-
Notifications
You must be signed in to change notification settings - Fork 90
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
issue with WMS time support #661
Comments
…ere:THIN-12927 to master * commit '1336b76bfb1ca570351f6a61dd20f067d554fd3b': chore(style): upgrade bootstrap/bootswatch
The WMS/WMTS TIME support in OpenSphere is intended to only cover the absolute interval case described here. This best corresponds to the "Continuous Interval" value for the "Presentation" field when publishing a layer via GeoServer. This particular case indicates that any arbitrary time range can be sent by the client. However, the case is not well-represented in the WMS 1.3.0 specification, nor is it represented in the Best Practices for WMS with Time document. There is no value in the GetCapabilities I would like to see better support for dimensions in both WMS and WMTS. We currently do not parse the This would entail the following work:
|
@wallw-bits thanks for the info.
Feel free to use our WMS at https://geo.weather.gc.ca/geomet for tests (most layers are time enabled). Happy to test/provide feedback as required -- thanks! |
I think weather people understand this a bit differently to the rest of us. Imagine you have a computer model for weather prediction run once per day (6 or 12 hours is more usual, but daily will be enough for this analogy), and it predicts temperatures at each hour over the next week (so hours go from 0 to 167).
Non-technical users almost always want the most recent forecast (i.e. greatest available reference time), which is conveniently the default. Any other reference time is an advanced feature. |
I get that. However, if you animate over historical predictions, some Also, @tomkralidis, we would be happy to use that server for testing, but it does not seem to be sending the |
@wallw-bits can you provide the URL causing the 500? |
@wallw-bits we've pushed an update. Can you try again? |
Using the demo at https://master-branch-opensphere-ngageoint.surge.sh, our WMS with time support appears to have problems being displayed.
Use case:
Here we see that the
TIME
parameter passes a time extent:TIME=2019-07-09T00:00:00Z/2019-07-10T00:00:00Z
Our WMS service accepts time instants (which are described in the GetCapabilities response (start/end/frequency).
The text was updated successfully, but these errors were encountered: