0
votes
1answer
55 views

“Request contains a format not offered by the server.” Error when using CRS transformation with WMS in QGIS

When I try to load a WMS layer which has a WSG84 as a default projection and use a CRS transformation on it, it gives this error message: Request contains a format not offered by the server. The WMS ...
1
vote
1answer
69 views

Projection WGS 84 is slightly displaced referring to a hillshade in QGIS

I have a hillshade and a vector layer. The vector layer is slightly displaced referring the hillshade. About lat=100m and long=175m The CRS of the project is EPSG:3397 - PD/83 / Gauss-Kruger zone 4. ...
2
votes
1answer
56 views

Setting coordinate systems in QGIS: “transform error caught”

I'm learning how to use QGIS (v 1.8.0 "Lisboa") on Mac OS 10.6.8. My goal is to create a simple county map of Illinois using the base data shapefiles available from the Illinois Natural Resources ...
8
votes
1answer
253 views

How can I see the coordinate transformation parameters in QGIS?

How can I see (and edit if possible) the transformation method and parameters used by QGIS for "on-the-fly" transformation, and then for saving data in another CRS? Like in ArcGIS? Here is the ...
2
votes
2answers
180 views

How to create a “Datum-less” projection in QGIS?

I want to use QGIS to do some georeferencing and image registration. On ArcMap10 I can define an "Unknown Projection", basically a default metric grid, and use it as a grid for georeferncing. In QGIS ...
5
votes
1answer
417 views

How to reproject a raster file in QGIS with datum transformation?

I want to reproject a tiff raster file from projection A (ETRS89/UTM Zone 32) to projection B (DHDN/Gauss-Kruger zone 2). The two projections have a different datum so I have to use a datum ...
0
votes
2answers
89 views

How to apply v.transform on a set of vector layers (GRASS 6.4)?

I have 64 vector layers, all of them must be warped using the v.transform module; the pointsfile is the same for all vectors. How can I apply the transformation recursively to all layers? I'm not ...
3
votes
1answer
826 views

How to transform shp file into raster file in Quantum GIS?

I'd like to transform a shape file into raster file in Quantum GIS... and the opposite way back also (raster to shp). Can you help me?
5
votes
2answers
2k views

Rotating a vector layer in QGIS with qgsAffine (or other method)?

I would like to rotate a set of vector points in QGIS an arbitrary number of degrees around a central point (or arbitrary point). This is similar to a recent question about creating a regular grid; ...
3
votes
2answers
687 views

How to reproject from Michigan Georef to WGS84 in QGIS?

I am trying to reproject a michigan state land shapefile which is the NAD83/ Michigan Oblique Mercator EPSG:3078 to the WPG84 EPSG:4326 projection. However when i try to do this my map gets squished ...
1
vote
0answers
133 views

Can I overlay layers in Dealul Piscului 1970 and WGS84 in QGIS?

I have a 10 Gb ECW file (mosaic of a whole county) that is in Oblique Stereographic projection with Datum: Dealul Piscului 1970. The problem was that no matter the Default CRS for new project was, ...
10
votes
4answers
2k views

How to move vectors to specified coordinates in QGIS?

I have a layer of vectors located around, say, (100, 100), and I want to move them to new coordinate like (1000, 1000). How should I do it? Preferably using QGIS.
13
votes
3answers
960 views

Rubber sheeting in GRASS or QGIS

We are in the process of getting our property boundaries corrected and a side effect of this is that we need to move any assets that have been drawn relative to the property boundaries, so they are ...