Skip to content
Snippets Groups Projects
Commit e1b75058 authored by Sujen Shah's avatar Sujen Shah
Browse files

Create output dir

parent 93d73fc9
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,6 @@ REDUCTION_SIZE=$2
# Get path to this run.sh script
basedir=$( cd "$(dirname "$0")" ; pwd -P )
mkdir -p output
python ${basedir}/gdal_wrapper.py --input_file ${INPUT_FILENAME} --output_file output/${OUTPUT_FILENAME} --outsize ${REDUCTION_SIZE}
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