If you look in the library, there is some limited documentation for the classes and methods.
$ python Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from owslib.wfs import wfs100,wfs200 >>> dir(wfs100) ['ContactMetadata', 'ContentMetadata', 'OGC_NAMESPACE', 'OperationMetadata', 'ServiceException', 'ServiceIdentification', 'ServiceProvider', 'StringIO', 'WFSCapabilitiesReader', 'WFS_NAMESPACE', 'WebFeatureService_1_0_0', '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'cgi', 'etree', 'logging', 'nspath', 'urlencode', 'urlopen'] >>> help(wfs100) ... Also, you might finds some of the examples in the docs of the source code tests helpful: tests/wfs_MapServerWFSCapabilities.txt tests/wfs_MapServerWFSFeature.txt owslib/feature/wfs100.py - Tyler On Wed, Aug 25, 2010 at 9:37 AM, Ricardo Rodríguez <[email protected] > wrote: > hello Community, I have a doubt from owsLIB library, because it says it > supports wfs, but I see nothing related to the documentation, do not know if > someone is working on this type of layers, and I need to make a request of > this kind of layers and perform calculations on the attributes of the same > with R (rpy). > > thanks for your time and help > > > Ricardo Rodríguez > Univalle > > _______________________________________________ > Community mailing list > [email protected] > http://lists.gispython.org/mailman/listinfo/community > >
_______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
