문제

Not an expert in reading or interpreting map-projections. I have data set with the following description.

The coordinates are in Albers Equal Area Conic projection, with the following projection settings: Scale = 1; False Easting(m) = 5000000; False Northing(m) = 0; Longitude Origin = 20; Latitude Origin = 0; Standard Parallel 1 = 45; Standard Parallel 2 = 55, and the Ellipsoid is WGS 84.

Is it the equivalent for +proj=lonlat +datum=WGS84

Thanks for the help.

도움이 되었습니까?

해결책

No, why would you think they're equivalent, completely different in fact.

Try: +proj=aea +lat_1=45 +lat_2=55 +lon_0=20 +x_0=5000000 +datum=WGS84

https://github.com/OSGeo/proj.4/wiki/GenParms

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top