Initial commit

This commit is contained in:
Diego Ripley
2025-05-24 13:37:31 -04:00
commit f93e4d0cec
108 changed files with 11689 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
INPUT_FOLDER="${DATA_FOLDER}/geographic_attribute_file/input"
EXTRACTED_FOLDER="${DATA_FOLDER}/geographic_attribute_file/extracted"
import_2021() {
echo "Extracting ${INPUT_FOLDER}/2021_92-151_X.zip"
unzip -q -n ${INPUT_FOLDER}/2021_92-151_X.zip -d ${EXTRACTED_FOLDER}
python geographic_attribute_file/process.py ${EXTRACTED_FOLDER}/2021_92-151_X.csv
}
import_2021