Re: [GRASS-user] v.db.join error

2010-12-02 Thread Patrick_schirmer
Thanks Micha, Yes, commands are what I typed, just renamed the filenames before sending mail to the list: x_arbeit = x_last x_wohn = x_current /That syntax is an error in postgres: double precision does not take a length qualifier. There's nothing in the v.db.join script that I can find that

[GRASS-user] Best operating system for GRASS

2010-12-02 Thread Catlike
What is your favorite OS for GRASS? Please include your reasons. For your favorite OS, how hard is it to learn for a guy like me who has always used Windows? Thank you. Reason I am asking: I am going to learn GRASS. I have always used Windows, but reading on the web shows me that GRASS users, at

[GRASS-user] Re: GRASS-user] What scripting language should I learn?

2010-12-02 Thread Catlike
Thank you. Sad to say I am a Windows user. Your phrase "... at the command line..." puts fear in my heart. I had a DOS class in 1985... How would you recommend I start learning to use a command line? Is there a tutorial or set of lessons you recommend? And by the way -- what is your favorite ope

[GRASS-user] Re: GRASS-user] What scripting language should I learn?

2010-12-02 Thread Richard Chirgwin
On 3/12/10 3:55 PM, grass-user-requ...@lists.osgeo.org wrote: Message: 3 Date: Thu, 2 Dec 2010 15:23:49 -0800 (PST) From: Catlike Subject: [GRASS-user] What scripting language should I learn? To:grass-user@lists.osgeo.org Message-ID:<1291332229750-5798051.p...@n2.nabble.com> Content-Type: text/pl

Re: [GRASS-user] Memory problems with v.in.ogr

2010-12-02 Thread Pierre Roudier
HI, I tried again with the koordinates shapefile. I did succeed that time - corrupted shapefile I suppose. Thanks for the help, Pierre 2010/11/30 Markus Metz : > Pierre Roudier wrote: >> Dear all, >> >> I tried the very same thing on the stable version of GRASS (6.4 RC7 - >> which AFAIK is the

[GRASS-user] make.c error

2010-12-02 Thread Chethan S
Hello everyone! I use GRASS GIS 6.4.1 SVN version for my work. I keep the code in a directory inside my home directory. As I needed i.atcorr module I configured it with "with-cxx". I used the following configure script ./configure --with-tcltk-includes=/usr/include/tcl8.5 --with-proj-share=/usr/s

Re: [GRASS-user] modis ocean and r.in.gdal

2010-12-02 Thread Gustavo
Eduardo, I am using the SMI format. I've tried the following with the same result. Gustavo gdal_translate -a_srs "+init=epsg:4326" -a_nodata 65535 -a_ullr -180 90 180 -90 -co "COMPRESS=PACKBITS" HDF4_SDS:UNKNOWN:"A20100252010032.L3m_8D_CHL_chlor_a_9km":0 prueba.tif Input file size is 4320, 2

Re: [GRASS-user] modis ocean and r.in.gdal

2010-12-02 Thread Eduardo Klein
Gustavo, are you working with the SMI/HDF product? I've just run the script in grass 6.4.0 and it worked perfect. Check with gdalinfo the name of the subset to process (usually something like HDF4_SDS:UNKNOWN:"A20101292010136.L3m_8D_SST_9":0) Saludos, EKS On 12/02/2010 06:19 PM, Gustavo wrot

Re: [GRASS-user] What scripting language should I learn?

2010-12-02 Thread Daniel Victoria
Hi, Even though scripting helps a lot when doing repetitive works and some specific procedures, you don't have to know how to write scripts to use grass. If you are just starting into QGis, I'd recommend you jump into grass first and learn the basics. After that you start to write some simple code

[GRASS-user] What scripting language should I learn?

2010-12-02 Thread Catlike
I am brand new to GRASS. I am just learning QGIS now, and GRASS seems (from the forum posts) to be useful if not quite essential with QGIS. I have no idea what most of the answers (or the questions!) mean on these fora, QGIS nor GRASS. It looks like I need to learn how to write computer scripts. O

Re: [GRASS-user] Loading IPCC GCMs into GRASS from NetCDF

2010-12-02 Thread Daniel Victoria
I've never had much luck with NetCDF over Grass so I used Grads (from COLA) in order open and manipulate the files and export as binary grids. Then I'd import them with r.in.bin. But you still need to know the coordinates and resolution of the cells Daniel On Tue, Nov 30, 2010 at 5:32 PM, Thomas,

Re: [GRASS-user] modis ocean and r.in.gdal

2010-12-02 Thread Gustavo
Hola Eduardo, although the error message corresponded to the grass6.5 r.in.gdal, when I tried method 1 with gdal_translate, the error was the same. Gustavo On Jue 02 Dic 2010 19:24:04 Eduardo Klein escribió: > Hola Gustavo, > > It seems to be a problem with the projection and the boundaries. T

Re: [GRASS-user] modis ocean and r.in.gdal

2010-12-02 Thread Eduardo Klein
Hola Gustavo, It seems to be a problem with the projection and the boundaries. The previous gdal_translate command ran OK? Saludos, EKS On 12/02/2010 05:34 PM, Gustavo wrote: Hi everyone, I am trying to import some L3 MODIS satellite images into GRASS 6.4 by following the instructions from

[GRASS-user] modis ocean and r.in.gdal

2010-12-02 Thread Gustavo
Hi everyone, I am trying to import some L3 MODIS satellite images into GRASS 6.4 by following the instructions from: http://grass.osgeo.org/wiki/MODIS#Import I've tried method 1 and 2 but I got some error messages. I've installed the grass6.5 snapshot from 27/11 and when run the following com

[GRASS-user] Re: reprojection from Projection Mollweide

2010-12-02 Thread Gabriele N.
I found some other posts I'm getting close to the solution (I get good results): gdalwarp -s_srs '+proj=goode +ellps=sphere +lon_0=30E +towgs84=0,0,0,0,0,0,0 +x_0=3335846.22854 +y_0=2' -t_srs '+proj=latlong +ellps=wgs84 towgs84=0,0,0,0,0,0,0' -te 7 33 34 59 map.tif map_wgs84.tif I do no

Re: [GRASS-user] New page IGNF register and shift grid NTF/RGF93

2010-12-02 Thread Paul Kelly
On Thu, 2 Dec 2010, Thibault Lemaitre wrote: I updated the tutorial in question. There was some problem in the previous version : the modification of the PROJ_INFO file was not good and the grid file needs to be in the nad directory of GRASS. The method explained by the tutorial, needs the adm

[GRASS-user] v.in-out quirks

2010-12-02 Thread Shane Litherland
hi all you GRASSers ;-) not sure what happened when i first tried to join the mailing list a few months ago, but i got my user/subscription sorted now :-) I have been using GRASS for a couple years now, more consistently in the last 12 months after a steady learning process. So hopefully as I come

Re: [GRASS-user] Re: r.water.outlet

2010-12-02 Thread Rich Shepard
On Thu, 2 Dec 2010, Daniel Victoria wrote: To delineate basins the water outlet must by on top of a lino of high acumulation (river) as is explained in the Notes section in r.water.outlet manual [1]. A trick I saw being used was to user r.distance (or v.distance) prior to r.water.outlet. I had a

Re: [GRASS-user] Re: r.water.outlet

2010-12-02 Thread Daniel Victoria
Going through my pile of old emails Here goes a delayed answer To delineate basins the water outlet must by on top of a lino of high acumulation (river) as is explained in the Notes section in r.water.outlet manual [1]. A trick I saw being used was to user r.distance (or v.distance) prior to r

[GRASS-user] reprojection from Projection Mollweide

2010-12-02 Thread Gabriele N.
Hy everyone. I have a problem with a reprojection. I have a global raster (a grid esri) that I imported (by choosing the file w001001.adf) in one location. I created the location with a reference system that has these parameters (in a file prj.adf): Projection Mollweide Units METERS Zunits NO Xshi

Re: [GRASS-user] New page IGNF register and shift grid NTF/RGF93

2010-12-02 Thread Thibault Lemaitre
I updated the tutorial in question. There was some problem in the previous version : the modification of the PROJ_INFO file was not good and the grid file needs to be in the nad directory of GRASS. The method explained by the tutorial, needs the administrator rights on Linux. Somebody knows mo