Skip to content
/ spheRlab Public

An R package with numerous functions related to spherical geometry. The package is intended in particular for analysis and plotting of geophysical unstructured-grid data.

License

Notifications You must be signed in to change notification settings

FESOM/spheRlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0424b81 · Jul 11, 2024
Feb 15, 2023
Jul 11, 2024
Dec 8, 2016
Mar 5, 2024
Sep 14, 2017
Apr 18, 2023
Feb 16, 2023
Dec 8, 2016
Dec 8, 2016
Feb 16, 2023

Repository files navigation

spheRlab README file

spheRlab is an R package with numerous functions related to spherical geometry. The package is intended in particular for analysis and plotting of geophysical unstructured-grid data, for example data produced by the Finite Element (or volumE) Sea-ice Ocean Model (FESOM).

The original development of spheRlab has been driven by personal technical needs to be addressed while working with unstructured-grid data in the context of climate model development and research. The package content is in particular shaped by data produced by the Finite Element (or volumE) Sea-ice Ocean Model (FESOM) of the Alfred Wegener Institute (AWI), and a combined usage with the Climate Data Operators (CDO).

The further development of spheRlab is hoped to get some boost by the move of the project to GitHub for public collaborative code sharing and development.

Any help and other feedback is greatly appreciated, either directly on GitHub or via email to helge.goessling@awi.de!

Usage in Docker

If you are experiencing difficulties with a local installation, you can also consider running spheRlab via a container.

For example, you could use docker like this:

$ docker run -it --rm ghcr.io/fesom/spherlab:master R 

This launches you into an interactive R session with spheRlab already installed!

If you need access to specific data:

$ docker run -it --rm -v "$(pwd):/app" ghcr.io/fesom/spherelab:master R

This would mount your current working directory into the container. If instead you are using singularity, you could use:

$ singularity run --pwd /app -B $(pwd):/app --writable-tmpfs docker://ghcr.io/fesom/spherlab:master R

About

An R package with numerous functions related to spherical geometry. The package is intended in particular for analysis and plotting of geophysical unstructured-grid data.

Resources

License

Stars

Watchers

Forks