Map Algebra with Boolean Operator in the QGIS Raster Calculator

https://videos.qwast-gis.com/w/dhseMi49EZnn6ZEqAYzNHi

Map Algebra with Boolean Operator in the QGIS Raster Calculator

PeerTube

Calculate Depth of Wells with Map Algebra using the QGIS Raster Calculator

https://videos.qwast-gis.com/w/fbU5LTdvXk7nX1CSVUyrpE

Calculate Depth of Wells with Map Algebra using the QGIS Raster Calculator

PeerTube
Release of version 0.3.10

We have released LUE version 0.3.10, containing the result of 8 months of development. Details can be found in the Releases page in the manual. A lot has happened which is not visible to end-users. Ch

LUE
Release of version 0.3.9

After more than a year, we released a new version of LUE. A lot has happened since the previous release. Details can be found in the Releases page in the manual. The sharp reader may notice that the r

LUE

LUE has a new command: `lue_scalability.py`. It makes performing scalability experiments more convenient to do. For LUE users interested in the strong and weak scalability characteristics of individual algorithms or combinations thereof, like simulation models.

https://lue.computationalgeography.org/blog/2024/11/06/lue_scalability-for-scalability-experiments/

#GIS, #HPC, #LUE, #MapAlgebra, #QualityAssessment, #scalability

lue_scalability for scalability experiments

One of the goals for developing LUE is to research scalable algorithms for spatial analysis. A LUE computation should make good use of additional hardware, to make computations finish faster, or to ma

LUE

The new lue_calculate command allows you to execute an assignment statement which you pass on the command-line, and it will do everything needed to finish the computations as quickly as possible. By default, lue_calculate will use all CPU cores available, but this can be configured by passing additional arguments.

https://lue.computationalgeography.org/blog/2023/09/25/lue_calculate-for-one-off-computations/

#GIS, #HPC, #LUE, #MapAlgebra

lue_calculate for one-off computations

Sometimes you may want to quickly compute some new result based on existing datasets, maybe just for visualization purposes, or to test an idea. Creating a new C++ program or Python script may feel li

LUE

Just before the summer break we organized the first hands-on #LUE short course ever. At the end of the course the participants measured the #speedup of a #hydrological model implemented in #Python, applied to the #Tirol region in #Austria

https://lue.computationalgeography.org/blog/2023/09/06/first-hands-on-lue-short-course-given/

#GIS, #MapAlgebra, #HPC

First hands-on LUE short course given

At June 29 we organized the first hands-on LUE short course. In about three hours the course participants learned everything that is needed to get started with using LUE to build scalable simulation m

LUE

We have released version 0.3.6 of LUE. Highlights:
- We added a number of zonal operations (e.q. `zonal_mean`, `zonal_majority`)
- We added the kinematic wave, for simulating the transportation of water through a stream network
- We added the `lue.pcraster` Python subpackage to ease porting PCRaster models to LUE.

By default, all LUE operations use all CPU cores in all computers accessible to them.

https://lue.computationalgeography.org

#LUE #CPP #Python #GIS #MapAlgebra #HPC

Welcome to the LUE site

LUE is software supporting the representation and numerical simulation of geographical systems. Using LUE, model developers can develop models using a syntax that looks very similar to map algebra, in

LUE

A next example of using LUE shows how to calculate the Conway's Game of Life cellular automaton, in parallel.

https://github.com/computationalgeography/lue_tutorial/tree/main/use_case/game_of_life

#LUE #Python #GIS #MapAlgebra #CellularAutomata #HighPerformanceComputing

lue_tutorial/use_case/game_of_life at main · computationalgeography/lue_tutorial

LUE tutorial. Contribute to computationalgeography/lue_tutorial development by creating an account on GitHub.

GitHub

The upcoming release of the LUE Conda package will have support for reading and writing rasters formatted as Geotiff. I have put a simple example online of using LUE to calculate erodibility using the USLE equation:

https://github.com/computationalgeography/lue_tutorial/tree/main/use_case/usle

#LUE #Python #GIS #MapAlgebra #FieldBasedModelling #HighPerformanceComputing

lue_tutorial/use_case/usle at main · computationalgeography/lue_tutorial

LUE tutorial. Contribute to computationalgeography/lue_tutorial development by creating an account on GitHub.

GitHub