Provenance
Freshness & coverage
Methods (6)
searchWells
readSearch Brazil wells by operator, basin, field, state, type, status, onshore/offshore, or bbox.
EntitieswellInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "Petrobras" ] }, "wellName": { "type": "string" }, "basin": { "type": "string", "examples": [ "Campos" ] }, "field": { "type": "string" }, "state": { "type": "string" }, "group": { "type": "string" }, "category": { "type": "string" }, "status": { "type": "string" }, "offshore": { "type": "boolean", "examples": [ true ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }31k+ wells; GeoJSON points in WGS84. operador has the real operator.
searchProductionFields
readSearch Brazil production fields by operator, name, basin, stage, or primary fluid.
Entitiesproduction, fieldInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "Petrobras" ] }, "fieldName": { "type": "string" }, "basin": { "type": "string" }, "stage": { "type": "string" }, "fluid": { "type": "string", "examples": [ "ÓLEO" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }~428 field polygons with operador, etapa, fluido_pri, nome_bacia.
searchPipelines
readSearch gas/oil pipelines by kind, operator, owner, name, or bbox.
EntitiespipelineInput schema
{ "type": "object", "properties": { "kind": { "type": "string", "examples": [ "gas-transport" ] }, "operator": { "type": "string", "examples": [ "TAG" ] }, "owner": { "type": "string" }, "name": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }kind selects layer; gas vs oil layers have different schemas.
searchRefineries
readSearch Brazil refineries by name, state, city, or bbox.
EntitiesrecordInput schema
{ "type": "object", "properties": { "name": { "type": "string" }, "state": { "type": "string", "examples": [ "SP" ] }, "city": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }~19 refineries; GeoJSON points.
searchSeismicSurveys
readSearch 2D/3D seismic surveys by dimension, project, operator, confidentiality, or bbox.
EntitiessurveyInput schema
{ "type": "object", "properties": { "dimension": { "type": "string", "examples": [ "3D" ] }, "project": { "type": "string" }, "operator": { "type": "string", "examples": [ "Petrobras" ] }, "confidentiality": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }2D ~2.3k lines; 3D ~3.7k footprints. dimension: "2D" | "3D".
getServiceInfo
readList the ANP WFS layers this connector exposes with live feature counts.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
