![[DOI][doi-link]][doi-badge]
![[Documentation][rtd-link]][rtd-badge]
![[Coverage][coveralls-link]][coveralls-badge]
![[Testing][test-link]][test-badge]
![[Lint][lint-link]][lint-badge]
[coveralls-badge]: https://coveralls.io/repos/landlab/landlab/badge.png
[coveralls-link]: https://coveralls.io/r/landlab/landlab
[doi-badge]: https://zenodo.org/badge/DOI/10.5281/zenodo.3776837.svg
[doi-link]: https://doi.org/10.5281/zenodo.3776837
[lint-badge]: https://github.com/landlab/landlab/actions/workflows/lint.yml/badge.svg
[lint-link]: https://github.com/landlab/landlab/actions/workflows/lint.yml
[rtd-badge]:https://readthedocs.org/projects/landlab/badge/?version=latest
[rtd-link]: https://landlab.readthedocs.org
[test-badge]: https://github.com/landlab/landlab/actions/workflows/test.yml/badge.svg
[test-link]: https://github.com/landlab/landlab/actions/workflows/test.yml
# 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:
```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].
## 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].
## 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].
To launch a Binder instance that goes straight to the [teaching notebooks click here].
### 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](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) or [jupyter](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) Hub instance.
Or, use the teaching notebooks on the
[lab](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) or [jupyter](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) Hub instance.
Be sure to run all notebooks with the *CSDMS* kernel.
## 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].
## 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 -->
[citation guidelines]: https://landlab.readthedocs.io/en/master/citing.html
[earthscapehub]: https://csdms.colorado.edu/wiki/JupyterHub
[explore the notebooks click here]: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/welcome.ipynb
[install landlab from source]: https://landlab.readthedocs.io/en/master/install/developer_install.html
[installation instructions]: https://landlab.readthedocs.io/en/master/installation.html
[teaching notebooks click here]: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/teaching/welcome_teaching.ipynb
# 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)
- [Laurent Roberge](https://github.com/loroberge)
- [Sebastien Lenard](https://github.com/sebastien-lenard)
- [Ronda Strauch](https://github.com/RondaStrauch)
- [Benjamin Campforts](https://github.com/BCampforts)
- [Margaux Mouchene](https://github.com/margauxmouchene)
- [Jenny Knuth](https://github.com/jennyknuth)
- [Berkan M](https://github.com/BerkM125)
- [Jeffrey Keck](https://github.com/keckje)
- [Nathan Lyons](https://github.com/nathanlyons)
- [Allison Pfeiffer](https://github.com/pfeiffea)
- [Rachel Glade](https://github.com/Glader011235)
- [Annie Thompson](https://github.com/anweiii)
- [Giuseppecipolla95](https://github.com/Giuseppecipolla95)
- [Dylan Ward](https://github.com/ddoubleprime)
- [Amanda Manaster](https://github.com/amanaster2)
- [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)
- [pankajiitkgp](https://github.com/pankajiitkgp)
Raw data
{
"_id": null,
"home_page": null,
"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/3d/99/93257d896a19101ae4c62db4891e632c1f98de70f70786375b5044602ffa/landlab-2.9.2.tar.gz",
"platform": null,
"description": "![[DOI][doi-link]][doi-badge]\n![[Documentation][rtd-link]][rtd-badge]\n![[Coverage][coveralls-link]][coveralls-badge]\n![[Testing][test-link]][test-badge]\n![[Lint][lint-link]][lint-badge]\n\n\n[coveralls-badge]: https://coveralls.io/repos/landlab/landlab/badge.png\n[coveralls-link]: https://coveralls.io/r/landlab/landlab\n[doi-badge]: https://zenodo.org/badge/DOI/10.5281/zenodo.3776837.svg\n[doi-link]: https://doi.org/10.5281/zenodo.3776837\n[lint-badge]: https://github.com/landlab/landlab/actions/workflows/lint.yml/badge.svg\n[lint-link]: https://github.com/landlab/landlab/actions/workflows/lint.yml\n[rtd-badge]:https://readthedocs.org/projects/landlab/badge/?version=latest\n[rtd-link]: https://landlab.readthedocs.org\n[test-badge]: https://github.com/landlab/landlab/actions/workflows/test.yml/badge.svg\n[test-link]: https://github.com/landlab/landlab/actions/workflows/test.yml\n\n# Landlab\n\n## What does Landlab do?\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\n## Installation\n\nTo install the latest release of *landlab* using *pip*, simply run the following\nin your terminal of choice:\n\n```bash\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## Source code\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## Are there any examples of using Landlab I can look at?\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\n### Run on Binder\n\nTo launch an instance of\nBinder and [explore the notebooks click here].\n\nTo launch a Binder instance that goes straight to the [teaching notebooks click here].\n\n### Run on EarthscapeHub\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](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) or [jupyter](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) Hub instance.\nOr, use the teaching notebooks on the\n[lab](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) or [jupyter](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) Hub instance.\nBe sure to run all notebooks with the *CSDMS* kernel.\n\n## License\n\n*landlab* is licensed under the MIT License.\n\n## Citing Landlab\n\nIf you use any portion of Landlab, please see the documentation for our\n[citation guidelines].\n\n## Contact\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](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[citation guidelines]: https://landlab.readthedocs.io/en/master/citing.html\n[earthscapehub]: https://csdms.colorado.edu/wiki/JupyterHub\n[explore the notebooks click here]: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/welcome.ipynb\n[install landlab from source]: https://landlab.readthedocs.io/en/master/install/developer_install.html\n[installation instructions]: https://landlab.readthedocs.io/en/master/installation.html\n[teaching notebooks click here]: https://mybinder.org/v2/gh/landlab/landlab/master?filepath=notebooks/teaching/welcome_teaching.ipynb\n\n# Credits\n\n## Development Leads\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\n## Contributors\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- [Laurent Roberge](https://github.com/loroberge)\n- [Sebastien Lenard](https://github.com/sebastien-lenard)\n- [Ronda Strauch](https://github.com/RondaStrauch)\n- [Benjamin Campforts](https://github.com/BCampforts)\n- [Margaux Mouchene](https://github.com/margauxmouchene)\n- [Jenny Knuth](https://github.com/jennyknuth)\n- [Berkan M](https://github.com/BerkM125)\n- [Jeffrey Keck](https://github.com/keckje)\n- [Nathan Lyons](https://github.com/nathanlyons)\n- [Allison Pfeiffer](https://github.com/pfeiffea)\n- [Rachel Glade](https://github.com/Glader011235)\n- [Annie Thompson](https://github.com/anweiii)\n- [Giuseppecipolla95](https://github.com/Giuseppecipolla95)\n- [Dylan Ward](https://github.com/ddoubleprime)\n- [Amanda Manaster](https://github.com/amanaster2)\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- [pankajiitkgp](https://github.com/pankajiitkgp)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Open-source Python package for numerical modeling of Earth surface dynamics.",
"version": "2.9.2",
"project_urls": {
"changelog": "https://github.com/landlab/landlab/blob/develop/CHANGES.md",
"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": "64dfb33893e447602d20641022d9f6a087ccd08fc4cfe23dd90205f1f4dc03e2",
"md5": "1ba80a5ec63235400a9a9c378398041f",
"sha256": "933b3e2575f9b47be2e0907be4fad718d99cf56ab5d5e83d65c0038f60a218e7"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp310-cp310-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "1ba80a5ec63235400a9a9c378398041f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 16756132,
"upload_time": "2024-10-18T07:22:08",
"upload_time_iso_8601": "2024-10-18T07:22:08.442582Z",
"url": "https://files.pythonhosted.org/packages/64/df/b33893e447602d20641022d9f6a087ccd08fc4cfe23dd90205f1f4dc03e2/landlab-2.9.2-cp310-cp310-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b41f4ce25c3dd62936ace2fea3bcdd64c04b424beb94cd35aa829b29927cbda3",
"md5": "5519c867cd5dda6362cc5814b2f3cc9a",
"sha256": "6c59bef72294ac60d2932cf673fc17a41c9d521855d8fcaff845f965e4ec2e62"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp310-cp310-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "5519c867cd5dda6362cc5814b2f3cc9a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 17383274,
"upload_time": "2024-10-18T07:22:11",
"upload_time_iso_8601": "2024-10-18T07:22:11.998558Z",
"url": "https://files.pythonhosted.org/packages/b4/1f/4ce25c3dd62936ace2fea3bcdd64c04b424beb94cd35aa829b29927cbda3/landlab-2.9.2-cp310-cp310-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5096bedd616f47c3954f12b1cd45afea694a2ed1432c6a5dd02fdce9c50cb93a",
"md5": "a8e20b40aa5708777391c56b5471c90e",
"sha256": "a04b4ba0eb95ad43f798aaddce862f8ebd30e21b9d620a3c8de41076739de30a"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a8e20b40aa5708777391c56b5471c90e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 49913798,
"upload_time": "2024-10-18T07:22:15",
"upload_time_iso_8601": "2024-10-18T07:22:15.376366Z",
"url": "https://files.pythonhosted.org/packages/50/96/bedd616f47c3954f12b1cd45afea694a2ed1432c6a5dd02fdce9c50cb93a/landlab-2.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7f5210184f005e0a0c5ec6113c75b2343338001ccdc828d606b13480dad57a52",
"md5": "f4f2b2f7aeb63dd996b7ef8b97650aee",
"sha256": "61dd1a4f9ceea1c50bef87ebd8226792c795240d2969d7c6e276c3995c4fd05a"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f4f2b2f7aeb63dd996b7ef8b97650aee",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 50671110,
"upload_time": "2024-10-18T07:22:20",
"upload_time_iso_8601": "2024-10-18T07:22:20.268417Z",
"url": "https://files.pythonhosted.org/packages/7f/52/10184f005e0a0c5ec6113c75b2343338001ccdc828d606b13480dad57a52/landlab-2.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c847934e9dc293a88f9833d076bca9ec627ad2af78404ba728a03aad3dbd58a",
"md5": "b4c830c1196592d7fbd582155fd79e7c",
"sha256": "8a6ea3ec74bbae0135e2a8638f8a1164b5b0fa2a427040e996aa4a706c4d44aa"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "b4c830c1196592d7fbd582155fd79e7c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 16774681,
"upload_time": "2024-10-18T07:22:24",
"upload_time_iso_8601": "2024-10-18T07:22:24.865713Z",
"url": "https://files.pythonhosted.org/packages/1c/84/7934e9dc293a88f9833d076bca9ec627ad2af78404ba728a03aad3dbd58a/landlab-2.9.2-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cea2a942a8adb1190e2782130f0c3644ac8c0f25718ceeabb719f9883415e324",
"md5": "4a57ce961537ae6b8238f32268d9a867",
"sha256": "5f474b1520b8376771b83c6142760190e517924d78fdff4c8c9f38247bdb979c"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp311-cp311-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "4a57ce961537ae6b8238f32268d9a867",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 16764346,
"upload_time": "2024-10-18T07:22:28",
"upload_time_iso_8601": "2024-10-18T07:22:28.000033Z",
"url": "https://files.pythonhosted.org/packages/ce/a2/a942a8adb1190e2782130f0c3644ac8c0f25718ceeabb719f9883415e324/landlab-2.9.2-cp311-cp311-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b3dff049e786f168d9299d400da4b1cf1b25e9abe9157050396926bee575df4",
"md5": "e51ab701453ec2bf74177d759334cbaf",
"sha256": "44f3e004fa0dd9395d339aa7676e87d3598c162b42414f86daa51ffbbe2cafe8"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp311-cp311-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "e51ab701453ec2bf74177d759334cbaf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 17412721,
"upload_time": "2024-10-18T07:22:31",
"upload_time_iso_8601": "2024-10-18T07:22:31.382253Z",
"url": "https://files.pythonhosted.org/packages/5b/3d/ff049e786f168d9299d400da4b1cf1b25e9abe9157050396926bee575df4/landlab-2.9.2-cp311-cp311-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3f3dba2f0fc149dd85523747ae203bf350e9b71771095d0bb83301574634abb4",
"md5": "62b82a647d9b497dc7aad9e6a5e64920",
"sha256": "92278b4813556bbf25493742859f04bd772d51772e60641f7c5157e2337251af"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "62b82a647d9b497dc7aad9e6a5e64920",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 52931576,
"upload_time": "2024-10-18T07:22:35",
"upload_time_iso_8601": "2024-10-18T07:22:35.555400Z",
"url": "https://files.pythonhosted.org/packages/3f/3d/ba2f0fc149dd85523747ae203bf350e9b71771095d0bb83301574634abb4/landlab-2.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e1105b35638ca05c23f87c2ab428bd899b734516ba0d49d1df9c588394d812aa",
"md5": "bf6436eb8636212a184915ba305ea253",
"sha256": "04b6541b5c0f14bda89fda27a04c9766527b9350c885b7028084ee146a3add72"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bf6436eb8636212a184915ba305ea253",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 53057688,
"upload_time": "2024-10-18T07:22:40",
"upload_time_iso_8601": "2024-10-18T07:22:40.021782Z",
"url": "https://files.pythonhosted.org/packages/e1/10/5b35638ca05c23f87c2ab428bd899b734516ba0d49d1df9c588394d812aa/landlab-2.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7827bac2aee3ee789fe82848274ec4b91e21668d9f74972a231261357ef938c",
"md5": "17bf56190ee3a4fcce9287f1029d6896",
"sha256": "2a4386bb458608359848878961e701cec56d341a04cbf7b89fae6c473dcbba57"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "17bf56190ee3a4fcce9287f1029d6896",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 16810002,
"upload_time": "2024-10-18T07:22:44",
"upload_time_iso_8601": "2024-10-18T07:22:44.611947Z",
"url": "https://files.pythonhosted.org/packages/c7/82/7bac2aee3ee789fe82848274ec4b91e21668d9f74972a231261357ef938c/landlab-2.9.2-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ea72851f64f1d5bb18a65455cec07770d698d6c38e774dfc88ecfc6bea60bd3",
"md5": "1e729b48ec41e6e65465a625d4e441c0",
"sha256": "4e070efcb9c9126aceb7326c731c12329652db2882e99622c9a215f7f598257c"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp312-cp312-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "1e729b48ec41e6e65465a625d4e441c0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 16903248,
"upload_time": "2024-10-18T07:22:47",
"upload_time_iso_8601": "2024-10-18T07:22:47.128763Z",
"url": "https://files.pythonhosted.org/packages/7e/a7/2851f64f1d5bb18a65455cec07770d698d6c38e774dfc88ecfc6bea60bd3/landlab-2.9.2-cp312-cp312-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "66ae880038cea04c69f052544097112ca66f67593b2decd9e0ed8454b0a07f36",
"md5": "ad290c87fd3cfdad68ff97f77d6f50ed",
"sha256": "1ec26733a2ce9968488cfda7ab8ebdf7d58994651511ddcc8f4d6eec550c8258"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp312-cp312-macosx_12_0_x86_64.whl",
"has_sig": false,
"md5_digest": "ad290c87fd3cfdad68ff97f77d6f50ed",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 17571426,
"upload_time": "2024-10-18T07:22:50",
"upload_time_iso_8601": "2024-10-18T07:22:50.561738Z",
"url": "https://files.pythonhosted.org/packages/66/ae/880038cea04c69f052544097112ca66f67593b2decd9e0ed8454b0a07f36/landlab-2.9.2-cp312-cp312-macosx_12_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62648a38ef834f0ae2ae55532fa2340eb3c54be1f118c6eacff2bf15767aef3a",
"md5": "c795de6f0cbe4cbeaaa147ec0aa60c7b",
"sha256": "049b335f90a197cf0da3e485acb0b33d8063b58fa246f2ac958d7f1598f1b2c3"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c795de6f0cbe4cbeaaa147ec0aa60c7b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 51898889,
"upload_time": "2024-10-18T07:22:54",
"upload_time_iso_8601": "2024-10-18T07:22:54.176259Z",
"url": "https://files.pythonhosted.org/packages/62/64/8a38ef834f0ae2ae55532fa2340eb3c54be1f118c6eacff2bf15767aef3a/landlab-2.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "890ef1e58489f76a433ec5fd9024a27c8d45370cc8b48de94c1529c1e7fa50ca",
"md5": "ca06cbcc6c8ea23bbbfad66c6fb2a424",
"sha256": "166e43040049d430524a2db662fb8f9bda35dcebd0a10db3f160eb02e60ad49c"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ca06cbcc6c8ea23bbbfad66c6fb2a424",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 52460654,
"upload_time": "2024-10-18T07:22:58",
"upload_time_iso_8601": "2024-10-18T07:22:58.950903Z",
"url": "https://files.pythonhosted.org/packages/89/0e/f1e58489f76a433ec5fd9024a27c8d45370cc8b48de94c1529c1e7fa50ca/landlab-2.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c5e82fa8502efc3f7fb8db8b70a89d55e6d526caed3f7cbf42f1b58528203b4c",
"md5": "461ce6d9a197fed865a1774ebb759f89",
"sha256": "d3d47939672b989074b17487a5897a7764028f24be9df6047b8f93f4e9db8cc9"
},
"downloads": -1,
"filename": "landlab-2.9.2-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "461ce6d9a197fed865a1774ebb759f89",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 17069396,
"upload_time": "2024-10-18T07:23:04",
"upload_time_iso_8601": "2024-10-18T07:23:04.053258Z",
"url": "https://files.pythonhosted.org/packages/c5/e8/2fa8502efc3f7fb8db8b70a89d55e6d526caed3f7cbf42f1b58528203b4c/landlab-2.9.2-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d9993257d896a19101ae4c62db4891e632c1f98de70f70786375b5044602ffa",
"md5": "eb1c568af8ffca010c043fb50d224294",
"sha256": "bf671897c65eb8ea8091a8bb0da87d5c0994a6aab9a287e90b673120ab4bbe8f"
},
"downloads": -1,
"filename": "landlab-2.9.2.tar.gz",
"has_sig": false,
"md5_digest": "eb1c568af8ffca010c043fb50d224294",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 10728882,
"upload_time": "2024-10-18T07:23:07",
"upload_time_iso_8601": "2024-10-18T07:23:07.296588Z",
"url": "https://files.pythonhosted.org/packages/3d/99/93257d896a19101ae4c62db4891e632c1f98de70f70786375b5044602ffa/landlab-2.9.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-18 07:23:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "landlab",
"github_project": "landlab",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "landlab"
}