Tagged Questions
3
votes
2answers
249 views
How to transform coordinates to location in x-y grid in R?
I have a polygon with a 40m diameter and several points that lay inside it. Now I want to reformat the point locations (projected in DHDN/GK-3, but could vary) to x-y coordinates ranging from zero to ...
7
votes
1answer
538 views
Computational most efficient way to convert Cartesian to Geodetic Coordinates
As far as I understand the literature there are several ways to convert a set of geoecentric cartesian coordinates to geodetic coordinates
Bowring, 1976
Borkowski, 1989
Lin & Wang, 1995
Toms, ...
2
votes
2answers
233 views
How to transform Lambert coordinates in C#?
I want to transform Lambert (EPSG:3035) coordinates to EPSG:4326 in C#.
I have tried this:
var lambert = cf.CreateFromWkt("PROJCS[\"ETRS89 / ETRS-LAEA\",GEOGCS[\"ETRS89
...
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.