Book Image

GeoServer Cookbook

By : Stefano Iacovella
Book Image

GeoServer Cookbook

By: Stefano Iacovella

Overview of this book

Table of Contents (17 chapters)
GeoServer Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Adding GDAL formats


GeoServer has a built-in support for several raster formats as you can check in the web interface section:

Although Geotiff is one of the best formats to publish raster data, you may need to have GeoServer using more formats. You may, for instance, want to avoid converting data to Geotiff.

In order to do this, we will install GDAL libraries on our server and then a specific GeoServer extension to include GDAL supported formats in GeoServer.

Getting ready

There are several ways to have GDAL libraries installed on your server. If the primary goal is to use them along with GeoServer, we recommend you use the binary archives from GeoSolutions, an Italian company that employs many core GeoServer developers. Using these artifacts, you can be sure to avoid compatibility issues among the GDAL version and the ImageIO plugin with Java bindings for the GDAL libraries. Installing GDAL is an easy task that we're going to execute with the following procedure:

  1. Point your browser to the following...