{"id":23831976,"url":"https://github.com/csdms/hrt_workshop","last_synced_at":"2025-09-07T11:31:25.905Z","repository":{"id":84614048,"uuid":"601836041","full_name":"csdms/hrt_workshop","owner":"csdms","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-10T16:12:19.000Z","size":39085,"stargazers_count":3,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-11T18:27:07.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csdms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-14T23:30:41.000Z","updated_at":"2024-06-08T17:48:42.000Z","dependencies_parsed_at":"2023-09-26T07:42:59.014Z","dependency_job_id":null,"html_url":"https://github.com/csdms/hrt_workshop","commit_stats":{"total_commits":78,"total_committers":3,"mean_commits":26.0,"dds":"0.39743589743589747","last_synced_commit":"f383e601f7dfe377f2560c560dc67579031c22f1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fhrt_workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fhrt_workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fhrt_workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fhrt_workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csdms","download_url":"https://codeload.github.com/csdms/hrt_workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232206387,"owners_count":18488512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-02T14:16:47.765Z","updated_at":"2025-01-02T14:16:48.540Z","avatar_url":"https://github.com/csdms.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Model-Data Integration with Landlab\n\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/csdms/hrt_workshop/blob/master/LICENSE.txt)\n[![Run on EarthscapeHub][badge]][jhub-link]\n\nEric Hutton, Tian Gan\\\n[EarthCube Advancing the Analysis of HRT Workshop #2][hrt-workshop]\\\nMay 10, 2023\\\nArizona State University, Tempe, AZ\n\nThis workshop will be divided into two parts. In the first half we will provide a\nbrief tutorial introduction to the theory and implementation of *Landlab* for landscape\nevolution modeling. We will cover grid representation, working with data fields,\nand using *Landlab* components to create new integrated models.\n\nIn the second half we will turn our focus to how we can incorporate high-resolution\ntopography data into the *Landlab* environment. In both parts participants will\nbe able to run hands-on examples and be free to write and run their own *Landlab*\ncode. This clinic is intended both for beginners, who may have little to no\nexperience using the *Landlab* library, as well as for more advanced *Landlab* users.\nPrior experience with Python programming will be helpful.\n\n# https://github.com/csdms/hrt_workshop\n\n## 🔗 Useful Links\n\nOverview papers:\n*  Hobley et al. (2017) “all about”: https://doi.org/10.5194/esurf-5-21-2017\n*  Barnhart et al. (2020) Landlab 2.0: https://doi.org/10.5194/esurf-8-379-2020\n*  Tucker et al. (2022) CSDMS: https://doi.org/10.5194/gmd-15-1413-2022\n*  Digital repository on GitHub: https://github.com/landlab\n\nDevelopment: https://github.com/landlab/landlab \\\nDocumentation: https://landlab.readthedocs.io\n\n## 🚀 Run the lessons\n\n👉 [![Run on EarthscapeHub][badge]][jhub-link] 👈\n\n\u003e ⚠️ **NOTE:** The EarthscapeHub *lab* instance is password-protected.\n  Please contact your instructor about obtaining a login,\n  or visit [the CSDMS wiki][jhub-info] page for more information.\n\n\n### Local installation\n\nIf you would like to run these notebooks on your personal computer, you can do\nthat too. You will need to have a Python installation (we recommend the\n[Anaconda distribution][anaconda-download], but others should work as well).\n\nIf you have `git` installed, you can get the lessons by cloning this repository,\n\n    git clone git@github.com:csdms/hrt_workshop\n\nYou can, alternatively, [download a zip file][hrt-workshop-zip] of the repository.\n\nOnce you have the source code, install the necessary dependencies to run the\nnotebooks into your current environment (either *pip* or *conda*/*mamba* should work),\n\n    cd hrt_workshop\n    pip install -r requirements.in\n\n\n![login_plot](login.png)\n\n\n[anaconda-download]: https://www.anaconda.com/download\n[badge]: https://img.shields.io/badge/Run%20on-EarthscapeHub-green\n[hrt-workshop]: https://opentopography.org/workshops/earthcube-advancing-analysis-hrt-workshop-2\n[hrt-workshop-zip]: https://github.com/csdms/hrt_workshop/archive/refs/heads/master.zip\n[jhub-info]: https://csdms.colorado.edu/wiki/JupyterHub\n[jhub-link]: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fhrt_workshop\u0026urlpath=tree%2Fhrt_workshop%2Fwelcome.ipynb\u0026branch=master\n[landlab-dev]: https://github.com/landlab/landlab/\n[landlab-docs]: https://landlab.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdms%2Fhrt_workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsdms%2Fhrt_workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdms%2Fhrt_workshop/lists"}