Re: [GRASS-user] Re: grass-user Digest, Vol 49, Issue 27

2010-05-14 Thread MS
Is projecting to NH state plane and option? Along the lines of using something more localized. Mark On May 14, 2010, at 2:06 PM, Kurt Springs ferret_b...@mac.com wrote: Thanks Rich and Dylan I downloaded the pdf of document #1395. At the moment I am leaning toward Lambert Conic

Re: [GRASS-user] dems from coordinate lists

2010-05-13 Thread MS
If I follow correctly, instead of v.to.rast, you need to interpolate a raster DEM from the points. v.surf.rst produces nice results, but there are other interpolation modules as well in the raster category. Best regards, Mark On May 13, 2010, at 10:26 AM, Hanlie Pretorius

Re: [GRASS-user] r.watershed: pretty flat areas

2010-05-12 Thread MS
Great news. It sounds like this will be helpful with the very flat and wetland rich terrain in Florida, US. Mark On May 12, 2010, at 5:51 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: Hi all, r.watershed in trunk r42236 has a new option to beautify flat areas, activated

Re: [GRASS-user] Re: Extract coordinates of vertices/nodes

2010-04-30 Thread MS
If a polygon has no other touching it, it should have 2 nodes and at least 2 verticies. When polygons touch other polygons, topology comes into play. So when polygon B is adjacent to, and touching polygon A, that makes a node because it is a shared line segment between polygon A and B.

Re: [GRASS-user] specify tunnel/bridge in roadmap

2010-04-29 Thread MS
If the bridge and tunnel are valid route options, can you remove the node and make them topologically incorrect? Meaning, crossing lines with no node intersection so there is no option to turn. I'm not sure if module needs topologically correct lines/network. Alternatively, if the

Re: [GRASS-user] r.to.vect Produces Too Many Areas

2010-02-22 Thread MS
I haven't used the python GUI much. How about v.digit to graphically delete the blocks? Mark On Feb 22, 2010, at 4:33 PM, Rich Shepard rshep...@appl-ecosys.com wrote: On Mon, 22 Feb 2010, M S wrote: Since now a vector, can you select and delete those extraneous blocks? Mark, I've

Re: [GRASS-user] Raster Map subset

2010-02-06 Thread MS
There is probably a more eloquent way, but I have taken a vector watershed boundary, converted to a raster, and set as mask. Then used a r.mapcalc expression like newMap=oldMap+0. Mark On Feb 6, 2010, at 3:23 AM, Micha Silver mi...@arava.co.il wrote: Rich Shepard wrote: On Fri, 5 Feb

Re: [GRASS-user] Need help with Grass GIS!!

2010-01-14 Thread MS
Would you please post the full command usage? Thanks Mark On Jan 14, 2010, at 4:56 PM, sarah moore hopefading2...@yahoo.com wrote: To the Grass GIS community: I am new to Grass GIS and ultimately I want to connect attribute tables. First, however, I need get data from Vector works (on

Re: [GRASS-user] help, interpolation of vector results in one value?

2010-01-09 Thread MS
Is your region set to the extent of the vector points? Is the right attribute column being spicified to interpolate? Mark On Jan 9, 2010, at 2:34 PM, James Kebinger jkebin...@gmail.com wrote: Hello, I've imported a vector of points into GRASS - it's approximately a grid with ~24k points

Re: [GRASS-user] r.shade.relief: Results Not As Expected

2010-01-05 Thread MS
Have you tried a different azimuth? Sometimes certain values can cause features to look inverted for given terrain conditions. Mark On Jan 4, 2010, at 8:32 PM, Rich Shepard rshep...@appl-ecosys.com wrote: On Tue, 5 Jan 2010, Glynn Clements wrote: Run r.slope.aspect on the interpolated

Re: [GRASS-user] Re: jgrass source code?

2010-01-03 Thread MS
Jarek: just a note that the stream moules thus far are *awesome*. I love the fine tuning through input parameters. The stream extraction and sub-basins have worked great. Anxious to try the other modules, and see the new updates coming! Great work and thanks for the contribution!

Re: [GRASS-user] v.patch: Correct Syntax?

2009-12-31 Thread MS
v.select using the polygon to make selection. Mark On Dec 31, 2009, at 10:08 AM, Rich Shepard rshep...@appl-ecosys.com wrote: On Wed, 30 Dec 2009, Hamish wrote: Here is an example using the Spearfish sample dataset: # preform the overlay operation v.overlay ain=soils bin=zoom_box op=and

Re: [GRASS-user] v.overlay: An Observation About Time

2009-12-30 Thread MS
v.select can be a nice first pass to filter back a substantial amount of unnecessary data. Mark On Dec 30, 2009, at 2:33 PM, Rich Shepard rshep...@appl-ecosys.com wrote: I have a map of water bodies for the entire state. Yesterday, when I re-imported it (correctly), it took about 3

Re: [GRASS-user] New version of r.stream.order

2009-11-09 Thread MS
This sounds great. Thanks for the contribution. I have been wanting to use these stream analysis tools, but ran into a packaging problem under kubuntu, and am still trying to sort it out. I seem to recall it having to do with the grass-dev package in ubuntugis repo. Mark On Nov 9, 2009,

Re: [GRASS-user] having problems importing shapefiles

2009-10-28 Thread MS
Sometimes I get those import errors, and usually delete a problematic column or not use a table. I figured it was a problematic dbf, but perhaps not? Mark On Oct 28, 2009, at 5:17 PM, Carlos Grohmann carlos.grohm...@gmail.com wrote: Hi all, I'm facing some serious issues importing

Re: [GRASS-user] Help creating dissolved multipolygon

2009-10-20 Thread MS
Is there output for the dissolve command? Mark On Oct 20, 2009, at 4:37 PM, Roger André ran...@gmail.com wrote: Hi all, I'm having trouble creating a single, dissolved feature and exporting it as a multipolygon. Here is what I've done: - layer I started with: v.info -t global_mask

Re: [GRASS-user] r.basins.fill usage

2009-10-16 Thread MS
Thanks to all for the help and guidence. Mark On Oct 16, 2009, at 6:20 AM, Jarosław Jasiewicz jar...@amu.edu.pl wrote: Hi try r.stream.basins from grass add-ons it has options (-c and -l flags) to generate subbasin without any manual work. Look also into tutorial on grass wiki about it

Re: [GRASS-user] r.basins.fill usage

2009-10-15 Thread MS
The man page seems to imply that internal divided need digitized? Much thanks, Mark On Oct 15, 2009, at 9:27 AM, Achim Kisseler a...@jupiter.uni- freiburg.de wrote: I'm not sure if I understood you right: the border of a watershed is unique, if you see the basin starting from outlet of

[GRASS-user] [GRASS-dev] error on gui startup - solved

2009-08-06 Thread MS
Hi all: just a summary and new twist with GRASS GUI error on Kubuntu, which was solved thanks to Markus. On my kubuntu 9.04, the rgb.txt file was in another location than the previous solution, but locate found it in /usr/share/vim/vim72/rgb.txt I put that in the /etc/X11 directory

Re: [GRASS-user] Flood simulation

2009-08-02 Thread MS
Under map type conversions, you can convert raster to vector. Mark On Aug 1, 2009, at 4:36 PM, Pavel Iacovlev iacovlev.pa...@gmail.com wrote: Good day all, I want to simulate a simple flood situation. My steps are 1. Download the elevation data 2. Use r.lake to generate the raster image

Re: [GRASS-user] Building topologically correct stream network

2009-07-20 Thread MS
I'm not sure why there would be disconnected segments in the accumulation output. Mark On Jul 20, 2009, at 3:35 PM, stephen sefick ssef...@gmail.com wrote: I have a low relief area in the costal plain of georgia that I am trying to produce a topologically correct stream network. There are

Re: [GRASS-user] Site Suitability like Arc Spatial Analyst

2009-06-04 Thread MS
If you have polygon data, convert each one to raster with weighted value. Then use the map calculator to add together for a weighted map. Mark On Jun 4, 2009, at 8:25 PM, Frank Aragona fr...@agroinnovations.com wrote: Grass list, Anybody ever done a site suitability analysis exactly as

Re: [GRASS-user] edges in basin map from r.watershed

2009-02-15 Thread MS
IMO the esri term of a filled DEM being hydrologically correct is a misnomer. Natural terrain has real depressions that impact surface water flow. Big depressional wetlands can retain water and release via groundwater or evapotranspiration. I like how r.watershed acomodates known

Re: [GRASS-user] Re: understanding r.watershed

2009-02-02 Thread MS
R.terraflow outputs catchments around sinks in the dem. R.watershed should be making huge delineations in comparison. Mark On Feb 2, 2009, at 11:40 AM, Markus Metz markus.metz.gisw...@googlemail.com wrote: Georg Kaspar wrote: If these lakes have an outflow, i.e. water is leaving these

Re: [GRASS-user] Tips for setting up an new FOSS-GEO-linux-box

2008-11-03 Thread MS
That is really cool. Thanks for putting this together! Mark On Nov 2, 2008, at 9:13 PM, Nikos Alexandris [EMAIL PROTECTED] wrote: I've started the attempt to collect in a wiki-page tips for setting up a GIS workstation. http://wiki.osgeo.org/wiki/GIS_workstation_setup_tips It certainly

Re: [GRASS-user] How to install Grass into Ubuntu

2008-10-19 Thread MS
sudo apt-get install grass Mark On Oct 19, 2008, at 11:28 AM, Van PD Tri [EMAIL PROTECTED] wrote: Hi to all, I am a new user of GRASS as well as Ubuntu. I faced troubles on understanding the guidelines from GRASS intrusion. Could any one help me? preferly step by step. Many thanks for

Re: [GRASS-user] (no subject)

2008-09-29 Thread MS
Can your CAD system read shapefiles? Mark ~ iPhone'd On Sep 29, 2008, at 3:33 AM, Patrick Schirmer [EMAIL PROTECTED] wrote: Dear GRASS-users, does someone of you know how to export a GRASS-polygone layer to CAD polygones? I used GRASS6.3.0 to create closed polygones from a 'unclean'

Re: [GRASS-user] Re: grass

2008-08-31 Thread MS
I have used this module a lot. Any more details? Maybe input parameters and steps leading up to this error please? Thanks. Mark ~ iPhone'd On Aug 31, 2008, at 5:22 AM, Markus Neteler [EMAIL PROTECTED] wrote: On Fri, Aug 29, 2008 at 12:48 PM, Nikos Alexandris [EMAIL PROTECTED] wrote: