Skip to content

Commit

Permalink
Update to 24a PAD and fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Mar 21, 2024
1 parent c743fec commit c9d5f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _download_data.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=23C
VERSION=23a

0 comments on commit c9d5f0e

Please sign in to comment.