Questions tagged [coordinate-system]
A reference framework consisting of a set of points, lines, and/or surfaces, and a set of rules, used to define the positions of points in space in either two or three dimensions. This tag also refers to cartographic projections and coordinate system transformations.
8,696 questions
3
votes
2
answers
144
views
Using rounded/unique projections in QGIS
I'm working on creating visually interesting maps for practice. I'm currently attempting to map a world map in a Cassini, Gauss-Kruger, or sinusoidal projection, but I'm having a hard time convincing ...
0
votes
0
answers
34
views
Add custom CRS in QGIS resources DB
I have a custom CRS that I want to use regardless of the profile I am currently working in.
I can add the CRS to resources/srs.db and to resources/qgis.db (and to profile/qgis.db).
A CRS added to ...
0
votes
0
answers
46
views
Displaying a section of a map with polygons that cross the dateline [closed]
For my thesis I collected climate data from three defined polygons. Some of the polygons cross the dateline and when I plot this in R it therefore shows part of it on the left and the other on the ...
4
votes
1
answer
505
views
Why did the British set both +x_0, +y_0 and +lat_0, +lon_0 to nonzero values in EPSG:27700?
I would like to understand better the historical reasoning behind some coordinate system definitions. I am working with EPSG:27700. The proj4 string of this CRS, according to gdalsrsinfo EPSG:27700 -o ...
5
votes
1
answer
153
views
Which transformation option I chose after I was offered to make a choice in QGIS?
I have an src.gml file containing parcel data from the Isles of Scilly (gov.uk site). This is how I got src.gml:
wget https://use-land-property-data.service.gov.uk/datasets/inspire/download/...
0
votes
0
answers
34
views
CRS coordinate correction to Google Earth
I would like to know if there is a specific correction that is applied when exporting coordinates from certain reference systems to KML/KMZ for shapefiles to be located to its actual position on the ...
0
votes
1
answer
73
views
CRS of Base Maps in QGIS
I've been wondering if the CRS of base maps in QGIS (3.40.5) reprojects to the projects' CRS or the base map's CRS and the project's CRS are like two different layers where we can only work with the ...
1
vote
1
answer
69
views
OGRCoordinateTransformation.Transform() gives wrong coordinates
I'm trying to do some local to global (EPSG:3042 to EPSG:4326) transformations in a ROS2 c++ script using GDAL.
OGRCoordinateTransformation *Transformation;
OGRSpatialReference poLocal, poGlobal;
...
2
votes
1
answer
50
views
Modified/custom coordinate system in ArcGIS Pro for small scale map of Russia in polar projection
Our development team is currently in a conundrum of trying to accurately georeference a small scale map of Russia that is in a very specific Polar projection.
Would anyone have a recommended Custom or ...
0
votes
0
answers
35
views
Can I use r.walk to measure distance in an equirectangular (Plate-Carree) projection?
In general, you can't use r.cost to measure distances on a Plate-Carree/equirectangular map because the cost of entering a square differs based on direction: 1 degree of latitude is constant, but 1 ...
0
votes
0
answers
89
views
Did WGS84 change the world's Null Point from, (x,y,z)=(0⁰,0⁰,6378000m) to (x,y,z) = (0 m/m,0 m/m,0 m) in 1995?
WGS84 seems to have been established in 1984, yet the decision of BIPM to treat an angle as a derived unit of length happened in 1995.
1
vote
0
answers
56
views
Hao vertical sinocentric projection [closed]
I’ve been trying to reproject the world shapefile to look like the attached picture (vertical sinocentric view) without distorting the shapefile but I’m having no luck. Anyone done this successfully?
0
votes
0
answers
36
views
proj4 conversion from Trimble DC file to local system
I've got a trimble navigation definition file such as:
SC V10-70 Copyright © Trimble Navigation Ltd, 1996-2003
Angle Degrees Dist Meters Press mm Hg
Temp Celsius Coord N-E-Elv H.obs Right
JOB Job ID ...
3
votes
1
answer
127
views
Create Grid working not as expected
I want a 5x4 grid to define an atlas for export.
The extent is -3903052.0356,4029046.6448,2035925.7043,8264176.2162 [ESRI:53078]. I confirmed the extent is accurate with the 'extract layer extent' ...
0
votes
0
answers
47
views
ArcGIS Pro graticule shows repeated 180° longitude labels in Equal Earth projection
I am working in ArcGIS Pro and added a graticule to a world map. The map is using the Projected Coordinate System: Equal Earth (Sphere). On the layout, the longitude labels along both the left and ...