gstlearn
0.3.3
CCC
|
gstlearn is the new cross-platform Geostatistics C++ library proposed by MINES Paris - PSL University. It offers to users all famous Geostatistical methodologies developed and/or invented by the Geostatistic Team of the Geosciences Research Center.
The name 'gstlearn' stands for several purposes:
gstlearn comes in various forms:
If you only want to use Python or R packages, you should switch to corresponding README:
See https://gstlearn.org for more details.
The gstlearn C++ library is the successor of the Geoslib C/C++ library which was proposed through the RGeostats R package.
The gstlearn C++ library is developed by the Geostatistics Group of the Geosciences Center (MINES Paris - PSL University - France)
When using the gstlearn C++ library, please use the citation from doc/gstlearn.bib
The gstlearn C++ library is a derivative work based on the swigex0 project: https://github.com/fabien-ors/swigex0
The gstlearn C++ library depends on the following third-party source code compiled in separate libraries (see 3rd-party folder):
Name | License | URL | Copyright |
---|---|---|---|
csparse | LGPL v2.1 | https://people.math.sc.edu/Burkardt/c_src/csparse/csparse.html | Copyright 2006, Timothy A. Davis |
stripack (GMT) | LGPL v3 | https://www.generic-mapping-tools.org | Copyright(c) 2020, the GMT Team |
The gstlearn C++ library also includes external source codes (see licenses notices in doc/licenses):
Name | License | URL | Copyright |
---|---|---|---|
clustering | Python License | http://bonsai.hgc.jp/~mdehoon/software/cluster | Copyright (C) 2002 Michiel Jan Laurens de Hoon |
fft | see licenses | https://netlib.org/go/fft-olesen.tar.gz | Copyright(c)1995,97 Mark Olesen |
sparseinv (SuiteSparse) | BSD 3-clause | http://www.suitesparse.com | Copyright 2011, Timothy A. Davis |
vtk (VisIt) | BSD 3-clause | https://visit.llnl.gov | Copyright (c) 2000 - 2008, Lawrence Livermore National Security, LLC |
Finally, the gstlearn C++ library depends on the following third-party libraries (see licenses notices in doc/licenses):
Name | License | URL | Copyright |
---|---|---|---|
Boost | see licenses | https://www.boost.org | see Boost headers |
HDF5 | see licenses | https://www.hdfgroup.org | Copyright 2006 by The HDF Group |
Please, use this to cite us in any publication or results for which gstlearn has been used:
This library has been successfully tested with Ubuntu 18/20/22 LTS and Windows 10 (MacOS: not tested). For compiling and installing gstlearn C++ library, the following tools must be available (See required tools installation instructions below):
See required tools installation instructions below
For getting the sources files, just clone the github repository:
Next time, you will only need to pull the repository (If you have some local undesirable modifications, you have to revert them and execute the pull, otherwise do not execute git reset
):
For compiling and installing the gstlearn C++ shared library, execute the following instructions from the root directory of gstlearn. Please note that you can choose another destination folder (currently named build).
...or any other single configuration compiler:
or even faster:
...or any other multiple configurations compiler:
Please, look at tests C++ code in order to learn how to use the gstlearn C++ library. You can generate the source code documentation using Doxygen.
These tools are needed for compiling the gstlearn C++ library. Please note that HDF5 and Doxygen (and Latex) installation are optional.
If you modified your system, you must reinstall the requirements from scratch following next instructions. You must delete 'gstlearn' existing source folders (if so).
Note :
Notes:
These requirements are also recommended to people who wants to compile gstlearn Python package. If you want to compile gstlearn R package under Windows, you should look at the next section.
Download and install the following tools using default options during installation:
C:\Program Files\doxygen
)The Path environment variable (System variables) must be updated to make doxygen.exe available in the batch command line:
C:\Program Files\doxygen\bin
)These requirements are also recommended to people who wants to compile gstlearn R package. If you want to compile gstlearn Python package under Windows, you should look at the previous section. This is not the only way to install MinGW. But using MinGW provided with RTools permits us to also handle gstlearn R package compilation.
Remove all R and RTools previous installation and download and install the following tools using default options:
C:\Program Files\R\R-4.2.2
)C:\rtools42
)Notes:
The Path environment variable (System variables) must be updated to make R.exe available in the batch command line:
bin
directory from the R installation folder in the Path variable (ie: C:\Program Files\R\R-4.2.2\bin
)etc/pacman.conf
file in the RTools installation directory (ie: C:\rtools42
) by changing the SigLevel
variable to Never
(otherwise, git cannot be installed using pacman):mingw64.ini
file in the RTools installation directory (ie: C:\rtools42
) by un-commenting the following line (remove '#' character at the beginning):C:\rtools42
) and pin the icon to the task barThe check*
targets bring some required runtime customization, so do not use the standard ctest command for triggering the non-regression tests.
To build and launch non-regression tests, execute the following commands:
...or any other single configuration compiler:
or even faster:
...or any other multiple configurations compiler:
To clean (partially) the build, execute the following command:
Notes:
clean_all
target from the shortcut Makefile inside the top level directory:-DBUILD_DOXYGEN=ON
to the first cmake command above.GSTLEARN_INSTALL_DIR
environment variable or-DGSTLEARN_INSTALL_DIR="path/of/gstlearn/install/dir"
to the first cmake command above-DUSE_HDF5=OFF
to the first cmake command above. If you use the shortcut Makefile, you can use USE_HDF5=0
after the make
command-G "MSYS Makefiles"
in the first cmake command above.-G "Visual Studio 16 2019"
in the first command (adapt version).Release
by Debug
above. If you use the shortcut Makefile, you can use DEBUG=1
after the make
command-DBoost_ROOT="path/to/boost"
-DHDF5_ROOT="path/to/hdf5"
-DDoxygen_ROOT="path/to/doxygen"
To uninstall all the installed files (only the files, not the directories), execute this command:
or faster:
The Doxygen HTML documentation is optional (not included in the installation by default). If you want to generate it, execute the command:
or faster (for Makefile user):
The documentation is then available by opening the following HTML file with your favorite web-browser:
BSD 3-clause 2023 Team gstlearn