Update recent data as available and fix some code to work with newer version of R.

This commit is contained in:
mattbk
2026-08-02 18:58:47 -05:00
parent 9bfd4a2bf2
commit 193d4553ce
16 changed files with 11611 additions and 14 deletions
+3 -2
View File
@@ -9,7 +9,8 @@ library(janitor)
library(USAboundaries)
# Update local database
system("cd python3 fccULSloader/src/fcc_tool.py --update")
#system("python3 fccULSloader/src/fcc_tool.py --update")
system("python3 fccULSloader/src/fcc_tool.py --force-download")
# Get current date
now <- Sys.Date()
@@ -106,6 +107,6 @@ write.table(active_state_class, file = "out/fccULSloader-fcc-licenses-scraped.cs
col.names = F, row.names = FALSE,
na = "")
####