formats.rst 566 B

12345678910111213141516171819202122232425262728
  1. .. _extensions_importer_formats:
  2. Supported data formats
  3. ======================
  4. The importer supports any format that GeoServer can use a data store
  5. or coverage store. These include the most commonly used formats:
  6. * Shapefile
  7. * GeoTIFF
  8. And a few additional formats:
  9. * CSV
  10. * KML
  11. The following databases are supported:
  12. * PostGIS
  13. * Oracle
  14. * Microsoft SQL Server
  15. .. note::
  16. Oracle and SQL Server require extra drivers to be installed.
  17. * :ref:`Install instructions for Oracle <data_oracle>`
  18. * :ref:`Install instructions for SQL Server <data_sqlserver>`