Geotoolkit is an open-source library that provides tools to manipulate cartographic data:
-
Scientific computing
-
Data decoding from various file formats or web-services
-
Data binding to many OGC standards
-
OGC Symbology Encoding compliant rendering
The project is being progressively ported to the Apache SIS project. The aim is to rework functionalities to make them more performant, more stable and respectful of ISO/OGC standards. Future additions in Geotoolkit will essentially be for prototyping purpose.
Compilation requires:
-
JDK 17 or higher
-
Maven 3.8.4 or higher
Compile using mvn install
command.
Look at geotk-demo-samples directory for code samples on various subjects, like map drawing, data extraction from file, etc.
As Geotoolkit project is now mosty a sandbox project, we’ve decided to move away from semantic versioning. The new versioning scheme is a calendar based versioning of the form YY.MM.dd[-patch-number].
Warning
|
No retro-compatibility policy is enforced anymore on the project. It means that a breaking API change can occur without any previous notice between two tags of the project. |