OpenStreetMap

"Fixing" the Canada-US maritime boundary

Posted by revent on 28 November 2023 in English.

I have been working on placing the boundary in the correct location, or at least as “correct” as is technically possible. Before I started this, the boundary was mostly mapped using (as best as I can tell) data from the Canadian “Canvec” and “Geobase” datasets along the St. Croix River, and the NAD83 coordinates published by the International Boundary Commission in Passamaquoddy Bay. This was roughly correct in most cases, but some in some places the boundary is/was completely on the wrong side of the river. Essentially, we have been using the edge of the Canadian hydrography dataset as the national border.

The actual border

The actual position of the border is defined by the Treaty of 1908, as modified by the treaties of 1920 and 1925. The text of these treaties can be found on the website of the International Boundary Commission. The general message from actually looking at them is that the determinations and demarcations of the IBC are “definitive”… the boundary is where the IBC says it is, in their official publications and on their official maps.

These publications can be found in scanned form on HathiTrust. All but Special Reports 8 and 9 predate the adoption of the North American Datum of 1983… this means that the official position of most of the boundary is actually defined in either the pre-1927 United States Standard Datum, or the North American Datum of 1927.

While the IBC does publish a shapefile of the boundary (in NAD83) and a “coordinate listing” for each section in both NAD27 and NAD83, these files are of limited use. They are explicitly stated to be not official, and I have found obvious typos that would locate the border miles out of position. Also, the given NAD83 coordinates are unhelpful since they do not state which “realization” of NAD83 they are in. OSM is capable of storing coordinates to a degree of precision at which this makes a difference.

Obtaining correct coordinates

Because of these issues, the only method of accurately locating the border is to use the original coordinates as published in the original datum, bring them forward to NAD83, and then convert them to WGS84. When doing so, it’s important to have a understanding of how these systems are actually related in order to end up with coordinates that are as correct as possible. This is because, while the transformations between the USSD, NAD27, and NAD83 are static, those between NAD83 and WGS84 are not. While there have been multiple “realizations” of NAD83, the definition of the system has not changed. Instead, the revisions of NAD83 have been to correct network inaccuracies as the precision of measurement has improved. This means that the most current realization, NAD83(2011), should be used to give the most accurate result. The reference epoch for this is 2010.0.

NAD83 vs WGS84

When NAD83 was initially published in 1986, was defined on the the GRS 80 spheroid. This has not changed.. NAD 83 is a “fixed, geometric ellipsoid that doesn’t change it’s location as more accurate information becomes available.” This is not true for WGS84. NAD83 was initially, in 1984, the same as both WGS84 and the “International Terrestrial Reference Frame”, but both have been redefined multiple times since. This is done for the ITRF by the International Earth Rotation and Reference Systems Service, to result in “zero net rotation” while also improving the reference spheroid. The US Department of Defense then occasionally adjusts WGS84 to match the ITRF. Every time this is done, the WGS84 Prime Meridian moves, to match the ITRF at a specific point in time. This was last done in early 2021.

The center of the NAD83 “Earth” is now several meters away from the center of the center of the WGS84 “Earth,” and the offset between the two systems varies over time. This means that any rigorous transformation between the two requires knowing the epoch of the coordinates being used.

The current realization of the ITRF is “ITRF2020”, and the current realization of WGS84 is “WGS84 (G2139)”. These systems are defined to be coincident at the reference epoch of 2015.0. This is the system in which a GPS unit gives coordinates, and thus what is effectively used by OSM.

Putting it together

The process, then, begins with obtaining the NAD27 coordinates, and converting them to NAD83 (2011). I am using the NGS Coordinate Conversion and Transformation Tool (https://geodesy.noaa.gov/NCAT/) to do this. This places the coordinates at the reference epoch of 2010.0. I am then using NOAA’s “Vertical Datum Transformation” tool (https://vdatum.noaa.gov/vdatumweb/) to convert the coordinates to ITRF2020 @ 2015.0, with the elevation set to zero (the NAVD 88 zero point is mean sea level).

For portions of the boundary located on land (I’m not there yet) only the second step will be needed, since the NGS publishes well-determined locations for the boundary monuments in NAD83, as well as elevations.

Using this process, the main source of error in the calculated positions should be due to the unknown elevations (the convergence factor). I intend to post tables of the original and converted coordinates to the wiki, for future reference if the nodes are moved, or if I have made an error.

Hopefully, this will be a useful read for anyone looking to convert published geodetic positions for use on the map.

Discussion

Comment from revent on 30 November 2023 at 01:12

Just as a bit more explanation, I was so specific about how the maritime boundary is located “where the IBC says it is” because this is distinctly different from any normal boundary survey. When a boundary is initially surveyed on land, the boundary is instead fixed by the physical monuments placed by the original surveyor, even if they where not placed when actually intended.

An example of this is the “Four Corners” of Arizona, Colorado, Utah, and New Mexico. It’s been said many times, in publications over the decades, that the actual monument is “in the wrong place”. This is because it is not, per later more accurate surveys, at the actual location “intended”… due to errors in the original survey, it is a few hundred meters away from the latitude and longitude where the surveyor was instructed to place the corner. Regardless of this, it is in the right place… the actual corner is where the surveyor placed it.

The same holds true for portions of the Canada-US boundary that are on land… the border is actually defined by the physical monuments themselves, as opposed to the published coordinates.

Log in to leave a comment