Hi,
I am using the Proj4Projection.ConvertPrjToProj4() extension to generate the Proj4 string from prj files. I’ve noticed though that the format of the prj string isn’t always handled particularly for the datum definition.
For example, if the prj contains
DATUM[“D_WGS_1984”
then the proj4 correctly has +datum=WGS84
But, if the prj has the following for DATUM, the proj4 string will drop the datum definition altogether.
DATUM[“D_WGS84”
I am getting a lot of shapefiles from clients with this issue, so I am wondering where D_WGS84 as the datum originates? Seems like it may be an older OGC standard instead of ESRI. Will mapsuite deal with both?
Can you suggest any logic to infer the proper proj4 string? What about other datums?
Thanks,
Damian