All data sources

Oregon DOGAMI Geothermal

Unknown author-dogami

Oregon Dept. of Geology & Mineral Industries — GeoThermal Information Layer of Oregon (GTILO): ~5,429 geothermal wells, geothermal springs, and direct-use area polygons. No auth. For renewable/geothermal siting in Oregon. Note: these layers have no objectIdField, so results are capped at 1000 per query (no pagination) — use bbox or near {lat,lon,radiusMiles} to bound the result. getDirectUseAreas returns GeoJSON polygons for patchops_addMapLayer.

Provenance

PublisherOregon DOGAMI Geothermal

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchGeothermalWells

    read

    Geothermal wells by operator/type/status/field and/or location (bbox/near). format:geojson for map.

    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "wellType": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "field": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • searchGeothermalSprings

    read

    Geothermal springs by location (bbox/near). format:geojson for map.

    Input schema
    {
      "type": "object",
      "properties": {
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • getDirectUseAreas

    read

    Geothermal direct-use area polygons (GeoJSON by default; format:records for attributes).

    Input schema
    {
      "type": "object",
      "properties": {
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Connector surface, field meanings, and live layer record counts.

    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }