Skip to content

Commit

Permalink
local adjustments, mineral county
Browse files Browse the repository at this point in the history
  • Loading branch information
bnordgren committed Dec 17, 2016
1 parent 63e37dd commit 535ebb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@
Mineral = Box2d(-115.759,46.6966, -114.419,47.4968)
Sanders = Box2d(-116.049,47.1207, -114.187,48.264)
MissoulaCo = Box2d(-114.797,46.6316, -113.303,47.6003)
Alberton = Box2d(-114.5, 46.98, -114.45, 47.02)
4 changes: 3 additions & 1 deletion prep_toposm_data
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ mkdir -pv $HYPSORELIEF_DIR
#for x in `seq $RIGHT $LEFT`; do
#for y in `seq $BOTTOM $TOP`; do

for scene in n47w115 n47w116 n48w115 n48w116 ; do


for scene in n45w113 n45w114 n46w113 n46w114 n46w115 n47w113 n47w114 n48w113 n48w114 n48w117 n49w113 n49w114 n49w115 n49w116 n49w117 ; do

# BASE=`printf "n%02dw%03d" $y $x`
BASE=$scene
Expand Down

0 comments on commit 535ebb2

Please sign in to comment.