marinebon / sdg14

Products for Sustainable Development Goal 14 on Life in the Sea
http://marinebon.github.io/sdg14
3 stars 0 forks source link

load data for infographic: NCEAS ecosystems, OBIS observations, MarineRegions EEZ, ddgrid hexagons #2

Open bbest opened 7 years ago

bbest commented 7 years ago

Load initial data for infographic product:

bbest commented 7 years ago

Loaded obis occurrence (obis_occ) data into PostGIS database per technical/obis-postgis-connect.Rmd.

bbest commented 6 years ago
UPDATE points SET district = poly.district 
FROM poly 
WHERE ST_Within(points.geom, poly.geom)
UPDATE points p 
SET plgn = poly.id 
FROM polygon poly 
WHERE ST_Contains(poly.geom, p.geom);