Problems & solutions · Field Service Management

Landfill Gas Collection Software Problems: The 7 That Cost Real Money, and How to Avoid Them

Landfill GAS Collection Software workflow illustration showing common problems and fixes.
The short answer

The most expensive failure is the corrective action clock that starts at the wellhead and is noticed a week later in a spreadsheet. A well goes positive on the twelfth, the technician adjusts a valve and moves on, and nobody connects the reading to an obligation with a deadline attached. The recheck slips, the escalation never happens, and the finding at your next inspection is not about gas at all. It is about documentation, and a documentation finding on corrective action is the one that turns into a notice of violation and a consent order timeline.

Why does the just capture the readings scope failure happen so often?

Almost every wellfield software project starts as a data capture project. Get the technician off paper, import the analyser file cleanly, produce the monthly report faster. That brief is easy to write and easy to approve, and it produces a system that stores readings beautifully and holds no obligations at all.

The distinction matters more here than in most categories. A workbook holds readings. It does not know that well GW-114 went positive on the twelfth, that a valve adjustment on the fifteenth counts as the initial corrective action, that the recheck on the nineteenth still failed, and that the well is now on a path toward a system expansion decision with its own timeline. That chain exists in a gas technician's memory and a folder of field notes, and a capture app that does not model it simply digitises the same gap.

The order that works is the well object, then the limit set, then the exceedance engine, then the field app. Once a reading is evaluated against the limits in force at the moment it was taken, and a failure creates an obligation with a due date, an owner and a required evidence type, everything else is presentation.

The practical test for any proposal: ask how a corrective action clock is modelled. If the answer is a status field on a reading, you are buying a capture app. The correct answer involves an obligation with its own timeline, independent of the reading that created it, so the chain from failed reading to action to recheck is provable to somebody who was not there.

What goes wrong with well identity and historical readings?

A landfill wellfield is not a stable set of assets. Wells get drilled, deepened, abandoned, converted from vertical to horizontal collection, taken offline during filling, and renumbered when a cell closes. In a spreadsheet, a column named after a well is not the same thing as the physical well, so trend history breaks every time a well is reworked. When a regulator asks for two years of readings at a location, you reconstruct it from tab names.

Migration is where this becomes expensive. Five years of readings across renamed wells in inconsistent workbooks is a week of engineering and several days of your gas manager's time, and the slow part is entirely human: deciding which historic column corresponds to which physical well after renumbering and rework. Nobody can automate that judgement, and getting it wrong poisons every trend built afterwards.

The design that prevents a repeat is to treat the well as a durable object with a status timeline. Construction changes, deepening, offline periods and abandonment become events on that object, and readings attach permanently. A renumbering is a label change, not a new asset.

Scope the history honestly. Decide how many years you genuinely need for trend and regulatory purposes, load and validate those with your gas manager confirming the ambiguous mappings, and mark older records as reference only rather than pretending they are comparable.

Why do the analyser imports and plant feeds break after launch?

Analyser imports break in the quietest way available. A firmware update changes a column order or adds a field, and the parser keeps running and maps values to the wrong parameters. Oxygen becomes balance gas. Nothing errors. The readings look plausible because they are real numbers, and the first sign of trouble is an exceedance that should have fired and did not.

Instrument mix makes it worse. Most sites accumulate analysers over years, so two models with different export formats are in the field simultaneously, and a technician who borrowed a unit from the sister site introduces a third format on a Tuesday.

Plant and control system feeds break differently. A historian tag gets renamed during a maintenance window, a flare controller is replaced, or a meter is recalibrated with a new scaling factor. The wellfield system keeps reading the tag and starts producing values that are wrong by a constant multiple.

Both problems have the same defence, which is validation on ingest rather than trust. Range check every parameter against physically plausible bounds and reject rather than store what fails. Compare each import against the previous round: how many wells reported, how many are new, how many disappeared, and how far the site average moved. Flag any file whose format signature does not match a known instrument profile. A parser that accepts anything will eventually accept something wrong, and in this category wrong data is a compliance record.

What happens when the correction clock and surface evidence are not covered?

The corrective action clock is measured in calendar days, not business days, and it does not pause because the technician who took the reading is on a different site this week. When it lives in a spreadsheet, three things go wrong in sequence. The exceedance is noticed late, so days are already gone. The initial action is taken but not recorded as an action against a specific obligation. And the recheck is scheduled by memory, which means it happens when somebody is next in that area.

The fix is an obligation queue with the clock visible, an owner on every item, an escalation when it ages, and a recheck that either resolves the obligation or advances it. The technician should see the flag on the handheld before leaving the wellhead, not a week later in an office.

Surface emission monitoring is a separate evidence problem. The walk has to follow a grid pattern across the cover, and increasingly what is asked for is proof of coverage rather than a statement that it happened. That means a recorded position track showing the route walked, exceedance points pinned with the instrument reading and a photograph, remonitoring scheduled automatically after cover repair, and an export producing the map and table your report needs.

Sites that do not build this end up with a signed form and a technician's recollection. That is fine until the day an inspector asks to see the track, and it is the same day you discover the walk missed a corner of a closed cell.

Should you build custom or configure what you already own?

Do not build if you run one closed site with a small passive system and no energy project. The compliance load is real and it is a spreadsheet sized problem, with a consultant handling the reporting. Put the money into cover repair. Equally, do not build if your monitoring is fully outsourced to an engineering firm that carries the obligation contractually and you have no plan to bring it in house, because you would be paying to duplicate their system.

Understand what the incumbents are for. QED LandTec sits closest to the instrument and handles capture from its analysers well, which is a genuine capability and not the same thing as being your compliance system of record. SCS eTools is a sensible fit when your monitoring programme is delivered by that engineering practice and your reporting matches their standard forms, and a weaker fit when you want your own workflow, your own escalation rules and your data in your own warehouse. LoCI Controls is hardware led, and automated wellhead control changes the labour model on the wells it instruments, but it is a tuning layer rather than the record proving your monthly obligation was met across every well including the uninstrumented ones.

The build case appears when two or more hold. You operate more than one wellfield under more than one permit. Your gas feeds an energy or renewable natural gas plant where oxygen and nitrogen have revenue consequences. You have taken a finding on corrective action documentation or surface evidence in the last three years. Your wellfield knowledge lives in one person. Or a plant partner or attribute programme asks for data you assemble by hand each quarter.

How do hidden costs get into the quote?

  • Each additional permit. A second site is not a copy. It is another limit set, another applicable subpart, another report format and another round of testing, and proposals routinely price sites as duplicates.
  • Wellhead controllers. Reconciling controller telemetry against manual readings is real integration work, including deciding which source wins when they disagree, and that is a policy question before it is a technical one.
  • Historical migration. The engineering is parsing. The cost is your gas manager's time confirming which historic column is which physical well after years of renumbering.
  • State submission portals. Any requirement to file through an electronic reporting portal adds format work and a validation cycle that rarely appears in a first estimate.

The item most often absent is offline conflict handling. Half a landfill has no signal, two technicians can work overlapping routes, and deciding what happens when the same well is read twice on the same day is design work. If a quote does not mention it, the developer has not built for this environment.

What separates a build that works from one that fails here?

The working ones treat limits as configuration rather than code. Temperature, pressure, oxygen and balance gas criteria, the parameters your permit sets and any higher operating value approval you hold live in a versioned limit set with effective dates. Historic readings stay evaluated under the rules in force on the day they were taken, so a permit renewal updates a limit set instead of triggering a rebuild. That single decision is the difference between a system that survives ten years and one that gets replaced at the next renewal.

They also work with no signal. Offline first capture with route sequencing, the previous reading and previous adjustment visible at each well so the technician has context, photograph capture for wellhead condition, and a sync that reconciles cleanly when two people worked the same route.

The failing ones are recognisable at the proposal stage. They open with a screen mockup instead of asking which subpart applies. They model corrective action as a status field. They assume one analyser format. They treat surface emission monitoring as a form rather than an evidence trail. And they price a second site as a copy of the first.

When you choose a developer, ask them to model your permit before they quote, ask what analyser files they have actually parsed, and ask what the system does when a technician records a reading twice by mistake in the field. Then settle ownership in writing before kickoff. Your monitoring history is a regulatory record with a retention obligation and it should never sit inside a vendor account you cannot reach. At Digital Heroes the client owns the repository and the database from the first commit.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. Comparesoft reports the field-service industry-average first-time fix rate is about 80%, best-in-class providers reach roughly 90%, scores below 70% put the business at risk, and providers exceeding 70% FTFR saw customer retention around 86%. Source: Comparesoft (2024) →
  2. Timefold reports field service operations moving to automated route optimization typically see 10-25% fuel savings and 15-30% drive-time reductions, and documents a case where a global services firm cut drive time 33% and distance 43% while eliminating overtime. Source: Timefold (2025) →
  3. Per the Standish Group CHAOS 2020 report (reviewed at this URL), across tens of thousands of software projects roughly 31% end successfully, about 50% are 'challenged', and roughly 19% fail outright; small projects succeed far more often than large ones, and Agile approaches succeed at markedly higher rates than Waterfall. Source: The Standish Group (2020) →
  4. The global point-of-sale terminal market is projected to reach approximately $181.47 billion by 2030, growing at an 8.1% CAGR from 2025 to 2030, driven by digital payment adoption and demand across retail, restaurant, and hospitality sectors. Source: Grand View Research (2025) →
Priya D. · Senior PR & Comms Manager · New York

Priya handles press and communications, from launch announcements to the messages a company sends when something goes wrong. Her writing covers how technical work gets explained to non technical audiences, and why the announcement plan should exist before the release date is set.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

A well was deepened and renumbered. How do we keep its history intact?
Model the well as a durable object with a status timeline rather than as a column heading. Deepening, conversion, offline periods, abandonment and renumbering all become events on that object, and readings attach to it permanently. A new number is a label, not a new asset. This is the design decision that lets you answer a two year history request for a location without reconstructing it from spreadsheet tab names and a technician's memory.
Our permit is up for renewal with different limits. Does the system get rebuilt?
Not if limits are configuration. Keep temperature, pressure, oxygen and balance gas criteria in a versioned limit set with effective dates, so a renewal creates a new version and every historic reading stays evaluated under the rules that applied on the day it was taken. If limits are written into code, a renewal becomes a development project and your historic evaluations either get rewritten or become inconsistent with the readings they describe.
What happens if a technician records a reading twice by mistake?
This is the question that reveals whether a developer has built offline sync before. Both readings should arrive, be visibly linked to the same well and round, and go to a resolution step where a supervisor picks the valid one with a reason recorded. Neither should be silently discarded and neither should silently overwrite the other, because a deleted reading in a regulatory record is a worse problem than a duplicate one.
How do we prove a surface emission walk actually covered the grid?
Record the position track of the walk itself, not just the findings. The export should show the route against the required grid spacing, pin every exceedance point with the instrument reading and a photograph, and schedule the remonitoring after cover repair automatically. A signed statement that the walk was completed is increasingly not what gets asked for, and reconstructing coverage after the fact is impossible if nobody logged the track.
We run five sites. Can we start with one?
Yes, and you should. Start with the site carrying the most compliance risk, usually the largest active wellfield or the one feeding a plant, and get the well model, limit sets, exceedance engine and monthly report working there. Each additional site is a new limit set, potentially a different applicable subpart and a different report format, so adding them one at a time keeps testing manageable and lets the second site benefit from what the first one taught you.
Our monitoring is outsourced to an engineering firm. Should we build anything?
Probably not the monitoring system, if the firm carries the obligation contractually and you are content with that arrangement. What is worth building is the piece they do not own, which is your side of the data: plant reconciliation, environmental attribute reporting, and a copy of your monitoring record that survives a change of consultant. If you intend to bring monitoring in house within a couple of years, build sooner rather than later so the transition has a system to land in.
What does the corrective action record actually need to hold?
An obligation created the moment a reading fails, carrying its own due date in calendar days, a named owner and the type of evidence required to close it. Actions, rechecks, escalations and any decision to expand the collection system attach to that obligation. The point is that the chain is provable to somebody who was not standing at the wellhead, which is exactly what an inspector is. A status flag on a reading row cannot show what was done and when.
Can wellfield data connect to our renewable natural gas plant without a second project?
Yes, and doing it in one build is usually what gets the project funded from two budgets. Flare and plant meter data, methane and nitrogen concentration and flow belong in the same data set as the wellhead readings that explain them. When plant gas quality moves, the operator should be able to see which wells changed in the last two rounds without opening another system. The integration work is mostly historian tag mapping and agreeing which source is authoritative.
How many SaaS seats do we need before building custom becomes cheaper?
The crossover usually shows up between 20 and 50 seats on premium tiers. Salesforce Enterprise lists at $165 per user per month, so 40 users cost about $79,000 a year in subscriptions, which is real money against a custom system you would own outright. Run the comparison over three years: if subscription spend beats the build cost plus 15-20% annual maintenance, custom wins on price before you even count workflow fit.
We're outgrowing Jobber. Should we move up to ServiceTitan or build our own?
Move to ServiceTitan if the problem is missing features on a standard residential trades workflow, because migrating between products is far cheaper than building. Build custom when the problem is fit: multi-day commercial jobs, subcontractor crews, or pricing rules that neither Jobber's Grow plan (about $199 per month billed annually, up to 15 users) nor ServiceTitan models cleanly. In Digital Heroes scoping calls, about half the teams asking this question turn out to need an integration or add-on rather than a new platform, so name the exact workflow gap before committing either way.
Should we start with an MVP or build the full field service platform in one go?
Start with an MVP that can run one real crew for one real week: scheduling, dispatch, job completion with photos and signatures, and invoicing. That slice typically costs $40,000 to $70,000 and ships in about 12 weeks, and technician feedback then decides phase two. Teams that built the full platform up front reworked 30 to 40 percent of it after field use in Digital Heroes experience, which is the most expensive way to discover what dispatchers actually need.
What happens to my software if the agency shuts down or we stop working together?
Nothing dramatic, if the engagement was set up correctly: the code sits in your repository, hosting runs on your cloud account, and a handover document explains how to deploy and operate the system. Any competent replacement team can then take over in days rather than months. If the agency controls the repo, the servers, or the domain, fix that now, because renegotiating access during a dispute is the most expensive place to discover the problem.
How much does it cost to build custom field service management software for a small business?
For a company running 5 to 25 technicians, a focused first version with scheduling, dispatch, a technician mobile app, and invoicing typically runs $40,000 to $80,000 in Digital Heroes delivery experience. A full platform with offline mode, a customer portal, GPS tracking, and accounting sync lands between $90,000 and $180,000. The two biggest cost drivers are offline sync depth and integration count, so pin both down in scoping and the quote holds.
What tech stack should a custom field service platform be built on?
The dependable 2026 stack is React Native or Flutter for the technician app, React for the dispatch console, Node.js or Python on the backend, and PostgreSQL with an offline sync layer on the device. Boring, widely used technology wins here because any competent team can maintain it five years from now. Be wary of an agency proposing a stack only they can staff; that is a lock-in strategy, not an engineering decision.
At what point does it make sense to switch from ServiceTitan to custom software?
The switch usually pencils out once your ServiceTitan bill passes roughly $75,000 a year and your team still maintains workaround spreadsheets beside it. ServiceTitan keeps pricing quote-only, and the quotes owners share in Digital Heroes scoping calls run several hundred dollars per technician per month on annual contracts, so a 30-technician shop can spend a full custom build's budget every 12 to 18 months in fees. If ServiceTitan fits your workflow cleanly, stay; the case for custom is a workflow the product forces you to bend.
Will custom field service software scale if we grow from 10 technicians to 100?
Yes, when it is architected for growth from day one, and scale is where custom wins because cost per technician falls as you add crews instead of rising with every seat license. The real scaling work is operational: multi-branch dispatch, role permissions, and roll-up reporting, which usually arrives as a phase two costing 30 to 50 percent of the original build. State your three-year headcount plan in the first scoping call so the data model supports branch two before branch two exists.
Is Housecall Pro enough for a growing HVAC or plumbing company, or do we need custom software?
Housecall Pro holds up well to roughly 10 to 20 technicians on standard residential jobs, with its Essentials plan listing around $129 per month for up to five users. The ceiling appears with commercial work: multi-visit projects, progress billing, equipment service history, and inventory are thin, which is when owners start managing the business in exported spreadsheets. Use the spreadsheet count as your signal: three or more recurring workarounds mean the tool no longer fits.
How does custom field service software work when technicians have no cell signal?
Properly built field software stores the technician's entire day on the device, including job details, forms, photos, signatures, and parts, then syncs automatically when signal returns. The hard engineering is conflict resolution: deciding what happens when a dispatcher reassigns a job while the technician is working it offline. That logic has to be designed before the build starts, because retrofitting offline into an app that assumed a connection is close to a rewrite.
What should I prepare before contacting a software development agency?
A one-page brief beats a 40-page requirements document: the business problem in plain words, who will use the system, the 5 to 10 workflows it must handle, the tools it must connect to, and your budget range and deadline driver. You do not need wireframes, a specification, or technical vocabulary; producing those is the agency's job during discovery. Stating a budget range up front is the single best move, because it gets you honest scoping instead of a quote engineered to win the meeting.
How long does it take to build a custom field service app with scheduling, dispatch, and a technician mobile app?
Plan on 12 to 16 weeks for a working first release covering scheduling, dispatch, and a technician mobile app, and 5 to 7 months for a full platform with offline mode and accounting sync. Across 2,000+ Digital Heroes projects, field service timelines slip in two predictable places: underscoped offline behavior and integration testing against QuickBooks or the payment processor. Both belong in week one of planning, not month four.
Who can build a custom field service management software system?

Digital Heroes builds custom field service management software systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.

Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.

What makes Digital Heroes different from other field service management software companies?

Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.

Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.

How can I check Digital Heroes is legitimate before getting in touch?

Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.

Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?