Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.81 KB

File metadata and controls

45 lines (25 loc) · 1.81 KB
.. module:: geoserver.add_geotiff
   :synopsis: Learn how to adding a GeoTiff.

Adding a GeoTiff

The GeoTIFF is a widely used geospatial raster data format: it is composed of a single file containing both the data and the georeferencing information (not to be confused with the .tiff/.tfw/.prj file triplet, which is considered a "world image" file in GeoServer). This section provides instructions to add and publish a GeoTIFF file.

  1. Open the web browser and navigate to the GeoServer Welcome Page.

  2. Select :guilabel:`Add stores` from the interface.

    img/geotiff_addstores.png
  3. Select :guilabel:`GeoTIFF - Tagged Image File Format with Geographic information` from the set of available Raster Data Sources.

    img/geotiff_sources.png
  4. Specify a proper name (as an instance, :file:`13tde815295_200803_0x6000m_cl`) in the :guilabel:`Data Source Name` field of the interface.

  5. Click on browse link in order to set the GeoTIFF location in the :guilabel:`URL` field.

    img/addgeotiff1.png
  6. Click :guilabel:`Save`.

  7. Publish the layer by clicking on the :guilabel:`publish` link.

    img/addgeotiff2.png
  8. Check the Coordinate Reference Systems and the Bounding Boxes fields are properly set and click on :guilabel:`Save`.

    img/addgeotiff3.png
  9. At this point the GeoTIFF is being published with GeoServer. You can use the layer preview to inspect the data.

    img/addgeotiff4.png