Human Mobility Data For NPS Visitation Estimation
U.S. Environmental Protection Agency
@usgov.epa_gov_human_mobility_data_for_nps_visitation_estimation
U.S. Environmental Protection Agency
@usgov.epa_gov_human_mobility_data_for_nps_visitation_estimation
This dataset is used for the analysis in the publication entitled "Using data derived from cellular device locations to estimate visitation to natural areas: an application to the U.S. National Park system". It includes cell data purchased from Airsage Inc. at the monthly resolution for years 2018 and 2019 for 38 park units in the U.S. National Park system, corresponding monthly visitation obtained from the NPS Stats (https://irma.nps.gov/STATS/), and park attributes that are considered to affect the relationships between Cell and NPS data in the analysis.
Organization: U.S. Environmental Protection Agency
Last updated: 2022-10-27T10:28:23.237970
Tags: cell-data, mobile-device-data, national-park, natural-areas, visitation
CREATE TABLE scihub_cellnpsdata (
"npscode" VARCHAR,
"parkname" VARCHAR,
"parktype2" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"npsdata" BIGINT,
"celldata" DOUBLE,
"urbaniconic" VARCHAR,
"porosity" VARCHAR
);Anyone who has the link will be able to view this.