Opened 13 years ago
#23 new defect
Missing factors for named datums
Reported by: | bastik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | FUTURE |
Component: | core library | Version: | |
Keywords: | Cc: |
Description
In the Datum class, some factors of Pi/180/3600 seem to be missing.
For example converting '+proj=longlat +ellps=WGS84 +datum=OSGB36'
to EPSG:4326 returns rubbish. Correcting the factors, as done in Proj4Parser, I can get the correct results as reported by
cs2cs -f '%.6f' +proj=longlat +ellps=WGS84 +datum=OSGB36 +to +init=epsg:4326
Note:
See TracTickets
for help on using tickets.