Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix watershed extents (#470) #471

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';
Loading