GeoTIFF¶
A GeoTIFF is a georeferenced TIFF (Tagged Image File Format) file.
Adding a GeoTIFF data store¶
By default, GeoTIFF will be an option in the Raster Data Sources list when creating a new data store.
Configuring a GeoTIFF data store¶
Option |
Description |
|
Name of the workspace to contain the GeoTIFF store. This will also be the prefix of the raster layer created from the store. |
|
Name of the GeoTIFF as it will be known to GeoServer. This can be different from the filename. The combination of the workspace name and this name will be the full layer name (ex: world:landbase) |
|
A full free-form description of the GeoTIFF store. |
|
If checked, it enables the store. If unchecked (disabled), no data in the GeoTIFF will be served from GeoServer. |
|
Location of the GeoTIFF file. This can be an absolute path (such as |
Note
Notice that the GeoTiff plugin is able to handle internal/external overviews and internal/external masks.
Custom CRS definition¶
Creating an auxiliary .prj
file that contains coordinate reference system information as described in the Custom CRS Definitions chapter will override internal CRS tags that are included in the original GeoTIFF file. This can be used to work-around problematic source files without making modifications to the file.