Re: [Geotools-gt2-users] Open GeoTiff in Java application

2015-04-20 Thread Ian Turton
You can see the answer to this exact question at my blog ( http://ianturton.github.io/geotools/maven/dependencies/2015/04/15/FindingGeoToolsJars.html) where I used it as an example of the general problem of deciding which jars you need to add to a project to support any specific class from GeoTools

Re: [Geotools-gt2-users] Open GeoTiff in Java application

2015-04-20 Thread Christian Mueller
Hi Marcel Check out the GeoTools Source code and install maven 3.x. You need the gt-coverage.jar change to the directoy modules/library/coverage and enter mvn dependency:tree This command will list all the dependencies. Cheers On Mon, Apr 20, 2015 at 10:10 AM, marcel Austenfeld wrote:

[Geotools-gt2-users] Open GeoTiff in Java application

2015-04-20 Thread marcel Austenfeld
Hello, there is an amount of people who would like to open GeoTIFF in the scientific image application ImageJ. That's why I want to write a small ImageJ plugin to load and save GeoTIFFs preserving the georeferenced information. In my application I use rgdal and Java gdal for this but I'm searc