A GIS tool for automatic calculation of glacier equilibrium-line altitudes
Authors: Ramón Pellitero, Brice R. Rea, Matteo Spagnolo, Jostein Bakke, Susan Ivy-Ochs, Philip Hughes, Sven Lukas, Adriano Ribolini
Journal: Computers and Geosciences.
DOI: http://dx.doi.org/10.1016/j.cageo.2015.05.005
This is a tool for ELA calculation on glaciers with AAR and AABR methods. It has been developed using the arcpy library in Python 2.7. It runs in ArcGIS 10.1 and superior as a "toolbox". In this repository both the toolbox and the code that the tools run are available. It consists of four different scripts:
Outputs are shown either in the dialog window when running the tool (for the two first tools) or in a .txt (for the second tools). In all cases shapefile contour lines at the calculated altitudes are also output.
A model for raster surface creation from contour lines is offered too.
In order to use the tools just download the .tbx file and store it anywhere, open ArcGIS, open ArcToolbox, right click and select "Add Toolbox", the browse the tool in your system and select it.
You can access the source code behind the tools by right clicking on them and selecting "Edit".