https://github.com/computationalgeography/lue_tutorial
LUE tutorial
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
LUE tutorial
Basic Info
- Host: GitHub
- Owner: computationalgeography
- Language: Python
- Default Branch: main
- Size: 5.11 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
LUE tutorial
| Branch | Status |
| --- | --- |
| main |
|
| develop |
|
Use cases
We have added relatively simple use-cases here, to illustrate what LUE can be used for. They are very simple, which is on purpose of course. LUE hides much of the complicated stuff to perform very large models on large amounts of hardware.
BTW, we accept pull-requests for additional use-cases, so please do contribute yours if you have any.
Current list:
- Universal Soil Loss Equation (USLE)
- Conway's Game of Life
- Merge raster
- Run a non-LUE numerical simulation model concurrently for multiple areas, and aggregate the results in a single LUE dataset.
Quick start
To be able to run one or more use-cases, the following steps must be performed first:
- Install a Conda client, like Miniforge.
Clone the tutorial repository:
bash git clone https://github.com/computationalgeography/lue_tutorial.git cd lue_tutorialCreate and activate a Conda environment with the required Python packages:
bash conda env create --file=environment/configuration/conda_environment.yml conda activate lue_tutorial
In case you want / need to use the latest development version of LUE, checkout the develop branch before
creating the Conda environment. That branch contains a slightly different conda_environment.yml and possibly
updates to the use-case Python code.
Owner
- Name: Computational Geography
- Login: computationalgeography
- Kind: organization
- Email: d.karssenberg@uu.nl
- Website: https://www.computationalgeography.org
- Repositories: 4
- Profile: https://github.com/computationalgeography
Computational Geography R&D team of the Department of Physical Geography at Utrecht University in the Netherlands
GitHub Events
Total
- Issues event: 4
- Delete event: 1
- Push event: 10
- Pull request event: 2
- Create event: 2
Last Year
- Issues event: 4
- Delete event: 1
- Push event: 10
- Pull request event: 2
- Create event: 2
Dependencies
- actions/checkout v4 composite
- conda-incubator/setup-miniconda v3 composite
- actions/checkout v4 composite
- conda-incubator/setup-miniconda v3 composite
- actions/checkout v4 composite
- conda-incubator/setup-miniconda v3 composite