FME Version
Question
How is reprojection performed using the Swedish coordinate systems?
Answer
Swedish Direct Projection
Note: This article refers to the CS-Map reprojection engine. This engine is no longer the preferred method for performing Swedish reprojections. Instead, we recommend the Gtrans reprojection engine developed by Lantmäteriet. FME includes a GtransReprojector transformer to use instead of the CsmapReprojector.
When features are reprojected (using the CS-Map reprojection engine) between Swedish coordinate systems based on SWEREF99 and RT90 datums, a method known as "direct projection" is used. Direct projection replaces datum shifts with custom projections that closely approximate the datum shifts.
FME's algorithm for Swedish direct projection is as follows.
RT90 to SWEREF99 systems:
- Reproject the feature to the RT90 2.5 gon V variant with a datum that matches the source coordinate system datum.
- Tag the feature with the RT90 2.5 gon V variant on the SWEREF99 datum.
- Reproject the feature to the destination system.
SWEREF99 to RT90 systems:
- Reproject the feature to the RT90 2.5 gon V variant on the SWEREF99 datum.
- Tag the feature with the RT90 2.5 gon V variant with a datum that matches the destination coordinate system datum.
- Reproject the feature to the destination system.
Coordinate systems on the RT90, RT90-3-7P, and SWEREF99 datums are eligible for direct projection.
Comments
0 comments
Please sign in to leave a comment.