From c9d5f0e7222431f00e6201d7a5239e79e615583d Mon Sep 17 00:00:00 2001 From: Tyler Matteo Date: Thu, 21 Mar 2024 14:47:44 -0400 Subject: [PATCH] Update to 24a PAD and fix download link --- _download_data.R | 2 +- version.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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