Lambert vs. Lambert Standard
5 次查看(过去 30 天)
显示 更早的评论
The Mapping Toolbox has two definitions for the Lambert Conformal Conic Projection: lambert and lambertstd. What is the difference and which one is more commonly used? I have read and understood the documentation:
LAMBERTSTD Implements the Lambert Conformal Conic projection directly on a reference ellipsoid, consistent with the industry-standard definition of this projection.
LAMBERT is an alternative implementation based on rotating the authalic sphere.
What is odd is that nowhere else have I found an explicit indication that there are two definitions for the Lambert projection. I have also found that the two versions of this projection can, in some cases, result in very different coordinates. It would help if somebody could provide more information about why Matlab chose to include two definitions for the Lambert.
Best,
Mark
0 个评论
回答(1 个)
Rob Comer
2020-1-28
Typically, one would use lambertstd, especially if unprojecting an external dataset from x-y (easting-northing) to latitude-longitude, but lambert remains available for compatibility with older code. For the purpose of pure visualization, either can be used.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!