Notes on low cost drone surveying for community archaeology projects

Goals

RTK/PPK can produce very accurate results but you need to establish a baseline. You can use a base station to establish relative accuracy but this doubles the equipment needed, and you still need to fix the base station's location to provide absolute accuracy. You can use an NTRIP feed but these are expensive. There are free feeds but it's difficult to judge the provenance of the data (this isn't a criticism, they provide a great service). I'm also not sure if referencing against a free baseline will be reproducible in 5/10/100 years time. Even some of the paid feeds don't make this clear as a lot of the commercial use cases only require relative accuracy. Your nearest feed may also establish a long baseline and this decreases accuracy. You really want this to be less than 10 km away. My nearest free feed is 40km away. NTRIP requires a network connection. You can use PPK and free data from OS Net to get accuracy through post processing, but this requires a receiver that can provide you with raw data. On the other hand PPK does at least appear to be repeatable and reproducible as you can archive the correction data. Downside: doesn't give quick feedback, more complex.

Cheap gnss receivers are cheap. The cheapest are just development boards with no housing, no power, no antenna. Adding these things increases the cost. The receiver needs to be at least a little robust.

More expensive drones will of course produce better results. They will have better cameras, and some drones evan have rtk capabilities that include NTRIP and PPK. More featurful drones are not just more expensive but they are heavier and this places them into at least the C1/UK1 class, mandating that you must have an operator ID and a flyer ID and a remote ID system. C2 and the regulations further tighten. DJI Mini 2 is about the price point I'm aiming for. You can pick up a used one affordably, it sits in the least restricted class of drones. Downside is that the image quality can be poor, and I don't think it supports autonomous flight plans. Even with the poor camera quality you are likely creating better quality images.

Drones and GNSS equipment typically record position data according to WGS84. The North Atlantic and Erasian plates are spreading at an annual rate comparable to the accuracy of RTK. WGS84 coordinates will slowly drift across a fixed location in the UK, a four-dimensional reference is needed to fix a point in relation to the ground Anyone wanting to accurately use WGS84 has to provide the time (epoch) of when the data is captured. ETRS89 is an alternative frame of reference that fixes the Eurasian place at it's location in WGS84 epoch 1989. The systems already differ by about .92 meters. ETRS89 is recommend for mapping in Europe for this reason. The OS has a system for realising ETRS89 called OS Net. The OS has it's own system called OSGB36 which is the basis for the grid system we are familiar with. OSG36 was redefined in 2016 and is referenced against OS Net and consequently ETRS89. It is recommended to use ETRS89 for archaeology in Europe. Some use OSGB36.

GCPs need to be flat to the ground. If you use something like disc cones it could be difficult to precisely locate them in the images due to perspective. You could print small GCPs on paper but paper is fragile, gets damp, gets blown around and size might be limited. You can use existing points on the ground if there are some convinient ones. You can use spray markers or tape but these will be quite "wide". Floor tiles Bucket lids Corrugated plastic. Marker needs to big enough to be resolved with a centre, so at least 4x4 pixels to mark the centre, and the pixels need to represent an area comparable to the GNSS accuracy. When are 4x4 pixels what size? Depends on the properties of the drone camera. For a DJI Mini 2 - 82m -> 3cm, 41m -> 1.5cm, 20m -> 0.75cm. In practice it's going to be worse, the camera is not stable, the sensor won't be square with the marker, rolling shutter effects, lens imperfections. 20m sounds like a good height and is not far off what I've been doing so far. To place the centre accurately, in practice the target really needs to be closer to something 10pixels, so 30cm markers should be fine at 20m. Papers suggest that computer vision performance at identifying the centre of markers surpasses that of humans.