Skip to content

Commit

Permalink
uncommenting upstream area script
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jul 26, 2024
1 parent c2dfa18 commit fbff15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/lookups/fwa_watersheds_upstream_area.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PSQL="psql $DATABASE_URL -v ON_ERROR_STOP=1"
WSGS=$($PSQL -AXt -c "SELECT watershed_group_code FROM whse_basemapping.fwa_watershed_groups_poly")

# load watershed groups individually into seperate tables in fwapg schema
#parallel $PSQL -XA -v wsg={1} -f sql/fwa_watersheds_upstream_area.sql ::: $WSGS
parallel $PSQL -XA -v wsg={1} -f sql/fwa_watersheds_upstream_area.sql ::: $WSGS

# combine temp tables into output table
$PSQL -c "truncate whse_basemapping.fwa_watersheds_upstream_area;"
Expand Down

0 comments on commit fbff15c

Please sign in to comment.