GeospatialCentroid / Colorado-EnviroScreen

Code base to support the development of a environmental health screening tool for the state of Colorado.
1 stars 0 forks source link

process NLCD data to state of Colorado #14

Open dcarver1 opened 3 years ago

dcarver1 commented 3 years ago

Utilizes methods describe in https://github.com/dcarver1/R_SC_Spatial/tree/master/intermediateGeospatialR/src/section1

to reduce the file size of land cover data. (land cover, tree cover, and impervious surfaces)

Use state geography from L drive.

Double check CRS - aim for NAD83

read in state geojson file using

library(sf)
state <- sf::st_read('path to geojson')