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

#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&gt;
GRASS GIS <https://grass.osgeo.org>

#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
Resolution: | Keywords: v.in.wfs wfs
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------

Comment (by neteler):

Replying to [ticket:3868 lucadelu]:
> 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)

I believe that this is the best option. Do you plan to work on it?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3868#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#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
Resolution: | Keywords: v.in.wfs wfs
       CPU: Unspecified | Platform: Unspecified
--------------------------+--------------------------

Comment (by lucadelu):

Replying to [comment:1 neteler]:

>
> I believe that this is the best option. Do you plan to work on it?

ok, no I cannot plan to work on it in the next days, I hope to find time
in during Autumn

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3868#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>