https://github.com/computationalgeography/lue_tutorial

LUE tutorial

https://github.com/computationalgeography/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
Last synced: 10 months ago · JSON representation

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
Created almost 4 years ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

LUE tutorial

| Branch | Status | | --- | --- | | main | Linux macOS Windows | | develop | Linux macOS Windows |

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:

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_tutorial

  • Create 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

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

.github/workflows/linux.yml actions
  • actions/checkout v4 composite
  • conda-incubator/setup-miniconda v3 composite
.github/workflows/macos.yml actions
  • actions/checkout v4 composite
  • conda-incubator/setup-miniconda v3 composite
.github/workflows/windows.yml actions
  • actions/checkout v4 composite
  • conda-incubator/setup-miniconda v3 composite