Skip to content
Snippets Groups Projects
Commit 6cc3e10b authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Added shell script to run data reprojections.

parent fecb454a
No related branches found
Tags v0.2
No related merge requests found
#!/bin/bash
echo "*** Working on different years." # expected number of records in DB:
#for y in {2017..2021}
for y in {2017..2021}
do
echo ${y}
python fix_geotiffs.py ../geodata/data/lulc${y}.zip
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment