[GRASS-dev] [GRASS GIS] #2574: v.surf.icw - not working with the last version of grass7
GRASS GIS
trac at osgeo.org
Tue Feb 17 09:56:18 PST 2015
#2574: v.surf.icw - not working with the last version of grass7
-------------------------+--------------------------------------------------
Reporter: bhlevca | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.1.0
Component: Addons | Version: svn-trunk
Keywords: v.surf.icw | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by bhlevca):
Sorry I don't have the North Carolina dataset but I can explain the
command line I used below.
{{{
v.surf.icw input=TorontoHarbourBathymetryWaterSimplifyedPoints
column=Contour output=TorontoHarbourBathyInterpRast
cost_map=TorontoHarbourWaterMaskCorrRast friction=3.5 --verbose workers=3
}}}
{{{
TorontoHarbourBathymetryWaterSimplifyedPoints has ~24000 points
}}}
{{{
The values attribute is Contour
}}}
{{{
The mask and the costmap is TorontoHarbourWaterMaskCorrRast just a plain
polygons converted into a raster.
}}}
The problem is that when putting all the temporary maps together on the
Python subprocess call it exceeds the maximum allowable size handled by
Python or by the OS and I was wondering if there is another way of
sequentially doing this.
see [http://www.in-ulm.de/~mascheck/various/argmax/]
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2574#comment:7>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list