views:

56

answers:

2

I want to write a GEOTIFF, with all the geographic metadata in Java. Which library etc. works best for this purpose?

+1  A: 

This isn't an ideal solution but as no one else has replied in two months...

libgeotiff is a pretty good open source C++ library that I have successfully used in production code to read geotiff meta data. This could be used in Java with a bridge.

winwaed