geopkg.rst 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. _data_geopkg_raster:
  2. GeoPackage
  3. ==========
  4. `GeoPackage <http://www.opengeospatial.org/projects/groups/geopackageswg/>`_ is an SQLite based standard format that is able to hold multiple vector and raster data layers in a single file.
  5. GeoPackage files can be used both as Vector Data Stores as well as Raster Data Stores (so that both kinds of layers can published).
  6. Adding a GeoPackage Raster (Mosaic) Data Store
  7. ----------------------------------------------
  8. By default, :guilabel:`GeoPackage (mosaic)` will be an option in the :guilabel:`Raster Data Sources` list when creating a new data store.
  9. .. figure:: images/geopackagemosaiccreate.png
  10. :align: center
  11. *GeoPackage (mosaic) in the list of raster data stores*
  12. .. figure:: images/geopackagemosaicconfigure.png
  13. :align: center
  14. *Configuring a GeoPackage (mosaic) data store*
  15. .. list-table::
  16. :widths: 20 80
  17. :header-rows: 1
  18. * - **Option**
  19. - **Description**
  20. * - ``Workspace``
  21. - Name of the workspace to contain the GeoPackage Mosaic store. This will also be the prefix of the raster layers created from the store.
  22. * - ``Data Source Name``
  23. - Name of the GeoPackage Mosaic Store as it will be known to GeoServer. This can be different from the filename. )
  24. * - ``Description``
  25. - A full free-form description of the GeoPackage Mosaic Store.
  26. * - ``Enabled``
  27. - If checked, it enables the store. If unchecked (disabled), no data in the GeoPackage Mosaic Store will be served from GeoServer.
  28. * - ``URL``
  29. - Location of the GeoPackage file. This can be an absolute path (such as :file:`file:C:\\Data\\landbase.gpkg`) or a path relative to GeoServer's data directory (such as :file:`file:data/landbase.gpkg`).
  30. When finished, click :guilabel:`Save`.