HV_dem: Hunter Valley DEM

Description Usage Format Details References Examples

Description

A dataframe that is easily converted to a grid raster. It has 3 columns, with the first two being spatial coordinates, and the third being ground elevation information. The coordinates are a regular grid point pattern with 100m spacing, and when converted to raster, resolve to be a digital elevation model for the Lower Hunter Valley region, NSW, Australia. The CRS of the coordinates is WGS 84 UTM Zone 56.

Usage

1
data(HV_dem)

Format

HV_dem is a large dataframe with spatial coordinates, and elevation information labelled in respective columns.

Details

This dataframe stores information that depicts a regular raster grid

References

Examples

1
2
3
4
5
6
7
library(ithir)
library(raster)


data(HV_dem)
map<- rasterFromXYZ(HV_dem)
plot(map) #display map

ithir documentation built on May 2, 2019, 4:49 p.m.

Related to HV_dem in ithir...