geotiff-tools is a pure, minimal-dependencies java library to enable integration with geolatte-geom and easy access to geokey information stored in geotiffs. It also provides a configurable way to visualize raw data stored in geotiffs by rendering them to ARGB BufferedImage
s.
This library is currently under construction and is not recommended for production use. It is highly unstable and will introduce breaking changes for minor- or patch-version releases.
Gradle:
implementation("de.hendrik-janssen:geotiff-tools:0.1.0")
Maven:
<dependency>
<groupId>de.hendrik-janssen</groupId>
<artifactId>geotiff-tools</artifactId>
<version>0.1.0</version>
</dependency>
Full documentation with code examples is available on geotiff-tools.hendrik-janssen.de
You can also find the javadoc there.
This library is licensed under the MIT license.