Tagged Questions
1
vote
1answer
23 views
If I've given two different layers the same CRS, why won't they overlay one another?
I have a "towns" and "state" shapefile for Massachusetts as two separate vector layers in QGIS. I've set the project coordinate system to WGS 84 at the bottom of the screen (next to the "coordinate" ...
1
vote
1answer
46 views
Incorrectly Projected PostGIS data in TileMill
When I bring PostGIS data in EPSG:900913 into TileMill, my layers end up on other continents.
This is my workflow:
(1) Save shapefiles in QGIS to EPSG:900913
(2) Import the shapefiles using PostGIS ...
1
vote
0answers
21 views
Projection issue: mismatching .shp even if with the same SCR [closed]
I have a problem with some .shp from ARCgis (point and polygone) that appear on QGIS with mismatching SRC. When I change and save the new SRC (even by doing "save as") to make them match nothing ...
1
vote
3answers
41 views
Trying to match delimited text layer to my shapefile
I'm pretty new to QGIS and having a bit of trouble getting a text layer to match my shapefile. I'm trying to plot Canadian cities on a shapefile I have of Canada provinces.
The provinces shapefile is ...
2
votes
2answers
62 views
What's the correct transformation for Lambert Conformal Conic for Wyoming?
I am a newb in QGIS. I have loaded QGIS 1.8 (Lisboa) and practicing with a number of maps for portions of the state of Wyoming. My maps are mostly in UTM 12N NAD 27 & NAD 83 some are in decimal ...
0
votes
3answers
243 views
How can I get the proj4 string or EPSG code from a shapefile .prj file?
I have to work with a shapefile defined in an unusual projection, which my GIS software does not know about. How can I get the proj4 definition or the EPSG code for the projection?
4
votes
2answers
189 views
How do I Capture GDAL projection and create matching output (OGR or GDAL) shape files?
Working in C++, using GDAL and OGR: Depending on what the user has supplied for image input, I need to output point (or other) shape files in the same projection as the input raster images. The ...
2
votes
1answer
282 views
How to re-project shapefiles?
I wanted to re-project a QGIS project, but there is no such option. When searching for an answer I see ogr2ogr suggested for this task, by re-projecting each vector layer (shapefile in this example). ...
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 ...
0
votes
2answers
799 views
3
votes
1answer
145 views
Is there no EPSG code to use for Behrmann equal-area projection in ogr2ogr?
I'm trying to use ogr2ogr to reproject some shapefiles. The projection I wish to use is Behrmann equal-area. I cannot find an EPSG code to use for the '-t_srs' part of the syntax. Is there any way ...
4
votes
1answer
439 views
How to use DotSpatial to project/reproject shapefiles on the fly
I would like to use DotSpatial to reproject shapefiles on the fly before loading them to GeoServer. I've been looking for tutorials on how to get started with this in vain. Any pointers on where I can ...
2
votes
1answer
240 views
Uploading unprojected shape files using GeoServer REST API
I have a number of shapefiles that lack the .prj file. I'm able to upload them to geoserver using the rest api. However, I'm unable to serve them after upload. Which brings me to the question as to ...
1
vote
2answers
234 views
How to shift the Map a little bit?
I'm having trouble with two maps, both UTM33N/WGS84. They should be exactly on top of each other but there is a slight shift between them of probably a few hundred meters or so.
I Tried to adjust ...
1
vote
1answer
280 views
Looking for help identifying projections and reprojecting
Hi there at the new forum,
I'm still struggling with projections in qgis. The "Vogelschutzgebiete" reprojection worked. But these ones seem to be tougher:
...
2
votes
3answers
980 views
Rendering a shapefile with a custom projection in GeoTools
I have an image, a shapefile, and a method which can translate an x/y pixel location from the image into a latitude/longitude point or vice versa. I'm trying to use Geotools to render the shapefile on ...
9
votes
2answers
1k views
API documentation for Gdal/Ogr with C#
I want to assign projection to shapefile in my web C# application, for this i am using Gdal/OGR/OSR C# bindings and add osr_csharp.dll and ogr_csharp.dll references. But i am facing some difficulty ...
4
votes
5answers
873 views
How to add a projection to a Shapefile using open-source tools?
I have been given some shapefiles WITHOUT a projection. So I need to add the projection in order to display it on google map. I found the projection information I need at ...
1
vote
1answer
448 views
Overlapping map tiles with mapnik's generate_tiles.py script
I'm trying to generate map tiles using the mapnik's generate_tiles.py script, but the resulting tiles are overlapped.
Example
The tiles have the following directory structure: ...
0
votes
1answer
348 views
Choosing best projection/SRID
I created a shape in OpenJump and exported it to shape(ESRI) file and then imported it to SQL2008 via shape2sql ,
the problem is that it shows bigger than what I want,
In OpenJump it shows 1meter ...
1
vote
0answers
81 views
List of methods of determining the projection of a shapefile when .prj is missing [duplicate]
Possible Duplicate:
Best practices for identifying the unknown coordinate system of a Shapefile
It would be helpful to mention what information is needed to perform each technique. What are ...
4
votes
1answer
495 views
projection/pyproj puzzle, and understanding SRS format
I have a shapefile that has a .prj file, with the following wkt contents:
...
4
votes
2answers
3k views
Using ArcMap, how may I convert a shapefile to use decimal degrees?
I have a shapefile that currently uses meters as the measure for its coordinate system, but the map framework I wish to use expects decimal degrees. I'd like to reproject my shapefile to use decimal ...
9
votes
4answers
624 views
How to reproject spatial data using free libraries?
How can I use free libraries to transform spatial data?
For example,
I want to change the projection of a Shapefile within the code of my C# web application. How do I do that?
2
votes
1answer
74 views
Coords not aligning
The two shp files are not aligning like they should (note the img). The layer and the two shps all have the same coords - NAD_1983_StatePlane_North_Dakota_North_FIPS_3301_Feet
The surface shp came ...
2
votes
2answers
319 views
Shapefile CRS changed after exporting from QGIS. Are they equivalent?
I added a shapefile as a vector layer in qGIS 1.7 so that I could join in additional attribute data (not geodata) from another DBF file. The Shapefile that I added has this CRS (as far as I can tell ...
4
votes
2answers
2k views
what is the best way to programmatically convert between WKT and Proj4 string?
some shapefiles have a .prj file associated with it. and the .prj file contains the projection info of the shapefile in the format of WKT.
Sometimes I need to convert WKT to proj4 string, and ...
18
votes
8answers
4k views
Best practices for identifying the unknown coordinate system of a Shapefile
I got a Shapefile but it's coordinate system is unknown and there is no .prj file.
How I can identify it now? Are there any tools that could help?
2
votes
1answer
555 views
I have several layers (polylines and polygons) that are of the same area but they don't overlap in ArcMap as they should, what do I do?
For my GIS project for my class, I have downloaded several vector layers from different websites (polyline of the continental divide, a boundary polygon of New Mexico, a rivers and water bodies layer ...
12
votes
4answers
1k views
Does Re-Projecting an ESRI ShapeFile only update the content of the .prj file?
if i wish to change the projection of some shapefiles from .. lets say NAD83 (4269) to WGS84 (4326) ... and by using some 3rd party app .... does this mean the .prj file is only updated .. and not the ...

