nationalparkservice / places-data

Data from the Places system.
http://www.nps.gov/npmap/tools/places/
13 stars 5 forks source link

Update SAGA boundary #800

Closed chadlawlis closed 6 years ago

chadlawlis commented 6 years ago

Currently pulling from legacy source WSD_Parks, needs to be updated to latest Lands release (20170930).

chadlawlis commented 6 years ago

Updated in DB via:

UPDATE parks_poly SET geom_poly = (SELECT wkb_geometry FROM lands_20170930 WHERE unit_code = 'SAGA'), data_source = 'Land Resources Division' WHERE unit_id = 349;
UPDATE parks SET unit_area = (SELECT ST_Area(geom_poly) FROM parks_poly WHERE unit_id = 349) WHERE unit_id = 349;

Will go live once boundaries are regenerated.

chadlawlis commented 6 years ago

This is now live in PT.