IMMM-SFA / gamut

An R package to identify multi-sector teleconnection complexity
https://immm-sfa.github.io/gamut/
Other
0 stars 3 forks source link

Add count for flood control dams in watersheds. #32

Closed KristianNelson closed 5 years ago

KristianNelson commented 5 years ago

Added a new path for the National Inventory of Dams point file. Loaded it using import_shapefile and selected only the flood control dams. Within the mapping function, the table is transformed into spatial points, which can then be overlaid with the polygon to see which dams are within the watershed. The count is then exported as n_floodcontrol_dams. This resolves #21

KristianNelson commented 5 years ago

@swd-turner I appreciate the comments! I'll make some edits and look into just sub-setting the points based on the watershed tomorrow morning, then push it back up.