Environmental Conditions Moose Hunting Seasons
Environmental Conditions During Fall Moose Hunting Seasons, Alaska, 2000-2016
@kaggle.rivinduashinsa_environmental_conditions_moose_hunting_seasons
Environmental Conditions During Fall Moose Hunting Seasons, Alaska, 2000-2016
@kaggle.rivinduashinsa_environmental_conditions_moose_hunting_seasons
This dataset provides daily and annual air temperature, river water level, and leaf drop dates coincident with the moose (Alces alces) hunting season (September) for the area surrounding the rural communities of Nulato, Koyukuk, Kaltag, Galena, Ruby, Huslia, and Hughes in interior Alaska, USA, over the period 2000-2016. The main objective of the study was to assess how the environmental conditions impacted the success of hunters who rely on moose as a subsistence resource.
The dataset originates from the Oak Ridge National Laboratory Distributed Active Archive Center (ORNL DAAC), which hosts data related to biogeochemical dynamics and ecological studies.
This dataset was retrieved from the ORNL DAAC repository (Dataset ID: 1739) and is made available for research and analysis purposes.
CREATE TABLE daily_hunting_season_environmental_conditions (
"year" BIGINT,
"month" VARCHAR,
"day" BIGINT,
"hunting_week" BIGINT,
"leaf_drop_early_late" BIGINT,
"temp_max" DOUBLE,
"temp_min" DOUBLE,
"temp_mean" DOUBLE,
"water_level" DOUBLE,
"latitude_n" DOUBLE,
"latitude_s" DOUBLE,
"longitude_e" DOUBLE,
"longitude_w" DOUBLE
);Anyone who has the link will be able to view this.