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

Error using v.to.rast #22

Closed pesekon2 closed 7 years ago

pesekon2 commented 7 years ago

r.in.sos raises an error during v.to.rast command.

Try: r.in.sos url=http://istsos.geodati.fmach.it/istsos/edenext? output=grida offering=GRIDA event_time='2012-03-14 18:28:01+01:00/2012-03-14 19:33:01+01:00' observed_properties=meteo:air:humidity --overwrite

My output: ERROR: Database connection not defined for layer <-1>

It works when we set layer option to 1 here, but this is strange and shouldn't happen.