NavigationUser login |
Terrain AnalysisSelection by Minimizing MAE (mean absolute error)Submitted by dylan on Wed, 2008-04-09 23:02.
( categories: )
Regions of like SD(elevation)Submitted by dylan on Wed, 2008-04-09 22:59.
# prepage SD map r.neighbors in=e10 out=e10_sd method=stddev size=5 --o
( categories: )
San Joaquin Experimental Range (SJER)Submitted by dylan on Mon, 2008-04-07 16:08.
( categories: )
Terrain Classification Ideas: Coupling GRASS and RSubmitted by dylan on Fri, 2006-03-17 20:13.
Initial classification of terrain based on 9 topographic parameters extracted from a 10 meter DEM. Slope, profile curvature, maximum curvature, minimum curvature, longitudinal curvature, and cross-sectional curvature were computed from a 15x15 moving window by r.param.scale. A 9x9 moving window was used to compute the hypsometric integral as defined by Wood and Snell (1960). These 7 parameters were extracted from a given region, and classified with the clara() function from the cluster package in R. Transferal of raster data between GRASS and R was made possible by the spgrass6 package. An excellent overview of some of the features in the spgrass6 package is included in the third volume of the GRASS newsletter. Some initial results are displayed in Figures 1 and 2. Terrain data is better visualized in 3 dimensions: Figure 3 contains a view of both Temblor and Volcanic lanforms near McCabe Canyon. Ideas for this type of classification technique came from Roger Bivand (Bivand, 2000). ( categories: )
TAPESG: Grid-based Terrain Analysis SoftwareSubmitted by dylan on Sat, 2006-02-25 06:52.
http://www.uscgislab.net/incEngine/index.php?art=software http://www.uscgislab.net/incEngine/index.php?art=theses ( categories: )
Flow path modeling from LiDAR data: initial problems, and some solutions.Submitted by dylan on Thu, 2006-02-02 22:32.
Raw LiDAR data is so detailed that localized flow routing algorithms often fail to produce meaningful results. The terraflow algorithm is one such method that appears to work well on such massive grid objects (Homepage). ( categories: )
GRASS and POVRAYSubmitted by dylan on Mon, 2005-08-22 22:23.
Thanks to Markus Neteler for initial insight on how to build an appropriate POVRAY script file. ( categories: )
|