Skip to content

Commit

Permalink
Merge pull request #492 from USACE/412-qa-review-nwo-grid-extents
Browse files Browse the repository at this point in the history
412 qa review nwo grid extents
  • Loading branch information
katfeingold authored Aug 14, 2024
2 parents 9e5908b + 92a5cb7 commit 33d3b39
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sql/common/V2.44.0__Add_NWO_Watershed_Extents_LwrYellowstone.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--(xmin ymax, xmax ymax, xmax ymin, xmin ymin, xmin ymax)

/****************
xmin = -1019200
xmax = -553629
ymax = 2814812
ymin = 2237778
****************/

INSERT INTO watershed (id, slug, "name", geometry, office_id, output_srid) VALUES
('7794bf19-3969-4ec5-b801-47a7ad828523','lower-yellowstone','Lower Yellowstone',ST_GeomFromText('POLYGON ((-1019200 2814812, -553629 2814812, -553629 2237778, -1019200 2237778, -1019200 2814812))',5070),'1f579664-d1db-4ee9-897e-47c16dc55012', 5070);

0 comments on commit 33d3b39

Please sign in to comment.