Re: [GRASS-user] GRASS sites file

2010-05-19 Thread Markus Metz
Hamish wrote: > Luisa wrote: >> What is a GRASS sites file? How can I obtain this? > > > a sites file is what vector points maps were called in earlier versions > of GRASS. > > grass-addons/imagery/i.pr/TODO: > """ > This module set was developed for GRASS 5. > > TODO: > - change to ANSI prototypes

[GRASS-user] problem with ndvi data reading

2010-05-19 Thread bharath s
hello, i want to read hdf file which is modis (mod13q1)ndvi data . iam unable to read it. i tried both xy & latlong projections by gdal_translate and r.in.gdal, r.bin i got G_set_window() error. .please help me how to do this. thanking you, -- bharath.s

Re: [GRASS-user] GRASS sites file

2010-05-19 Thread Luisa Peña
The only warning that i get is: warning: format not a string literal and no format arguments Where is that "cheap trick". Before I do any implementation i.ptr I have to understand that its classification works. So far, fraom all the messages that I have read, no one can use the classification... L

Re: [GRASS-user] US states and county layers?

2010-05-19 Thread Luigi Ponti
On Tue, May 18, 2010 at 12:17 AM, Matthew Mulbrandon wrote: > Hello, > > I was looking for grass layer with US states and US counties. Can't find > using google but it must be around somewhere. Does anyone know where I can > download this info or is it back to converting shp files. I gu

[GRASS-user] Extract a pixel+neighbor pixels from a raster

2010-05-19 Thread Franz Schiller
Greetings I need to extract an exact pixel and its neighbor a create a raster only with those values. Is it possible (in an easy way? :D) THanks Franz ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-

Re: [GRASS-user] Extract a pixel+neighbor pixels from a raster

2010-05-19 Thread Nikos Alexandris
Franz Schiller: > I need to extract an exact pixel and its neighbor a create a raster only > with those values. > Is it possible (in an easy way? :D) If you have a vector point of interest (or coordinates imported with v.in.ascii) rasterize it (v.to.rast), edit it (d.rast.edit) to include more p

Re: [GRASS-user] GRASS sites file

2010-05-19 Thread Luisa Peña
Hi there Instead of GRASS sites file I used a normal GRASS-vector and I got this error: Dev note: Adapted sites library used for vector points. (module should be updated to GRASS 6 vector library) Since I'm only testing i.pr module I would like to know where can I get a conversion script/function

Re: [GRASS-user] GRASS sites file

2010-05-19 Thread Markus Metz
Luisa Peña wrote: > > Hi there > Instead of GRASS sites file I used a normal GRASS-vector and I got this > error: > Dev note: Adapted sites library used for vector points. (module should be > updated to GRASS 6 vector library) This is not an error, it's simply a message meant for the developer mai

[GRASS-user] problems starting Grass6.3 and 6.5svn on Windows: "Error setting region (Problem with g.region?):child killed:unknown signal"

2010-05-19 Thread Vishal Mehta
I could use some help getting Grass to work on my Windows XP.. Here's some information: - I've tried using Grass6.3 and Grass 6.5svn installers, bith are giving the same problem. After the installation, upon starting Grass, as its loading the GUI, it crashes after this message: Error setting regio

Re: [GRASS-user] Copying from a mapset in another data directory

2010-05-19 Thread Jonathan Greenberg
So assuming that we have duplicated the projection info from one filesystem to the next (the case I'm dealing with is running out of space on one filesystem, and we needed to continue work on another but using the same projection info) -- if I create mapset on one of the two filesystems, and then s

Re: [GRASS-user] Copying from a mapset in another data directory

2010-05-19 Thread Glynn Clements
Jonathan Greenberg wrote: > So assuming that we have duplicated the projection info from one > filesystem to the next (the case I'm dealing with is running out of > space on one filesystem, and we needed to continue work on another but > using the same projection info) -- if I create mapset on on