uhoefel / coordinates

A Java library for handling coordinate systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coordinates

DOI Maven Central

Coordinates is a Java library designed to handle coordinate systems (including curvilinear, non-orthogonal ones).

Some of the supported features include:

Installation

The artifact can be found at maven central:

<dependency>
    <groupId>eu.hoefel</groupId>
    <artifactId>coordinates</artifactId>
    <version>1.1.5</version>
</dependency>

Requirements

Coordinates is designed to work with Java 17+.

About

A Java library for handling coordinate systems.

License:MIT License


Languages

Language:Java 75.5%Language:Python 24.5%