Skip to content

Commit

Permalink
improved logging into tile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Aug 4, 2024
1 parent 0acc681 commit f3d0f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ghsl/tile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for latitude in `seq 90 -10 -80`;
projwin="$ulx $uly $lrx $lry";
echo "projwin: $projwin";
dst_dataset="tiles/GHS_POP_GPW42015_GLOBE_R2015A_54009_1k_v1_0_4326_${ulx}_${uly}${src_extension}";
#echo $dst_dataset
echo "running: gdal_translate -projwin $projwin $src_dataset $dst_dataset"
gdal_translate -projwin $projwin $src_dataset $dst_dataset;
done
done

0 comments on commit f3d0f2f

Please sign in to comment.