Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 924 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 924 Bytes

Geomatics Utilities - Geotk

The geomatics-geotk library is used by several OGC conformance test suites. It provides support for processing spatiotemporal data and associated metadata using various Geotk modules. The Geotk 3.x library implements the GeoAPI v3 interfaces.

Visit the project documentation website for more information, including the API documentation.

Apache Maven is required to build the project. Some dependencies are currently not available in the Central repository. The POM includes the following remote repository entry:

<repositories>
  <repository>
    <id>geotoolkit</id>
    <name>Geotk Modules</name>
    <url>http://maven.geotoolkit.org/</url>
    <layout>default</layout>
  </repository>
</repositories>