Difference between revisions of "Display ASTER DEM TIF files in OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
In order to correctly load these files in OpenJUMP they should be transformed using an external software.
 
In order to correctly load these files in OpenJUMP they should be transformed using an external software.
 
This procedure shows how to transform an ASTER GDEM file using ImageJ (https://imagej.nih.gov/ij/) with Bioformat plugin (https://imagej.net/Bio-Formats).
 
This procedure shows how to transform an ASTER GDEM file using ImageJ (https://imagej.nih.gov/ij/) with Bioformat plugin (https://imagej.net/Bio-Formats).
 +
 +
To simplify the process, I recommand to download Fiji (https://imagej.net/Fiji/Downloads), a binding of ImageJ with already embedded all the plugins we need (and more). Fiji is available for Windows, Linux and MacOSX.

Revision as of 09:34, 20 November 2019

back to Index page

Loading an ASTER GDEM (Global Digital Elevation Model) tif file in OpenJUMP could be difficult as OpenJUMP correctly decodes the geographic position of the file (which is automatically saved in a .tfw file in the same folder of the TIF) but it doesn't decode file raster data. The file is displayed into the layer tree of OpenJUMP but not in the view.

In order to correctly load these files in OpenJUMP they should be transformed using an external software. This procedure shows how to transform an ASTER GDEM file using ImageJ (https://imagej.nih.gov/ij/) with Bioformat plugin (https://imagej.net/Bio-Formats).

To simplify the process, I recommand to download Fiji (https://imagej.net/Fiji/Downloads), a binding of ImageJ with already embedded all the plugins we need (and more). Fiji is available for Windows, Linux and MacOSX.