The Two-Point Fit Projection is used when a local grid needs to be converted to another coordinate system. From two known points (with both easting/northing and lat/long values for each point), the remainder of the grid values can be derived and used for coordinate conversion purposes.
The "TwoPointFit" Projection has the following Parameters:
Parameter Name |
Parameter String |
Units |
Longitude of first point |
standard_longitude1 |
|
Latitude of first point |
standard_latitude1 |
|
Longitude of second point |
standard_longitude2 |
|
Latitude of second point |
standard_latitude2 |
|
False Easting of the first point |
east1 |
|
False Northing of the first point |
north1 |
|
False Easting of the second point |
east2 |
|
False Northing of the second point |
north2 |