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
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
if [ ! -d "${DATA_FOLDER}/geographic_attribute_file" ]
then
echo "Making directory ${DATA_FOLDER}/geographic_attribute_file/"
mkdir -p ${DATA_FOLDER}/geographic_attribute_file/{input,extracted,output}
fi
INPUT_FOLDER="${DATA_FOLDER}/geographic_attribute_file/input"
echo "Downloading 2021 geographic attribute file"
aria2c -x16 -i "${SCRIPT_DIR}/geographic_attribute_file/files.txt" --dir=${INPUT_FOLDER} --auto-file-renaming=false