I am still searching a method to generate a flow accumulation map from a
flow direction map.
I got the direction map from an arcgis user. In arcgis the module
"FLOWACCUMULATION(FLOW_DIR)" would do this, but I want to use an open
source solution.
If anyone could give me a hint, where I could find a tool like this
(inside GRASS it does not seem to be possible), I would be very grateful.
I am still searching a method to generate a flow accumulation map from a
flow direction map.
I got the direction map from an arcgis user. In arcgis the module
"FLOWACCUMULATION(FLOW_DIR)" would do this, but I want to use an open
source solution.
If anyone could give me a hint, where I could find a tool like this
(inside GRASS it does not seem to be possible), I would be very grateful.
there shoud be no problem if you have oryginal DEM
I know, but I do NOT have the DEM. Thats the problem.
Achim
Jarosław Jasiewicz schrieb:
Achim Kisseler pisze:
Hello again,
I am still searching a method to generate a flow accumulation map from a
flow direction map.
I got the direction map from an arcgis user. In arcgis the module
"FLOWACCUMULATION(FLOW_DIR)" would do this, but I want to use an open
source solution.
If anyone could give me a hint, where I could find a tool like this
(inside GRASS it does not seem to be possible), I would be very grateful.
Hi Achim,
if you are trying to use an open source GIS for hydrological applications consider to take a look at JGrass. There are a lot of geomorphological modules.
Best regards
Silvia
Hello again,
I am still searching a method to generate a flow accumulation map from a
flow direction map.
I got the direction map from an arcgis user. In arcgis the module
"FLOWACCUMULATION(FLOW_DIR)" would do this, but I want to use an open
source solution.
If anyone could give me a hint, where I could find a tool like this
(inside GRASS it does not seem to be possible), I would be very grateful.
thank you very much. I will use h.tca from JGRASS to get the desired.
Best,
Achim
Silvia Franceschi schrieb:
Hi Achim,
if you are trying to use an open source GIS for hydrological
applications consider to take a look at JGrass. There are a lot of
geomorphological modules.
Best regards
Silvia
Hello again,
I am still searching a method to generate a flow accumulation map from a
flow direction map.
I got the direction map from an arcgis user. In arcgis the module
"FLOWACCUMULATION(FLOW_DIR)" would do this, but I want to use an open
source solution.
If anyone could give me a hint, where I could find a tool like this
(inside GRASS it does not seem to be possible), I would be very grateful.
On Thu, Nov 19, 2009 at 2:35 PM, Achim Kisseler
<ak7@jupiter.uni-freiburg.de> wrote:
Dear Markus,
I follow Silvias suggestion and use h.tca in JGRASS.
BTW: Isn't is possible to integrate the horton-tools into grass?
If the license is compliant to GPL (I guess so), yes.
Hortons tools are available in svn add ons as r.stream.* suite: r.stream.extract, r.stream.order, r.stream.stats etc... see tutorial on grass wiki http://grass.osgeo.org/wiki/R.stream.*
Jarek
again I reached the point I did half a year ago: jgrass only can handle 'metric' rasters, which means raster-cells of equal sizes, same NS, OW resolution.
I work an a latlon-projection and therefore I cannot use jgrass.
? 1 I guess, r.stream cannot handle latlong-projections?
? 2 I guess, r.stream doesn't have something like h.tca?
(h.tca: makes an accumulation map from a direction map)
? 3 Is it possible to make the accumulation-values non-integer and weight every grid-cell with its real area size? Then every accumulation value would indicate its basin-size and so on like in eg. lambert projection.
What wouldn't work that easy: distances EW and thus angle based calculations, too.
Again my old PROBLEM:
How to get an accumulation map strickly WITHOUT an DEM from ONLY an direction map on a LAT-LON map?
Achim
Jarek Jasiewicz schrieb:
Markus Neteler pisze:
On Thu, Nov 19, 2009 at 2:35 PM, Achim Kisseler
<ak7@jupiter.uni-freiburg.de> wrote:
Dear Markus,
I follow Silvias suggestion and use h.tca in JGRASS.
BTW: Isn't is possible to integrate the horton-tools into grass?
If the license is compliant to GPL (I guess so), yes.
Hortons tools are available in svn add ons as r.stream.* suite: r.stream.extract, r.stream.order, r.stream.stats etc... see tutorial on grass wiki http://grass.osgeo.org/wiki/R.stream.*
Jarek