Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add shell script style output #16

Closed
lucadelu opened this issue Jul 17, 2017 · 2 comments
Closed

add shell script style output #16

lucadelu opened this issue Jul 17, 2017 · 2 comments

Comments

@lucadelu
Copy link

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 query python t.vect.in.sos/t.vect.in.sos.py -o url=http://istsos.geodati.fmach.it/istsos/edenext? should be

GRIDA
GRIDC
GRIDE
GRIDF
temporary

-p for this query python t.vect.in.sos/t.vect.in.sos.py -p url=http://istsos.geodati.fmach.it/istsos/edenext? offering=GRIDA should be

GRIDA_A1_HIGH
GRIDA_A1_LOW
......
GRIDA_H8_HIGH
GRIDA_H8_LOW

-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

start_time=2012-03-14 18:28:01+01:00
end_time=2014-11-20 11:23:01+01:00

I have no clear idea about how to do that, probably could be useful to add this in OWSlib..

@pesekon2
Copy link
Owner

What do you think about this commit?

@lucadelu
Copy link
Author

lucadelu commented Jul 24, 2017

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

I had few comments in commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants