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

r.in.sos cleanup temporary maps #28

Closed lucadelu closed 7 years ago

lucadelu commented 7 years ago

Running

r.in.sos url=http://istsos.geodati.fmach.it/istsos/edenext? output=grida offering=GRIDA event_time='2012-03-14T18:28:01+01:00/2012-03-14T19:33:01+01:00' observed_properties=temperature,air:humidity:relative

there are a lot of vector that should be removed

g.list vector

grida_GRIDA_air_humidity_relative_t20120314T182901
grida_GRIDA_air_humidity_relative_t20120314T183001
grida_GRIDA_air_humidity_relative_t20120314T183101
grida_GRIDA_air_humidity_relative_t20120314T183201
grida_GRIDA_air_humidity_relative_t20120314T183301
grida_GRIDA_air_humidity_relative_t20120314T183501
grida_GRIDA_air_humidity_relative_t20120314T183901
grida_GRIDA_air_humidity_relative_t20120314T192801
grida_GRIDA_air_humidity_relative_t20120314T192901
grida_GRIDA_air_humidity_relative_t20120314T193001
grida_GRIDA_air_humidity_relative_t20120314T193101
grida_GRIDA_air_humidity_relative_t20120314T193201
grida_GRIDA_air_humidity_relative_t20120314T193301
grida_GRIDA_temperature_t20120314T182901
grida_GRIDA_temperature_t20120314T183001
grida_GRIDA_temperature_t20120314T183101
grida_GRIDA_temperature_t20120314T183201
grida_GRIDA_temperature_t20120314T183301
grida_GRIDA_temperature_t20120314T183501
grida_GRIDA_temperature_t20120314T183901
grida_GRIDA_temperature_t20120314T192801
grida_GRIDA_temperature_t20120314T192901
grida_GRIDA_temperature_t20120314T193001
grida_GRIDA_temperature_t20120314T193101
grida_GRIDA_temperature_t20120314T193201
grida_GRIDA_temperature_t20120314T193301
pesekon2 commented 7 years ago

Have you tried it with the -f flag?

lucadelu commented 7 years ago

No sorry, I didn't see it... however please remove that flag and removed the vector, or if you think it is important to maintain the vectors please replace -f with -k that is doing the opposite... if no flag is set vector should be removed, if -k flag is used it Keep the vectors