12-06, 17:00–17:30 (America/Belem), Room III
In a humanitarian context, data collection can be divided into two main categories: proactive collection of data that may be useful for disaster response and recovery; reactive collection that is required to assess the situation on the ground during an event.
The Humanitarian OpenStreetMap Team has supported both types of mapping through the Tasking Manager platform. Going forward we will also be able to collect drone imagery collaboratively and add collected field-data to complement and match to the remote data, with the Drone TM and Field Mapping TM (FMTM) respectively.
There are often major hurdles for field-based data collection:
1. How to effectively collaborate with multiple data collectors at the same time.
2. How to work when there is poor connectivity in an area.
Web applications may be an acceptable choice to solve the first issue, but typically perform poorly when subjected to the second.
With a new paradigm in web development, local-first applications, this may no longer be an issue.
We can develop web-based applications that allow for both:
- Real-time update for users undertaking collaborative data collection campaigns.
- Fully offline data collection capability, with syncing and conflict resolution once connectivity is restored.
These capabilities have been achieved through some major landmarks over time:
- Addition of WASM to the browser in 2017.
- Implementation of databases in the web-browser (SQLite, Postgres), using WASM.
- Introduction of smart data reconciliation mechanisms such as CRDTs.
- Continual improved access to mobile phones globally, particularly in the introduction of high-performance smart phones.
This talk explores our journey implementing a local-first field mapping flow, with an example and demo to demonstrate its efficacy.