Re: [GRASS-user] reprojection problem

2011-12-15 Thread Markus Metz
On Thu, Dec 15, 2011 at 6:11 PM, Tyler Smith tyler.sm...@mail.mcgill.ca wrote: Hi, I'm a GIS novice, trying to reproject a vector layer. My objective is to get a world map projected into Lambert Equal-Area, centered on the north pole. I chose this projection as it shows the entire arctic

Re: [GRASS-user] How to shift a raster map?

2011-12-07 Thread Markus Metz
On Wed, Dec 7, 2011 at 10:41 AM, Andres Kuusk and...@aai.ee wrote: Hi! I have a high-res satellite image which has a positioning error about 5 m. A previous GRASS version had a simple shift of coordinates however in the GRASS-7 I cannot find such a tool. A workaround is to use i.rectify.

Re: [GRASS-user] fill gaps

2011-12-06 Thread Markus Metz
Martin Landa wrote: Hi all, I am doing some post-classification smoothing. First areas lesser than 1ha are removed using `r.reclass.area` and then gaps (NULL cells) filled using `r.filldir`. My region rows:       977 cols:       1227 cells:      1198779 number of NULL cells to be filled

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-05 Thread Markus Metz
Hamish wrote: Ben wrote: So from a user point of view, getting rid of -c in GRASS 7 would remove another source of uncertainty. if that means that tasks like the ones I described in the third bullet point of this email:  http://lists.osgeo.org/pipermail/grass-user/2011-December/062818.html

Re: [GRASS-user] fatal error: libintl.h: no such file or directory

2011-12-05 Thread Markus Metz
On Mon, Dec 5, 2011 at 6:46 AM, Sandip Maity sandip.stesa...@gmail.com wrote: Dear grass user, I am getting following error to compile the source code of only r.watershed. You are trying to compile the grass 6.4 version of r.watershed against grass 6.5:

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-05 Thread Markus Metz
Markus Metz wrote: Moritz Lennert wrote: On 30/11/11 18:37, Markus Metz wrote: Moritz Lennert wrote: On 30/11/11 14:38, Markus Metz wrote: It seems to me that the confusion arises because you made use of features that allow you to skip topological cleaning which is not the default

[GRASS-user] about importing overlapping polygons

2011-12-05 Thread Markus Metz
Updated manual for v.in.ogr (trunk) about importing overlapping polygons: When importing overlapping polygons, the overlapping parts will become new areas with multiple categories, one unique category for each original polygon. An original polygon will thus be converted to multiple areas with the

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-03 Thread Markus Metz
tool. -- On Wed, Nov 30, 2011 at 9:37 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: Moritz Lennert wrote: On 30/11/11 14:38, Markus Metz wrote: It seems to me that the confusion arises because you made use of features that allow you to skip

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-03 Thread Markus Metz
and commitment to this project, Roger -- Markus M Personally, I do not think this auto cleaning should ever have been made the default operation of the import tool. -- On Wed, Nov 30, 2011 at 9:37 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: Moritz Lennert

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-02 Thread Markus Metz
Personally, I do not think this auto cleaning should ever have been made the default operation of the import tool. -- On Wed, Nov 30, 2011 at 9:37 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: Moritz Lennert wrote: On 30/11/11 14:38, Markus Metz wrote: It seems to me

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-02 Thread Markus Metz
Moritz Lennert wrote: On 30/11/11 18:37, Markus Metz wrote: Moritz Lennert wrote: On 30/11/11 14:38, Markus Metz wrote: It seems to me that the confusion arises because you made use of features that allow you to skip topological cleaning which is not the default and not recommended

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-12-02 Thread Markus Metz
to valid areas. 2011/12/2 Markus Metz markus.metz.gisw...@googlemail.com:  * for areas without centroids that are not holes. Areas without centroids that are not holes are topologically correct but do not make sense logically. ___ grass-user mailing

Re: [GRASS-user] confused on categories created by topological cleaning of overlapping polygons

2011-11-30 Thread Markus Metz
G. Allegri wrote: I'm still assessing the topological model and the build/clean effects on various combinations of synthetic geometries created by myself. This time I have created two overlapping polygons [1] [2] in Qgis, and imported in grass thorugh v.in.ogr. If I import the shapefile with

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-11-30 Thread Markus Metz
G. Allegri wrote: Back again with my topological questions :) Two overlapping polygons were imported without cleaning them (-c option in v.in.ogr). The result are two overlapping areas, correctly built from two overlapping boundaries and their centroids. If I run v.build to output

Re: [GRASS-user] Problem with g.region in lat-lon projection

2011-11-30 Thread Markus Metz
John A Stevenson wrote: Hi, I am trying to set up a grid with a specified resolution using g.region.  The information about the grid that came with the data that I want to plot is:  X grid origin:                0.2812500  Y grid origin:                -89.81250  X grid size:              

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-11-30 Thread Markus Metz
G. Allegri wrote: Mmm, sorry but I don't understand it. The topological correctness (in a general meaning, beyond GRASS) states that two polygons *cannot* overlap. GRASS topological model admits overlapping areas (the build tool doesn't complaint), Only in special cases when areas were not

Re: [GRASS-user] overlapping areas seem valid to v.build: why?

2011-11-30 Thread Markus Metz
Moritz Lennert wrote: On 30/11/11 14:38, Markus Metz wrote: It seems to me that the confusion arises because you made use of features that allow you to skip topological cleaning which is not the default and not recommended. Maybe this calls for a v.check.topology module ? Or an option

Re: [GRASS-user] LiDAR LAS import

2011-11-25 Thread Markus Metz
liblas-config --includes -I/usr/include/geotiff -I/usr/include/gdal Thanks, Rebecca From: Markus Metz markus.metz.gisw...@googlemail.com To: Rebecca Bennett rabenn...@ymail.com Cc: grass-user@lists.osgeo.org grass-user@lists.osgeo.org Sent: Wednesday, 27

Re: [GRASS-user] LiDAR LAS import

2011-11-25 Thread Markus Metz
been updated. Markus M On Fri, Nov 25, 2011 at 6:17 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: Daniel Victoria wrote: Hi Rebecca et al., I'm having the same problem. Installed liblas using ubuntu packages and when I run configure I get that it's unable to locate libLAS

Re: can't find gui_modules/menuform.py -- was [GRASS-user] LiDAR LAS import

2011-11-25 Thread Markus Metz
Daniel Victoria wrote: Changed the subject so it's separated from the LIDAR discussion. Markus N.: the latest svn has fixed the location wizard problem. It now works. I'm still getting errors when I try to run v.in.lidar. It complains that: python: can't open file

[GRASS-user] Re: negative accumulation with r.watershed in GRASS 7

2011-11-25 Thread Markus Metz
Pankaj Kr Sharma wrote: Dear Grass users and developers, The run-time messages of command r.watershed is pasted below. This I ran as per suggestions on a threshold area of 100 sq km. Considerable Be aware that the threshold option of r.watershed does not refer to catchment area (basin) size

Re: [GRASS-user] LiDAR LAS import

2011-11-24 Thread Markus Metz
/include/gdal Thanks, Rebecca From: Markus Metz markus.metz.gisw...@googlemail.com To: Rebecca Bennett rabenn...@ymail.com Cc: grass-user@lists.osgeo.org grass-user@lists.osgeo.org Sent: Wednesday, 27 July 2011, 18:01 Subject: Re: [GRASS-user] LiDAR LAS

Re: [GRASS-user] GRASS 7 error code 9

2011-11-20 Thread Markus Metz
Glynn Clements wrote: AFAICT, r.watershed requires far more memory than just the size of the underlying raster data. It's possible that it isn't interpreting the memory= parameter correctly. Yes, there was an error in the distribution of memory over the various temporary data structures,

Re: [GRASS-user] GRASS 7 error code 9

2011-11-20 Thread Markus Metz
Pankaj Kr Sharma wrote: Dear  Grass users and developers, The region is only 42001 * 42001 i.e. smaller than the limit of 46341 x 46341. The module r.watershed didn't work without -m due to memory requirement. So, the next best, I thought was to assign RAM as much as possible. And I began

Re: [GRASS-user] sub-basins of exactly 300 sq km size in a large basin

2011-11-20 Thread Markus Metz
Pankaj Kr Sharma wrote: Dear grass users, I am trying to find sub-basins and their outlets exactly for each 300 sq. km. in a bigger basin. I think accumulation value indicates the no. of cells draining at a cell. And will thus be a good starting point for such calculation. The other option

Re: [GRASS-user] GRASS 7 error code 9

2011-11-16 Thread Markus Metz
On Thu, Nov 17, 2011 at 6:03 AM, Pankaj Kr Sharma pks...@gmail.com wrote: Dear grass-users and developers, I am currently using grass 7 svn version 48293. ( Part Output of command svn info Last Changed Rev: 48293 ) Software and Hardware specifications of my computer are listed below:

Re: [GRASS-user] i.pca fixes in trunk

2011-11-08 Thread Markus Metz
Martin Landa wrote: Hi, Benjamin Ducke: Sounds like a very sensible couple of fixes to me. Could these be backported to 6.4.x? first it should be done for `devbr6`. Done in r49129. Further improvements (mainly speed) are in trunk. Markus M ___

[GRASS-user] i.pca fixes in trunk

2011-11-04 Thread Markus Metz
Hi all, based on the wiki for Principal Components Analysis [0], numerous discussions in the mailing lists [1,2,3,4], particularly a comment by Edzer Pebesma [5], and personal demand, I have fixed a few issues in i.pca in trunk r49090. - the faulty or missing centering of the input bands

Re: [GRASS-user] Draping of Raster images

2011-11-03 Thread Markus Metz
On Thu, Nov 3, 2011 at 3:32 PM, Anna Hodgkinson anna.hodgkin...@thehumanjourney.net wrote: Thank you, but neither of those would work for me - what I'm trying to do is to make a 2D raster image 3D. And I don't mean visualisation, I mean assigning cell values for elevation from either another

Re: [GRASS-user] r.stream.extract and r.stream.order not creating vector database in postgres

2011-11-02 Thread Markus Metz
Pankaj Kr Sharma wrote: Dear friends, r.stream.extract and r.stream.order are not creating tables for vector stream in postgres database. Error is reproduced below: Create temporary files... Load input maps... Initialize A* Search... A* Search... Extract streams... Thin stream

Re: [GRASS-user] Re: r.in.gdal oddity

2011-11-01 Thread Markus Metz
On Tue, Nov 1, 2011 at 2:46 PM, Markus Neteler nete...@osgeo.org wrote: On Mon, Oct 31, 2011 at 9:25 PM, Brian Oney zenli...@gmail.com wrote: Yes, everything works great. Thanks again. Ok, good to know. Yeah, the algorithm could be improved I guess. But, the improvement that I would suggest

Re: [GRASS-user] Re: r.in.gdal oddity

2011-10-31 Thread Markus Metz
Helmut Kudrnovsky wrote: I am importing worldclim .asc files from the ipcc4 simulations (http://ccafs-climate.org/). These are latlong files with a global extent. I have compiled grass 6.4.2svn from source on ubuntu 11.10 and hope that I did everything correctly, according to the wiki. When

Re: [GRASS-user] r.in.gdal/HF2/HFZ problem

2011-10-31 Thread Markus Metz
On Sun, Oct 30, 2011 at 4:23 PM, Markus Neteler nete...@osgeo.org wrote: On Fri, Oct 28, 2011 at 5:21 PM, Duffy, Garret garret.du...@nuigalway.ie wrote: Hi, I'm running grass 6.2 and I've updated gdal to version 1.8.1 in order to import HF2/HFz files into grass %r.in.gdal -f Supported

Re: [GRASS-user] import tif error: bytes do not match file size

2011-10-31 Thread Markus Metz
rookie wrote: Hi, all - I'm TRYING to classify an aerial image via feature extraction. Problem is, I'm new to grass and can't figure out how to import an image! I'm doing this via the gui (layer manager) - no time to play with code. :( I have a projected tif w/ a tfw. It has three bands.

Re: [GRASS-user] using a vector map as target map for raster map to georectify

2011-10-31 Thread Markus Metz
On Sat, Oct 29, 2011 at 11:25 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 27/10/11 21:10, Moritz Lennert wrote: Hello, Trying to use the georeferencing tool in 6.4.1, I have the following question: is it possible to define a vector map as target map when georeferencing a

Re: [GRASS-user] using a vector map as target map for raster map to georectify

2011-10-31 Thread Markus Metz
On Mon, Oct 31, 2011 at 11:22 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 31/10/11 10:08, Markus Metz wrote: On Sat, Oct 29, 2011 at 11:25 AM, Moritz Lennert mlenn...@club.worldonline.be  wrote: On 27/10/11 21:10, Moritz Lennert wrote: Hello, Trying to use

Re: [GRASS-user] Re: r.in.gdal oddity

2011-10-31 Thread Markus Metz
Anyways, I appreciate the help. Cheers, Brian On 10/31/2011 09:15 AM, Markus Metz wrote: Helmut Kudrnovsky wrote: I am importing worldclim .asc files from the ipcc4 simulations (http://ccafs-climate.org/). These are latlong files with a global extent. I have compiled grass 6.4.2svn from

Re: [GRASS-user] Smoothing unclosed contour

2011-10-26 Thread Markus Metz
Dmitriy Tyugaev wrote: Hi list, Help me please! I have a set of unclosed contours, which are created from raster cropped by the mask. After smoothing with v.generalize method=boyle look_ahead=5 I have obtained smooth, but duplicated contours. http://www.image-share.com/ipng-1014-170.html

Re: [GRASS-user] Is it possible to export a Raster to KML

2011-10-26 Thread Markus Metz
katrin eggert wrote: Hi Maybe it would be better to explain that in manual entry. Just one more question: what is the EPSG code for that projection? http://www.google.com/search?q=google+kml+epsg - 4326 Thanks Kat 2011/10/26 Markus Neteler nete...@osgeo.org On Tue, Oct 25, 2011 at 6:32

Re: [GRASS-user] v.generalize issue

2011-10-26 Thread Markus Metz
are not the first one to discover this bug. Additionally, v.generalize was randomly swapping area attributes. This is also fixed. Since you are asking about a bug number, are you interested in the effects or the causes? Markus M Thanks, Roger -- On Wed, Oct 26, 2011 at 12:23 AM, Markus Metz

Re: [GRASS-user] v.generalize issue

2011-10-26 Thread Markus Metz
topology were deleted, after that all boundaries that were topologically incorrect. Boundaries are now only smoothed/simplified if the modification does not violate vector topology. HTH, Markus M Roger -- On Wed, Oct 26, 2011 at 11:51 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote

Re: [GRASS-user] Re: GRASS 7 configuration with libLas

2011-10-24 Thread Markus Metz
ahmadou dicko wrote: Hi everyone Trying to compile GRASS 7 I had an issue similar to the one on this thread : http://lists.osgeo.org/pipermail/grass-dev/2011-May/054559.html I built the latest version of libLAs from repository (version 1.7) and it's appear that on ubuntu the shared library

Re: [GRASS-user] v.in.ogr of shp file: no centroids but data in table

2011-10-19 Thread Markus Metz
On Tue, Oct 18, 2011 at 7:38 PM, Sebastian Schubert schubert@googlemail.com wrote: On 18/10/11 17:37, Markus Metz wrote: Sebastian Schubert wrote: Hi all, I imported a shape file into grass v.in.ogr --o basel_gelaende.shp out=basel_gelaende resulting in: Number of nodes: 38602

Re: [GRASS-user] odd r.stats output, after r.resample.stats

2011-10-19 Thread Markus Metz
On Tue, Oct 18, 2011 at 9:31 PM, Kirk Wythers kirk.wyth...@gmail.com wrote: I am trying to aggregate resample a 250 meter resolution raster to 1000m resolution as the most frequently occurring value in the 250m map. I am using: GRASS 6.4.1 (northcentralus_albersequalarea):~ r.resamp.stats -w

Re: [GRASS-user] Is it possible to derive both banks of a river ?

2011-10-19 Thread Markus Metz
On Tue, Oct 18, 2011 at 10:12 AM, Pankaj Kr Sharma pks...@gmail.com wrote: Dear friends, I derived this accumulation map from 90m srtm data. Across the river, the accumulation varies and the river line passes through the maximum of these values. Typical Scenario: On right bank Acc= 3

Re: [GRASS-user] v.vect.stats has no results

2011-10-18 Thread Markus Metz
On Tue, Oct 18, 2011 at 9:45 AM, Andres Kuusk and...@aai.ee wrote: Hi! What I am doing wrong, or is this the problem of v.vect.stats? I have an area vector area_vector of three rectangular areas and a vector point_vector with numerous points inside these areas. The output of the command

Re: [GRASS-user] v.vect.stats has no results

2011-10-18 Thread Markus Metz
Andres Kuusk wrote: [..] and v.vect.stats after g.gisenv set=DEBUG=2. (Tue Oct 18 12:36:48 2011) g.gisenv set=DEBUG=2 (Tue Oct 18 12:36:48 2011) Command finished (0 sec) (Tue Oct 18 12:36:58 2011) v.vect.stats -p points=tmp4 areas=rami type=point method=average pcolumn=uav8 ccolumn=nuav

Re: [GRASS-user] v.in.ogr of shp file: no centroids but data in table

2011-10-18 Thread Markus Metz
Sebastian Schubert wrote: Hi all, I imported a shape file into grass v.in.ogr --o basel_gelaende.shp out=basel_gelaende resulting in: Number of nodes: 38602 Number of primitives: 115042 Number of points: 0 Number of lines: 0 Number of boundaries: 115042 Number of centroids: 0 Number

Re: [GRASS-user] v.in.ogr of a 3d shape

2011-10-14 Thread Markus Metz
Sebastian Schubert wrote: Hi, I want to read a 3d shape. Unfortunately, it does not finish (killed after 2 hours!). Qgis is able to import it although I guess it is done in 2d what grass is also capable of without the -z switch. Here is the output with grass 6.4.1:  v.in.ogr --v -z

Re: [GRASS-user] upslope contributing areas

2011-10-13 Thread Markus Metz
On Thu, Oct 13, 2011 at 9:41 AM, Rainer M Krug r.m.k...@gmail.com wrote: On Thu, Oct 13, 2011 at 9:04 AM, Francesco Mirabella mirab...@unipg.it wrote: Hello, and thanks for your fast replies, yes, the final result which I'd like to get is a river profile along which the values of the

Re: [GRASS-user] r.viewshed build

2011-10-10 Thread Markus Metz
On Mon, Oct 10, 2011 at 5:38 PM, Glynn Clements gl...@gclements.plus.com wrote: Adam Dershowitz, Ph.D., P.E. wrote: This has (hopefully) been fixed in 7.0 with r38702, but the problem remains in 6.x. The fix involves changing line 443 of lib/iostream/mm.cc from:     MM_mode

Re: [GRASS-user] WinGrass6.5.svn-installer with selected addons

2011-10-09 Thread Markus Metz
On Sun, Oct 9, 2011 at 12:17 PM, Helmut Kudrnovsky hel...@web.de wrote: Hi, there is now an updated WinGrass6.5.svn with selected addons available: http://grass.osgeo.org/grass65/binary/mswindows/native/ or also findable under http://grass.osgeo.org/ = Download = Other platforms and source

Re: [GRASS-user] Using r.los to find where an object could be hidden

2011-10-07 Thread Markus Metz
On Fri, Oct 7, 2011 at 7:49 AM, Josh Doe j...@joshdoe.com wrote: I've just used r.los for the first time, but want to do something slightly different this time. Instead of finding what points on-the-ground are visible by the observer, I want to find what points at a height above-the-ground are

[GRASS-user] new module for multiple regression with large raster maps

2011-10-07 Thread Markus Metz
There is a new module r.regression.multi as grass7 add-on to calculate multiple regressions with raster maps. The motivation for this module is to calculate regression coefficients and statistics for very large datasets, too large for e.g. R. The module uses less than 3 MB memory for 400 million

Re: [GRASS-user] Automatic redraw of map display in 6.4 when underlying raster changes?

2011-10-06 Thread Markus Metz
On Wed, Oct 5, 2011 at 5:10 PM, Rainer M Krug r.m.k...@gmail.com wrote: Hi I am looking for a way to automatically redraw a map if the underlying raster map is changing. Background: I am running a spatial simulation, and would like to see open a few graphics monitors (or similar)to follow

Re: [GRASS-user] Error in r.regression.line manual- R output

2011-10-03 Thread Markus Metz
2011/10/3 António Rocha antonio.ro...@deimos.com.pt: Greetings In r.regression.line R is being defined as residuals. Well, after doing some calculation in other tools I realized that R corresponds to Pearson Correlation (also known as R). Can anyone else confirm me this? Yes. I have changed

[GRASS-user] new add-on r.regression.series

2011-10-01 Thread Markus Metz
Hi all, there is a new add-on available for grass 7 to calculate linear regression parameters between two time series, e.g. NDVI and precipitation. The name of the module is r.regression.series and it is written in C. The linear regression parameters currently available are offset, slope,

Re: [GRASS-user] Linear regression between 2 rasters (old and new)

2011-09-30 Thread Markus Metz
2011/9/30 António Rocha antonio.ro...@deimos.com.pt: I I have been using r.series to calculate a linear regression slope for an old and new raster map using r.series. But now I need to also obtain the error. It seems not to be possible to use r.series. Is this true? if yes, what alternative

Re: [GRASS-user] Crop/limit a shapefile

2011-09-27 Thread Markus Metz
On Tue, Sep 27, 2011 at 1:08 PM, Micha Silver mi...@arava.co.il wrote: On 27/09/2011 13:31, giannis Nj wrote: Hi, is it possible to crop a shapefile at some coordinates inside grass? I have a bigger area than what i want and i must limit the boundaries of this in some coordinates. If it

Re: [GRASS-user] Changing/matching the coordinates

2011-09-27 Thread Markus Metz
2011/9/27 giannis Nj netsag...@hotmail.com: Hi, I'm trying the v.proj procedure and i get this message in the command output: v.proj --overwrite input=heraklion_lines_1_LINES location=shp mapset=testing dbase=/home/user/grassdata/shp output=heraklion_lines_1_LINES@testing ERROR: Mapset

Re: [GRASS-user] Adding a point vector

2011-09-26 Thread Markus Metz
On Sun, Sep 25, 2011 at 12:40 AM, Markus Neteler nete...@osgeo.org wrote: Hi Kurt, I can understand your frustration. But... On Sat, Sep 24, 2011 at 9:06 PM, Kurt Springs ferret_b...@mac.com wrote: Sorry about that. I meant to say.  I reran v.in.db with all other programs closed as Markus

Re: [GRASS-user] Adding a point vector

2011-09-24 Thread Markus Metz
On Sat, Sep 24, 2011 at 5:46 PM, Kurt Springs ferret_b...@mac.com wrote: I couldn't get the attribute manager working.  I tried an old favorite v.in.db.  I exported the wedge_tomb table, added what I needed.  Now I'm trying to import it.  This is what's happening GRASS 6.4.1

Re: [GRASS-user] Removing small areas using v.clean

2011-09-22 Thread Markus Metz
input=foo layer=1 type=point,line,boundary,centroid,area,face,kernel output=bar tool=rmar ea thresh=900 GISDBASE: /data/GRASSDATA LOCATION: NZTM2000 MAPSET: BH USER: roudierp DATE: Thu Sep 15 17:31:45 2011 [Raster MASK present] Cheers, Pierre 2011/9/21 Markus Metz markus.metz.gisw

Re: [GRASS-user] Removing small areas using v.clean

2011-09-21 Thread Markus Metz
, You can try, but I would be surprised if the result is any different. Can you make the vector available for testing, or can you reproduce this with a vector of the sample datasets? Markus M 2011/9/17 Markus Metz markus.metz.gisw...@googlemail.com: On Fri, Sep 16, 2011 at 6:28 AM, Pierre

Re: [GRASS-user] exporting single banded float raster to true color geotiff (i.e. 3 Byte bands with color interpretation)

2011-09-19 Thread Markus Metz
On Mon, Sep 19, 2011 at 11:15 AM, G. Allegri gioha...@gmail.com wrote: Thanks Hamish, r.out.tiff did the work. I already had tried it but I failed because I dind't set the region correctly. Anyway, setting the -t flag writes the TFW but doesn't make it a *true* GTiff, because r.out.tiff writes

Re: [GRASS-user] Removing small areas using v.clean

2011-09-16 Thread Markus Metz
On Fri, Sep 16, 2011 at 6:28 AM, Pierre Roudier pierre.roud...@gmail.com wrote: Dear list, I got a problem as I'm trying to remove small areas of a vector layer using v.clean with the rmarea tool: some of these small areas that are on the boundary of the layer are getting erased rather than

Re: [GRASS-user] reproject srtm elevation map

2011-09-14 Thread Markus Metz
On Wed, Sep 14, 2011 at 5:24 PM, Salvatore Mellino salvatore.mell...@gmail.com wrote: Hi, I downloaded srtm elevation map (lat long) for Campania Region (Italy), now I want to reproject the map into another location (wgs84 33N). I try with the following command r.proj input=DTM_srtm

Re: [GRASS-user] import shpfiles dbmi: Protocol error

2011-09-08 Thread Markus Metz
On Wed, Sep 7, 2011 at 11:48 PM, Matthew Mulbrandon mulb...@hotmail.com wrote: More info Ubuntu lucid 32 or 64bit? grass 6.4.1 32 or 64bit? Your database connection? db.connect -p The actual file can be downloaded at http://leegis.leegov.com/GISData.htm and the data set is called

Re: [GRASS-user] unable to reproduce r.water.outlet example of GRASS book

2011-09-07 Thread Markus Metz
Moritz Lennert wrote: Hello, I'm trying to reproduce an exercise of the GRASS book, third edition, pp. 145-146, which demonstrates the usage of r.water.outlet. Using exactly the same commands as listed in the book, I get a basin which is hardly visible unless zooming very closely to it.

Re: [GRASS-user] import shpfiles dbmi: Protocol error

2011-09-07 Thread Markus Metz
On Wed, Sep 7, 2011 at 4:33 PM, Matthew Mulbrandon mulb...@hotmail.com wrote: Hi, Get nebulous error with data set from lee county. Bot dot data and parcel data when importing. v.in.org dsn=filepath I don't want to write the whole thing. Projection of input dataset and current location

Re: [GRASS-user] r.watershed and big files

2011-09-01 Thread Markus Metz
On Thu, Sep 1, 2011 at 4:07 PM, Arno Gerretsen a...@agerrius.nl wrote: Quoting Arno Gerretsen a...@agerrius.nl: I guess so too. The first message indicates that the on-disk option (-m flag) is used. One reason could be not enough free disk space to create temporary files. BTW, there seems to

Re: [GRASS-user] WARNING: Next edge was visited but it is not the first one !!! breaking loop

2011-08-29 Thread Markus Metz
On Mon, Aug 29, 2011 at 8:30 PM, leonidas leonidas_lia...@yahoo.gr wrote: I'm trying to run *v.buffer* on a polygon layer and I get the following warning multiple times: *WARNING: Next edge was visited but it is not the first one !!! breaking loop* And then the Grass doesn't do anything!

Re: [GRASS-user] Points Map [FIXED]

2011-08-24 Thread Markus Metz
On Wed, Aug 24, 2011 at 12:48 AM, Rich Shepard rshep...@appl-ecosys.com wrote: On Tue, 23 Aug 2011, Rich Shepard wrote: GRASS 6.5.svn (Oregon):~/grassdata/Oregon/beaver_lake d.vect map=proj_pts WARNING: Unable to display areas, topology not available  Rebuilding the topology fixed the

Re: [GRASS-user] d.vector problems in GRASS-7

2011-08-24 Thread Markus Metz
On Wed, Aug 24, 2011 at 10:55 AM, Andres Kuusk and...@aai.ee wrote: Hi! I am using the SVN version of GRASS-7 for a while. In r45123 I had a problem of using selection options for displaying vectors, which I reported in ticket #1266. Since that time several modifications of vector modules

Re: [GRASS-user] r.watershed and big files

2011-08-24 Thread Markus Metz
On Wed, Aug 24, 2011 at 3:49 PM, Micha Silver mi...@arava.co.il wrote: On Wed, 2011-08-24 at 13:58 +0200, a...@agerrius.nl wrote: Hello, I am trying to use the r.watershed function to calculate streams (rivers) from elevation data. As long as I make sure that the GRASS region is not too big

Re: [GRASS-user] Map algebra maximum value

2011-08-23 Thread Markus Metz
On Tue, Aug 23, 2011 at 1:40 PM, Salvatore Mellino salvatore.mell...@gmail.com wrote: Hi, I have a problem, I have 4 rasters for the same region, I want to generate another raster that contains only the maximum value for each cell and I want to know from which starting raster it comes. It

Re: [GRASS-user] v.rast.stats locks up on wingrass (problem adding columns)

2011-08-19 Thread Markus Metz
On Fri, Aug 19, 2011 at 6:19 AM, deagan tylerdrudo...@gmail.com wrote: Can I infer from this open ticket that v.rast.stats is currently not functional within a Windows operating environment? http://trac.osgeo.org/grass/ticket/1110#comment:2 http://trac.osgeo.org/grass/ticket/1110#comment:2

Re: [GRASS-user] v.net.path problem (not the shortest route)

2011-08-19 Thread Markus Metz
On Fri, Aug 19, 2011 at 11:16 AM, Jorge de Jesus j...@pml.ac.uk wrote:  Hi to all I've a question concerning v.net.path. I am probably missing something obvious :-[ In the v.net.path example that I've posted yesterday (http://rsg.pml.ac.uk/wps/example/index.html), if we put the car over

Re: [GRASS-user] v.net.path problem (not the shortest route)

2011-08-19 Thread Markus Metz
On Fri, Aug 19, 2011 at 11:16 AM, Jorge de Jesus j...@pml.ac.uk wrote:  Hi to all I've a question concerning v.net.path. I am probably missing something obvious :-[ In the v.net.path example that I've posted yesterday (http://rsg.pml.ac.uk/wps/example/index.html), if we put the car over

Re: [GRASS-user] Extraction of outlets from r.stream.extract vector

2011-08-08 Thread Markus Metz
On Sun, Aug 7, 2011 at 5:44 PM, Jarek Jasiewicz jarek.jasiew...@gmail.com wrote: Layer 2 means addational attribute table To automate basin analysis r.stream.basins allow to use stream id to find outlet coordinates see documentation for details Layer 2 does *not* mean an additional attribute

Re: [GRASS-user] Error in r.basin

2011-08-02 Thread Markus Metz
On Mon, Aug 1, 2011 at 10:41 PM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2011/8/1 Rosca Bogdan ros...@gmail.com:     grass.run_command('r.stream.extract', elevation = r_elevation, accumulation = r_accumulation, threshold = th, d8cut = 'infinity', mexp = 0, stream_rast = r_stream_e,

Re: [gdal-dev] [GRASS-user] r.out.gdal export with color table for floating-point values

2011-08-02 Thread Markus Metz
Otto Dassau: Am Mon, 01 Aug 2011 16:24:23 +0200 schrieb Even Rouault even.roua...@mines-paris.org: Hi, I have an elevation map in GRASS with a color table that distinguishes decimal values based on the srtm color table, see below. I only want to have the value 0 in aqua, and all

Re: [GRASS-user] v.to.rast

2011-07-29 Thread Markus Metz
Salvatore Mellino wrote: Hi, I have a problem with v.to.rast. I have a vector of an Italian region (Campania), when I convert it to raster I lose the quality of boundary. Is it a problem of resolution? How can I fix the problem? If you want to convert the boundaries to rasterized lines

Re: [GRASS-user] r.to.vect error message

2011-07-27 Thread Markus Metz
On Tue, Jul 26, 2011 at 8:50 PM, Rebecca Bennett rabenn...@ymail.com wrote: hello Grass-users I have come across this error message when using r.to.vect, and I'm afraid I don't understand what it means (or how to solve it!) r.to.vect -z input=Replace_test2@PERMANENT

Re: [GRASS-user] LiDAR LAS import

2011-07-27 Thread Markus Metz
... Can you post the exact error message? Also, liblas support will only be available if liblas-config exists. Markus M Did anyone else get stuck here or am I missing something obvious? Thanks for reading, Rebecca From: Markus Metz markus.metz.gisw

Re: [GRASS-user] r.to.vect error message

2011-07-27 Thread Markus Metz
On Wed, Jul 27, 2011 at 3:34 PM, Rich Shepard rshep...@appl-ecosys.com wrote: On Wed, 27 Jul 2011, Rebecca Bennett wrote: Thanks fro replying. Hmm no I'm using the standard 6.4.1 distro on Ubuntu 10.4 :( Rebecca,  The distribution and GRASS version has nothing to do with it. The GRASS

Re: [GRASS-user] LiDAR LAS import

2011-07-27 Thread Markus Metz
and python-liblas installed through synaptic and am wondering if there is a libraty package missing? Hmm. Is lasinfo --help working? What does liblas-config --libs and liblas-config --includes say? From: Markus Metz markus.metz.gisw...@googlemail.com To: Rebecca

Re: [GRASS-user] flow accumulation

2011-07-21 Thread Markus Metz
On Thu, Jul 21, 2011 at 3:30 PM, frans-joost fjboog...@gmail.com wrote: Dear GRASS users, I'm trying to implement the Morgan Morgan Finney model for erosion estimation. One problem I'm having is with the accumulation of surface runoff. Is it possible to sum all cells that are uphill, meaning

Re: [GRASS-user] Using i.rectify and data type

2011-07-21 Thread Markus Metz
2011/7/21 António Rocha antonio.ro...@deimos.com.pt: Greetings I have one question regarding i.rectify's data type output: If I have my input is a CELL map, will my output will be also CELL? I mean, does it keep my data type? That depends on the resampling method. Only nearest neighbor

Re: [GRASS-user] Using i.rectify and data type

2011-07-21 Thread Markus Metz
is calculated. This is the difference between the option order and the option method. BTW, the option method has been introduced only relatively recently, i.e. is not available in 6.4.1, I think, only 6.4.2. Markus Metz wrote: 2011/7/21 António Rocha antonio.ro...@deimos.com.pt: Greetings I have

Re: [GRASS-user] building MVCs

2011-07-09 Thread Markus Metz
On Sat, Jul 9, 2011 at 10:24 PM, Martin Brandt martin.bra...@univie.ac.at wrote: dear all, I have daily data and for each day a quality file. I'm trying to build 10-day MVCs (most valuable composite, taking the highest value) and the corresponding quality map from the daily raster images.

Re: [GRASS-user] i.pca with scrips

2011-07-04 Thread Markus Metz
On Mon, Jul 4, 2011 at 8:43 PM, Gaspar go...@hotmail.com wrote: Dear Grass users I am trying to run the principal components analysis with i.pca for 12 raster. I made a script to process three times the i.pca with three sets (twelve raster by each  sets) of different parameters

[GRASS-user] Re: [GRASS-dev] GRASS 7 vector topology format changed

2011-07-03 Thread Markus Metz
On Fri, Jul 1, 2011 at 2:48 PM, doug_newc...@fws.gov wrote: The new format offers new possibilities for the v.surf.* modules because it is now possible to build (parts of the) topology even for massive point clouds which in turn makes it possible to quickly perform spatial queries with very low

Re: [GRASS-user] v.generalize issues

2011-07-01 Thread Markus Metz
of modifications are allowed. Markus M On Jun 30, 2011 11:33 AM, Christian Guirreri christ...@guirreri.com wrote: Success! Thanks for making this easy for the total noob that I am. On Thu, Jun 30, 2011 at 11:04 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: On Thu, Jun 30, 2011 at 4

[GRASS-user] GRASS 7 vector topology format changed

2011-07-01 Thread Markus Metz
Hi all, the GRASS 7 vector topology format changed a bit. I have removed redundant information (bounding boxes) from vector topology and updated all affected components. The changes are numerous and require make distclean configure make This change also means that whenever you switch between

Re: [GRASS-user] v.generalize issues

2011-06-30 Thread Markus Metz
On Thu, Jun 30, 2011 at 4:01 PM, Christian Guirreri christ...@guirreri.com wrote: I'm a brand new user to GIS - my goal right now is to heavily simplify Tiger 2010 county and distrct data, without producing gaps between boundaries. I've been testing this with v.generalize in grass via

Re: [GRASS-user] v.generalize issues

2011-06-30 Thread Markus Metz
/ Markus M On Thu, Jun 30, 2011 at 10:18 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: On Thu, Jun 30, 2011 at 4:01 PM, Christian Guirreri christ...@guirreri.com wrote: I'm a brand new user to GIS - my goal right now is to heavily simplify Tiger 2010 county and distrct data

Re: [GRASS-user] Re: r.stream.extract with external flow accumulation maps

2011-06-28 Thread Markus Metz
On Tue, Jun 28, 2011 at 5:06 AM, jentjr jen...@gmail.com wrote: It worked! I also tried it without changing the spatial extent of the map and it worked. So, I just needed to set the null values to zero. Hmm, this is not such a good idea, the zeros can have interesting effects. Rather create a

Re: [GRASS-user] r.stream.extract with external flow accumulation maps

2011-06-27 Thread Markus Metz
On Mon, Jun 27, 2011 at 8:03 AM, Johannes Radinger jradin...@gmx.at wrote: Am 27.06.2011 um 02:56 schrieb jentjr: All, I am trying to use r.stream.extract with the National Hydrography Dataset Plus, which includes elevation, flow direction and flow accumulation maps. I recently read the

Re: [GRASS-user] Re: Drivetime Isochrones

2011-06-27 Thread Markus Metz
On Sat, Jun 25, 2011 at 8:02 PM, RKiTect evan.apos...@gmail.com wrote: i think i have figured out where my problem lies. It is in the centre node costs... from the manual is says right at the top that centre node must be opened (costs = 0). however i have not defined costs for the centre node

<    5   6   7   8   9   10   11   12   13   14   >