My Google Summer of Code 2017 project. This is just development part. Intended GRASS GIS modules and final code will be at https://svn.osgeo.org/grass/grass-addons/
-t for this query python t.vect.in.sos/t.vect.in.sos.py -t url=http://istsos.geodati.fmach.it/istsos/edenext? offering=GRIDA procedure=GRIDA_A1_HIGH should be
It is good for the dates output, for the offerings and procedures you should remove urn:ogc:def:offering:x-istsos:1.0 and urn:ogc:def:procedure:x-istsos:1.0
I think it should be added to OWSlib... maybe ask to OWSlib mailing list
Please add also a shell script style output for the various print options
-o
,-p
,-t
. The common flag for this is-g
-o
for this querypython t.vect.in.sos/t.vect.in.sos.py -o url=http://istsos.geodati.fmach.it/istsos/edenext?
should be-p
for this querypython t.vect.in.sos/t.vect.in.sos.py -p url=http://istsos.geodati.fmach.it/istsos/edenext? offering=GRIDA
should be-t
for this querypython t.vect.in.sos/t.vect.in.sos.py -t url=http://istsos.geodati.fmach.it/istsos/edenext? offering=GRIDA procedure=GRIDA_A1_HIGH
should beI have no clear idea about how to do that, probably could be useful to add this in OWSlib..