# Live GIS / KML / REST endpoints — East Evans Creek Fire

Use these to **re-pull** data when the fire grows. Snapshots in this folder go stale.

**AOI bbox (WGS84):** `-123.25,42.45,-122.75,42.80`  
**Tight fire bbox:** `-123.05,42.58,-122.93,42.65`  
**IRWIN:** `C12BFCD9-62EE-42D7-A015-FC8B8BFA0793`

---

## 1. Fire perimeter (best source for ATAK)

### NIFC WFIGS Current Interagency Fire Perimeters
- **FeatureServer:**  
  `https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Interagency_Perimeters_Current/FeatureServer/0`
- **GeoJSON (this fire):**  
  ```
  https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Interagency_Perimeters_Current/FeatureServer/0/query?where=poly_IncidentName%20LIKE%20%27%25Evans%25%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson
  ```
- **Explore / download UI:**  
  https://data-nifc.opendata.arcgis.com/datasets/nifc::wfigs-current-interagency-fire-perimeters/explore
- **Open data item:**  
  https://www.arcgis.com/home/item.html?id=d1c32af3212341869b3c810f1a215824

### NIFC WFIGS Incident Locations (origin point)
- **FeatureServer:**  
  `https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Incident_Locations_Current/FeatureServer/0`
- **GeoJSON:**  
  ```
  https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Incident_Locations_Current/FeatureServer/0/query?where=IncidentName%20LIKE%20%27%25Evans%25%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson
  ```

### Esri Living Atlas — USA Wildfires
- **Service:**  
  `https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/USA_Wildfires_v1/FeatureServer`
- Layers: `0` Current Incidents, `1` Current Perimeters

---

## 2. Evacuation zones (critical for ATAK)

### Oregon OEM — active fire evacuation areas (includes Genasys feed)
**This is the best machine-readable active L1/L2/L3 layer.**

- **FeatureServer:**  
  `https://services.arcgis.com/uUvqNMGPm7axC2dD/arcgis/rest/services/Fire_Evacuation_Areas_Public/FeatureServer/0`
- **Jackson County only GeoJSON:**  
  ```
  https://services.arcgis.com/uUvqNMGPm7axC2dD/arcgis/rest/services/Fire_Evacuation_Areas_Public/FeatureServer/0/query?where=County%3D%27Jackson%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson
  ```
- **Evans Creek name filter:**  
  ```
  .../query?where=Fire_Name+LIKE+%27%25Evans%25%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson
  ```
- Fields: `Fire_Evacuation_Level` (1/2/3), `Evac_Area_Name` (e.g. `US-OR-JAC-JAC-148-A`), `StructuresWithin`, `PopulationWithin`

### Jackson County — full Know-Your-Zone basemap
- **FeatureServer:**  
  `https://services1.arcgis.com/DwYBkWQPdaJNWrPG/arcgis/rest/services/Evacuation_Zones_Jackson_County_Public_ViewTemp/FeatureServer/4`
- **AOI GeoJSON:**  
  ```
  .../4/query?geometry=-123.25,42.45,-122.75,42.80&geometryType=esriGeometryEnvelope&inSR=4326&spatialRel=esriSpatialRelIntersects&outFields=*&returnGeometry=true&outSR=4326&f=geojson
  ```

### Genasys Protect (public map — no open GeoJSON dump found)
- Hazard map:  
  https://protect.genasys.com/hazards/c12bfcd9-62ee-42d7-a015-fc8b8bfa0793  
- Search: https://protect.genasys.com/  
- Note: IRWIN UUID matches Genasys hazard id for this fire.

---

## 3. Satellite hotspots (heat detections)

### NASA FIRMS — download KML / CSV (no key for regional files)
- Portal: https://firms.modaps.eosdis.nasa.gov/active_fire/
- **VIIRS NOAA-20 USA 24h KML:**  
  https://firms.modaps.eosdis.nasa.gov/data/active_fire/noaa-20-viirs-c2/kml/J1_VIIRS_C2_USA_contiguous_and_Hawaii_24h.kml
- **VIIRS SNPP USA 24h KML:**  
  https://firms.modaps.eosdis.nasa.gov/data/active_fire/suomi-npp-viirs-c2/kml/SUOMI_VIIRS_C2_USA_contiguous_and_Hawaii_24h.kml
- **MODIS USA 24h KML:**  
  https://firms.modaps.eosdis.nasa.gov/data/active_fire/modis-c6.1/kml/MODIS_C6_1_USA_contiguous_and_Hawaii_24h.kml
- CSV equivalents under same paths with `/csv/` and `.csv` extension.
- Interactive: https://firms.modaps.eosdis.nasa.gov/map/#d:24hrs;@-122.98,42.62,11z

### Esri Living Atlas VIIRS thermal
-  
  `https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/Satellite_VIIRS_Thermal_Hotspots_and_Fire_Activity/FeatureServer/0`

### NIFC MODIS heat detections
-  
  `https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/Modis_Heat_Detections/FeatureServer`  
  Layers: `0` centroids, `1` footprints

---

## 4. Jackson County basemap GIS

| Layer | REST URL |
|-------|----------|
| Road centerlines | `https://jcportal.jacksoncountyor.gov/server/rest/services/Transportation/RoadCenterlineRoad_Class/FeatureServer/14` |
| Address points | `https://jcportal.jacksoncountyor.gov/server/rest/services/Property/Address_Points/FeatureServer/1` |
| Fire districts | `https://jcportal.jacksoncountyor.gov/server/rest/services/AdministrativeBoundary/Fire_Districts/FeatureServer/0` |
| Tax lots | `https://jcportal.jacksoncountyor.gov/server/rest/services/Property/Taxlots/FeatureServer` |
| Tax lots (AGOL download) | `https://services1.arcgis.com/DwYBkWQPdaJNWrPG/arcgis/rest/services/TaxLots_Download/FeatureServer` |
| Streams | `https://jcportal.jacksoncountyor.gov/server/rest/services/Environmental/Jackson_County_Streams/FeatureServer` |
| Open data hub | https://gis.jacksoncountyor.gov/ |
| Spatial open data map | `https://spatial.jacksoncountyor.gov/arcgis/rest/services/OpenData/ReferenceData/MapServer` |

**AOI query template (append to any FeatureServer layer):**
```
/query?geometry=-123.15,42.52,-122.85,42.72&geometryType=esriGeometryEnvelope&inSR=4326&spatialRel=esriSpatialRelIntersects&outFields=*&returnGeometry=true&outSR=4326&f=geojson&resultRecordCount=2000
```

---

## 5. Oregon statewide / OEM / OSFM

| Resource | Link |
|----------|------|
| Fire Evacuation Areas Public | `https://services.arcgis.com/uUvqNMGPm7axC2dD/arcgis/rest/services/Fire_Evacuation_Areas_Public/FeatureServer` |
| Oregon Wildfire Dashboard | https://experience.arcgis.com/experience/6329d5e4e13748b9b9f7f33f06a3c376 |
| OSFM Interactive Maps | https://osfminfo.org/maps/ |
| ODF fire stats / GIS | https://www.oregon.gov/odf/fire/pages/firestats.aspx |
| ODF GIS Hub fire occurrence | https://oregon-department-of-forestry-geo.hub.arcgis.com/ |
| Animal sheltering locations | `https://services.arcgis.com/uUvqNMGPm7axC2dD/arcgis/rest/services/Animal_Sheltering_Locations/FeatureServer` |

---

## 6. Incident information sites

| Source | Link |
|--------|------|
| Watch Duty | https://app.watchduty.org/i/107705 |
| Ready Jackson hub | https://readyjacksonco.com/Emergency/emergency-information-hub-east-evans-creek-road-fire |
| Jackson County news (ODF IMT) | https://jacksoncountyor.gov/news_detail_T10_R993.php |
| Genasys | https://protect.genasys.com/hazards/c12bfcd9-62ee-42d7-a015-fc8b8bfa0793 |
| WFCA fire map | https://wfca.com/fire-map/oregon/e_evans_creek_rd_18000 |
| CurrentWildfires.com | https://currentwildfires.com/en/fire/e-evans-creek-rd-18000-fire-or-2026/ |
| Cornea fire explorer | https://fires.cornea.is/fire/oregon_e-evans-creek-rd-18000_2026-07-10-221346 |

---

## 7. curl one-liners to refresh mission data

```bash
MISSION=~/East_Evans_Creek_Fire_ATAK
mkdir -p "$MISSION/geojson"

# Perimeter
curl -sL "https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Interagency_Perimeters_Current/FeatureServer/0/query?where=poly_IncidentName%20LIKE%20%27%25Evans%25%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson" \
  -o "$MISSION/geojson/East_Evans_Creek_Perimeter.geojson"

# Origin
curl -sL "https://services3.arcgis.com/T4QMspbfLg3qTGWY/arcgis/rest/services/WFIGS_Incident_Locations_Current/FeatureServer/0/query?where=IncidentName%20LIKE%20%27%25Evans%25%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson" \
  -o "$MISSION/geojson/East_Evans_Creek_Incident_Point.geojson"

# Active evac zones Jackson Co
curl -sL "https://services.arcgis.com/uUvqNMGPm7axC2dD/arcgis/rest/services/Fire_Evacuation_Areas_Public/FeatureServer/0/query?where=County%3D%27Jackson%27&outFields=*&returnGeometry=true&outSR=4326&f=geojson" \
  -o "$MISSION/geojson/Oregon_OEM_Evac_Jackson.geojson"

# FIRMS VIIRS 24h CSV then filter offline
curl -sL "https://firms.modaps.eosdis.nasa.gov/data/active_fire/noaa-20-viirs-c2/csv/J1_VIIRS_C2_USA_contiguous_and_Hawaii_24h.csv" \
  -o "$MISSION/csv/FIRMS_VIIRS_NOAA20_USA_24h.csv"
```

Convert GeoJSON → KML in QGIS (**Export → Save Features As → Keyhole Markup Language**) or re-run the converter used for this package.

---

## 8. ATAK import tips

| Format | ATAK support | Notes |
|--------|--------------|-------|
| **KML / KMZ** | Excellent | Primary format used here |
| **GeoJSON** | Via plugins / convert | Keep for QGIS refresh |
| **Shapefile** | Via import plugins | Export from GeoJSON in QGIS if needed |
| **ArcGIS REST** | ATAK ArcGIS plugin / WFS | Paste FeatureServer URLs if plugin available |
| **WMS** | Overlay | FIRMS WMS: https://firms.modaps.eosdis.nasa.gov/web-services |

Suggested ATAK layer order (bottom → top):
1. Roads  
2. Fire districts  
3. Evac Level 1 → 2 → 3  
4. Perimeter  
5. Hotspots  
6. Origin / ICP / shelters as markers  

---

## 9. Known gaps / not publicly downloadable as GIS

- **Watch Duty** proprietary API returned HTTP 406 from this environment (map still useful in browser).
- **Genasys** zone geometry is mirrored into **Oregon OEM Fire_Evacuation_Areas_Public** (use that for GIS).
- **Road closures** — announced textually (E Evans Creek at Meadows; Antioch at 8-mile); no dedicated public closure polygon found at capture time. Check Sheriff FB / Ready Jackson hub.
- **FIRIS aircraft perimeters** — often feed NIFC WFIGS; no separate public FIRIS KML for this OR fire found.
- **Incident action plan maps / OPS maps** — usually internal to IMT (not public).

If you get access to IMT share drives or Avenza PDFs, drop them in a `ops_maps/` subfolder and convert PDF georef maps separately.
