[GRASS-dev] improving v.in.wms

Hi,

I was thinking about improving v.in.wfs which is currently fairly expert-
mode only. My motivation for this is that all of our NZ national base topo
data is now available as WFS, free & CC-By. (scans of all the paper topo
maps in WMS too. go team!)

the new r.in.wms takes advantage of GDAL's WMS driver.

Probably v.in.wfs could do the same with the OGR equivalent,
   http://gdal.org/ogr/drv_wfs.html

but to me OWSLib looks like it has much more python goodness in it,
  http://pypi.python.org/pypi/OWSLib
(BSD licensed)

It's an extra dep., but "list(wms.contents)" to get a list of layers is
pretty hard to beat, and using something already written is preferable to
putting our energy into reinventing the wheel.

what do you think?

thanks,
Hamish

but to me OWSLib looks like it has much more python goodness in it,
http://pypi.python.org/pypi/OWSLib

in the osgeo4w-wingrass-build-environment:
(http://download.osgeo.org/osgeo4w/versions.html)

owslib, 0.3-1

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/improving-v-in-wms-tp5001858p5002008.html
Sent from the Grass - Dev mailing list archive at Nabble.com.