Tagged Questions
4
votes
1answer
496 views
projection/pyproj puzzle, and understanding SRS format
I have a shapefile that has a .prj file, with the following wkt contents:
...
5
votes
1answer
151 views
What is the definition for a geographic coordinate system with east/west bounds of 0 to 360
I need the coordinate system reference or a projection definition that uses geographic (i.e. lat/lon) coordinates but instead of east/west bounds being defined as 180 to -180, I need them to be ...
1
vote
1answer
398 views
Project WGS84 to Google using MapGuide and WKT
I'm having trouble projecting a simple WGS84 formatted layer over google maps. I can't find a good WKT "API" that not only shows parameters, but explains what each parameter is.
The coordinate system ...
1
vote
1answer
348 views
How to resize layer using .prj (WKT) projection? (Geographic Coordinate System)
Briefly:
How to parametrize .prj WKT file so that I can perform 7 point tranformation (wiki). I know how false_easting and false_northing params work, but how can I adjust scale? I do not mean ...
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 ...
4
votes
3answers
214 views
Does a projection's WKT reflect the computer's locale?
This should be quick - we're trying to determine if there are problems parsing some WKT text because the system locale considers the decimal separator to be a comma instead of a period.
Anyone know? ...