Summary Data From Arctic Network Water Surface Area Monitoring
Department of the Interior
@usgov.doi_gov_summary_from_arctic_network_water_surface_area_13150c5d
Department of the Interior
@usgov.doi_gov_summary_from_arctic_network_water_surface_area_13150c5d
Various intermediate data summary products derived from Landsat data, used to produce the report “Monitoring of Water Surface Area in Alaska’s Arctic National Parks: Update with 2019 Data.” Natural Resource Data Series NPS/ARCN/NRDS—2020/1263. Fort Collins, Colorado: National Park Service. https://irma.nps.gov/DataStore/Reference/Profile/2272062
See that report for an explanation of the methods used.
Organization: Department of the Interior
Last updated: 2025-09-14T20:03:32.867208
Tags: arctic, hydrology, lake, pond, water
CREATE TABLE watsumard (
"count" BIGINT,
"subseccode" VARCHAR,
"x1980wat" VARCHAR,
"x1990wat" BIGINT,
"x2000wat" BIGINT,
"x2001wat" BIGINT,
"x2002wat" BIGINT,
"x2003wat" BIGINT,
"x2004wat" BIGINT,
"x2005wat" BIGINT,
"x2006wat" BIGINT,
"x2007wat" BIGINT,
"x2008wat" BIGINT,
"x2009wat" BIGINT,
"x2010wat" BIGINT,
"x2011wat" BIGINT,
"x2012wat" BIGINT,
"x2013wat" BIGINT,
"x2014wat" BIGINT,
"x2015wat" BIGINT,
"x2016wat" BIGINT,
"x2017wat" BIGINT,
"x2018wat" BIGINT,
"x2019wat" BIGINT,
"zone" BIGINT
);CREATE TABLE watsumdswe (
"zone" BIGINT,
"f1980" VARCHAR,
"f1990" BIGINT,
"f2000" BIGINT,
"f2001" BIGINT,
"f2002" BIGINT,
"f2003" BIGINT,
"f2004" BIGINT,
"f2005" BIGINT,
"f2006" BIGINT,
"f2007" BIGINT,
"f2008" BIGINT,
"f2009" BIGINT,
"f2010" BIGINT,
"f2011" BIGINT,
"f2012" BIGINT,
"f2013" BIGINT,
"f2014" BIGINT,
"f2015" BIGINT,
"f2016" BIGINT,
"f2017" BIGINT,
"f2018" BIGINT,
"f2019" BIGINT,
"count" BIGINT,
"subseccode" VARCHAR
);Anyone who has the link will be able to view this.