Skip to content

Commit

Permalink
fixed path in import_nhd and expanded MineralVicinity in areas.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnordgren committed May 3, 2017
1 parent 4238b28 commit 70644b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
WhiteMountains, Adirondacks, EvergladesKeys, NiagaraFalls]

#Mineral-county-centric things
MineralVicinity = Box2d(-116.049,46.6316,-113.303,48.264)
MineralVicinity = Box2d(-117,45,-112,49)
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)
Expand Down
2 changes: 1 addition & 1 deletion import_nhd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export PGPASSWORD=$DB_PASS
SETUPCMD="shp2pgsql -p -I -g way -W latin1"
IMPORTCMD="shp2pgsql -a -g way -W latin1"
DBCMD="psql -q -h $DB_HOST -U $DB_USER -p $DB_PORT $DB_NAME"
TEMPDIR="/mnt/enterprise/Data/Bryce/rendered/temp"
TEMPDIR="/var/local/rendered/temp"
SRS="+proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs"
#SRS="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over"
TEMPFILE="$TEMPDIR/temp.shp"
Expand Down

0 comments on commit 70644b5

Please sign in to comment.