The approximate base position workflow is useful for capturing data quickly in a location with no known positions. It allows the user the ability to collect field data during the base RINEX data collection saving the time usually required to set a known base position.
Overview of the field data collection
- Setup the the base station at the data collection site.
- Set an approximate position using the FastRTK web interface and note the coordinate used.
- Start RINEX data collection and let it run for the duration of the field data collection and no less than 2 hours.
- Capture the field data.
The resulting data has the precision of RTK but is not accurate to the datum. In other words the data is shifted by an unknown direction and distance. Usually ~2 meters in any direction. All points will be shifted by the same direction and distance.
Correcting the data
The data needs to be shifted in the direction and distance between the approximate coordinate and the post processed coordinate.
Create CSV file with the approximate and post processed base coordinates
- Download the RINEX data file from the base station and submit to OPUS or another post processing service.
- Create a new Excel or CSV file with the headers Name,Latitude,Longitude,Altitude.
- Insert the approximate base position into the first row of the file.
- Insert the post processed coordinate into the second row of the file.
Name | Latitude | Longitude | Altitude |
Approximate | 45.00000000 | -122.00000000 | 25.000 |
Processed | 45.00001234 | -122.00001234 | 25.123 |
Add CSV file to an ArcGIS Pro Map
- Create a new ArcGIS Pro project.
- Click on the Map tab then click the down arrow below the Add Data button.
- Select XY Point Data.
- Set the Input Table to the CSV file generated in the previous instructions.
- The X Field and Y Field should automatically be selected as Longitude and Latitude.
- Set the coordinate system to GCS_NAD_1983_2011. This is correct for the majority of data collection in the United States.
- Click Run.
Add Field Data to the Map
- Click on the Map tab then click the Add Data button.
- Select your GIS dataset which was captured in the field using the base station. The rover data.
- Add it to the map.
Shift the Data
There are multiple ways to shift data in ArcGIS Pro. We are going to use the Move tool.
- Using the Select tool in the Map tab under the Selection section, click and drag a selection box around all of the points to be shifted.
- Add the approximate base coordinate point to the selection by holding the shift key and selecting it the same way.
- Zoom into the 2 base coordinates.
- Click and drag the approximate base point and snap it to the post processed base point.
All of the selected points will be shifted in the same direction and distance. The data is now corrected and accurate to the NAD 1983 (2011) datum.
Comments
0 comments
Article is closed for comments.