Skip to content

opengeospatial/geomatics-geotk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>