I guess it's time for a quick update / blog entry.
The DJI Phantom 4 Pro has been great, but they're no longer being made and there's not a suitable replacement in sight. I tried the Mavic 2 Pro on a couple mapping missions, but the quality & accuracy is noticeably worse. We have 7 of the phantoms in use right now and I have a single backup still in the box.
The built-in geofencing is becoming a big problem. It prevents the drone from flying in controlled airspace even when we have a waiver, and you have to go through an unlock process to get it unlocked. That's not
horrible by itself, but the main problem is that you have to unlock every time you power the drone on. So on multi battery mapping missions, you have to keep switching back to the DJI app to unlock the airspace and launch the drone, then switch back to the mapping app to resume. Even worse, if you're flying a site that's half inside controlled airspace and half outside of controlled airspace, the mapping mission will stop as soon as it hits the geofence barrier. So you're forced to launch from the controlled airspace portion of the site, even though that may not be the most ideal spot to map from (you want to launch from the highest point on site, hopefully located centrally).
I'm not really enjoying some of the surface/digitizing work just because you spend so much time second guessing yourself and wondering if the level of detail you're working towards is too much or too little. Trying to communicate capabilities, limitations and budget impact on surface & planimetric work is the most frustrating part, and trying to get other people to communicate their needs/expectations in a way that makes sense is equally frustrating. I'm always wondering how other people go through the process of surface building from drone data and if I'm doing it in the most efficient way possible. Every time I've been able to see how other people do it though, it's either the same way I'm doing it or much, much worse. That's a little reassuring, but I still think there has to be a less clunky way to do this type of work.
I've still been plugging away on the GIS stuff too, and making a lot more progress now. Learning just enough programming to start writing simple javascript files and make HTTP API calls to the ESRI Rest endpoints has helped a lot and I'm able to see the path forward much better now. I have a UAS dashboard that's up & running and actually functional for the management & planning work that I do. It's running on a dedicated computer on my desk and auto-updates every 2 minutes with flight logs and requests, and I can manage the whole roster and fleet from it. In the last two weeks, I've set up a mobile flight log app that will query the airspace layers where the pilot is located and tell them if they're in controlled airspace or if there are any TFRs/NOTAMs in their area. I'm using the FAA's GIS layers for the query, but if I switch it over to Airmap.io I could actually give them the ability to request waivers on-the-fly in the field through the same app.
The coolest part though is that calcs the total flight duration automatically and then when they submit the flight log, it'll update their total flight hours and generate a report that gets emailed to both of us and automatically downloaded to the flight log folder on our server. When I have time, I'll have it start adding flight time to the aircraft and batteries used as well.
My favorite feature that I just got working is letting project managers request an estimate or services from a web map that contains parcels/taxlots. Clicking on a hyperlink will launch a web form where they can fill out what they want and when they want it.
They fill out a quick form that takes ~2 minutes. The taxlot (or drawn polygon) is automatically extracted and inserted in this form. All the fields are added to the polygon as attributes...
And then emailed to me with a summary.
In the last week, I've gotten automatic airspace checks/analysis to work when a request is submitted....
and I just got routing ("find nearest licensed operator") mostly working yesterday.
And all of this stuff funnels in to my dashboard that auto-updates every couple minutes -
The digital field forms are getting real popular here and it's just myself and another young-ish guy developing them as we have spare time. We're working on a couple for the geo-tech group and the natural resources group for wetlands delineations and borehole logs that will also query USGS soil data and national wetlands inventory data while they're filling out their reports. Especially for the industrial hygiene guys, we're expecting about a 20% increase in labor efficiency with these things
just because they will create a ready-to-email report automatically instead of the field staff having to coming back to the office to make the report. Just found out yesterday that we're being nominated for an
ESRI SAG award, too. Nice compliment, but I feel like we barely have our toes in the pool and we really haven't accomplished anything huge yet. Different story once it's fully implemented in the company and used by the majority of the staff.