A map projection is any method of representing the surface of a sphere or other three-dimensional body on a plane
5
votes
0answers
229 views
Evaluating map projection scale error
This is related to a previous question I posted. I am trying to quantitatively evaluate scale distortion associated with choosing different projection center, center azimuth, and scale factor values ...
1
vote
1answer
63 views
MMQGIS: How to make grid layer in meters not degrees?
I've read several of the posts on here pertaining to MMQGIS Create Grid Layer option, but I have not found information on how to make the grid based on meters veres degrees. I know how to manipulate ...
0
votes
1answer
32 views
Convert Mapnik python script from EPSG:4326 to 900913
I use Mapnik python bindings in a geodjango application to render tiles in openlayers with datasource stored in postGIS. I build the script in EPSG:4326 and was working perfectly, but I would like to ...
1
vote
2answers
42 views
Mapping elements in a warehouse
I am new to GIS. For a small project I want to map elements in a warehouse and want to find the location of the elements later (e.g. nails are located at x,y).
Now I am wondering what kind of ...
0
votes
2answers
43 views
Thiessen Polygons and Coordinate Projections
I am trying to perform a Thiessen Polygons analysis in ArcGIS 10.
My DEM is in GGRS_1987 and the point set I downloaded from Google Earth is in WGS_1984. The points display correctly but when I run ...
1
vote
1answer
50 views
Some terms related to coordinate
I was googling coordinate related information all the day. Now I am confused with some concepts and terms. I hope some one can help me to make it clear.
Geographic coordinate system
Geographic ...
14
votes
1answer
764 views
How does one calculate distortion on Equirectangular Projection?
I am trying to calculate distortion so I can distort overlaying text and forms to precisely match an image of an equirectangular projection.
So, how does one calculate the distortion at a given ...
0
votes
1answer
54 views
OpenLayers WMS - TypeError: this.resolutions is undefined
I'm trying to setup a map with WMS and WFS Layers by using Geoserver.
However, when I'm combining WFS and WMS (with some Google basemaps) together in one map I got following error in Firebug:
...
2
votes
1answer
76 views
Find projection of a point to a line
I have a segment defined by 2 LatLon points(A and B) and a third LatLon point (C).
I need an alghorithm, formulae, or some code to find the projection point of C on the segment AB (call this point D) ...
1
vote
1answer
53 views
How to create a Winkel-Tripel map of countries with different colors?
I need a good quality rasterized world map, Winkel-Tripel projection, in which all countries have different (random?) colors. No borders, text, grid or anything else on the map.
Is GIS the right way ...
89
votes
8answers
16k views
What's the difference between a projection and a datum?
What's the difference between a projection and a datum?
5
votes
3answers
2k views
Why don't my Shapefiles and OSM data overlap in Quantum GIS?
So I'm pretty new to GIS, and I'm working on a mapping project using data for Vancouver, Canada. I want to combine Open Street Map data along with data provided by the City of Vancouver. But the City ...
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" ...
0
votes
1answer
41 views
Why does map display like it is in Isometric when everything is in EPSG:4326?
I'm beginning with Geoserver and try to display a map of my country (Belgium) is an openlayer map (embedded into a MapPanel object). I've downloaded the municipalities limits from gadm.org and copied ...
1
vote
1answer
31 views
When is a projected length calculated via a pythagorean distance more accurate than an ellipsoidal length?
I'm using spatialite 3.0.1 with the following test data (in EPSG: 4326):
Name astext(geometry)
---------- --------------------
Belitsa POINT(23.563 41.947)
Malko Tarn POINT(27.533 ...
0
votes
0answers
32 views
what is the difference between the Geographic coordinate, transformed coordinate and screen coordinate [duplicate]
What is the difference between the Geographic coordinate, transformed coordinate(projected) ,cartesian coordinate, and screen coordinate? Is there a live example?
And what is the association between ...
13
votes
6answers
4k views
Shapefile PRJ to PostGIS SRID lookup table?
I was wondering if there is such a thing as an shapefile PRJ to PostGIS SRID lookup table? Something that can translate the most standard shapefile PRJ definitions into the likely SRID.
When using ...
0
votes
1answer
29 views
Wrong object size after projecting spatial data from one coordinate system to another
I am having problems reprojecting items in ArcMap 10.1 from British National Grid To WGS84. (WKID: 27700 Authority: EPSG to WKID: 102100 Authority: ESRI)
All Polygon Layers I project [I use Project ...
2
votes
3answers
105 views
Which CRS to use for Google Maps?
I am trying to map a Shapefile (download) onto a Google Map using the Javascript API. The Shapefile describes the boundaries of NYC School Districts.
The file's projection was Lambert Conformal ...
1
vote
1answer
30 views
Is it possible to have another CRS in the status bar than used for the map?
I am new to QGIS.
When I use OSM or Google Maps as a basemap via Open Layer Plugin, the map should be projected as EPSG: 900913. However, the Coordinates shown in the status bar are useless for me, ...
2
votes
1answer
47 views
Blank MapServer WMS image at low zoom levels in OpenLayers
I have an OpenLayers map using OSM as the baselayer with several layers coming from MapServer via WMS. The OL map is in EPSG:3857 and my mapfile (and shapefiles) are in EPSG:4326. In my mapfile I ...
17
votes
7answers
513 views
Spatial reference for dummies?
Can anyone recommend a good reference or tutorial that explains the principles of spatial references, projections, and coordinate systems? We are a small team of programmers working with GIS ...
11
votes
1answer
101 views
Assign projection to a satellite image
Today I stumbled upon a picture taken from the ISS looking down Europe and it is really beautiful.
So, I started thinking I could add more to the picture. Like world borders, cities, road network, ...
1
vote
1answer
53 views
how to make the translation between latitude/longitude and screen pixels
The earth is three dimension object while our screen is two-dimension.
So when we use the gis software to display the geographic data, how do they handle the translation between latitude/longitude ...
1
vote
0answers
39 views
Using gdal to convert from UTM to equidistant lat/lon
I am getting rather confused with converting a UTM gridded dataset into a equidistant/rectangular latlon gridded dataset. Can anybody help me?
I have a UTM set with the following projection:
...
0
votes
1answer
56 views
Problem Overlaying layers in OpenLayers
I have a html page with 2 WMS layers.
The first is one Base Layer , & the second is my personal WMS feature. I load it from Geoserver. The problem when I add the 2 layers I do not have the ...
3
votes
1answer
25 views
Does IDistanceOP.EucDistanceFull require a projected coordinate system?
I have designed an implementation of ArcObjects' IDistanceOP.EucDistanceFull. It takes its input as a feature class and converts it to a GeoDataset with which EucDistanceFull can work with. It works ...
8
votes
2answers
209 views
how to produce a Peirce quincuncial map?
As far as I know neither PROJ4 nor ESRI tools can apply the Peirce quincuncial projection.
Does anybody know what libraries/softwares can manage it?
1
vote
1answer
46 views
Why do points shift when reprojected from WGS84 to a state plane coordinate?
We have a Trimble unit we use to collect equipment.
We collect the data in WGS84 and differentially correct it and then reproject it to a state plan coordinate system.
The points always shift the ...
2
votes
1answer
36 views
Do FeatureLayers reproject their features to adapt them to the map projection?
I'm working with the ArcGIS Flex API.
For example, ArcGISDynamicMapLayers do reproject their data in order to make it in the same projection as the map.
Do FeatureLayers have the same behaviour?
1
vote
0answers
55 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
19 views
De facto QGIS projection for EPSG4326 / 'unprojected' reference systems? [duplicate]
This is my understanding of projections/datums:
To get a map of the earth on a plane you need to project the 3 dimensional earth by 'wrapping' a plane around it in the way that suits you (according ...
5
votes
3answers
227 views
How to manually change from GPS (WGS84) to web based maps projection systems?
I have collected location point data and wish to display this on a web based map. It was collected using a Garmin Etrex GPS using the WGS84 datum. I wish to display the points using Ushahidi and have ...
1
vote
2answers
46 views
define a datum and meridian in a CRS in QGIS
I have a shapefile defined by the source as:
"The layer is in geographical (lat-long) coordinates (GCS_Clarke_1866; Datum: D_Clarke_1866; Prime Meridian: 0)."
opening the shapefile in QGIS 1.8 the ...
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
148 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 ...
4
votes
2answers
217 views
Why isn't valid geometry not valid in NetTopologySuite when close to poles?
I have a Polygon which crosses the south pole:
Polygon in WKT:
POLYGON((5.86826073458095 75.6638564054071,-16.5436836399021 63.2220742891438,-19.3664667294083 59.846221066959,-21.7009816876343 ...
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 ...
0
votes
2answers
59 views
How do I reproject one raster to match another's in GRASS
I have two raster layers, A and B, which have information about the same location but have different projections and datums.
How can I reproject layer A to match the projection and datum of layer B?
...
0
votes
1answer
40 views
Wrong projection on WFS layer with OSM baselayer [duplicate]
I am trying to add a vector layer with a WFS protocol.
var wfs = new OpenLayers.Layer.Vector("WFS", {
strategies: [new OpenLayers.Strategy.BBOX({resFactor: 1})],
...
1
vote
0answers
27 views
how to get correct geo reference system for a VMap
I am new to GIS, trying to read the GeoRef System for VMap by using the following code:
OGRSpatialReference *ref = layer->GetSpatialRef();
if( ref )
{
QString georefSystem = ...
11
votes
5answers
3k views
How can I measure area from geographic coordinates?
If I have polygons in geographic coordinates (WGS84), how do I measure the total area each takes on the surface of the earth, taking into account the curvature of the earth?
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 ...
3
votes
1answer
69 views
Compute global DEM topographic indices and compromise projections
I would like to compute global topographic indices based on SRTM elevation data. These indices are computed along river/channel networks extracted from a DEM and are a functions of both local slope ...
12
votes
2answers
191 views
What is the approximate error of the Pythagorean Theorem vs. Haversine Formula in measuring distances on a sphere at various scales?
Many people when first trying to calculate distances between two longitude / latitude pairs ask if Pythagorean theorem works as an appropriate distance function.
Most often people answer "no, the ...
0
votes
0answers
42 views
How to get Earth radius in pixels?
I need Earth radius in pixels for use in Mercator projection. Well let's say that our map's height is 1478 pixels and distance between 0 pixel and 1478 pixel is 2.52 degree. Radius is distance from ...
15
votes
5answers
5k views
Map projection in OpenLayers
I want to overlay some data whose projection is WGS-84 on Google map layer in OpenLayers. But I just can't make them in the right place. I did as follows:
map = new OpenLayers.Map('map', {
...
1
vote
1answer
73 views
openlayers multiple layers with different projection
My page contains two layers: 1. Open Street Map as a basic layer and WMS layer from mapserver as a overlay layer. My map show this two layers but in a wrong position. I spent a lot of time trying ...
9
votes
2answers
242 views
How do I perform a 3 parameter geotransformation and projection in Sql Server 2012?
I have a table with latitude longitude (NAD27) columns in it. I compute two other columns, X and Y, representing Web Mercator (WGS84) location.
Currently I'm using a Arcmap to do this, by applying ...
3
votes
1answer
56 views
What is displayed when I am using a geographic CRS for my project
I understand that each geographical dataset has a CRS, and that in order to overlay them, you need to either make sure that all datasets use the same CRS, or re-project some of them (or use on-the-fly ...







