A software update: building software around the field observation
- Roger Erismann
- Apr 21
- 2 min read
We do environmental monitoring with a specialization in trees and tree inventories, and our clients are paying for skill and experience applied in the field. The software has to support that work instead of competing with it. A lot of tools are strongest after the information has already been entered. Our interest starts earlier. We are focused on how the observation is captured, how that record is preserved, and how it moves toward the final products the client actually needs.
The idea is not to turn the phone into a small clipboard. The client is there to capture speech, images, and local state reliably, while the heavier interpretation work happens on the server. That split has been part of the design direction: the client collects evidence, and the backend extracts structure and helps build report material from it. That keeps the field workflow centered on the observation instead of on form entry.
The goal is to start with spoken field observations and move them into structured outputs that support the real deliverables. The recent work on structured generation follows that same logic: preserve the field record, extract usable structure from it, and carry it into the form and reporting workflow in a more reliable way.
The team behind it brings direct assessment experience along with development experience across collection, backend systems, and reporting. That makes it possible to tailor the workflow to the situation at hand instead of adapting ourselves to generic software. The point is not to add technology for its own sake. The point is to build tools that reflect the way the work is actually done.
You can see the same direction in the technical work behind the platform. The staging contract is built around completed-job bundles with a manifest, final outputs, and images for downstream reporting. The project metadata work is aimed at making job context authoritative across server, staging, and reporting instead of leaving it to ad hoc conventions. In other words, the field observation is being treated as the start of a larger chain that ends in finished client-facing products.

Comments