Re: [GRASS-user] v.in.ascii with undefined columns?

2015-09-03 Thread Helmut Kudrnovsky
Hi Patrick, another quite nice spatial format as a wrapper around a text / csv file is the GDAL's virtual vector vrt. there you can define easily column names, column types etc have a look in the addon v.In.gbif where I use vrt to import GBIF csv data. - best regards Helmut -- View th

Re: [GRASS-user] ERROR: Error reading raster data for row 210 of

2015-09-03 Thread Markus Neteler
On Thu, Sep 3, 2015 at 4:43 PM, umberto.minora wrote: > I am experiencing this problem. If I run in GRASS 7.0.0 (2015): > r.mapcalc new_cumRAD = cumRAD + altavaltellina_rad10_250_05.00 > I receive: > ERROR: Error reading raster data for row 210 of This was probably (likely) fixed here: h

Re: [GRASS-user] v.to.db/v.what rast on large vector sets

2015-09-03 Thread patrick s.
Here the example on the North Carolina Workframe using random data. Its a Shell-Script to loop the process. Hope this is ok? Scaling can be done on the variable in the first line. Would be great to get feedback on processing time other experience on large datasets. Patrick ###

[GRASS-user] ERROR: Error reading raster data for row 210 of

2015-09-03 Thread umberto.minora
I am experiencing this problem. If I run in GRASS 7.0.0 (2015): r.mapcalc new_cumRAD = cumRAD + altavaltellina_rad10_250_05.00 I receive: ERROR: Error reading raster data for row 210 of "cumRAD" is the result of previous calculation, where I summed all the hourly global radiation maps (der

Re: [GRASS-user] v.in.ascii with undefined columns?

2015-09-03 Thread patrick s.
Thanks, Markus- Coming back on your answer(s) after my vacation: Apparently my question was a bit unclear, so I will clarify the problem even if you answered it. Maybe this can help other users: I often find myself with tables in form of txt-files/csv-files that have two columns defining coordi