OWSLib
OWSLib copied to clipboard
Missing docs for WCS and WFS
I can see that OWSLib supports WCS and WFS but the docs are missing: http://geopython.github.io/OWSLib/#wfs.
Are these services not yet ready to use via OWSLib?
The best resource for WFS and WCS examples are the tests: https://github.com/geopython/OWSLib/tree/master/tests/doctests
Each test is prefixed by the type of service it is testing.
I'll look into updating the webpage. Thanks for pointing out the missing docs!
Please update the docs, it would really help! :)
WFS docs are now available. http://geopython.github.io/OWSLib/
Thanks again @JuergenWeichand
@neothemachine echoing @kwilcox, there are some WCS examples in the in unit test which could feed the WCS documentation. Contributions / pull requests are welcome.
@cehbrecht Came here looking for WCS documentation. @huard and I might be able to contribute some of our own examples for WCS calls eventually.