mirror of
https://github.com/dataforcanada/d4c-datapkg-statistical.git
synced 2026-06-13 14:10:55 +02:00
Add NAR 2025-07 and update download links
This commit is contained in:
Executable → Regular
+12
-2
@@ -3,6 +3,15 @@
|
||||
INPUT_FOLDER="${DATA_FOLDER}/national_address_register/input"
|
||||
EXTRACTED_FOLDER="${DATA_FOLDER}/national_address_register/extracted"
|
||||
|
||||
process_202507() {
|
||||
# Process 2025-07 vintage
|
||||
echo "Extracting ${INPUT_FOLDER}/2025-07/202507.zip to ${EXTRACTED_FOLDER}/2025-07"
|
||||
unzip -q -n ${INPUT_FOLDER}/2025-07/202507.zip -d ${EXTRACTED_FOLDER}/2025-07
|
||||
jupyter execute process_2025_07.ipynb
|
||||
rclone --progress copy /data/national_address_register/output/2025-07/nar_2025_07.parquet cloudflare:/dataforcanada-data/processed/statistics_canada/national_address_register/2025-07/
|
||||
}
|
||||
|
||||
|
||||
process_202412() {
|
||||
# Process 2024-12 vintage
|
||||
echo "Extracting ${INPUT_FOLDER}/2024-12/202412.zip to ${EXTRACTED_FOLDER}/2024-12"
|
||||
@@ -31,7 +40,8 @@ process_2022() {
|
||||
# Encoding is latin-1
|
||||
}
|
||||
|
||||
process_202412
|
||||
process_202406
|
||||
process_202507
|
||||
#process_202412
|
||||
#process_202406
|
||||
#process_2023
|
||||
#process_2022
|
||||
Reference in New Issue
Block a user