Skip to content

Geotoolkit.org (abridged Geotk) is a free software, Java language library for developing geospatial applications. The library can be used for desktop or server applications. Geotk is built on top of Apache SIS and is used as a laboratory for the later.

Geomatys/geotoolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geotoolkit

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

Project status

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.

Build

Compilation requires:

  • JDK 17 or higher

  • Maven 3.8.4 or higher

Compile using mvn install command.

Code samples

Look at geotk-demo-samples directory for code samples on various subjects, like map drawing, data extraction from file, etc.

Versioning policy

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.

Java version compatibility

Any tag from 4.0 to 22.02.16 are compatible with JDK 8. Moving forward, any new release will require Java 17 as minimal requirement.

Create a tag

Launch A Gitlab CI manually. Set TAG_VERSION parameter to the wanted version (Ex: 24-03-17).

If all works well, the CI should:

  1. Create a first pipeline to push a tag to the project

  2. Once the tag is pushed, another pipeline should run with a "publish" stage performing "mvn-deploy" job, to push maven artifacts to Geomatys release repository.

Note

Gitlab only supports running pipeline on branch heads or on existing tags. If you want to create a tag on a specific commit, you have to:

  1. Create a temporary branch from desired commit:

    git branch ${TMP_BRANCH_NAME} ${TARGET_COMMIT_REF}
    git push ${TMP_BRANCH_NAME}:${TMP_BRANCH_NAME}
  2. Ask Gitlab to run a pipeline on it.

About

Geotoolkit.org (abridged Geotk) is a free software, Java language library for developing geospatial applications. The library can be used for desktop or server applications. Geotk is built on top of Apache SIS and is used as a laboratory for the later.

Resources

Stars

Watchers

Forks

Packages

No packages published