-
Notifications
You must be signed in to change notification settings - Fork 279
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
support dimension (time) for WMTS 1.0.0 #368
Comments
@murdav looking at http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd, I would create a |
Thanks for this! D |
@murdav you can run the tests with py.test (see how Travis does it in https://github.com/geopython/OWSLib/blob/master/.travis.yml#L17). Note you can also run tests on single doctest files. |
+1 for this feature request! |
Feature is implemented in #904 and for now can be used from a fork https://github.com/lubojr/OWSLib/tree/368-wmts-dimensions-support if anyone needs it before this gets merged to master. |
Thanks @lubojr. Merged. |
Dear All,
Following http://portal.opengeospatial.org/files/?artifact_id=35326 there is the possibility to have the dimension, page 22 Table 9 — Parts of Dimension data structure.
e.g.
A getcapabilities example could be:
https://gibs-b.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi?Service=WMTS&Request=getcapabilities&Version=1.0.0
If there is no program to support it, I can have a look at it.
@tomkralidis the issue is that the WMS-T has a different structure (page 53, 06-042_OpenGIS_Web_Map_Service_WMS_Implementation_Specification.pdf), could you give me a bit of help, maybe some points of start?
Thanks,
D
The text was updated successfully, but these errors were encountered: