# Sage-Grouse Habitat Screen - WY, CO & OR Energy Sites

**Use case:** 

Ready-to-run sage-grouse habitat screen for western energy sites: PHMA/GHMA tier, managing agency, and siting stipulation flags from 7 BLM/USFS sources.

## Input

```json
{
  "assets": [
    {
      "lat": 42.985,
      "lon": -109.865,
      "label": "Upper Green River Basin, WY (Pinedale gas field)"
    },
    {
      "lat": 39.7392,
      "lon": -104.9903,
      "label": "Downtown Denver, CO (clear)"
    },
    {
      "lat": 40.05,
      "lon": -108.45,
      "label": "Piceance Basin, CO"
    },
    {
      "lat": 43.6,
      "lon": -117.1,
      "label": "Vale, OR (BLM Oregon HMA range)"
    },
    {
      "lat": 32.7791,
      "lon": -96.8,
      "label": "Downtown Dallas, TX (far clear)"
    }
  ],
  "radiusMiles": 10,
  "maxAssets": 25
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_habitat": {
    "label": "In sage-grouse habitat",
    "format": "boolean"
  },
  "habitat_type": {
    "label": "Habitat type code",
    "format": "string"
  },
  "habitat_type_label": {
    "label": "Habitat type label",
    "format": "string"
  },
  "stipulation_level": {
    "label": "Stipulation level",
    "format": "string"
  },
  "managing_source": {
    "label": "Managing source",
    "format": "string"
  },
  "overlapping_designation_count": {
    "label": "Overlapping designation count",
    "format": "integer"
  },
  "nearby_habitat_found": {
    "label": "Nearby habitat found",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Sage-Grouse Habitat Siting Screener — BLM/USFS PHMA/GHMA](https://apify.com/malonestar/blm-sage-grouse-siting-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/blm-sage-grouse-siting-screener) to learn more, explore other use cases, and run it yourself.