12345678910111213141516171819202122232425262728293031323334353637 |
- .. _jp2k_extension:
- JP2K Plugin
- ============
- GeoServer can leverage the JP2K Geotools plugin to read JP2K coverage formats.
- In case you have a Kakadu license and you have built your set of native libraries,
- you will be able to access the JP2K data with higher performances leveraging on it.
- Otherwise you will use the standard SUN's JP2K.
- See :geotools:`GeoTools JP2K Plugin <library/coverage/jp2k.html>` for further information.
- Installing Kakadu
- *****************
- In order for GeoServer to leverage on the Kakadu libraries, the Kakadu binaries must be
- installed through your host system's OS.
- If you are on Windows, make sure that the Kakadu DLL files are on your PATH.
- If you are on Linux, be sure to set the LD_LIBRARY_PATH environment variable to be the folder
- where the SOs are extracted.
- Once these steps have been completed, restart GeoServer.
- If done correctly, new data formats will be in the Raster Data Sources list when creating a new data store:
- .. figure:: images/datasets.png
- :align: center
- *Raster Data Source*
- .. figure:: images/jp2k.png
- :align: center
- *Configuring a JP2K data store*
|