Provenance
Freshness & coverage
Methods (4)
searchWells
readSearch Canada offshore wells by operator, name, status, region, licence, category, or bbox.
EntitieswellInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "HMDC" ] }, "wellName": { "type": "string" }, "status": { "type": "string", "examples": [ "Oil Producer" ] }, "region": { "type": "string" }, "licence": { "type": "string" }, "category": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }~553 wells; GeoJSON points (WGS84). Unions the 4 base category views.
getWellDetail
readGet one offshore well by FID (the OID field is FID, not OBJECTID).
EntitieswellInput schema
{ "type": "object", "properties": { "fid": { "type": "number", "examples": [ 1 ] }, "category": { "type": "string", "examples": [ "exploration" ] } }, "additionalProperties": false, "required": [ "fid" ] }fid is per-view; probes the category views and returns the first hit.
searchLicences
readSearch offshore licences by name, type, or year issued (range supported).
EntitiesleaseInput schema
{ "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string", "examples": [ "Production" ] }, "yearIssued": { "type": "number" }, "yearFrom": { "type": "number", "examples": [ 2010 ] }, "yearTo": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }85 licences; Type: Exploration | Production | Significant Discovery.
getServiceInfo
readList the C-NLOPB ArcGIS layers this connector exposes with live feature counts.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
