Installing Geo Raster SDK - geo_raster_sdk - 2.0

Geo Raster SDK Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Geo Raster SDK
Version
2.0
Language
English
Product name
Geo Raster SDK
Title
Geo Raster SDK Guide
Copyright
2024
First publish date
2021
Last edition
2024-07-19
Last publish date
2024-07-19T07:12:48.600318

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:

  1. Add dependency or copy the <extracted-rasterSDK-location>\libs\spectrum-raster-sdk-<version>.jar to your project.
  2. In project or workflow set the systemProperty 'com.precisely.raster.lib.dir' to <extracted-rasterSDK-location>\resources\nativeLibs\<OS dependent-libs>.
  3. 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 on GitHub.