[GRASS-user] Automatic Orthorectification

2009-03-25 Thread Petrone Orlando Mauro
Hi to all, I'm trying to use GRASS 6.4 (installed on UBUNTU) to realize a system to automate the orthorectification process. I have a group of little images (chip of 256x256 pixel) that I want to use to orthorectify an image. Can grass use the little chip to create the RPC polynomial without

[GRASS-user] Vector map attributes

2009-03-25 Thread Craig Leat
Hello I have a vector map with points representing latrines and each point has an attribute describing the place name. I ran v.edit to snap points with a threshold of 5m and v.info reports 7296 features for the cleaned map. I now wish to count the number of latrines in each place, so I ran: echo

[GRASS-user] cost surface

2009-03-25 Thread Ricardo Almendra
Hello I'm trying to built a cost surface. I've already built a raster with the pixel cost, but i canĀ“t get the cost that is required to arrive to point A. I'm trying - r.cost input=r_v...@12_03 output=exp start_rast=h_r...@12_03max_cost=0 percent_memory=100 but it takes a lot of time and the

Re: [GRASS-user] g.region causing GUI crash...

2009-03-25 Thread Moritz Lennert
On 25/03/09 06:51, Markus Neteler wrote: On Wed, Mar 25, 2009 at 4:42 AM, Jonathan Greenberg greenb...@ucdavis.edu wrote: GRASS was working fine and dandy, and after some weird crash with a display window (I forgot to jot down the error), I can no longer launch the GUI for a certain mapset

[GRASS-user] EPSG 3035

2009-03-25 Thread Laura Poggio
Dear all, I am starting to use GRASS and I am trying to set up a location with the LAEA ETRS89 projection (EPSG 3035). First I set up the location using the EPSG code and the I tried to import a geotiff with the same projection (created with gdal_translate). However I got the error Projection of

Re: [GRASS-user] extracting probabilities from i.maxlik

2009-03-25 Thread Moritz Lennert
On 24/03/09 11:35, Georg Kaspar wrote: Hi, as mentioned before, I need to extract probability-values from i.maxlik that are computed for each pixel for each class. Is there an 'easy' way to achieve this? If I need to dig into the source code, can anybody help me to find the right line in the

Re: [GRASS-user] Vector map attributes

2009-03-25 Thread Moritz Lennert
On 25/03/09 11:05, Craig Leat wrote: Hello I have a vector map with points representing latrines and each point has an attribute describing the place name. I ran v.edit to snap points with a threshold of 5m Because you think that these points are actually duplicates, or because you want the

Re: [GRASS-user] EPSG 3035

2009-03-25 Thread Maris Nartiss
My guess - that GeoTIFF data are in EPSG:3035, still GeoTIFF's coordinate reference system is wrong or missing - i.e. it has world file and no proj file. GRASS will generate error in such case, still if bounds are OK, importing with -o will do the right thing. Laura, check Your GeoTIFF file with

Re: [GRASS-user] EPSG 3035

2009-03-25 Thread Moritz Lennert
On 25/03/09 16:57, Laura Poggio wrote: Dear all, I am starting to use GRASS and I am trying to set up a location with the LAEA ETRS89 projection (EPSG 3035). First I set up the location using the EPSG code and the I tried to import a geotiff with the same projection (created with

Re: [GRASS-user] EPSG 3035

2009-03-25 Thread Laura Poggio
The output of gdalinfo on the file is Driver: GTiff/GeoTIFF Files: data/JRC/map/DTM/ast1.tif Size is 360, 364 Coordinate System is: PROJCS[ETRS89 / ETRS-LAEA, GEOGCS[ETRS89, DATUM[European_Terrestrial_Reference_System_1989, SPHEROID[GRS 1980,6378137,298.2572221010042,

Re: [GRASS-user] Vector map attributes

2009-03-25 Thread Markus Metz
Moritz Lennert wrote: On 25/03/09 11:05, Craig Leat wrote: v.info reports 7296 features for the cleaned map. I now wish to count the number of latrines in each place, so I ran: echo SELECT *,count(Area) FROM MT_San_clean GROUP BY Area | db.select and get a total of 10537, so the results are

[GRASS-user] Re: EPSG 3035

2009-03-25 Thread Casey Vandenberg
-- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/grass-user/attachments/20090325/9852df5e/attachment-0001.html -- Message: 6 Date: Wed, 25 Mar 2009 20:34:21 +0200 From: michael.bar...@asu.edu Subject: [GRASS-user] Mail System

Re: [GRASS-user] EPSG 3035

2009-03-25 Thread Moritz Lennert
On 25/03/09 18:05, Laura Poggio wrote: The output of gdalinfo on the file is Driver: GTiff/GeoTIFF Files: data/JRC/map/DTM/ast1.tif Size is 360, 364 Coordinate System is:

Re: [GRASS-user] EPSG 3035

2009-03-25 Thread Paul Kelly
On Wed, 25 Mar 2009, Moritz Lennert wrote: On 25/03/09 18:05, Laura Poggio wrote: The output of gdalinfo on the file is Driver: GTiff/GeoTIFF Files: data/JRC/map/DTM/ast1.tifSize is 360, 364 Coordinate System is:

[GRASS-user] v.sample - help!

2009-03-25 Thread Richard Chirgwin
OK, this is strange. I am using v.sample to determine whether a point falls inside or outside a simple raster (only two colors - white and brown). The vector points have only two columns in the table: cat, and an integer value (327670) - the aim is that the result will be 0 where the point is on

Re: [GRASS-user] g.region causing GUI crash...

2009-03-25 Thread Jonathan Greenberg
Excellent! So, yes, it turns out I hit my quota on the disk server -- our sysadmin raised it, but the same error was occurring. g.region -d worked spectacularly! Thanks! --j Moritz Lennert wrote: On 25/03/09 06:51, Markus Neteler wrote: On Wed, Mar 25, 2009 at 4:42 AM, Jonathan Greenberg

[GRASS-user] Splitting shapefile

2009-03-25 Thread georgew
Hi , I have a large vector shapefile I would like to split into many smaller tiles of equal size. Can somebody suggest a way to do this in GRASS 6.4 (either Windows or Linux). Also is it possible to use scripts (for batch processing) under the Windows version of GRASS? Many thanks George --