Federal geospatial, pixel to decision.

Esri ArcGIS, open-source geostack, satellite imagery ML, and 508-compliant mapping apps. From raster ingestion to operational dashboards — delivered by a builder who owns every layer of the pipeline.

Federal geospatial work, up close

Geospatial is one of the few technology disciplines where the federal government is still the center of gravity. The National Geospatial-Intelligence Agency, U.S. Geological Survey, NOAA, the U.S. Census Bureau, the Department of Agriculture, the Department of the Interior, FEMA, and every armed service run enormous geospatial programs. The data is unique, the scale is enormous, and the operational consequences are real — a misclassified pixel can mean a missed wildfire, an undetected runway repair, or a FEMA disaster declaration that arrives a day late.

Precision Delivery Federal LLC builds geospatial software for that reality. We are a SAM.gov registered small business (UEI Y2JVCZXT9HP5, CAGE 1AYQ0, NAICS 541512) focused on the intersection of geospatial data, machine learning, and mission-grade delivery. We ship production code, not demo notebooks.

What we deliver

  • Esri ArcGIS engineering — ArcGIS Enterprise, ArcGIS Online, ArcGIS Pro, ArcGIS Server, and the ArcGIS REST and Python APIs. Geoprocessing services, custom widgets, and embeddable web maps using the ArcGIS Maps SDK for JavaScript.
  • Open-source geostack — QGIS, PostGIS, GeoServer, GDAL, OGR, PROJ, GeoPandas, Shapely, Fiona, rasterio, xarray, and STAC. The open stack pairs beautifully with commercial Esri — not as a replacement but as a processing-grade complement.
  • Raster pipelines at scale — Landsat, Sentinel-1/2, NAIP, MODIS, Maxar, Planet, and USGS 3DEP LiDAR. Cloud Optimized GeoTIFFs, Zarr, and COG-backed STAC catalogs. Dask-distributed processing, Kubernetes job orchestration.
  • Geospatial machine learning — semantic segmentation, object detection, instance segmentation, time-series change detection, and foundation models (Segment Anything 2, Prithvi, Clay). PyTorch + torchgeo + Lightning. Evaluation on held-out federal AOIs, not leaderboard vanity.
  • Interactive mapping apps — Mapbox GL JS, MapLibre, deck.gl, Leaflet, and the ArcGIS JS API wrapped in React. 508-compliant map controls, keyboard-navigable legends, and alt-text for every generated image product.
  • Mobile field collection — Survey123, ArcGIS Field Maps, or custom React Native with offline tile caching, GPS trace recording, and federation back to a central enterprise portal.
  • Agency data integration — USGS Earth Explorer, NGA GEOINT services, NOAA ERDDAP, FEMA flood hazard layers, Census TIGER/Line, and BLS geographic crosswalks.

Why geospatial is different

A generalist full-stack engineer can build a perfectly good CRUD app and still ship something completely broken on a geospatial project. The reason: geospatial is one of the few domains where the data itself encodes physics. Projections, datums, and geoids are not cosmetic — they are the math that keeps Anchorage and Honolulu on the same planet. Raster bit-depth, no-data values, and compression are not incidental — they are the difference between a usable 100 GB scene and a 2 TB disaster.

We come in with the full stack of geospatial fluencies: coordinate systems (WGS84, NAD83(2011), state plane, UTM), datum transformations, vertical references (NAVD88, NAD83 ellipsoid), tiling schemes (XYZ, TMS, WMTS), service standards (WMS, WFS, WCS, WMTS, OGC API - Features/Tiles/Maps), and the difference between a raster a photo-interpreter actually wants and the one Matplotlib happily renders.

Federal agencies we target

Every federal agency runs geospatial. Our focus is on the programs where a small, high-signal contractor adds more value than a primes-first team.

  • U.S. Geological Survey — 3DEP LiDAR processing, National Map pipelines, streamgage data services. See our USGS page.
  • NGA — GEOINT services, unclassified Foundation GEOINT workflows, Maven-adjacent analytics. NGA geospatial page.
  • NOAA — satellite oceanography, hurricane imagery, coastal change detection. NOAA profile.
  • USDA — Cropland Data Layer, Forest Service fire mapping, NRCS soil survey. USDA profile.
  • FEMA — flood hazard layers, damage assessment imagery, disaster response dashboards. FEMA profile.
  • DoD components — Army Corps of Engineers levee and dam monitoring, Air Force installation mapping, Navy hydrography. DoD profile.

Reference architectures

1. Raster ML inference service

A containerized FastAPI service behind API Gateway. Tile requests come in as (x, y, z) or WKT polygons; the service reads from a COG-backed S3 bucket, runs a PyTorch segmentation model on a GPU worker, and returns a vector geometry result. Horizontally scaled via Kubernetes. Artifact lineage tracked in MLflow; every prediction tagged with model version, input scene ID, and cloud-cover percentage.

2. Federal ArcGIS Enterprise portal

ArcGIS Enterprise deployed in AWS GovCloud with a Federated Portal, Hosting Data Store, and GeoAnalytics Server. Content surfaces through a custom Experience Builder app with agency-specific branding. PKI / CAC authentication via a reverse-proxied SAML IdP. Administrative automation via the ArcGIS API for Python.

3. Change detection pipeline

Nightly Sentinel-2 ingest from AWS Registry of Open Data. A STAC catalog indexes each new scene. A Dask pipeline computes a 6-band stack of per-pixel differences against a rolling 12-month median, thresholds anomalies, and vectorizes the result. Output polygons land in PostGIS and surface as an ArcGIS Feature Service. Analysts get a morning email with the top 50 anomalies scored by area and cloud-free quality.

4. LiDAR classification and DEM production

USGS 3DEP tiles processed with PDAL and Entwine. Ground filtering, building extraction, and vegetation classification. Bare-earth DEM and Digital Surface Model produced at the agency's target resolution. Outputs delivered as COGs plus a STAC catalog for discovery.

Accessibility and 508 for maps

Maps are one of the hardest surfaces for Section 508 compliance. We take accessibility seriously, not as a checkbox. Our approach:

  • Every map ships with a keyboard-navigable legend and a parallel data table view.
  • Generated image products carry alt-text describing the symbology and extent.
  • Color ramps respect colorblind-friendly palettes (viridis, cividis, and ColorBrewer-based diverging ramps) by default.
  • Popups and feature details are rendered through the same accessible components used elsewhere in the app.
  • For dashboards, a table-first view is always available as the authoritative representation.

Related resources

For a deeper look at federal geospatial modernization, see our geospatial modernization brief and the ArcGIS Enterprise on GovCloud reference. A related case study on remote-sensing inference is at our SAMHSA production ML page (confirmed past performance) — the underlying ML operations pattern is the same even when the inputs are rasters instead of tabular claims.

Security & compliance

We design for FedRAMP-inheritable deployment from day one. Encryption at rest (SSE-KMS, customer-managed), TLS 1.3 everywhere, audit logging to CloudWatch / CloudTrail with 1-year retention minimum. Imagery intermediate artifacts get lifecycle-policied and deleted on completion unless the contract says otherwise. For CUI, data never leaves GovCloud or Azure Government boundaries.

Federal geospatial, answered.
Do you work with Esri ArcGIS Enterprise?

Yes. ArcGIS Enterprise, ArcGIS Online, ArcGIS Pro, and the ArcGIS REST API. We build Python toolboxes with ArcPy, custom geoprocessing services, and embed ArcGIS JavaScript API maps into 508-compliant web applications for federal users.

Can you process satellite and aerial imagery at scale?

Yes. We build raster pipelines on top of Landsat, Sentinel-2, NAIP, Maxar, and Planet feeds. Tooling: GDAL, rasterio, xarray, Dask, STAC catalogs, and COGs. For ML we use segmentation models (U-Net, DeepLabv3+, SAM-2) for land cover, structure detection, and change detection.

Do you support classified geospatial work?

Bo Peng does not currently hold an active clearance but is sponsorable. For unclassified CUI geospatial work we can deliver today in GovCloud or Azure Government.

Can you integrate with NGA or USGS data feeds?

Yes. USGS Earth Explorer, USGS 3DEP LiDAR, NGA GEOINT services, NOAA data portals, and FEMA flood hazard layers. We handle ingestion, reprojection, tiling, and serving.

What about geospatial ML for change detection?

Core offering. Convolutional and transformer models for building footprint extraction, vehicle detection, vegetation indices, flood extent, burn scars, and infrastructure change. We train in PyTorch with torchgeo and deploy as containerized inference services.

Do you build mobile field-collection apps?

Yes. Survey123 and Field Maps integration, or custom React Native apps with offline tile caching, GPS collection, and sync back to a federal ArcGIS Enterprise portal.

Often deployed together.
1 business day response

Pixels to decisions.

Federal GIS, remote sensing, and geospatial ML — ready to deliver.

[email protected]
UEI Y2JVCZXT9HP5CAGE 1AYQ0NAICS 541512SAM.GOV ACTIVE