Skip to content

HendrikJanssen/geotiff-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci maven-central

geotiff-tools

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

State of development

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.

Quickstart

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>

Documentation

Full documentation with code examples is available on geotiff-tools.hendrik-janssen.de

You can also find the javadoc there.

License

This library is licensed under the MIT license.

About

A java library that provides easy access to GeoTiff geokeys and integrates with https://github.com/GeoLatte/geolatte-geom for bounding box calculation and more.

Topics

Resources

License

Stars

Watchers

Forks