Metadata-Version: 1.2
Name: GlabTop2-py
Version: 2.0.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
Description: 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.6 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>`_.
        
        Documentation
        -------------
        
        Reference documentation can be found `here <https://glabtop2-py.readthedocs.io/en/latest/>`_.
        
        Installation
        ------------
        
        GlabTop2-py can be installed via pip::
        
           pip install GlabTop2-py
           
           
        Run GlabTop2-py
        ---------------
        
        After installation via 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/>`__.      
Keywords: Spatial Processes Hydrology Model Spatially-distributed pcraster
Platform: UNKNOWN
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.6
Requires-Python: >=3.6
