Port details on branch 2024Q4 |
- saga System for Automated Geoscientific Analyses
- 9.6.1_1 math =0 9.6.1_1Version of this port present on the latest quarterly branch.
- Maintainer: rhurlin@FreeBSD.org
- Port Added: 2024-10-25 16:54:52
- Last Update: 2024-11-25 12:15:14
- Commit Hash: 7722173
- License: GPLv2 LGPL21
- WWW:
- http://www.saga-gis.org/en/index.html
- Description:
- SAGA - short hand for "System for Automated Geoscientific Analyses" - is a free,
hybrid, cross-platform GIS software.
The heart of SAGA is its C++ and thus object oriented Application Programming
Interface (API), providing data object definitions and computational methods for
raster, vector and tabular data. As a normal user, you will not get into touch
with the API. But as an interested scientist or coder you will soon discover
its great flexibility.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/saga/ && make install clean
- To add the package, run one of these commands:
- pkg install math/saga
- pkg install saga
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: saga
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729864933
SHA256 (saga-9.6.1.tar.gz) = 0661b354f399a64b0b12d1a7742f651953efb5e4c1135101b612979f0f113862
SIZE (saga-9.6.1.tar.gz) = 9817735
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig : devel/swig
- libvigraimpex.so : graphics/vigra
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- swig : devel/swig
- libvigraimpex.so : graphics/vigra
- update-desktop-database : devel/desktop-file-utils
- python3.11 : lang/python311
- Library dependencies:
-
- libcurl.so : ftp/curl
- libfftw3.so : math/fftw3
- libgdal.so : graphics/gdal
- libhdf5.so : science/hdf5
- libhpdf.so : print/libharu
- libodbc.so : databases/unixODBC
- libopencv_core.so : graphics/opencv
- libpdalcpp.so : math/pdal
- libproj.so : graphics/proj
- libsvm.so : science/libsvm
- libsz.so : science/libaec
- libtiff.so : graphics/tiff
- libiconv.so : converters/libiconv
- libpq.so.5 : databases/postgresql16-client
- libwx_baseu-3.2.so : x11-toolkits/wxgtk32@gtk3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for saga-9.6.1_1:
PGSQL=on: PostgreSQL database support
OPENMP=on: Enable Multiprocessing (only amd64, i386 and powerpc64*)
VIGRA=on: Enable 'Vision with Generic Algorithms' Library
===> Use 'make config' to modify these settings
- Options name:
- math_saga
- USES:
- cmake compiler:c++17-lang desktop-file-utils dos2unix gnome iconv:wchar_t localbase pkgconfig python pgsql
- pkg-message:
- If upgrading
- Your SAGA GIS installation now resides under
/usr/local/lib/saga
Besides the graphical user interface saga_gui, saga_cmd is of
particular importance for processing geodata. The latter can
be used in scripts or directly in the shell.
All extra material like helpers and templates are at
/usr/local/share/saga/
Predefined ToolChains in xml format are located under
/usr/local/share/saga/toolchains/
A ToolChains manual and cheatsheet can be found at
/usr/local/share/saga/docs
Using the SAGA Python package PySAGA, the majority of all
SAGA tools and functions, including the Grid Calculator,
can be used directly in Python. The PySAGA package is
located in the following directory
/usr/local/lib/python3.11/site-packages/PySAGA
Python scripts with examples, utilities, and test data
are located at:
/usr/local/share/saga/python/
A good starting point is the script saga_python_example.py.
Another good example can be found at
https://sourceforge.net/p/saga-gis/news/2023/10/saga-920-released/
- Master Sites:
|