Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working with GeoTiff related files and would like to know what's a good viewer to see the outcome of my work? It needs to work on a Windows machine.

Thanks.

share|improve this question

2 Answers

up vote 5 down vote accepted

ERViewer from ERMapper was good, you need to register now to get it from ERDAS:

http://www.erdas.com/products/ERDASERMapper/ERDASERViewer/Details.aspx

Irfanview can also open GeoTIFF, but won't be as efficient for very large files.

OpenEV in the GDAL suite will also display GeoTIFF: http://openev.sourceforge.net/ - GDAL is very helpful in general for GeoTIFF.

Manifold System is also very good with simple Windows interface for import, pan and zoom, though it cannot read BigTIFF variants currently in version 8.

share|improve this answer

You can also use uDig for viewing GeoTiff (and other GIS-data): http://udig.refractions.net/

uDig - User-friendly Desktop Internet GIS: A GIS Framework for Eclipse

uDig is an open source (LGPL) desktop application framework, built with Eclipse Rich Client (RCP) technology.

  • uDig can be used as a stand-alone application.
  • uDig can be extended with RCP “plug-ins”.
  • uDig can be used as a plug-in in an existing RCP application.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.