[GRASS-dev] [GRASS GIS] #3868: v.in.wfs support only version 1.0.0

GRASS GIS trac at osgeo.org
Tue Jul 9 01:02:19 PDT 2019


#3868: v.in.wfs support only version 1.0.0
--------------------------+-------------------------
 Reporter:  lucadelu      |      Owner:  grass-dev@…
     Type:  enhancement   |     Status:  new
 Priority:  major         |  Milestone:
Component:  Vector        |    Version:  unspecified
 Keywords:  v.in.wfs wfs  |        CPU:  Unspecified
 Platform:  Unspecified   |
--------------------------+-------------------------
 v.in.wfs support only version 1.0.0, many other versions exists and they
 should be supported.
 Right now the Python script is creating the WFS request working with
 string, it could be useful to have something more structured. Some
 possible solutions:
 - improve v.in.wfs using v.in.ogr that is working well (at least with
 version 2.0.0)

 {{{
 v.in.ogr input='https://wfspoc.brgm-
 rec.fr:443/geoserver/wfs?service=WFS&version=2.0.0&request=GetFeature&typenames=ef%3AEnvironmentalMonitoringFacility&count=100'
 output=wfs_test
 }}}

 - improve v.in.wfs using an external library like owslib (this probably
 require a new dependencies)

 - improve v.in.wfs as it is now, but it is really difficult to maintain

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3868>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list