Skip to content

uhoefel/coordinates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+.