Re: [GRASS-user] GRASS 7.2 v.in.ascii error

2017-01-20 Thread Thomas Adams
Helmut, Thank you; I did try 'date' and got the same result using the exact dataset. After sending out the email (thinking GRASS *might* be choking on the number of columns), I reduced the number of columns and re-ordered them (thinking that maybe the ID ought to come first -- also recognizing

Re: [GRASS-user] GRASS 7.2 v.in.ascii error

2017-01-20 Thread Thomas Adams
Martin, Yes; I pretty much figured that out -- 'datetime' worked. I'm slowly catching on... Tom On Fri, Jan 20, 2017 at 7:18 AM, Martin Landa wrote: > Hi, > > 2017-01-20 13:15 GMT+01:00 Thomas Adams : > > Thank you; I did try 'date' and got the same

Re: [GRASS-user] GRASS 7.2 v.in.ascii error

2017-01-20 Thread Martin Landa
Hi, 2017-01-20 13:15 GMT+01:00 Thomas Adams : > Thank you; I did try 'date' and got the same result using the exact dataset. well, 'date' is also SQL reserved word :-) [1] Ma [1] http://developer.mimer.se/validator/sql-reserved-words.tml -- Martin Landa

Re: [GRASS-user] Archiving GPM 3hr rainrate in GRASS

2017-01-20 Thread Laurent C.
Hello all, I wrote a module that automatically download, import and register GPM IMERG maps in GRASS. You will need a NASA Earthdata Login to download the data. The code can be found here: https://bitbucket.org/lrntct/t.rast.in.gpm For now, it is limited to IMERGHH data. Hope it could help

Re: [GRASS-user] r.out.ascii not functioning for floating point values

2017-01-20 Thread Bartolomei.Chris
I think I found one of my problems working with the data and why it was lining up ... in Excel, if you use a space delimiter, the text-to-columns treats consecutive spaces as one ... you need to disable that (a checkbox). That still doesn't fix the scientific notation issue, but the process

[GRASS-user] r.out.ascii not functioning for floating point values

2017-01-20 Thread Bartolomei.Chris
I am using GRASS GIS 7.2 on a Windows 10 system with 32Gb ram. OSGEO4W distribution (with msys) The region is lat/lon (-180 to 180, 90 to -90) and the resolution NS is 00:15 and EW is 00:15 I am trying to export a raster into a grid (array) that I can use in Excel but am getting unusable

Re: [GRASS-user] r.out.ascii not functioning for floating point values

2017-01-20 Thread Micha Silver
Hello Chris What is it that you're trying to do in Excel?? Chances are that you can do any analysis you want right in the GIS. The scientific notation is surely from Excel, r.out.ascii just dumps a list of three numbers: x,y, and raster values. All in straight ascii. On 01/20/2017 01:24

[GRASS-user] Are Grass-7.2.0 and Qgis-2.18.3 working together on Fedora 25?

2017-01-20 Thread dulcamara
-- View this message in context: http://osgeo-org.1560.x6.nabble.com/Are-Grass-7-2-0-and-Qgis-2-18-3-working-together-on-Fedora-25-tp5304215.html Sent from the Grass - Users mailing list archive at Nabble.com. ___ grass-user mailing list

Re: [GRASS-user] r.out.ascii not functioning for floating point values

2017-01-20 Thread Bartolomei.Chris
Good (morning?) Micha :) r.out.ascii dumps the values, not the x,y locations - that is r.out.xyz ... and r.out.ascii is indeed generating the scientific notation - I've pulled the output file up in Notepad++ to view the raw data and here's what I see for rows with data values (a snippet):