From dc039f503c17e5093099bd16e3ee7bb7cf3d8f11 Mon Sep 17 00:00:00 2001 From: Ralf Gerlich Date: Sat, 17 Jul 2010 17:17:15 +0200 Subject: [PATCH] Update the ogr-decode process.sh script to include polar ice in landmass. --- src/Prep/OGRDecode/process.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Prep/OGRDecode/process.sh b/src/Prep/OGRDecode/process.sh index ea2c6695..7c72f5e2 100755 --- a/src/Prep/OGRDecode/process.sh +++ b/src/Prep/OGRDecode/process.sh @@ -9,6 +9,7 @@ OGRDECODE="$HOME/install_headless/bin/ogr-decode --continue-on-errors --max-segm # World land mass ${OGRDECODE} --area-type Default ${WORKBASE}/Shape-LandMass "${DATASOURCE}" v0_landmass +${OGRDECODE} --area-type Default ${WORKBASE}/Shape-LandMass "${DATASOURCE}" v0_polarice # polar ice is not covered by v0_landmass # Inland moving water: rivers/streams, intermittent streams, and canals ${OGRDECODE} --area-type Stream --line-width 40 ${WORKBASE}/Shape-Rivers "${DATASOURCE}" v0_stream