Repository for Whooping Crane stopover habitat modeling and assessment project being conducted with the Kansas Department of Wildlife and Parks and funded by the U.S. Fish and Wildlife Service.
- arcpy-CalculateGPSBearings.py
Python script formatted as an ArcGIS Pro script-based tool that calculates bearings (in degrees) to summer and winter migration destinations. Bearing data can be used as an explanatory variable in Whooping Crane habitat selection models. The script contains a custom "compass_bearing" functions based on the Haversine formula and adapted from a user contribution posted to Stack Overflow.