Top "Geotiff" questions

GeoTIFF is a public domain metadata standard which allows georeferencing information to be embedded within a TIFF file.

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 …

viewer geotiff
How to read GeoTIFF file from C#

I have acquired Digital Elevation Maps(Height Map of Earth) of some area. My aim was to create Realistic Terrains. …

c#-4.0 gis geotiff
How to use GDAL to create geotiff from tiff and 4 corners latitude and longitude

I have an image (map) without geo data in TIFF format. I need to get GeoTIFF file from my image. …

google-maps gis gdal geotiff
How do I write/create a GeoTIFF RGB image file in python?

I have 5 numpy arrays of shape nx, ny lons.shape = (nx,ny) lats.shape = (nx,ny) reds.shape = (nx,ny) …

python numpy rgb gdal geotiff
R: Write RasterStack and preserve layer names

I have a raster stack, stk, consisting of three raster images in R. Here is a simple example # set up …

r raster netcdf geotiff
Reading hdf files into R and converting them to geoTIFF rasters

I'm trying to read MODIS 17 data files into R, manipulate them (cropping etc.) and then save them as geoTIFF's. The …

r gis gdal geotiff hdf
How do I open geotiff images with gdal in python?

I am trying to run the following code: from osgeo import gdal import sys # this allows GDAL to throw Python …

python gdal geotiff
Exception while using GDAL in C#

I started to use gdal_csharp dll in my application and read a geotiff file. but it says: The type …

c# exception gdal geotiff
GTiff mask with shapefile in python with gdal, ogr, etc

OK, After a bit of fiddling, I've tweaked a script from the site hyperlink in the second comment line. The …

python masking gdal geotiff ogr
GIS / GEOTiff / GDAL / Python How to get coordinates from pixel

I'm working on the project to detect the object from GEOTiff files and return coordinates of the objects and those …

python geolocation geocoding gdal geotiff