Re: [GRASS-user] New error at startup

2015-02-11 Thread Jens Hegg
Could this script have changed the Python file paths somehow? If so, how do I change them back? I'm on a Mac running OSX 10.7.5 with GRASS version 7.0 Any help would be greatly appreciated. Thanks Jens Hegg ___ grass-user mailing list grass-us

Re: [GRASS-user] r.stream.basins vector outlets help (Jens Hegg)

2015-02-10 Thread Jens Hegg
ot;, columns='', > option='coor', separator=',', flags='p') > for p in points.splitlines(): >x=p.split(',')[2] >y= p.split(',')[3] >grass.run_comand('r.stream.basin', dirs=..., coors="%d,%d

Re: [GRASS-user] r.stream.basins vector outlets help (Jens Hegg)

2015-02-10 Thread Jens Hegg
e.g. in a loop like this: > > points=$(v.db.select -c map=mypoints column=cat) > for p in $points > do > v.extract ... > r.stream.basisns ... > done > > Cheers > Stefan > > -Original Message- > From: grass-user-boun...@lists.osgeo.org

Re: [GRASS-user] r.stream.basins vector outlets help (Jens Hegg)

2015-02-09 Thread Jens Hegg
teler) > 3. Re: Import/Export of ESRI Arc ascii grids (Markus Neteler) > 4. Re: Import/Export of ESRI Arc ascii grids > (C?sar Augusto Ram?rez Franco) > 5. Re: v.generalize: does it take forever? (F?bio Dias) > 6. r.stream.basins vector outlets help (Jens Hegg) > >

[GRASS-user] r.stream.basins vector outlets help

2015-02-09 Thread Jens Hegg
I am trying to use r.stream.basins to delineate multiple watersheds upstream of water sampling points. From the manual page it appears that you can input a vector file with multiple stream outlet points under the command points= however I can't make that work. I get the error "ERROR: Only one ou

[GRASS-user] What does r.carve do aside from simple subtraction?

2014-02-08 Thread Jens Hegg
I'm wondering what r.carve does that can't be accomplished more efficiently with the commands v.to.rast, r.thin and r.calc? I tried to run r.carve multiple times on a DEM and it kept failing. It would take up to two hours to run, warning the whole time about divide by zero errors, then fail, w

Re: [GRASS-user] Installing addon's using g.extension on Mac OSX 10.7.5?

2014-02-03 Thread Jens Hegg
e command line tools installer separately > (from an Apple developer account). > > The old "modbuild" thing could still work but g.extension is better. The > readme mentioned is probably the modbuild readme, which doesn't help you with > g.extension. > >

[GRASS-user] Installing addon's using g.extension on Mac OSX 10.7.5?

2014-01-31 Thread Jens Hegg
or OSX but that readme isn't included in the Kyngchaos.com download as mentioned and I can't otherwise seem to find it. Any help or advice would be much appreciated! Thanks, Jens Hegg ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user