write_dtm | R Documentation |
write USDA FUSION format raster
write_dtm(dtm, dir_out = NULL, NA_val = as.integer(-1), zfmt = NA)
dtm |
raster file |
NA_val |
recode fusion NA values to R NA values - unfotunately FUSION uses -1.0 as NA values .. |
dtm_out |
path to specific FUSION dtm file |
the DEM format is a niche raster format used only by (and required by) FUSION gridmetrics. SInce it is required and we extensively use FUSION (esp gridmetrics) we need the ability to interact with this file format.
Revision History
0.1 | 2017 Dec 12 - Operational |
Null, data is written to file
Jacob Strunk <jstrunk@fs.fed.us>
read_las
dtm1=read_dtm("C:\\Temp\\36_63.dtm") write_dtm(dtm=dtm1,dir_out="c:\\temp\\36_63_b.dtm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.