1
vote
0answers
59 views

QGIS: Different projection result for on the fly and transformation

I am a bit confused about the result of a re-projection/transformation of a raster in QGIS 1.8 (Lisboa). WGS84 to WGS84/UTM34N. When I use the 'on the fly' transformation the resulting raster has a ...
0
votes
0answers
24 views

QGIS: Unable to project raster layers correctly on a Toshiba Tecra 64# Win7

I know how to project a raster, I can do it on other machines. On this particular machine the raster loads but are no where near the correct position as if the datum is on another planet.
2
votes
1answer
157 views

What are the units of the calculated area from a raster in decimal degree

I'm trying to calculate area for a raster file which contains 2 layers (0 for unsuitable habitat and 1 for suitable). It's been calculated successfully but I don't know what is the unit of the ...
0
votes
0answers
59 views

GMT raster (*.tiff + *.pgw) in epsg4326 shifts few kms (4326-900913-3857 problem?)

This seems to be an old problem with an already known solution (ie. "...stop using 900913 and start using 3857..."), but not sure whether this problem is about software versions, the raster itself or ...
1
vote
1answer
161 views

What are Bands, Dimensions, and Histograms in QGIS?

First; I can see a band as synonymous with a channel in an image editing program like GIMP, is this correct? If so then bands play the role of color mixing and masking. Are there any other ...
1
vote
2answers
127 views

Why is Format of output data grayed out on Save As dialog for Rectify?

I started georeferencing and I could not save my new "rectify" file, I don't know if is because of the raster or I did something wrong. Then I find out that my control layer is not accurate, it ...
3
votes
1answer
278 views

How to re-project ease( Equal Area Scalable Earth) grid with a ~25 km cylindrical projection to WGS84 0.25 degree?

I have nc (NetCDF) files for global soil moisture. From the metadata, the projection is cylindrical and the resolution is 25 km (it is based on authalic sphere based on International 1924 ...
4
votes
0answers
188 views

How can I improve my Georeferencing results?

Background This is my second question related to georeferencing naked raster maps in order to re-visualize them on different coordinate systems and in conjunction with other data layers. The previous ...
3
votes
1answer
149 views

How to reproject a raster to Winkel Tripel projection?

I'm trying to project a raster map (in ASCII grid format) from longlat to the Winkel Tripel projection. But I'm running into errors, for instance gdalwarp won't accept the proj-string. $ gdalwarp ...
0
votes
1answer
124 views

Setting projection to a geotiff file when it's shown as Unknown

I have a geotiff file that has no CRS in the metadata but I know that the CRS of the raster is WGS 84 UTM 22 N. How can I modify the geotiff file to have the CRS WGS 84 UTM 22 N in the metadata. ...
6
votes
1answer
106 views

Is there a difference between projecting shapefiles then rasterizing & rasterizing shapefiles then projecting?

I currently have a project where I rasterize shapefiles into simple presence/absence (1 & 0) rasters and then add each one to a running total to create a total richness raster at the end. The ...
3
votes
3answers
491 views

Convert an arbitrary meta-data-free map image into QGIS project

My background: experienced programmer, amateur historian, complete beginner to GIS (so I'm using QGIS). I did learn to use the QGIS georeferencer tool though. The input: suppose I have an image like ...
2
votes
0answers
82 views

raster data expressed as percent

I downloaded NDVI greeness data from the USGS Integrated Vegetation Mapping Viewer. In the metadata it says that visual greenness values range from 0 to 100. My data is from the period ending 3/5/12 ...
2
votes
1answer
192 views

Reproject TM65 to OSGB in ArcGIS

I have a TIFF file in the TM65 (Transverse Mercator) projection, and want to convert it to the OSGB (British National Grid) projection. I'm trying to do this in ArcGIS using the Project Raster tool. ...
2
votes
2answers
810 views

Converting google map api coordinates into meters

How would I go about converting the results of my map bounding box into meters within javascript? For example, if I have the coordinates 51.52366625446907, -0.07467269897460938 decimal degrees, can I ...
5
votes
2answers
2k views

How do I use GDAL to convert from an arbitrary projection/datum into Equirectangular/WGS84?

I've been trying to use GDAL to convert from an arbitrary projection/datum into Equirectangular (aka Plate Caree, aka Equidistant Cylindrical, aka Geographic, aka Lat/Long) with WGS84 datum. All of ...