Metadata-Version: 2.1
Name: GlabTop2-py
Version: 2.1.0
Summary: GlabTop2 (Glacier bed Topography) model
Home-page: https://github.com/WilcoTerink/GlabTop2-py
Author: Wilco Terink
Author-email: terinkw@gmail.com
License: GPL-3.0
Keywords: GlabTop2 Glacier bed Topography model pcraster ice thickness distribution Randolph Glacier Inventory
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
License-File: LICENSE.TXT
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: scipy
Requires-Dist: streamlit

GlabTop2-py
===========

GlabTop2-py is a Python package that calculates the ice-thickness distribution for
all glaciers in the model domain. GlabTop2-py uses Python 3.11 or a later version, and PCRaster functionalities. GlabTop2-py is entirely based on the
GlabTop2 concepts as described by `Frey et al., 2014 <https://www.the-cryosphere.net/8/2313/2014/tc-8-2313-2014.pdf>`_.

The latest version is 2.1.0

Documentation
-------------

Reference documentation can be found `here <https://glabtop2-py.readthedocs.io/en/latest/>`_.

Installation
------------

GlabTop2-py can be installed via Anaconda::

   conda install -c WilcoTerink GlabTop2-py

or via pip::

   pip install GlabTop2-py
   
   
Run GlabTop2-py
---------------

After installation via Anaconda or pip, the tool can be executed by::

   python -m GlabTop2.main -i config.cfg   
   
Copyright
---------
   
Copyright (C) 2018 Wilco Terink. GlabTop2-py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see `http://www.gnu.org/licenses/ <http://www.gnu.org/licenses/>`__.      
