Soft commodity facilities like grain stores, silos, and cooperatives in Brazil.
Where Brazilian farms connect to markets. This is the geolocated midstream of Brazilian agriculture: the silos, slaughterhouses, dairy plants, and sugar/ethanol mills that farms sell into, plus the cooperatives that farms belong to. It exists to answer, for any rural property, who to contact about deforestation on the land — the cooperative that has the farmer as a member, or the buyer that receives their grain, cattle, or cane.
Brazil only. 83,811 rows across seven GeoParquet files, describing 40,669 distinct entities. All geometry is WGS84 (EPSG:4326).
One collection, facilities, with seven files.
BR_facilities is a union of the other six plus 3,103 modelled catchment
polygons, so the seven row counts overlap. Do not add them together and call the
result a facility count.
Tiers inside BR_facilities, measured over all 40,669 rows:
Every point comes from a government registry, or is geocoded from one. Nothing is guessed from satellite imagery.
ArmazensCadastrados), which every grain warehouse must register with. It
ships real GPS coordinates, so these are exact.Not every point is equally precise, so each row carries two labels.
basis is observed (37,566 rows) or modelled (3,103 rows, the gravity
catchments only).
geom_method records how the coordinate was set. Five values occur:
No credentials. The files are plain HTTPS GeoParquet, so DuckDB reads them in place. This query was run against the published files:
The five nearest grain silos to Sinop, Mato Grosso:
Do not wrap geometry in ST_GeomFromWKB. DuckDB's spatial extension reads
the GeoParquet geometry column as GEOMETRY('OGC:CRS84') already, and
ST_GeomFromWKB on it raises a binder error. Use the column directly.
More worked queries, the join keys, and the traps are in AGENTS.md.
This is the official publication from the World Resources Institute, not a mirror. WRI compiled, geocoded, unified and published it. The underlying records belong to CONAB, MAPA (SIF and SISBI), ANP, IBGE, and Trase, each credited as a producer in the collection metadata.
Pipeline, tests, and a plain-language writeup live at
github.com/wri/rural-land, under
soft_commodity_infrastructure/METHODOLOGY.md.
The snapshot was compiled on 2026-07-23. CONAB's registry drifts daily; exact source snapshot dates are recorded in the pipeline repository.
Attribution: Soft Commodity Infrastructure (Brazil), WRI. Sources: CONAB, MAPA/SIF, ANP, IBGE, Trase (SISBI).
Tristan Grupp (WRI), tristan.grupp@gmail.com. Catalog metadata, the data pipeline, and issues all live in github.com/wri/rural-land (private as of 2026-08-20).
An LLM-oriented summary of this catalog, with the join keys and the traps, is at llms.txt.