Tagged Questions
1
vote
1answer
89 views
How to reproject this vector layer?
I have a dxf file and use this tool to convert it to shapefile.
Then I apply some affine transformations and get a shapefile that does not fit the shapefiles downloaded from osm (EPSG:4326).
I know ...
5
votes
2answers
368 views
Translating all features in a shape file
I have a friend with a bit of a problem. He has 1000+ shape files mapping paddocks and being used for precision agriculture. He's recently discovered the base station positions used to create these ...
9
votes
4answers
625 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?