09-19-2006 06:02 PM
09-20-2006 07:45 PM
09-21-2006 04:47 PM
09-21-2006 05:06 PM - edited 09-21-2006 05:06 PM
Message Edited by Simon H on 09-21-2006 05:07 PM
Message Edited by Simon H on 09-21-2006 05:07 PM
09-25-2006 11:37 AM
Hi LMEE one way you can pass the geotiff files in LabVIEW is by using a third party program that has an ActiveX server, and trough this you can display and obtain some of the properties depending on the program.
09-25-2006 11:40 AM
Benjamin,
I have been looking into this option. Can you suggest any freeware programs that would accomplish this task?
Thanks!
LMEE
10-12-2006 02:51 PM
10-12-2006 03:46 PM - edited 10-12-2006 03:46 PM
Message Edited by unclebump on 10-12-2006 03:49 PM
05-20-2011 04:35 PM
The wikipedia page on GeoTIFF (here) recomennded GDAL (Geospatial Data Abstraction Library). You can read about it here and here. It's open source and it can read and write GeoTIFF files. You can compile the GDAL C++ code into a shared library (ie. DLL) that you can access from LabVIEW, or you can compile it into an executable and run it using the LabVIEW System Exec VI, which is what I did in the attached VI. However, I didn't compile it myself. You can find precompiled versions of GDAL here. I used the Windows version, which is here. Notice the readme that tells you to add path information and set up an environment variable.
The attached VI reads some of the GeoTIFFs that I downloaded from here. You can replace the combo-box with something else that represents the location of your GeoTIFF files, or you can edit its properties to list the locations of your GeoTIFF files.