Learn R Programming

anglr (version 0.7.0)

cad_tas: Cadastre and Contour

Description

Coincident polygon cadastre layer and line contour layer.

Arguments

Details

These two sf layers are cad_tas a sf polygons layer of a small region of cadastral parcels, and cont_tas a sf lines layer of the same region with elevation contours of the underlying topography.

These layers are fused together in an in-progress example.

cont_tas has an elevation value for each line in cont_tas[["ELEVATION"]].

These data sets are derived from the LIST Cadastral Parcels and LIST Contours 5m from theLIST Copyright State of Tasmania. These data are distributed under the Creative Commons Attribution 3.0 Australia License.

Examples

Run this code
# NOT RUN {
plot3d(cont_tas)
# }
# NOT RUN {
plot3d(copy_down(silicate::SC0(cont_tas), "ELEVATION"))
auto_3d()
# }

Run the code above in your browser using DataLab