diff --git a/_download_data.R b/_download_data.R index b711139..fe3c4af 100644 --- a/_download_data.R +++ b/_download_data.R @@ -1,7 +1,7 @@ # Increase timeout to 600 -> 10 min options(timeout=600) # Define location of specified PAD version -source <- paste("https://s-media.nyc.gov/agencies/dcp/assets/files/zip/data-tools/bytes/pad", padVersion, ".zip", sep="") +source <- paste("https://s-media.nyc.gov/agencies/dcp/assets/files/zip/data-tools/bytes/pad_", padVersion, ".zip", sep="") # Download PAD download(source, dest=paste0(dataDir, "/dataset.zip"), mode="wb") # Unzip PAD diff --git a/version.env b/version.env index de1c52f..ea21d53 100644 --- a/version.env +++ b/version.env @@ -1 +1 @@ -VERSION=23C +VERSION=23a