Volcano Maungawhau

Published: Aug 20, 2009 by Tom Hengl

Maunga Whau (Mt Eden) is one of about 50 volcanos in the Auckland volcanic field. This data set gives topographic information for Maunga Whau on a 10 m by 10 m grid. A matrix with 87 rows and 61 columns, rows corresponding to grid lines running east to west and columns to grid lines running south to north.

Perspective view - volcano

Available layers:

- volcano_maungawhau.asc — the 10 m DEM digitized from the topo map;

Grid definition:

ncols: 61
nrows: 87
xllcorner: 2667400
yllcorner: 6478700
cellsize: 10 m

proj4:+init=epsg:27200

Lineage:

Digitized from a topographic map by Ross Ihaka. These data should not be regarded as accurate.

\> data(volcano)
>library(spatstat)
>LLC <- data.frame(E=174.761345, N=-36.879784)
>coordinates(LLC) <- ~E+N
>proj4string(LLC) <- CRS("+proj=longlat +datum=WGS84")
>LLC.NZGD49 <- spTransform(LLC, CRS("+init=epsg:27200"))
>volcano.r <- as.im(list(x=seq(from=2667405, length.out=61, by=10),
+     y=seq(from=6478705, length.out=87, by=10), 
+     z=t(volcano)\[61:1,\]))
>volcano.sp <- as(volcano.r, "SpatialGridDataFrame")
>proj4string(volcano.sp) <- CRS("+init=epsg:27200")
# str(volcano.sp)
# spplot(volcano.sp, at=seq(min(volcano.sp$v), max(volcano.sp$v),5),
+    col.regions=topo.colors(45))
>write.asciigrid(volcano.sp, "volcano\_maungawhau.asc", na.value=-1)

Data owner: LINZ
Location:Volcano Maungawhau, Auckland, New Zealand
36° 50’ 50.586” S,174° 45’ 56.646” E
See map: Google Maps

Attachment:
volcano_maungawhau.zip

dataset script

Share

Latest Posts

PHD position in Italy

Dear colleagues,

I’m grateful if you can circulate information on this PhD opportunity in Italy. The potential candidates can contact me (strevisani@iuav.it) for further information. Here the main elements of the position:

Research topics: Predicting and supporting benthic and pelagic biodiversity through geomorphometry and machine learning

Link to the call (Italian and English): https://www.unipa.it/didattica/dottorati/dottorato-xli/bando-di-accesso-ciclo-41/

Position code [BIODIV.OGS]

Research headquarters OGS Trieste and University of Palermo

Funded by OGS - Istituto Nazionale di Oceanografia e di Geofisica Sperimentale

Key dates: Deadline: 7th August 2025 - 14:59 (Italian time)

ANADEM: A Digital Terrain Model for South America

There is a new paper (open access) describing a Machine Learning-based DTM for South America:

Laipelt L., Andrade B.C., Collischonn W., Teixeira A.A., Paiva R.C.D., Ruhoff A., 2024. ANADEM: A Digital Terrain Model for South America. Remote Sensing 16(13):2321. https://doi.org/10.3390/rs16132321

GRASS GIS 8.4.0RC1 release

The GRASS GIS 8.4.0RC1 release provides more than 515 improvements and fixes with respect to the release 8.3.2.

Check the full announcement at https://github.com/OSGeo/grass/releases/tag/8.4.0RC1.

Please support in testing this release candidate.