From rural-property geometry to an auditable environmental report in under 10 minutes.
EnvReg converts CAR / KML / shapefile into a PDF report + JSON provenance manifest — for teams that need defensible compliance evidence at scale. Aligned with Brazil's Forest Code, IBAMA NI 14/2024, EUDR and SBCE.
- Output time
- < 10 minutes
- Layers crossed
- 10 datasets
- Compliance
- EUDR · IN 14/2024
- Evidence
- JSON manifest
7.2 million properties. 3.3% with analysis completed.
Brazil holds the largest stock of registered rural properties in the tropics — and the lowest rate of completed environmental regularization. Producing each report (CAR, PRAD under IBAMA NI 14/2024, agronomic project) still takes 30 to 60 days of manual work in QGIS / ArcGIS, at a cost of BRL 3,000 to BRL 15,000 in technical hours.
On top of that slow base, five regulatory vectors converge in 2026–2028: EUDR (30 Dec 2026), Mercosur–EU iTA (in force since 1 May 2026), SBCE (Law 15,042/2024), BCB Resolution 4,945/2021, and physical climate pressure following extreme-weather events. Artisanal supply can't keep up.
Each square is a rural property registered in CAR. In green, the 3.3% with completed environmental analysis.
Built for teams that need defensible compliance.
Every segment has specific inputs, outputs and a workflow. EnvReg serves as the technical evidence layer for all of them.
Environmental consultancies
Generate CAR / PRAD / EUDR report drafts with a full evidence trail — without changing tools.
Upload client geometry → technical draft in <10 min → review and sign ART.
Cooperatives
Screen member-property portfolios for EUDR and Forest Code risk at scale.
Submit CAR list → risk table per property → export CSV / API per producer.
Banks & rural credit
Reduce environmental risk in rural credit analysis using auditable geospatial evidence.
Integrate via API → risk flags per property → document in credit dossier.
Exporters & traders
Prepare deforestation-free evidence and property geolocation for EUDR due diligence.
Map suppliers → post-2020 screening → DDS pre-fill for the EU operator.
Carbon / MRV
Build baseline environmental evidence for restoration, agroforestry, carbon and jurisdictional MRV.
Define project area → MapBiomas baseline + GEDI biomass → evidence manifest for methodology.
From property geometry to auditable environmental evidence in minutes.
EnvReg is a web SaaS platform that replaces the 30–60-day manual workflow with a production technical output: a PDF report formatted for the Technical Responsibility Note (ART) plus an auditable JSON with a complete per-claim provenance manifest.
End-to-end auditable pipeline
Upload a CAR shapefile, KML, or CAR code. In under 10 minutes you get a PDF report plus a JSON manifest with full per-claim provenance.
Regulation as code
Permanent Preservation Areas (APP), Legal Reserve, IBAMA NI 14/2024 and the EUDR cut-off (31 Dec 2020) implemented as versioned rules — not a black box.
Scientific reproducibility
Two reports for the same geometry on the same version are byte-identical. Any external auditor can reproduce any result from open data.
Professional defensibility
A CREA-registered engineer signs the technical responsibility note (ART) on top of auditable outputs. Same legal model used with QGIS, AutoCAD and ArcGIS — already accepted by Brazilian engineering practice.
Every report carries the pipeline version, input-geometry hash, timestamp, per-claim confidence interval, and a JSON manifest. Byte-identical reproduction is a requirement, not a feature.
POST /reports → report.pdf · manifest.jsonFrom file to auditable report in five steps.
Every step is deterministic, versioned and reproducible. An external auditor can reproduce any output from open data.
CAR / KML / shapefile / GeoJSON + municipality + state + intended use
10 layers — EO, hydrology, climate, SICAR, IBAMA — cross-referenced per property
Forest Code · IBAMA NI 14/2024 · EUDR cut-off 31 Dec 2020 — versioned rules
JSON per claim · dataset version · geometry hash · confidence interval
Formatted for CREA ART · ready for professional review and signature
Every claim points to dataset, geometric operation, resolution and confidence interval. Byte-identical reproduction.
Download sample report (PDF)Illustrative sample · fictional property data
{
"schema": "envreg-manifest-v1",
"pipeline_version": "1.4.2",
"property_id": "AC-0100100-2024-XXXXX",
"geometry_hash": "sha256:a7f3c9d2...",
"processed_at": "2026-05-14T09:31:07Z",
"datasets": {
"mapbiomas": "collection_9",
"prodes": "2024",
"deter": "2026-04",
"sicar": "2026-05-01",
"ibama_embargoes": "2026-05-12"
},
"claims": [
{
"statement": "Post-2020 deforestation detected: 4.7 ha",
"source": "PRODES",
"confidence": 0.91,
"geometry_op": "intersection",
"resolution_m": 30,
"legal_ref": "EUDR 2023/1115 Art.2(1)"
},
{
"statement": "APP deficit: 2.1 ha (watercourse buffer)",
"source": "SICAR + HydroSHEDS",
"confidence": 0.85,
"geometry_op": "buffer_difference",
"resolution_m": 30,
"legal_ref": "Lei 12.651/2012 Art.4"
},
{
"statement": "Legal Reserve status: uncertain",
"source": "SICAR",
"confidence": null,
"geometry_op": "attribute_lookup",
"resolution_m": null,
"flag": "INSUFFICIENT_EVIDENCE"
}
]
}What EnvReg does — and does not do
- Generate an auditable evidence package from property geometry
- Cross-reference 10 official and open geospatial datasets
- Apply Forest Code, EUDR and IBAMA NI 14/2024 rules
- Produce a PDF report formatted for professional review and ART signing
- Export a machine-readable JSON provenance manifest
- Flag uncertainty and conflicting datasets explicitly
- Process property portfolios in batch for scalable screening
- Replace the professional judgement of a licensed engineer
- Issue official government CAR approval
- Guarantee EUDR compliance without full supply-chain context
- Constitute a standalone legal document without ART signature
- Replace field inspection where required by technical standards
Production stack at free-tier cost.
Every architectural decision lowers our capital dependence and removes black boxes. Earth-observation compute is offloaded to Google Earth Engine; persistence sits on PostGIS; PDF rendering is deterministic via WeasyPrint. Projected infrastructure cost for 50 active users: under BRL 600 / month.
| Layer | Technology | Rationale |
|---|---|---|
| Earth observation compute | Google Earth Engine | Petabytes of Sentinel/Landsat with no local storage |
| Land cover & change | MapBiomas C9 · PRODES · DETER · Alerta · Fogo | Brazilian datasets with legal standing |
| Hydrology & climate | HydroSHEDS · ANA · GPM IMERG · Sentinel-1 SAR | Sufficient for risk indication in the MVP |
| Compliance | Public SICAR · IBAMA embargoes · SEMA-AC | Documented schemas, daily sync |
| Spatial backend | PostGIS · Supabase · Neon | De-facto standard in production GIS |
| Application | FastAPI · GeoPandas · Rasterio · Shapely | Mature, auditable Python stack |
| Orchestration | Celery · Redis | Async jobs with retry and versioning |
| Frontend | Next.js · MapLibre GL · Tailwind | Open-source, no Mapbox token, PWA-ready |
| PDF rendering | WeasyPrint | Deterministic and legally defensible |
| Hosting | Fly.io · Vercel | Per-CPU-minute billing, sub-linear scaling |
Ten orbital and regulatory layers, aligned to the auditor's lens.
For a single property, the system cross-references Earth-observation data, hydrology, climate and Brazilian regulatory datasets. Every layer is versioned, cited and defensible under audit, enforcement or dispute.
- 01MapBiomas Collection 9MapBiomas Network · Souza et al. 2020Land cover and use · 1985–present
- 02PRODESINPE / TerraBrasilisOfficial deforestation rate for the Legal Amazon
- 03DETERINPENear-real-time deforestation alerts
- 04MapBiomas FireMapBiomas / LASA-UFRJHistorical burn-scar record
- 05Sentinel-1 SARESA CopernicusFlood detection in the rainy season
- 06Sentinel-2 MSIESA CopernicusOptical composites, NDVI/EVI indices
- 07GPM IMERGNASA / JAXA0.1° precipitation climatology
- 08GEDI L2A/L4ANASA · Dubayah et al. 2020Canopy structure and biomass (Phase 2)
- 09Public SICARMMA · Brazilian Forest ServiceRural-property geometry
- 10IBAMA embargoesIBAMAMachine-readable embargo lists
Forest Code, IBAMA NI 14/2024 and the EUDR — in pipeline form.
EnvReg's intellectual property is not in an opaque model; it's in the exact translation of technical and regulatory rules into auditable code. Every clinical decision — APP along watercourses, Legal Reserve by biome, EUDR cut-off on 31 Dec 2020 — is deterministic, versioned and references the legal source.
EnvReg produces evidence. The professional decision is signed by the CREA-registered engineer.
Same legal model as QGIS, AutoCAD and ArcGIS — already consolidated in Brazilian engineering practice.
- 01
Legal hierarchy of sources
Tier 1 (PRODES, SICAR, IBAMA) overrides Tier 2 (MapBiomas, GFW Hansen) on disagreement — explicitly flagged in the output.
- 02
Conservative defaults
'Uncertain' is a valid output. The system never forces confidence where evidence is insufficient — which lowers professional risk for the signing engineer.
- 03
Pipeline versioning
Every report carries the version of every dataset, method and code path. Byte-identical reproduction is a requirement, not a feature.
- 04
Per-claim provenance
'This property has 4.7 ha of deforestation between 2020–2024' points to dataset, geometric operation, resolution and confidence interval.
- 05
Professional-responsibility model
EnvReg produces evidence. The technical responsibility note (ART) is signed by a CREA-registered engineer. Same legal model as QGIS, AutoCAD, ArcGIS.
- 06
LGPD and privacy
Owner personal data encrypted at rest, processed under legitimate-interest legal basis, with a deletion workflow on request.
Secure infrastructure. Documented compliance.
EnvReg is built for enterprise teams that need verifiable security, LGPD compliance and a clear professional responsibility chain.
LGPD
Owner personal data encrypted at rest. Legitimate-interest legal basis. Documented deletion workflow on request.
Encryption in transit
HTTPS / TLS 1.3 across all routes. No data transmitted in clear text between client and server.
Audit logs
Full pipeline record per report: code version, datasets used, geometry hash, immutable timestamp.
Data retention
Documented policy. Client data not retained beyond what is necessary. Report retention configurable per organisation.
Responsibility model
EnvReg produces auditable technical evidence. Professional decision and ART signature belong to the CREA-registered engineer — same legal model as QGIS and ArcGIS.
Enterprise documentation
Security one-pager, DPA and MSA available on request. Technical review for enterprise integrations.
Full security and compliance documentation available under NDA for enterprise partners.
Six verticals stacked on the same data layer.
ESG software, climate analytics, geospatial intelligence, GeoAI, AI in agriculture and the voluntary carbon market — all converging on the same demand for auditable property-level geospatial evidence.
Climate data analytics
Geospatial analytics
GeoAI / GEOINT
AI in agriculture
Voluntary carbon market
Brazil is a market in itself. LatAm is the upside.
You don't need to leave Brazil to build a BRL 100M+ business. Acre is the Archimedean point: 100% Amazon biome, a SISA jurisdiction recognized by LEAF and ART-TREES, and the only institutional overlap between Centelha 3 and the EUDR calendar.
Not an ESG feature. The evidence infrastructure.
Bioeconomy investment is dammed up by the cost of environmental verification. When that cost drops by an order of magnitude, mechanisms that don't scale today — enforcement, restoration, regularization, traceability, low-carbon credit — start to scale.
Reducing deforestation
An environmental ground-truth layer that unlocks supply-chain enforcement. Banks and traders can refuse non-compliant suppliers using cheap, geospatial evidence.
Restoration economy
Recovery plans (PRAD) in hours instead of 60 days unlock agroforestry systems built around endemic species (cumaru, andiroba, ipê, açaí, Brazil nut).
Democratized access
BRL 49–199 per report vs. BRL 3–15k in consulting fees. Smallholders, riverside communities and cooperative members can finally afford regularization.
Auditable traceability
EUDR DDS pre-fill + Mercosur–EU + SBCE. Every exported hectare becomes traceable down to the source property.
Carbon markets
The substrate that regulated SBCE MRV and voluntary VCS / ART-TREES MRV both run on. Acre as an export hub of auditable CO₂ tonnes.
Climate resilience
Embedded historical flood frequency (Sentinel-1 SAR) and GPM IMERG climatology give banks, insurers and producers a base for pricing physical risk.
KPIs an evaluator, an investor and a cooperative member can read on the same line.
Metrics projected over 36 months, anchored to the Centelha envelope (BRL 130k) and to expected adoption by consultancies and producers in Acre, AM, RO and PA.
| Indicator | Year 1 | Year 2 | Year 3 |
|---|---|---|---|
| Hectares analyzed | 50,000 | 500,000 | 5,000,000 |
| Properties regularized | 200 | 2,000 | 20,000 |
| Recovery plans (PRAD) generated | — | 100 | 500 |
| EUDR-compliant hectares | 30,000 | 300,000 | 3,000,000 |
| Skilled jobs in Acre | 3 | 8 | 20 |
| Reduction in regularization time | 60% | 75% | 85% |
Methodology · CPI/PUC-Rio 2024 · SICAR · MapBiomas · INPE · IPEA
Each quarter unlocks the next. Nothing is speculative.
- Q1 · M1–M3
Technical and institutional foundation
- Incorporate company in Rio Branco / Acre
- Ingest MapBiomas, PRODES, DETER, SICAR, IBAMA
- Backend architecture and LGPD / DPO setup
- Q2 · M4–M6
End-to-end report generation
- Full pipeline through to PDF + JSON
- EUDR cut-off module (31 Dec 2020)
- Closed beta with 3 Acre-based consultancies
- Q3 · M7–M9
Public launch in Acre
- Self-serve via Pix
- Expansion to AM, RO, PA datasets
- Goal: 30 paying users, MRR > BRL 5k
- Q4 · M10–M12
PRAD draft + Pre-A preparation
- PRAD module with Acre agroforestry systems
- First cooperative partnership (Sicredi / Sicoob)
- 50+ users · 500+ reports · enterprise pipeline
- 2027
Carbon MRV module · Pre-A
- MRV aligned to IPCC 2019 + ART-TREES
- Enterprise tier (BRL 50–500k / yr)
- Pre-A round BRL 5–15M
- 2028 → 2030
LatAm expansion
- National coverage in Brazil
- Peru, Colombia, Bolivia
- Default substrate for South-American EUDR DDS
The bibliography your technical reviewer has already read.
EnvReg's technical layer is built on the state of the art in remote sensing, forest carbon accounting and environmental regulation. Every component of the MVP cites, versions and respects the underlying science.
Reconstructing Three Decades of Land Use and Land Cover Changes in Brazilian Biomes with Landsat Archive and Earth Engine
Remote Sensing · 2020Souza et al.Methodological backbone of MapBiomas — the Earth Engine workflow EnvReg inherits.
PRODES and DETER — official methodology
TerraBrasilisINPELegally recognized baseline for deforestation in the Legal Amazon.
High-Resolution Global Maps of 21st-Century Forest Cover Change
Science · 2013 + GFW updatesHansen et al.International cross-check for EUDR. European auditors read Hansen alongside PRODES.
Slowing Amazon deforestation through public policy and interventions in beef and soy supply chains
Science · 2014Nepstad et al.Scientific precedent for supply-chain enforcement as a deforestation-reduction mechanism.
IPCC 2019 Refinement to the 2006 Guidelines for National GHG Inventories — AFOLU
—IPCCMethodological standard for forest emissions accounting — spec for the MRV module.
The Global Ecosystem Dynamics Investigation (GEDI)
Science of Remote Sensing · 2020Dubayah et al.Foundation for biomass and canopy-structure work — Phase 2.
EU Regulation 2023/1115 (EUDR) + 2025/2650
Official Journal of the European UnionEuropean Parliament & CouncilPrimary legal text; the compliance product roadmap lives inside the regulation.
Where Does Brazil Stand with the Implementation of the Forest Code?
2024 editionClimate Policy Initiative / PUC-RioQuantifies the 96.7% backlog of unanalyzed CAR registrations — basis for market sizing.
Evidence & collaboration ecosystem.
Official data sources, regulatory frameworks, target institutional collaborators and funding context that underpin the EnvReg evidence layer.
- MapBiomas Network
- INPE / TerraBrasilis
- SICAR / SFB
- IBAMA
- ANA
- ESA Copernicus
- NASA
- Forest Code (Law 12,651/2012)
- IBAMA NI 14/2024
- EUDR 2023/1115
- SBCE · Law 15,042/2024
- BCB 4,945/2021
- SEMA-AC
- CREA-AC
- FAEAC
- Embrapa Acre
- UFAC
- Centelha 3 Acre
- FAPAC
- Finep
- CNPq
- Sicredi
- Sicoob
- ART-TREES
- Verra
- Gold Standard
Institution names appear as data sources, regulatory references or target ecosystem stakeholders. Unless explicitly stated, their appearance does not imply formal endorsement or partnership.
10 properties. 7 days. Complete technical output.
Evaluate EnvReg on real properties before any commercial commitment.
- →CAR code, KML, shapefile or GeoJSON polygon (one per property)
- →Municipality and state for each property
- →Intended use: CAR, PRAD, EUDR, rural credit or cooperative screening
- 10 PDF reports with complete geospatial evidence
- 10 JSON provenance manifests per claim
- Batch risk table: EUDR · Forest Code · IBAMA embargo flags
- Methodology notes with version of every dataset used
- 60-minute technical review with the founder
Report credits · branded reports · multiple users · history
Talk to the teamBatch screening · portfolio dashboard · CSV / API export
Talk to the teamThe environmental infrastructure for the Amazon is being built right now. The next 12 months decide who gets a seat in the foundation.
- →EUDR enforcement · 30 Dec 2026 (large/medium) · 30 Jun 2027 (micro/small)
- →EU–Mercosur iTA in force · 1 May 2026
- →SBCE Phase II · 12 Dec 2026
Ana Clara Santos Venancio
Forest Engineer · CEO · Acre, Brazil
I welcome conversations with Centelha reviewers, institutional partners (CREA-AC, FAEAC, SEMA-AC, Embrapa Acre), design-partner consultancies and producers, and climate-tech investors aligned with tropical Brazil.
- [email protected]General inquiries
- [email protected]Contato em português
- Rio Branco · Acre · Brazil
- Master document and quantitative dossier available under NDA