Metadata-Version: 1.1
Name: landlab
Version: 1.5.4
Summary: Plugin-based component modeling tool.
Home-page: https://github.com/landlab
Author: Eric Hutton
Author-email: eric.hutton@colorado.edu
License: UNKNOWN
Description: .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.154179.svg
           :target: https://doi.org/10.5281/zenodo.154179
           
        .. image:: https://readthedocs.org/projects/landlab/badge/?version=latest
            :target: https://readthedocs.org/projects/landlab/?badge=latest
        
        .. image:: https://travis-ci.org/landlab/landlab.svg?branch=master
            :target: https://travis-ci.org/landlab/landlab
        
        .. image:: https://coveralls.io/repos/landlab/landlab/badge.png
            :target: https://coveralls.io/r/landlab/landlab
        
        .. image:: https://ci.appveyor.com/api/projects/status/5u8nk9c4tnacmp6m/branch/master?svg=true
            :target: https://ci.appveyor.com/project/mcflugen/landlab/branch/master
        
        .. image:: https://landscape.io/github/landlab/landlab/master/landscape.svg
            :target: https://landscape.io/github/landlab/landlab/master
        
        
        =======
        landlab
        =======
        
        The Landlab project creates an environment in which scientists can build a
        numerical landscape model without having to code all of the individual
        components. Landscape models compute flows of mass, such as water, sediment,
        glacial ice, volcanic material, or landslide debris, across a gridded terrain
        surface. Landscape models have a number of commonalities, such as operating on
        a grid of points and routing material across the grid. Scientists who want to
        use a landscape model often build their own unique model from the ground up,
        re-coding the basic building blocks of their landscape model rather than
        taking advantage of codes that have already been written.
        
        More information can be found at the website:
        
        http://landlab.github.io
        
        This open-source manuscript is a gateway for entering the Landlab world:
        
        http://www.earth-surf-dynam.net/5/21/2017/
        
        Two main installation options exist for Landlab. Most people will likely want to 
        `install the conda package <https://github.com/landlab/landlab/wiki/Installing-Landlab-with-Anaconda>`_. Individuals interested in modifying the Landlab source code should follow the `developer installation instructions <https://github.com/landlab/landlab/wiki/Installing-Landlab-from-source-code-(%22developer-install%22)>`_. 
        
        The most current source code is always available from our git
        repository:
        
        http://github.com/landlab/landlab
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
