Files
Diego Ripley f93e4d0cec Initial commit
2025-05-24 13:37:31 -04:00

13 lines
392 B
Bash
Executable File

#!/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