pesekon2 / GRASS-GIS-SOS-tools

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/
GNU General Public License v2.0
3 stars 1 forks source link

t.rast.in.sos fails #31

Closed lucadelu closed 7 years ago

lucadelu commented 7 years ago

Running

t.rast.in.sos url=http://istsos.geodati.fmach.it/istsos/edenext? output=grida_temperature offering=GRIDA event_time='2012-03-14T18:28:01+01:00/2012-03-14T19:33:01+01:00' observed_properties=temperature

I got

Traceback (most recent call last):
  File "/home/lucadelu/compilati/grass72/dist.x86_64-pc-linux-gnu/scripts/t.rast.in.sos", line 238, in <module>
    main()
  File "/home/lucadelu/compilati/grass72/dist.x86_64-pc-linux-gnu/scripts/t.rast.in.sos", line 175, in main
    service, off, options['procedure'], options['observed_properties'],
NameError: global name 'off' is not defined