landlab


Namelandlab JSON
Version 2.7.0 PyPI version JSON
download
home_page
SummaryOpen-source Python package for numerical modeling of Earth surface dynamics.
upload_time2023-11-05 05:15:17
maintainerThe landlab team
docs_urlhttps://pythonhosted.org/landlab/
authorThe landlab team
requires_python>=3.10
licenseThe MIT License (MIT) ===================== Copyright (c) `2013` `The Landlab Team` Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bmi component modeling earth science gridding engine model coupling numerical modeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3776837.svg
   :target: https://doi.org/10.5281/zenodo.3776837

.. image:: https://readthedocs.org/projects/landlab/badge/?version=latest
    :target: https://landlab.readthedocs.org

.. image:: https://github.com/landlab/landlab/actions/workflows/test.yml/badge.svg
    :target: https://github.com/landlab/landlab/actions/workflows/test.yml

.. image:: https://github.com/landlab/landlab/actions/workflows/lint.yml/badge.svg
    :target: https://github.com/landlab/landlab/actions/workflows/lint.yml

.. image:: https://github.com/landlab/landlab/actions/workflows/test-notebooks.yml/badge.svg
    :target: https://github.com/landlab/landlab/actions/workflows/test-notebooks.yml

.. image:: https://github.com/landlab/landlab/actions/workflows/docs.yml/badge.svg
    :target: https://github.com/landlab/landlab/actions/workflows/docs.yml

.. image:: https://coveralls.io/repos/landlab/landlab/badge.png
    :target: https://coveralls.io/r/landlab/landlab

.. image:: https://mybinder.org/badge_logo.svg
 :target: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/welcome.ipynb

=======
Landlab
=======

What does Landlab do?
---------------------

.. start-intro

Landlab is an open-source Python-language package for numerical modeling of
Earth surface dynamics. It contains

* A gridding engine which represents the model domain. Regular and irregular
  grids are supported.
* A library of process components, each of which represents a physical process
  (e.g., generation of rain, erosion by flowing water). These components have
  a common interface and can be combined based on a user's needs.
* Utilities that support general numerical methods, file input/output, and
  visualization.

In addition Landlab contains a set of Jupyter notebook tutorials providing
an introduction to core concepts and examples of use.

Landlab was designed for disciplines that quantify Earth surface dynamics such
as geomorphology, hydrology, glaciology, and stratigraphy. It can also be used
in related fields. Scientists who use this type of 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. Landlab saves practitioners from the need for this kind
of re-invention by providing standardized components that they can re-use.

Watch the webinar `Landlab Toolkit Overview <https://csdms.colorado.edu/wiki/Presenters-0407>`_
at CSDMS to learn more.

.. end-intro

-----------

`Read the documentation on ReadTheDocs! <https://landlab.readthedocs.io/>`_

-----------

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

To install the latest release of *landlab* using *pip*, simply run the following
in your terminal of choice:

.. code-block:: bash

  $ pip install landlab


For a full description of how to install *Landlab*, including using *mamba*/*conda*,
please see the documentation for our `installation instructions`_.


.. _installation instructions: https://landlab.readthedocs.io/en/master/installation.html

Source code
-----------

If you would like to modify or contribute code to *Landlab* or use the very latest
development version, please see the documentation that describes how to
`install landlab from source`_.

.. _install landlab from source: https://landlab.readthedocs.io/en/master/install/developer_install.html


Are there any examples of using Landlab I can look at?
------------------------------------------------------

The Landlab package contains a directory, ``landlab/notebooks``, with
Jupyter Notebooks describing core concepts and giving examples of using components.
The file ``landlab/notebooks/welcome.ipynb`` provides a table of contents to
the notebooks and is the recommended starting place.
Additionally, there are a set of notebooks curated to teach physical processes
located in the directory ``landlab/notebooks/teaching``.

Run on Binder
`````````````

To launch an instance of
Binder and `explore the notebooks click here`_.

.. _explore the notebooks click here: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/welcome.ipynb

To launch a Binder instance that goes straight to the `teaching notebooks click here`_.

.. _teaching notebooks click here: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/teaching/welcome_teaching.ipynb

Run on EarthscapeHub
````````````````````

The Landlab notebooks can also be run on `EarthscapeHub`_.
Visit this link to learn how to sign up for a free account.
Explore the example notebooks on the
`lab`__ or `jupyter`__ Hub instance.
Or, use the teaching notebooks on the
`lab`__ or `jupyter`__ Hub instance.
Be sure to run all notebooks with the *CSDMS* kernel.

.. _EarthscapeHub: https://csdms.colorado.edu/wiki/JupyterHub
.. __: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fwelcome.ipynb&branch=master
.. __: https://jupyter.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fwelcome.ipynb&branch=master
.. __: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fteaching%2Fwelcome_teaching.ipynb&branch=master
.. __: https://jupyter.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fteaching%2Fwelcome_teaching.ipynb&branch=master


License
-------

*landlab* is licensed under the MIT License.

Citing Landlab
--------------

If you use any portion of Landlab, please see the documentation for our
`citation guidelines`_.

.. _citation guidelines: https://landlab.readthedocs.io/en/master/citing.html


Contact
-------

.. start-contact

The recommended way to contact the Landlab team is with a
`GitHub Issue <https://github.com/landlab/landlab/issues>`_.

* **Bug reports**: Please make an Issue describing the bug so we can address it, or work
  with you to address it. Please try to provide a `minimal, reproducible example
  <https://stackoverflow.com/help/minimal-reproducible-example>`_.
* **Documentation**: If something in our documentation is not clear to you, please make an
  issue describing the what isn't clear. Someone will tag
  the most appropriate member of the core Landlab team. We will work to clarify
  your question and revise the documentation so that it is clear for the next user.

Keep in touch with the latest *landlab* news by following us on `Twitter <https://twitter.com/landlabtoolkit>`_.

During workshops and clinics, we sometimes use the
`Landlab Slack channel <https://landlab.slack.com>`_.

.. end-contact

=======
Credits
=======

Development Leads
-----------------

- `Greg Tucker <https://github.com/gregtucker>`_
- `Nicole Gasparini <https://github.com/nicgaspar>`_
- `Erkan Istanbulluoglu <https://github.com/erkanistan>`_
- `Daniel Hobley <https://github.com/SiccarPoint>`_
- `Sai S. Nudurupati <https://github.com/saisiddu>`_
- `Jordan Adams <https://github.com/jadams15>`_
- `Eric Hutton <https://github.com/mcflugen>`_
- `Jenny Knuth <https://github.com/jennyknuth>`_
- `Katy Barnhart <https://github.com/kbarnhart>`_
- `Margaux Mouchene <https://github.com/margauxmouchene>`_
- `Christina Bandaragoda <https://github.com/ChristinaB>`_
- `Nathan Lyons <https://github.com/nathanlyons>`_

Contributors
------------

.. credits-roll start-author-list

* `Eric Hutton <https://github.com/mcflugen>`_
* `Katy Barnhart <https://github.com/kbarnhart>`_
* `Dan Hobley <https://github.com/SiccarPoint>`_
* `Greg Tucker <https://github.com/gregtucker>`_
* `Jordan Adams <https://github.com/jadams15>`_
* `Sai Nudurupati <https://github.com/saisiddu>`_
* `Nicole M Gasparini <https://github.com/nicgaspar>`_
* `Charlie Shobe <https://github.com/cmshobe>`_
* `David Litwin <https://github.com/DavidLitwin>`_
* `Sebastien Lenard <https://github.com/sebastien-lenard>`_
* `Ronda Strauch <https://github.com/RondaStrauch>`_
* `Margaux Mouchene <https://github.com/margauxmouchene>`_
* `Jenny Knuth <https://github.com/jennyknuth>`_
* `Benjamin Campforts <https://github.com/BCampforts>`_
* `Nathan Lyons <https://github.com/nathanlyons>`_
* `Jeffrey Keck <https://github.com/keckje>`_
* `Rachel Glade <https://github.com/Glader011235>`_
* `Laurent Roberge <https://github.com/loroberge>`_
* `Giuseppecipolla95 <https://github.com/Giuseppecipolla95>`_
* `Dylan Ward <https://github.com/ddoubleprime>`_
* `Amanda Manaster <https://github.com/amanaster2>`_
* `Allison Pfeiffer <https://github.com/pfeiffea>`_
* `Mark Piper <https://github.com/mdpiper>`_
* `Jay Hariharan <https://github.com/elbeejay>`_
* `Shelby Ahrendt <https://github.com/shelbyahrendt>`_
* `Abby Langston <https://github.com/alangston>`_
* `Andy Wickert <https://github.com/awickert>`_
* `Christopher Sheehan <https://github.com/Sheehace>`_
* `Francis Rengers <https://github.com/frengers>`_
* `Josh Wolpert <https://github.com/josh-wolpert>`_
* `Kristen Thyng <https://github.com/kthyng>`_
* `Muneer Ahammad <https://github.com/muneerVT>`_
* `Sarah Lundell <https://github.com/slundell123>`_

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "landlab",
    "maintainer": "The landlab team",
    "docs_url": "https://pythonhosted.org/landlab/",
    "requires_python": ">=3.10",
    "maintainer_email": "mcflugen@gmail.com",
    "keywords": "bmi,component modeling,earth science,gridding engine,model coupling,numerical modeling",
    "author": "The landlab team",
    "author_email": "mcflugen@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/81/ab/0a3d74aa320cb63a8728fdccd9e746736f8bab32b49ea6a6dd284d409a92/landlab-2.7.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3776837.svg\n   :target: https://doi.org/10.5281/zenodo.3776837\n\n.. image:: https://readthedocs.org/projects/landlab/badge/?version=latest\n    :target: https://landlab.readthedocs.org\n\n.. image:: https://github.com/landlab/landlab/actions/workflows/test.yml/badge.svg\n    :target: https://github.com/landlab/landlab/actions/workflows/test.yml\n\n.. image:: https://github.com/landlab/landlab/actions/workflows/lint.yml/badge.svg\n    :target: https://github.com/landlab/landlab/actions/workflows/lint.yml\n\n.. image:: https://github.com/landlab/landlab/actions/workflows/test-notebooks.yml/badge.svg\n    :target: https://github.com/landlab/landlab/actions/workflows/test-notebooks.yml\n\n.. image:: https://github.com/landlab/landlab/actions/workflows/docs.yml/badge.svg\n    :target: https://github.com/landlab/landlab/actions/workflows/docs.yml\n\n.. image:: https://coveralls.io/repos/landlab/landlab/badge.png\n    :target: https://coveralls.io/r/landlab/landlab\n\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/welcome.ipynb\n\n=======\nLandlab\n=======\n\nWhat does Landlab do?\n---------------------\n\n.. start-intro\n\nLandlab is an open-source Python-language package for numerical modeling of\nEarth surface dynamics. It contains\n\n* A gridding engine which represents the model domain. Regular and irregular\n  grids are supported.\n* A library of process components, each of which represents a physical process\n  (e.g., generation of rain, erosion by flowing water). These components have\n  a common interface and can be combined based on a user's needs.\n* Utilities that support general numerical methods, file input/output, and\n  visualization.\n\nIn addition Landlab contains a set of Jupyter notebook tutorials providing\nan introduction to core concepts and examples of use.\n\nLandlab was designed for disciplines that quantify Earth surface dynamics such\nas geomorphology, hydrology, glaciology, and stratigraphy. It can also be used\nin related fields. Scientists who use this type of model often build\ntheir own unique model from the ground up, re-coding the basic building blocks\nof their landscape model rather than taking advantage of codes that have\nalready been written. Landlab saves practitioners from the need for this kind\nof re-invention by providing standardized components that they can re-use.\n\nWatch the webinar `Landlab Toolkit Overview <https://csdms.colorado.edu/wiki/Presenters-0407>`_\nat CSDMS to learn more.\n\n.. end-intro\n\n-----------\n\n`Read the documentation on ReadTheDocs! <https://landlab.readthedocs.io/>`_\n\n-----------\n\nInstallation\n------------\n\nTo install the latest release of *landlab* using *pip*, simply run the following\nin your terminal of choice:\n\n.. code-block:: bash\n\n  $ pip install landlab\n\n\nFor a full description of how to install *Landlab*, including using *mamba*/*conda*,\nplease see the documentation for our `installation instructions`_.\n\n\n.. _installation instructions: https://landlab.readthedocs.io/en/master/installation.html\n\nSource code\n-----------\n\nIf you would like to modify or contribute code to *Landlab* or use the very latest\ndevelopment version, please see the documentation that describes how to\n`install landlab from source`_.\n\n.. _install landlab from source: https://landlab.readthedocs.io/en/master/install/developer_install.html\n\n\nAre there any examples of using Landlab I can look at?\n------------------------------------------------------\n\nThe Landlab package contains a directory, ``landlab/notebooks``, with\nJupyter Notebooks describing core concepts and giving examples of using components.\nThe file ``landlab/notebooks/welcome.ipynb`` provides a table of contents to\nthe notebooks and is the recommended starting place.\nAdditionally, there are a set of notebooks curated to teach physical processes\nlocated in the directory ``landlab/notebooks/teaching``.\n\nRun on Binder\n`````````````\n\nTo launch an instance of\nBinder and `explore the notebooks click here`_.\n\n.. _explore the notebooks click here: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/welcome.ipynb\n\nTo launch a Binder instance that goes straight to the `teaching notebooks click here`_.\n\n.. _teaching notebooks click here: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/teaching/welcome_teaching.ipynb\n\nRun on EarthscapeHub\n````````````````````\n\nThe Landlab notebooks can also be run on `EarthscapeHub`_.\nVisit this link to learn how to sign up for a free account.\nExplore the example notebooks on the\n`lab`__ or `jupyter`__ Hub instance.\nOr, use the teaching notebooks on the\n`lab`__ or `jupyter`__ Hub instance.\nBe sure to run all notebooks with the *CSDMS* kernel.\n\n.. _EarthscapeHub: https://csdms.colorado.edu/wiki/JupyterHub\n.. __: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fwelcome.ipynb&branch=master\n.. __: https://jupyter.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fwelcome.ipynb&branch=master\n.. __: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fteaching%2Fwelcome_teaching.ipynb&branch=master\n.. __: https://jupyter.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Flandlab%2Flandlab&urlpath=lab%2Ftree%2Flandlab%2Fnotebooks%2Fteaching%2Fwelcome_teaching.ipynb&branch=master\n\n\nLicense\n-------\n\n*landlab* is licensed under the MIT License.\n\nCiting Landlab\n--------------\n\nIf you use any portion of Landlab, please see the documentation for our\n`citation guidelines`_.\n\n.. _citation guidelines: https://landlab.readthedocs.io/en/master/citing.html\n\n\nContact\n-------\n\n.. start-contact\n\nThe recommended way to contact the Landlab team is with a\n`GitHub Issue <https://github.com/landlab/landlab/issues>`_.\n\n* **Bug reports**: Please make an Issue describing the bug so we can address it, or work\n  with you to address it. Please try to provide a `minimal, reproducible example\n  <https://stackoverflow.com/help/minimal-reproducible-example>`_.\n* **Documentation**: If something in our documentation is not clear to you, please make an\n  issue describing the what isn't clear. Someone will tag\n  the most appropriate member of the core Landlab team. We will work to clarify\n  your question and revise the documentation so that it is clear for the next user.\n\nKeep in touch with the latest *landlab* news by following us on `Twitter <https://twitter.com/landlabtoolkit>`_.\n\nDuring workshops and clinics, we sometimes use the\n`Landlab Slack channel <https://landlab.slack.com>`_.\n\n.. end-contact\n\n=======\nCredits\n=======\n\nDevelopment Leads\n-----------------\n\n- `Greg Tucker <https://github.com/gregtucker>`_\n- `Nicole Gasparini <https://github.com/nicgaspar>`_\n- `Erkan Istanbulluoglu <https://github.com/erkanistan>`_\n- `Daniel Hobley <https://github.com/SiccarPoint>`_\n- `Sai S. Nudurupati <https://github.com/saisiddu>`_\n- `Jordan Adams <https://github.com/jadams15>`_\n- `Eric Hutton <https://github.com/mcflugen>`_\n- `Jenny Knuth <https://github.com/jennyknuth>`_\n- `Katy Barnhart <https://github.com/kbarnhart>`_\n- `Margaux Mouchene <https://github.com/margauxmouchene>`_\n- `Christina Bandaragoda <https://github.com/ChristinaB>`_\n- `Nathan Lyons <https://github.com/nathanlyons>`_\n\nContributors\n------------\n\n.. credits-roll start-author-list\n\n* `Eric Hutton <https://github.com/mcflugen>`_\n* `Katy Barnhart <https://github.com/kbarnhart>`_\n* `Dan Hobley <https://github.com/SiccarPoint>`_\n* `Greg Tucker <https://github.com/gregtucker>`_\n* `Jordan Adams <https://github.com/jadams15>`_\n* `Sai Nudurupati <https://github.com/saisiddu>`_\n* `Nicole M Gasparini <https://github.com/nicgaspar>`_\n* `Charlie Shobe <https://github.com/cmshobe>`_\n* `David Litwin <https://github.com/DavidLitwin>`_\n* `Sebastien Lenard <https://github.com/sebastien-lenard>`_\n* `Ronda Strauch <https://github.com/RondaStrauch>`_\n* `Margaux Mouchene <https://github.com/margauxmouchene>`_\n* `Jenny Knuth <https://github.com/jennyknuth>`_\n* `Benjamin Campforts <https://github.com/BCampforts>`_\n* `Nathan Lyons <https://github.com/nathanlyons>`_\n* `Jeffrey Keck <https://github.com/keckje>`_\n* `Rachel Glade <https://github.com/Glader011235>`_\n* `Laurent Roberge <https://github.com/loroberge>`_\n* `Giuseppecipolla95 <https://github.com/Giuseppecipolla95>`_\n* `Dylan Ward <https://github.com/ddoubleprime>`_\n* `Amanda Manaster <https://github.com/amanaster2>`_\n* `Allison Pfeiffer <https://github.com/pfeiffea>`_\n* `Mark Piper <https://github.com/mdpiper>`_\n* `Jay Hariharan <https://github.com/elbeejay>`_\n* `Shelby Ahrendt <https://github.com/shelbyahrendt>`_\n* `Abby Langston <https://github.com/alangston>`_\n* `Andy Wickert <https://github.com/awickert>`_\n* `Christopher Sheehan <https://github.com/Sheehace>`_\n* `Francis Rengers <https://github.com/frengers>`_\n* `Josh Wolpert <https://github.com/josh-wolpert>`_\n* `Kristen Thyng <https://github.com/kthyng>`_\n* `Muneer Ahammad <https://github.com/muneerVT>`_\n* `Sarah Lundell <https://github.com/slundell123>`_\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT) =====================  Copyright (c) `2013` `The Landlab Team`  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Open-source Python package for numerical modeling of Earth surface dynamics.",
    "version": "2.7.0",
    "project_urls": {
        "changelog": "https://github.com/landlab/landlab/blob/develop/CHANGES.rst",
        "documentation": "https://landlab.readthedocs.io",
        "homepage": "https://github.com/landlab",
        "repository": "https://github.com/landlab"
    },
    "split_keywords": [
        "bmi",
        "component modeling",
        "earth science",
        "gridding engine",
        "model coupling",
        "numerical modeling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b4005bbb42ccdaf77532d12413485cfad572a309b5072aeadb16aedcf72c6f5",
                "md5": "f547b77835f0e32907bda5adbfbb1113",
                "sha256": "ca33553f1b75b3fdb6b8fe444e58a06b476ec37f3f4170db22e0d612300c05d4"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f547b77835f0e32907bda5adbfbb1113",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 3272623,
            "upload_time": "2023-11-05T05:14:31",
            "upload_time_iso_8601": "2023-11-05T05:14:31.492689Z",
            "url": "https://files.pythonhosted.org/packages/6b/40/05bbb42ccdaf77532d12413485cfad572a309b5072aeadb16aedcf72c6f5/landlab-2.7.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab20918e211bc3ba26139fe780364af75b5bb4f1fd2da8dd1ae7935d73c3c855",
                "md5": "33004a4df10524f037469d6d0e45d818",
                "sha256": "070564128ae91485222c101ef9cba9f1024263954842d848a235e48f9be7de9a"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "33004a4df10524f037469d6d0e45d818",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 3202613,
            "upload_time": "2023-11-05T05:14:34",
            "upload_time_iso_8601": "2023-11-05T05:14:34.257041Z",
            "url": "https://files.pythonhosted.org/packages/ab/20/918e211bc3ba26139fe780364af75b5bb4f1fd2da8dd1ae7935d73c3c855/landlab-2.7.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "918004811c2a5d041cc1ba2eccc2bc6225a017c51c55c1288d221f1b48dddcee",
                "md5": "65f5bddff44b332fa99bff9343cc09bf",
                "sha256": "d4a9b2318af331f1c3a70588334663e77eac9a4a8c4087716d59e5b06e560023"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "65f5bddff44b332fa99bff9343cc09bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 10656122,
            "upload_time": "2023-11-05T05:14:36",
            "upload_time_iso_8601": "2023-11-05T05:14:36.815863Z",
            "url": "https://files.pythonhosted.org/packages/91/80/04811c2a5d041cc1ba2eccc2bc6225a017c51c55c1288d221f1b48dddcee/landlab-2.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc4578115597d156053874bd44baa99d2016ff4f8cbdca9ff62b0aca47779dc3",
                "md5": "1e20fc829c7322a6f16d317ef329f634",
                "sha256": "0e66f25c1168585d4c0e0596f62edbcd7734e323bf9692af8b80e91a3a504b41"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e20fc829c7322a6f16d317ef329f634",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 10804078,
            "upload_time": "2023-11-05T05:14:39",
            "upload_time_iso_8601": "2023-11-05T05:14:39.822296Z",
            "url": "https://files.pythonhosted.org/packages/dc/45/78115597d156053874bd44baa99d2016ff4f8cbdca9ff62b0aca47779dc3/landlab-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45d3c8c44d6db9969ec61177c5d3effd872f0c066aacc689127af2293b9c8e6d",
                "md5": "cc62dff7d2a6af1d427cdc3ca4ab259f",
                "sha256": "81c12c8a0e1f78b5a4b668558924333514519ab112c9393aec9aaecb41b96a53"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "cc62dff7d2a6af1d427cdc3ca4ab259f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 3068392,
            "upload_time": "2023-11-05T05:14:42",
            "upload_time_iso_8601": "2023-11-05T05:14:42.288320Z",
            "url": "https://files.pythonhosted.org/packages/45/d3/c8c44d6db9969ec61177c5d3effd872f0c066aacc689127af2293b9c8e6d/landlab-2.7.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "515d7abb569a8691d121cce6502d434f154a214e72ad64ac9673cd6899bfa428",
                "md5": "145b3cf658ffe51456f3911300fb60dc",
                "sha256": "ea5a8ac12764116310bf8c20f49fbdb8957907c2d6e06db9d46481356cc306af"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "145b3cf658ffe51456f3911300fb60dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 3276773,
            "upload_time": "2023-11-05T05:14:44",
            "upload_time_iso_8601": "2023-11-05T05:14:44.841875Z",
            "url": "https://files.pythonhosted.org/packages/51/5d/7abb569a8691d121cce6502d434f154a214e72ad64ac9673cd6899bfa428/landlab-2.7.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d8fb1c426182269dd4dd9cc800dbf66c11b22ae7d0dcfda4d85e9d7a8fb6742",
                "md5": "338fb2e4e12ed465031e88baeccbc523",
                "sha256": "a9f25c4d4bfd5c7dc0c962246d56306170263f90ad8b6de5b63b2ca2db4bb407"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "338fb2e4e12ed465031e88baeccbc523",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 3272544,
            "upload_time": "2023-11-05T05:14:47",
            "upload_time_iso_8601": "2023-11-05T05:14:47.251282Z",
            "url": "https://files.pythonhosted.org/packages/6d/8f/b1c426182269dd4dd9cc800dbf66c11b22ae7d0dcfda4d85e9d7a8fb6742/landlab-2.7.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4ced1e1f95056301780a3533f8774a9aa2af6ba66ab583fcf519ac8c35ed094",
                "md5": "bdf21c04c83b386009771ff43358bcd0",
                "sha256": "4107400b118b472a4e5520c24f0d6082b3bbfecd504f5cdb68a8aa495002bd36"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bdf21c04c83b386009771ff43358bcd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 3199193,
            "upload_time": "2023-11-05T05:14:49",
            "upload_time_iso_8601": "2023-11-05T05:14:49.479279Z",
            "url": "https://files.pythonhosted.org/packages/b4/ce/d1e1f95056301780a3533f8774a9aa2af6ba66ab583fcf519ac8c35ed094/landlab-2.7.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2924fadcabf44f9c6b75a6516a39f5e550e6078beb93dddf9e643ee680943b0a",
                "md5": "20fbc9eb25156276c83505c65bbfd6d7",
                "sha256": "7d0dddfcfbbc43374044ba9455d3f0fd09d725da17e436a51adfb3b888e2e56c"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "20fbc9eb25156276c83505c65bbfd6d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 11609334,
            "upload_time": "2023-11-05T05:14:52",
            "upload_time_iso_8601": "2023-11-05T05:14:52.014882Z",
            "url": "https://files.pythonhosted.org/packages/29/24/fadcabf44f9c6b75a6516a39f5e550e6078beb93dddf9e643ee680943b0a/landlab-2.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cb9a4199f814095df6ab446d7fc578e39a252021e3efb813f6c8aa36251568d",
                "md5": "3c4e2c37f6f99d5dd5a61251f86adf09",
                "sha256": "152b18f060601b2404a7190e16ef407f0da8f7bcc150136f411f0fac3b48fdc7"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c4e2c37f6f99d5dd5a61251f86adf09",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 11768747,
            "upload_time": "2023-11-05T05:14:55",
            "upload_time_iso_8601": "2023-11-05T05:14:55.048725Z",
            "url": "https://files.pythonhosted.org/packages/9c/b9/a4199f814095df6ab446d7fc578e39a252021e3efb813f6c8aa36251568d/landlab-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bb0073e5544a05e367fcc45d19a0999691004d02d00d55230dfcd49e5bf80ef",
                "md5": "36c01a593dd28e1e723083d17cd87fe8",
                "sha256": "4590d7be8b73bdc3f9ea244b16581e14bee7d493f6afe009b12ca42ab7b67693"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "36c01a593dd28e1e723083d17cd87fe8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 3068588,
            "upload_time": "2023-11-05T05:14:57",
            "upload_time_iso_8601": "2023-11-05T05:14:57.383671Z",
            "url": "https://files.pythonhosted.org/packages/6b/b0/073e5544a05e367fcc45d19a0999691004d02d00d55230dfcd49e5bf80ef/landlab-2.7.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aba50f4234d23fa6d23bbdd744b2e75b3277f79dbc2d2acf3689cd861de9e91f",
                "md5": "c3b3f9fca353eca3fda17accf7c2be55",
                "sha256": "839d522360d366a411d01e2d0607a61955e6f75527010edd86f97d4f730f0225"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c3b3f9fca353eca3fda17accf7c2be55",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 3294650,
            "upload_time": "2023-11-05T05:14:59",
            "upload_time_iso_8601": "2023-11-05T05:14:59.575869Z",
            "url": "https://files.pythonhosted.org/packages/ab/a5/0f4234d23fa6d23bbdd744b2e75b3277f79dbc2d2acf3689cd861de9e91f/landlab-2.7.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "519b49b98a0de7a70ac9e614e7ac695344a955d7230f0f24706ae9db0916d4b2",
                "md5": "7bda89b573bbf5cde0b9f38f43a61776",
                "sha256": "5ab14a7205ce25204ac0080182645048c8fbc84ac94d8d078b44156224a7e418"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7bda89b573bbf5cde0b9f38f43a61776",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 3280410,
            "upload_time": "2023-11-05T05:15:02",
            "upload_time_iso_8601": "2023-11-05T05:15:02.165121Z",
            "url": "https://files.pythonhosted.org/packages/51/9b/49b98a0de7a70ac9e614e7ac695344a955d7230f0f24706ae9db0916d4b2/landlab-2.7.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d3809341d11cabfdd5281f027a3f915d98d1e872b0b55637da5b69898397076",
                "md5": "59ab7d6ffcddee45fbdc11274d1df65e",
                "sha256": "1966bdfac73cbe892b87255697c5b43a85c045da5e0e5543712afd8f5086a4d2"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "59ab7d6ffcddee45fbdc11274d1df65e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 3227928,
            "upload_time": "2023-11-05T05:15:04",
            "upload_time_iso_8601": "2023-11-05T05:15:04.860583Z",
            "url": "https://files.pythonhosted.org/packages/7d/38/09341d11cabfdd5281f027a3f915d98d1e872b0b55637da5b69898397076/landlab-2.7.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fe40565952490d0f8122b00b93d6adfd4266c53a1e0c9a8099733e6db38fef6",
                "md5": "94af17e3e197409b624f3694c9f9d006",
                "sha256": "a38333d7fba6db194779d84425621c26e62f810d088ba39cc2977382828db882"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "94af17e3e197409b624f3694c9f9d006",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 11947489,
            "upload_time": "2023-11-05T05:15:07",
            "upload_time_iso_8601": "2023-11-05T05:15:07.120136Z",
            "url": "https://files.pythonhosted.org/packages/0f/e4/0565952490d0f8122b00b93d6adfd4266c53a1e0c9a8099733e6db38fef6/landlab-2.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f823772f6186f4e6a9a100d35e690966543ccb0a29deff87f02a5b2136a7a89",
                "md5": "8ab1f216bb8cdd9a5eabc740e0f71008",
                "sha256": "2eaeceb7c796ad8bf6cb07ac6d5715224b8be2e194ca49d12561c31bb412ad8a"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ab1f216bb8cdd9a5eabc740e0f71008",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 12094079,
            "upload_time": "2023-11-05T05:15:10",
            "upload_time_iso_8601": "2023-11-05T05:15:10.416439Z",
            "url": "https://files.pythonhosted.org/packages/9f/82/3772f6186f4e6a9a100d35e690966543ccb0a29deff87f02a5b2136a7a89/landlab-2.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a980255ab9a2e1129d523fe54c4743fa982356ab0f60f2379e9c7766fb98cc7",
                "md5": "1821d76227dcd06fb79f9fab9a92df67",
                "sha256": "950363da906b47b70eb82c68fa2c0804292c415e453e4c75ea1c0437e628b727"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "1821d76227dcd06fb79f9fab9a92df67",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 3065093,
            "upload_time": "2023-11-05T05:15:12",
            "upload_time_iso_8601": "2023-11-05T05:15:12.985637Z",
            "url": "https://files.pythonhosted.org/packages/1a/98/0255ab9a2e1129d523fe54c4743fa982356ab0f60f2379e9c7766fb98cc7/landlab-2.7.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b598aa401a3e1e754e56447f61d2f20d2cec4201712c62f2060d21cd9dc1103f",
                "md5": "95e57bcdadec052f0400df358a1923b7",
                "sha256": "d7bd8d11df97c65b60ba5d71d7754c4eb81456ca5c74b2d7a11fff4b59160d5d"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "95e57bcdadec052f0400df358a1923b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 3292724,
            "upload_time": "2023-11-05T05:15:15",
            "upload_time_iso_8601": "2023-11-05T05:15:15.946757Z",
            "url": "https://files.pythonhosted.org/packages/b5/98/aa401a3e1e754e56447f61d2f20d2cec4201712c62f2060d21cd9dc1103f/landlab-2.7.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81ab0a3d74aa320cb63a8728fdccd9e746736f8bab32b49ea6a6dd284d409a92",
                "md5": "1ab2cb88d36aa2b6fbd0c3f6a6838dbd",
                "sha256": "68e2eb5d1a67c5ef9e2ef0ece129869254091f1d2462b1ac0228e4cff9d262f0"
            },
            "downloads": -1,
            "filename": "landlab-2.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1ab2cb88d36aa2b6fbd0c3f6a6838dbd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1727284,
            "upload_time": "2023-11-05T05:15:17",
            "upload_time_iso_8601": "2023-11-05T05:15:17.824237Z",
            "url": "https://files.pythonhosted.org/packages/81/ab/0a3d74aa320cb63a8728fdccd9e746736f8bab32b49ea6a6dd284d409a92/landlab-2.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 05:15:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "landlab",
    "github_project": "landlab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "landlab"
}
        
Elapsed time: 0.13888s