usage.rst 821 B

12345678910111213141516171819
  1. .. _iauwkt.usage:
  2. Using IAU authority
  3. -------------------
  4. Support for the IAU authority required deep changes to the GeoServer code base, as the
  5. assumption that the only possible authority is EPSG was widespread.
  6. At the time of writing, the following modules support IAU:
  7. * GeoTIFF reading and writing (e.g. WCS output)
  8. * Shapefile and GeoPackage reading and writing (e.g. WFS output)
  9. * PostGIS reading (the ``spatial_ref_sys`` table must contain the IAU codes and definitions)
  10. * Basic functionality of WMS, WFS, WCS, WPS, OGC API - Features and OGC API - Maps.
  11. * GML and GeoJSON outputs, in various versions
  12. * The importer module should be able to successfully handle input data in IAU CRSs
  13. Other functionality might not be ready, the code base will be improved and generalized
  14. as contributions and funding allow.