OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

Missing docs for WCS and WFS

Open springmeyer opened this issue 11 years ago • 5 comments

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?

springmeyer avatar Jul 10 '13 03:07 springmeyer

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!

kwilcox avatar Jul 10 '13 03:07 kwilcox

Please update the docs, it would really help! :)

letmaik avatar May 31 '15 15:05 letmaik

WFS docs are now available. http://geopython.github.io/OWSLib/

JuergenWeichand avatar Sep 09 '15 21:09 JuergenWeichand

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.

tomkralidis avatar Sep 10 '15 00:09 tomkralidis

@cehbrecht Came here looking for WCS documentation. @huard and I might be able to contribute some of our own examples for WCS calls eventually.

Zeitsperre avatar Apr 17 '19 20:04 Zeitsperre