Tagged Questions
3
votes
1answer
84 views
Grid registration issue converting from GeoTIFF to ARC ASCII Grid
I've got a 3 arc second digital terrain model represented as a 32-bit GeoTIFF that looks like this:
$ gdal_info gom03_v1_0.tif
Driver: GTiff/GeoTIFF
Files: gom03_v1_0.tif
Size is 10200, 7800
...
0
votes
2answers
50 views
Reversing a “combine” function on a raster
I have a raster that I think was "combined" using an arcmap function. I am wondering if there is a way to extract just one raster layer from the combined dataset in order to use it separately, either ...
4
votes
1answer
141 views
Arcgis: Programmatically export to geotiff in different scales
I am totally new to ArcGis so please bear with me using the wrong terminology.
I would like to programatically export geotiff files in different scales (e.g. 1:25000, 1:50000 etc) using arcgis10.
...
4
votes
1answer
139 views
How to show a geoTiff on an iOS application?
I'm developing an iOS application that will use offline maps. These maps are on GeoTiff format but I don't know how to do it.
I've found this question: How to display a GeoTIFF on mapView but it uses ...
2
votes
2answers
237 views
Different NoData values when processing a GeoTIFF in QGIS and bringing it to ArcGIS
I'm trying to process a GeoTIFF in QGIS 1.8 using SEXTANTE and GRASS via the r.neighbors tool. I'd like to process the image, then be able to utlize it in ArcGIS.
The problem I'm running into is ...
2
votes
1answer
278 views
creating geotiff in ArcGIS to publish in geoserver
Pls give some answer,
Short question
How create geotiff image (to publish using Geoserver)?
Bit more information
I want to publish geo-reference image in geoserver.Then i chose image format as ...
0
votes
1answer
2k views
ArcGIS 10 GeoTIFF Export
I'm not terribly familiar with ArcGIS in general, but I have a geodatabase (I think) containing a 3m DEM in ArcGis 9.3.
I would like to have this 3m DEM in a GeoTIFF file so I can do some processing ...
1
vote
1answer
642 views
arcgis server 10 tif mxd problem
i am using arcgis server 10. first i opened arcmap and added a.tif file. then i saved it using
File -> Save As
as a ArcMap Document (*.mxd) file, let's say b.mxd.
Now i open arccatalog and ...
13
votes
3answers
4k views
How do I change geotiff “no data” color to white/transparent rather than black?
I am preparing data for inclusion into a geonetwork node, where the maps are displayed via geoserver. The problem is that cells that have"no data" are displaying as black in the geotiff and I am would ...