Installing Geo Raster SDK
To set up Geo Raster SDK as standalone or as a part of existing solution, to perform the raster operations on files follow below steps:
- Add dependency or copy the <extracted-rasterSDK-location>\libs\spectrum-raster-sdk-<version>.jar to your project.
- In project or workflow set the systemProperty
'com.precisely.raster.lib.dir'
to <extracted-rasterSDK-location>\resources\nativeLibs\<OS dependent-libs>. - ONLY for Linux: Set the
LD_LIBRARY_PATH
to location of c\c++ libraries (<extracted rasterSDK-location>\resources\nativeLibs\<OS-dependent-libs>).
For more details on how to integrate Geo Raster SDK in existing project or sample gradle project refer to Readme.md file at https://github.com/PreciselyData/GeoRasterSDK.