The geotiff tag has no wiki summary.
6
votes
2answers
2k views
What is a good GeoTiff Viewer?
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.
5
votes
2answers
758 views
How can I write a GEOTIFF in Java?
I want to write a GEOTIFF, with all the geographic metadata in Java. Which library etc. works best for this purpose?
3
votes
3answers
324 views
Crop Large TIFF Image .NET Without Reading Image Into Memory
I am trying to figure out a way to crop large TIFF images in .NET. Specifically, I am trying to do this operation on a GeoTiff, a TIFF that allows georeferencing information to be embedded within ...
1
vote
0answers
27 views
Reading geotiff metadata on android
I am searching for a way to read geotiff metadata, but imageIO is not supported on android and sanselan can't read geotiff meta. Is there any way to just read it?
1
vote
1answer
68 views
If You Have A GeoTiff, Would It Be Possible To Transform A Lat/Lon Point To An X,Y Using The GeoTransform?
I'm using the GDAL library. Currently, I can take in an upper left point and an upper right point and chip an image out of the original. What I'd like to do now, is take in two WKT points and ...
1
vote
1answer
102 views
How to write coordinate to a TIF file using libgeotiff
I'm trying to create a tif file using the GeoTiff library. I managed to write all the data into a normal tif file using the standard TIF function of the library, but I can't figure out how to use the ...
1
vote
1answer
314 views
Open source package for reading BigTIFF format
I need a free program or library for cropping a huge Geo TIFF file. It is in BigTIFF format. libtiff doesn't support the format.
Linux or Windows OS.
0
votes
0answers
29 views
How to read GeoTIFF file
i have acquired Digital Elevation Maps(Height Map of Earth) of some area. My aim was to create Realistic Terrains.
Terrain Generation is no problem. I have practiced that using VC# & XNA ...
0
votes
0answers
27 views
Create Geo Image Tiff in java
I am trying to create GeoTiff Image in java, using ucar.nc2.* jar file. But in this case we can create only Gray-scale image, but not a RGB image. And we can only use Grided-data. So I have no RGB ...
0
votes
0answers
93 views
Create GeoTiff image in java [closed]
I want to create GeoTiff image in java. First, I have pixel values, which gated from HDF(H5) file. I have also latitude/longitude value. I have no any idea about which tags must write and how to write ...
0
votes
1answer
254 views
Display GeoTIFF with osmdroid on Android
I want to generate a new mapsource from a GeoTIFF file to display it in osmdroid.
I Dont find any solution to convert the GeoTIFF file into the MapSource format osmdroid needs.
0
votes
0answers
39 views
GTIFProj4ToLatLong under Windows
I use libgeotiff in my project. I want to convert pixel coordinates to geographic coordinates (latitude and longtitude). But GTIFProj4ToLatLong returns false. Target OS - Windows. I downloaded ...
0
votes
0answers
343 views
GeoTIFF raster layer in C#
We have a map rendering engine (renders from MapInfo Interchange Format). This engine uses Mercator projection. Now we have to insert a raster layer (orthophotos of a city). We have GeoTIFF files with ...
0
votes
1answer
243 views
Where is the documentation for the GeoTIFF-jai Library
I am trying to use the GeoTIFF-jai Library to generate a geo-rectified, raster image in Java. I have tried looking on the SourceForge site for the documentation on how to do this, but SourceForge ...
0
votes
1answer
138 views
gdalinfo does not work
The gdalinfo does not work in my Python script
Can anyone tell me what the prblem is?
I imported all the packages from osgeo, all the other functions work except gdal