Add your points to the form below in the following format: PointID x y H for RDNAP or PointID Latitude Longitude Height for ETRS89 Where:
- PointId is the point identifier, these are expected to be an integer.
- x is the RD x-coordinate of the point in meters.
- y is the RD y-coordinate of the point in meters.
- H is the NAP height of the point in meters.
- Latitude is the ETRS89 latitude of the point in decimal degrees.
- Longitude is the ETRS89 longitude of the point in decimal degrees.
- Height is the ETRS89 ellipsoidal height of the point inmeters.
Example 3D RDNAP input: | Example 3D ETRS89 input: |
---|---|
1 155000.0 463000.0 0.0
2 90000.0 390000.0 -2.0
3 90000.0 390000.0 *
4 90000.0 390000.0 nan
|
1 52.0 4.0 43.1
2 51.5 5.1 76.1
3 51.5 5.1 *
4 51.5 5.1 nan
|
Example 2D RDNAP input: | Example 2D ETRS89 input: |
1 155000.0 463000.0
2 90000.0 390000.0
|
1 52.0 4.0
2 51.5 5.1
|