#!/bin/bash
set -e

x=$(dirname "$0")
cd "$x"

python2 download_projdatumgrid
python2 download_spatialreference
python2 download_epsgio


