Skip to content
Snippets Groups Projects

rebuild AK POIs. Fixes issues with flowlines and oddities from scale of flowlines source.

Merged Blodgett, David L. requested to merge (removed):master into master
2 files
+ 78
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
1
@@ -13,7 +13,19 @@ fixes <- bf(NULL, "190503012105", "190503012305") %>%
bf("190705020000", "190705050302") %>%
bf("190705022207", "190705020000") %>%
bf("190704031604", "190705030000") %>%
bf("190801081700", "190801082002")
bf("190801081700", "190801082002") %>%
bf("190801081608", "190801081700") %>%
bf("190104020903", "190104020904") %>%
bf("190104020901", "190104020902") %>%
bf("190201041103", "190201041104") %>%
bf("190201042003", "190103031109") %>%
bf("190201042003", "CANADA") %>%
bf("190101060304", "CANADA") %>%
bf("190104052001", "190104052103") %>%
bf("190801082105", "190801082202") %>%
bf("190801030407", "190801030400") %>%
bf("190201031208", "190201031209") %>%
bf("190201042002", "190201042003")
mm <- function(l, HUC12, COMID) {
c(l, list(list(HUC12 = HUC12, COMID = COMID)))
Loading