Skip to content

Commit

Permalink
Merge pull request #471 from USACE/develop
Browse files Browse the repository at this point in the history
fix watershed extents (#470)
  • Loading branch information
adamscarberry authored Apr 8, 2024
2 parents acc6688 + e632479 commit 8474816
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/common/V2.37.0__fix_NWP_Willow-Creek_Watershed.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-- slug = 'willow-creek-1'

-- xmin,ymax (top left), xmax ymax (top right), xmax ymin (bottom right), xmin ymin (bottom left), xmin ymax (top left again)
UPDATE watershed
SET geometry = ST_GeomFromText('POLYGON ((-1878600 2779900, -1795900 2779900, -1795900 2674000, -1878600 2674000, -1878600 2779900))',5070)
WHERE id = 'fc4f8be1-4584-4d64-9bb4-0754433a5c36';

0 comments on commit 8474816

Please sign in to comment.