if (FALSE) {
# have to download the shapefiles...could take a while...
elevation <- mass_gis()
macleish_elevation <- macleish_intersect(elevation)
if (require(sf)) {
plot(macleish_elevation)
}
dcr_trails <- mass_gis("dcrtrails")
}
Run the code above in your browser using DataLab