Publish nuclear UAP evidence surface
Browse filesPublic Gradio viewer with reduced analytical data, hashes, receipts, and conservative claim language.
- .gitattributes +2 -35
- README.md +63 -12
- app.py +223 -0
- data/artifact_manifest.json +705 -0
- data/correlation_artifact_integrity_report.json +98 -0
- data/correlation_dataset_schema.json +183 -0
- data/correlation_source_gaps.csv +2 -0
- data/event_explanatory_features.csv.gz +3 -0
- data/event_explanatory_sample.csv +0 -0
- data/explanatory_artifact_integrity_report.json +80 -0
- data/explanatory_assessment.json +38 -0
- data/explanatory_case_cards.md +36 -0
- data/explanatory_dataset_schema.json +80 -0
- data/explanatory_report.md +41 -0
- data/explanatory_source_gaps.csv +1 -0
- data/matched_controls.csv +0 -0
- data/missing_geocode_examples.csv +101 -0
- data/nuclear_sites.csv +58 -0
- data/place_exposure.csv +0 -0
- data/place_exposure_top.csv +0 -0
- data/site_proximity_summary.csv +343 -0
- data/source_receipts_combined.csv +10 -0
- data/statistical_tests.json +72 -0
- data/summary_metrics.json +541 -0
- requirements.txt +2 -0
- space_release_manifest.json +711 -0
.gitattributes
CHANGED
|
@@ -1,35 +1,2 @@
|
|
| 1 |
-
*.
|
| 2 |
-
*.
|
| 3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
*.csv.gz filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -1,12 +1,63 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Nuclear
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Nuclear UAP Evidence Surface
|
| 3 |
+
sdk: gradio
|
| 4 |
+
sdk_version: 5.49.1
|
| 5 |
+
app_file: app.py
|
| 6 |
+
license: other
|
| 7 |
+
tags:
|
| 8 |
+
- uap
|
| 9 |
+
- public-data
|
| 10 |
+
- geospatial
|
| 11 |
+
- civic-data
|
| 12 |
+
- evidence-surface
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Nuclear UAP Evidence Surface
|
| 16 |
+
|
| 17 |
+
This Space is a simple public viewer for a reduced, hashed analytical dataset about one specific question:
|
| 18 |
+
|
| 19 |
+
**Do public UFO/UAP report rows cluster around nuclear power plants after ordinary controls?**
|
| 20 |
+
|
| 21 |
+
## Headline Finding
|
| 22 |
+
|
| 23 |
+
The current evidence surface does **not** support a nuclear-specific proximity signal. In the primary 50-mile comparison, nuclear power-plant sites had a lower mean public-report count than matched non-nuclear power-plant controls.
|
| 24 |
+
|
| 25 |
+
- Public geocoded report rows: `105250`
|
| 26 |
+
- Nuclear sites: `57`
|
| 27 |
+
- Matched non-nuclear controls: `285`
|
| 28 |
+
- 50-mile nuclear/control mean ratio: `0.851823`
|
| 29 |
+
- One-sided p-value for nuclear greater than controls: `0.854146`
|
| 30 |
+
|
| 31 |
+
## What This Is
|
| 32 |
+
|
| 33 |
+
- A public-source, reproducible evidence surface.
|
| 34 |
+
- A reduced export with date/place/shape/geocode/proximity features, hashes, and receipts.
|
| 35 |
+
- A way to inspect population, airport, and nuclear-site proximity factors without relying on anecdote.
|
| 36 |
+
|
| 37 |
+
## What This Is Not
|
| 38 |
+
|
| 39 |
+
- Not proof that any witness saw or did not see anything unusual.
|
| 40 |
+
- Not a bot, propaganda, or intent detector.
|
| 41 |
+
- Not a claim that aircraft explain every report.
|
| 42 |
+
- Not a claim about classified military or weapons-site activity.
|
| 43 |
+
- Not exact sighting GPS; report rows are geocoded to public Census place centroids.
|
| 44 |
+
|
| 45 |
+
## Additional Findings
|
| 46 |
+
|
| 47 |
+
- Events matched to Census population rows: `105086` of `105250`.
|
| 48 |
+
- Place-level log(population) vs log(report count) correlation: `0.641288`.
|
| 49 |
+
- Median event-place distance to a major scheduled airport: `13.277` miles.
|
| 50 |
+
- Population-weighted median Census-place distance to a major scheduled airport: `10.764` miles.
|
| 51 |
+
- Missing geocode rows: `17783` of `123013` U.S. rows.
|
| 52 |
+
|
| 53 |
+
## Sources
|
| 54 |
+
|
| 55 |
+
- DataHerb NUFORC public mirror: https://github.com/DataHerb/nuforc-ufo-records
|
| 56 |
+
- U.S. Census Gazetteer places and 2020 Decennial place population API: https://www.census.gov/
|
| 57 |
+
- WRI Global Power Plant Database: https://github.com/wri/global-power-plant-database
|
| 58 |
+
- NRC public reactor/event datasets: https://www.nrc.gov/
|
| 59 |
+
- OurAirports public airport CSV: https://ourairports.com/data/
|
| 60 |
+
|
| 61 |
+
## Repo
|
| 62 |
+
|
| 63 |
+
Space repo: https://huggingface.co/spaces/cjc0013/nuclear-uap-evidence-surface
|
app.py
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import os
|
| 4 |
+
from functools import lru_cache
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
|
| 7 |
+
import gradio as gr
|
| 8 |
+
import pandas as pd
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
ROOT = Path(__file__).parent
|
| 12 |
+
DATA = ROOT / "data"
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
@lru_cache(maxsize=1)
|
| 16 |
+
def metrics():
|
| 17 |
+
import json
|
| 18 |
+
|
| 19 |
+
return json.loads((DATA / "summary_metrics.json").read_text(encoding="utf-8"))
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
@lru_cache(maxsize=1)
|
| 23 |
+
def places():
|
| 24 |
+
return pd.read_csv(DATA / "place_exposure.csv")
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
@lru_cache(maxsize=1)
|
| 28 |
+
def missing_geocodes():
|
| 29 |
+
return pd.read_csv(DATA / "missing_geocode_examples.csv")
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
@lru_cache(maxsize=1)
|
| 33 |
+
def events():
|
| 34 |
+
return pd.read_csv(DATA / "event_explanatory_features.csv.gz")
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
def state_choices():
|
| 38 |
+
state_values = sorted(str(value) for value in places()["state"].dropna().unique())
|
| 39 |
+
return ["All"] + state_values
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
def bucket_choices():
|
| 43 |
+
values = sorted(str(value) for value in missing_geocodes()["reason_bucket"].dropna().unique())
|
| 44 |
+
return ["All"] + values
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
def population_bins():
|
| 48 |
+
return ["All", "lt_10k", "10k_50k", "50k_250k", "250k_1m", "gte_1m", "unknown_population"]
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
def score_cards():
|
| 52 |
+
m = metrics()
|
| 53 |
+
assessment = m["assessment"]
|
| 54 |
+
population = m["population_summary"]
|
| 55 |
+
airport = m["airport_summary"]
|
| 56 |
+
missing = m["missing_geocode_summary"]
|
| 57 |
+
return f"""
|
| 58 |
+
<div class="score-grid">
|
| 59 |
+
<div class="score-card"><div class="label">Population signal</div><div class="score">{assessment["population_explanation_strength_score"]}/100</div><div class="small">log-pop/report correlation {population["log_population_log_event_count_pearson"]}</div></div>
|
| 60 |
+
<div class="score-card"><div class="label">Airport confounder</div><div class="score">{assessment["airport_confounder_strength_score"]}/100</div><div class="small">event median {airport["event_nearest_major_airport_distance_median_miles"]} mi</div></div>
|
| 61 |
+
<div class="score-card"><div class="label">Nuclear non-support</div><div class="score">{assessment["nuclear_non_support_strength_score"]}/100</div><div class="small">matched controls beat nuclear in the primary test</div></div>
|
| 62 |
+
<div class="score-card"><div class="label">Missing geocodes</div><div class="score">{missing["missing_geocode_rows"]}</div><div class="small">{missing["missing_geocode_share"]:.1%} of U.S. rows</div></div>
|
| 63 |
+
</div>
|
| 64 |
+
"""
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
def overview_markdown():
|
| 68 |
+
m = metrics()
|
| 69 |
+
assessment = m["assessment"]
|
| 70 |
+
stats = m["nuclear_statistical_tests"]
|
| 71 |
+
primary = stats["tests_by_radius"]["50"]
|
| 72 |
+
can_claim = "\n".join(f"- {item}" for item in assessment["what_we_can_claim"])
|
| 73 |
+
cannot_claim = "\n".join(f"- {item}" for item in assessment["what_we_cannot_claim"])
|
| 74 |
+
return f"""
|
| 75 |
+
# Nuclear UAP Evidence Surface
|
| 76 |
+
|
| 77 |
+
This is a public-source, reduced analytical dataset for one question: do public UFO/UAP report rows cluster around nuclear power plants after ordinary controls?
|
| 78 |
+
|
| 79 |
+
**Finding:** {assessment["plain_english_assessment"]}
|
| 80 |
+
|
| 81 |
+
Primary 50-mile test:
|
| 82 |
+
|
| 83 |
+
- Public geocoded report rows: `{stats["uap_event_count"]:,}`
|
| 84 |
+
- Nuclear sites: `{stats["nuclear_site_count"]}`
|
| 85 |
+
- Matched non-nuclear controls: `{stats["control_site_count"]}`
|
| 86 |
+
- Nuclear/control mean ratio: `{primary["nuclear_to_control_mean_ratio"]}`
|
| 87 |
+
- One-sided p-value for nuclear greater than controls: `{primary["p_value_one_sided_nuclear_greater"]}`
|
| 88 |
+
|
| 89 |
+
## What it is
|
| 90 |
+
|
| 91 |
+
- A public-source evidence surface with hashes and receipts.
|
| 92 |
+
- A reduced table of place/date/shape/geocode/proximity features.
|
| 93 |
+
- A way to inspect population, airport, and nuclear-site proximity factors.
|
| 94 |
+
|
| 95 |
+
## What it is not
|
| 96 |
+
|
| 97 |
+
- It is not proof that any report is true or false.
|
| 98 |
+
- It is not a claim that aircraft explain every report.
|
| 99 |
+
- It is not exact sighting GPS; rows use public Census place centroids.
|
| 100 |
+
- It is not a test of classified weapons-site activity.
|
| 101 |
+
|
| 102 |
+
## What we can claim
|
| 103 |
+
|
| 104 |
+
{can_claim}
|
| 105 |
+
|
| 106 |
+
## What we cannot claim
|
| 107 |
+
|
| 108 |
+
{cannot_claim}
|
| 109 |
+
"""
|
| 110 |
+
|
| 111 |
+
|
| 112 |
+
def filter_places(state, min_events, sort_by):
|
| 113 |
+
df = places().copy()
|
| 114 |
+
if state and state != "All":
|
| 115 |
+
df = df[df["state"] == state]
|
| 116 |
+
df = df[df["event_count"].fillna(0) >= int(min_events)]
|
| 117 |
+
sort_col = "event_count" if sort_by == "Report count" else "events_per_100k_population"
|
| 118 |
+
df = df.sort_values(sort_col, ascending=False)
|
| 119 |
+
cols = [
|
| 120 |
+
"place_name",
|
| 121 |
+
"state",
|
| 122 |
+
"population",
|
| 123 |
+
"event_count",
|
| 124 |
+
"events_per_100k_population",
|
| 125 |
+
"nearest_major_airport_name",
|
| 126 |
+
"nearest_major_airport_distance_miles",
|
| 127 |
+
]
|
| 128 |
+
return df[cols].head(200)
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
def filter_events(state, pop_bin, airport_radius, sample_rows):
|
| 132 |
+
df = events().copy()
|
| 133 |
+
if state and state != "All":
|
| 134 |
+
df = df[df["state"] == state]
|
| 135 |
+
if pop_bin and pop_bin != "All":
|
| 136 |
+
df = df[df["population_bin"] == pop_bin]
|
| 137 |
+
if airport_radius == "Within 10 miles":
|
| 138 |
+
df = df[df["within_10_miles_major_airport"] == "yes"]
|
| 139 |
+
elif airport_radius == "Within 25 miles":
|
| 140 |
+
df = df[df["within_25_miles_major_airport"] == "yes"]
|
| 141 |
+
elif airport_radius == "Beyond 50 miles":
|
| 142 |
+
df = df[df["within_50_miles_major_airport"] == "no"]
|
| 143 |
+
cols = [
|
| 144 |
+
"event_date",
|
| 145 |
+
"city",
|
| 146 |
+
"state",
|
| 147 |
+
"shape",
|
| 148 |
+
"population_bin",
|
| 149 |
+
"nearest_major_airport_name",
|
| 150 |
+
"nearest_major_airport_distance_miles",
|
| 151 |
+
"nearest_nuclear_distance_miles",
|
| 152 |
+
"nearest_control_distance_miles",
|
| 153 |
+
]
|
| 154 |
+
return df[cols].head(int(sample_rows))
|
| 155 |
+
|
| 156 |
+
|
| 157 |
+
def filter_missing(bucket):
|
| 158 |
+
df = missing_geocodes().copy()
|
| 159 |
+
if bucket and bucket != "All":
|
| 160 |
+
df = df[df["reason_bucket"] == bucket]
|
| 161 |
+
return df.head(200)
|
| 162 |
+
|
| 163 |
+
|
| 164 |
+
def download_files():
|
| 165 |
+
files = [
|
| 166 |
+
DATA / "event_explanatory_features.csv.gz",
|
| 167 |
+
DATA / "place_exposure.csv",
|
| 168 |
+
DATA / "missing_geocode_examples.csv",
|
| 169 |
+
DATA / "nuclear_sites.csv",
|
| 170 |
+
DATA / "matched_controls.csv",
|
| 171 |
+
DATA / "site_proximity_summary.csv",
|
| 172 |
+
DATA / "statistical_tests.json",
|
| 173 |
+
DATA / "summary_metrics.json",
|
| 174 |
+
DATA / "source_receipts_combined.csv",
|
| 175 |
+
DATA / "artifact_manifest.json",
|
| 176 |
+
]
|
| 177 |
+
return [str(path) for path in files if path.exists()]
|
| 178 |
+
|
| 179 |
+
|
| 180 |
+
css = """
|
| 181 |
+
.gradio-container { max-width: 1180px !important; }
|
| 182 |
+
.score-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 16px 0; }
|
| 183 |
+
.score-card { border: 1px solid #d7dde8; border-radius: 6px; padding: 14px; background: #fbfcff; }
|
| 184 |
+
.label { font-weight: 700; color: #24324a; }
|
| 185 |
+
.score { font-size: 30px; font-weight: 800; margin: 6px 0; }
|
| 186 |
+
.small { font-size: 13px; color: #536070; }
|
| 187 |
+
"""
|
| 188 |
+
|
| 189 |
+
|
| 190 |
+
with gr.Blocks(css=css, title="Nuclear UAP Evidence Surface") as demo:
|
| 191 |
+
gr.Markdown(overview_markdown())
|
| 192 |
+
gr.HTML(score_cards())
|
| 193 |
+
with gr.Tabs():
|
| 194 |
+
with gr.Tab("Explore Places"):
|
| 195 |
+
with gr.Row():
|
| 196 |
+
place_state = gr.Dropdown(choices=state_choices(), value="All", label="State")
|
| 197 |
+
min_events = gr.Slider(0, 100, value=10, step=1, label="Minimum report rows")
|
| 198 |
+
place_sort = gr.Radio(["Report count", "Per-capita rate"], value="Report count", label="Sort")
|
| 199 |
+
place_table = gr.Dataframe(value=filter_places("All", 10, "Report count"), interactive=False, wrap=True)
|
| 200 |
+
for control in (place_state, min_events, place_sort):
|
| 201 |
+
control.change(filter_places, [place_state, min_events, place_sort], place_table)
|
| 202 |
+
with gr.Tab("Explore Event Rows"):
|
| 203 |
+
with gr.Row():
|
| 204 |
+
event_state = gr.Dropdown(choices=state_choices(), value="All", label="State")
|
| 205 |
+
event_bin = gr.Dropdown(choices=population_bins(), value="All", label="Population bin")
|
| 206 |
+
airport_filter = gr.Radio(["Any", "Within 10 miles", "Within 25 miles", "Beyond 50 miles"], value="Any", label="Major airport proximity")
|
| 207 |
+
sample_rows = gr.Slider(25, 500, value=100, step=25, label="Rows")
|
| 208 |
+
event_table = gr.Dataframe(value=filter_events("All", "All", "Any", 100), interactive=False, wrap=True)
|
| 209 |
+
for control in (event_state, event_bin, airport_filter, sample_rows):
|
| 210 |
+
control.change(filter_events, [event_state, event_bin, airport_filter, sample_rows], event_table)
|
| 211 |
+
with gr.Tab("Missing Geocodes"):
|
| 212 |
+
bucket = gr.Dropdown(choices=bucket_choices(), value="All", label="Gap bucket")
|
| 213 |
+
missing_table = gr.Dataframe(value=filter_missing("All"), interactive=False, wrap=True)
|
| 214 |
+
bucket.change(filter_missing, bucket, missing_table)
|
| 215 |
+
with gr.Tab("Downloads & Receipts"):
|
| 216 |
+
gr.Markdown("Download the reduced analytical tables, source receipts, hashes, and manifest. These exports do not include raw witness summaries.")
|
| 217 |
+
gr.File(value=download_files(), file_count="multiple", label="Dataset files")
|
| 218 |
+
|
| 219 |
+
|
| 220 |
+
if __name__ == "__main__":
|
| 221 |
+
server_port = int(os.environ.get("GRADIO_SERVER_PORT", "7860"))
|
| 222 |
+
server_name = os.environ.get("GRADIO_SERVER_NAME") or None
|
| 223 |
+
demo.launch(server_name=server_name, server_port=server_port)
|
data/artifact_manifest.json
ADDED
|
@@ -0,0 +1,705 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"manifest_version": "nuclear_uap_hf_space_package_v0",
|
| 3 |
+
"repo_id": "cjc0013/nuclear-uap-evidence-surface",
|
| 4 |
+
"space_url": "https://huggingface.co/spaces/cjc0013/nuclear-uap-evidence-surface",
|
| 5 |
+
"generated_utc": "2026-04-29T01:49:16+00:00",
|
| 6 |
+
"source_correlation_run_dir": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z",
|
| 7 |
+
"source_explanatory_run_dir": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z",
|
| 8 |
+
"artifact_count": 24,
|
| 9 |
+
"artifacts": [
|
| 10 |
+
{
|
| 11 |
+
"artifact_key": "README.md",
|
| 12 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\README.md",
|
| 13 |
+
"byte_count": 2436,
|
| 14 |
+
"content_sha256": "7adec150dd6a1b733edd13a9d422e4ab46c90519824dadebc8b620ceaa4833f1"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"artifact_key": "app.py",
|
| 18 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\app.py",
|
| 19 |
+
"byte_count": 9090,
|
| 20 |
+
"content_sha256": "17a8207dec8206bf240cecb763b3680581cef525ebc3bf55823a8f877f4dca51"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"artifact_key": "requirements.txt",
|
| 24 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\requirements.txt",
|
| 25 |
+
"byte_count": 31,
|
| 26 |
+
"content_sha256": "76e73ec284b0b0b250edd3b0593e32a1eb40f57d3ce90363852f709e9ad06071"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"artifact_key": ".gitattributes",
|
| 30 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\.gitattributes",
|
| 31 |
+
"byte_count": 89,
|
| 32 |
+
"content_sha256": "d373b7b67c20d2de0d62bdfeb2f2ee4f135c4264d53b4204bd4d974eaaff5f29"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"artifact_key": "data/correlation_artifact_integrity_report.json",
|
| 36 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\correlation_artifact_integrity_report.json",
|
| 37 |
+
"byte_count": 5376,
|
| 38 |
+
"content_sha256": "7fd391b173d736a7ca1e136a6f990e1d18acd7cb3d374985e377aaf2bbcb4f1a"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"artifact_key": "data/correlation_dataset_schema.json",
|
| 42 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\correlation_dataset_schema.json",
|
| 43 |
+
"byte_count": 4487,
|
| 44 |
+
"content_sha256": "a096a96c7b1a7931616184799de15fd7312e0d59a508d1ee4cf15902502f7a88"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"artifact_key": "data/correlation_source_gaps.csv",
|
| 48 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\correlation_source_gaps.csv",
|
| 49 |
+
"byte_count": 413,
|
| 50 |
+
"content_sha256": "abc0d9ad89889db0b3ee1a2efd94a9ec8d34449ee83b267ceeae9875ea82ee73"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"artifact_key": "data/event_explanatory_features.csv.gz",
|
| 54 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\event_explanatory_features.csv.gz",
|
| 55 |
+
"byte_count": 12282175,
|
| 56 |
+
"content_sha256": "f950ae4542bc30a0e9423befccaeef6cd087ff71aa3aee25a7a5f2bd3b479a47"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"artifact_key": "data/event_explanatory_sample.csv",
|
| 60 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\event_explanatory_sample.csv",
|
| 61 |
+
"byte_count": 2051319,
|
| 62 |
+
"content_sha256": "b80b1737b91f25ab0998bb55ee3117b819e3b976367afe8f09f1987e8860f1b2"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"artifact_key": "data/explanatory_artifact_integrity_report.json",
|
| 66 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_artifact_integrity_report.json",
|
| 67 |
+
"byte_count": 4333,
|
| 68 |
+
"content_sha256": "ff244c0e37a0499b78f5646decf0da6482ca9966d44a3b37f9dfcd245e612aa0"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"artifact_key": "data/explanatory_assessment.json",
|
| 72 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_assessment.json",
|
| 73 |
+
"byte_count": 2294,
|
| 74 |
+
"content_sha256": "734a29f84bcdc7746a59453e71aa21e44284c098875e42e5872f8fcf9bb952ed"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"artifact_key": "data/explanatory_case_cards.md",
|
| 78 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_case_cards.md",
|
| 79 |
+
"byte_count": 1672,
|
| 80 |
+
"content_sha256": "c921969440bb9d97cd3e3d02301bb4f023479ca914d8378b0d61bdeb95c89e0a"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"artifact_key": "data/explanatory_dataset_schema.json",
|
| 84 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_dataset_schema.json",
|
| 85 |
+
"byte_count": 2249,
|
| 86 |
+
"content_sha256": "ed2d3facd26dbae8a73cc3a8a69f3dff15480d0fc311e9028d8d1322d15b9676"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"artifact_key": "data/explanatory_report.md",
|
| 90 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_report.md",
|
| 91 |
+
"byte_count": 2353,
|
| 92 |
+
"content_sha256": "3dd5466d80360c57f3919a00a837414eb16d2b86f3e878ee8c5a45c4a3c63db9"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"artifact_key": "data/explanatory_source_gaps.csv",
|
| 96 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_source_gaps.csv",
|
| 97 |
+
"byte_count": 55,
|
| 98 |
+
"content_sha256": "fb835199159230f17d31c74e58e1e20107715208fc2521a5be2c9881a07361bb"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"artifact_key": "data/matched_controls.csv",
|
| 102 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\matched_controls.csv",
|
| 103 |
+
"byte_count": 134142,
|
| 104 |
+
"content_sha256": "9f87f5ddc9c5936fdf05611a7d797684f28e069d1bcf5fd0e822521d87a2996a"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"artifact_key": "data/missing_geocode_examples.csv",
|
| 108 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\missing_geocode_examples.csv",
|
| 109 |
+
"byte_count": 17522,
|
| 110 |
+
"content_sha256": "dae4c6f5b2c83ca7becb5a9ec6665098279629a0c6ca0af3d77eb295b83b65ed"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"artifact_key": "data/nuclear_sites.csv",
|
| 114 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\nuclear_sites.csv",
|
| 115 |
+
"byte_count": 36391,
|
| 116 |
+
"content_sha256": "5d445f24ff57e46b4d49a662ea2b5f4c000e61eac69811c91ac9261494030318"
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"artifact_key": "data/place_exposure.csv",
|
| 120 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\place_exposure.csv",
|
| 121 |
+
"byte_count": 6560269,
|
| 122 |
+
"content_sha256": "dddb488eb9b1c6cfece46e4ba1523888bec1b772b63ded3a784d37f32dbe07f0"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"artifact_key": "data/place_exposure_top.csv",
|
| 126 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\place_exposure_top.csv",
|
| 127 |
+
"byte_count": 210112,
|
| 128 |
+
"content_sha256": "57c2643e4d8b4ca91dea2d8a0800bdc70b6017fd8ea383b25985a3b76ae3f7d9"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"artifact_key": "data/site_proximity_summary.csv",
|
| 132 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\site_proximity_summary.csv",
|
| 133 |
+
"byte_count": 88157,
|
| 134 |
+
"content_sha256": "743fcf07734af9ec45ce536a7db0ea22a792afdfca176d8dd588a91eb9148513"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"artifact_key": "data/source_receipts_combined.csv",
|
| 138 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\source_receipts_combined.csv",
|
| 139 |
+
"byte_count": 5058,
|
| 140 |
+
"content_sha256": "c40cf680675a165732a3caa0ba941a774648dec8e16bb4b4c20f88b1c80440bb"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"artifact_key": "data/statistical_tests.json",
|
| 144 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\statistical_tests.json",
|
| 145 |
+
"byte_count": 3072,
|
| 146 |
+
"content_sha256": "3dabf22b92e41bd0cdd7541354f0fa2b696ea0ddbd3ee62c59fd5ef3b6dc8bea"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"artifact_key": "data/summary_metrics.json",
|
| 150 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\summary_metrics.json",
|
| 151 |
+
"byte_count": 18579,
|
| 152 |
+
"content_sha256": "c123dcb496cd50ef594f054e7b16db273d79f1017062ee7eea172569b75e6922"
|
| 153 |
+
}
|
| 154 |
+
],
|
| 155 |
+
"public_claim_contract": {
|
| 156 |
+
"raw_witness_summaries_included": false,
|
| 157 |
+
"claims_report_truth": false,
|
| 158 |
+
"claims_aircraft_causation": false,
|
| 159 |
+
"claims_nuclear_attraction": false,
|
| 160 |
+
"uses_place_centroid_geocoding": true,
|
| 161 |
+
"user_explicit_publish_request": true
|
| 162 |
+
},
|
| 163 |
+
"metrics": {
|
| 164 |
+
"generated_utc": "2026-04-29T01:49:16+00:00",
|
| 165 |
+
"package_version": "nuclear_uap_hf_space_package_v0",
|
| 166 |
+
"assessment": {
|
| 167 |
+
"assessment_version": "nuclear_uap_explanatory_private_preview_v1",
|
| 168 |
+
"population_explanation_strength_score": 78,
|
| 169 |
+
"airport_confounder_strength_score": 90,
|
| 170 |
+
"nuclear_non_support_strength_score": 95,
|
| 171 |
+
"missing_geocode_handling": {
|
| 172 |
+
"analysis_status": "completed",
|
| 173 |
+
"total_us_rows": 123013,
|
| 174 |
+
"missing_geocode_rows": 17783,
|
| 175 |
+
"missing_geocode_share": 0.144562,
|
| 176 |
+
"reason_bucket_counts": {
|
| 177 |
+
"unmatched_place_name": 14584,
|
| 178 |
+
"landmark_or_route_location": 1351,
|
| 179 |
+
"compound_or_parenthetical_place": 1059,
|
| 180 |
+
"county_level_location": 340,
|
| 181 |
+
"relative_location_phrase": 270,
|
| 182 |
+
"blank_city": 179
|
| 183 |
+
},
|
| 184 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 185 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 186 |
+
},
|
| 187 |
+
"what_we_can_claim": [
|
| 188 |
+
"The missing NUFORC-derived rows were not geocoded by assumption; they were excluded from spatial tests and logged for recovery.",
|
| 189 |
+
"The public geocoded report rows can be compared against Census place population and commercial-airport proximity as explanatory covariates.",
|
| 190 |
+
"At the place level, report counts can be assessed against population concentration without claiming reports are true or false.",
|
| 191 |
+
"Airport proximity can be treated as a public-source confounder, not as proof that airplanes caused specific reports.",
|
| 192 |
+
"The nuclear power-plant proximity claim remains unsupported in this evidence surface after matched non-nuclear power-plant controls."
|
| 193 |
+
],
|
| 194 |
+
"what_we_cannot_claim": [
|
| 195 |
+
"This dataset cannot prove what witnesses saw.",
|
| 196 |
+
"This dataset cannot claim aircraft explain every report.",
|
| 197 |
+
"This dataset cannot treat city/place centroids as exact sighting coordinates.",
|
| 198 |
+
"This dataset cannot rule out all nuclear-weapons, military, or classified-site hypotheses.",
|
| 199 |
+
"This dataset cannot assume the skipped missing-geocode rows would preserve or reverse the result without a separate recovery run."
|
| 200 |
+
],
|
| 201 |
+
"safe_claim_language_passes": true,
|
| 202 |
+
"plain_english_assessment": "The better explanation surface is population/reporting geography plus ordinary aviation proximity, while the nuclear-specific proximity claim remains unsupported after controls."
|
| 203 |
+
},
|
| 204 |
+
"population_summary": {
|
| 205 |
+
"event_count": 105250,
|
| 206 |
+
"matched_population_event_count": 105086,
|
| 207 |
+
"matched_population_event_share": 0.998442,
|
| 208 |
+
"unique_event_places": 13660,
|
| 209 |
+
"census_place_count": 31805,
|
| 210 |
+
"population_bin_event_distribution": {
|
| 211 |
+
"10k_50k": {
|
| 212 |
+
"event_count": 28759,
|
| 213 |
+
"event_share": 0.273245
|
| 214 |
+
},
|
| 215 |
+
"lt_10k": {
|
| 216 |
+
"event_count": 29671,
|
| 217 |
+
"event_share": 0.28191
|
| 218 |
+
},
|
| 219 |
+
"50k_250k": {
|
| 220 |
+
"event_count": 28951,
|
| 221 |
+
"event_share": 0.275069
|
| 222 |
+
},
|
| 223 |
+
"gte_1m": {
|
| 224 |
+
"event_count": 4635,
|
| 225 |
+
"event_share": 0.044038
|
| 226 |
+
},
|
| 227 |
+
"250k_1m": {
|
| 228 |
+
"event_count": 13070,
|
| 229 |
+
"event_share": 0.124181
|
| 230 |
+
},
|
| 231 |
+
"unknown_population": {
|
| 232 |
+
"event_count": 164,
|
| 233 |
+
"event_share": 0.001558
|
| 234 |
+
}
|
| 235 |
+
},
|
| 236 |
+
"log_population_log_event_count_pearson": 0.641288,
|
| 237 |
+
"top_10pct_places_by_population_event_share": 0.668548,
|
| 238 |
+
"top_10pct_places_by_population_population_share": 0.775352,
|
| 239 |
+
"top_places_by_event_count": [
|
| 240 |
+
{
|
| 241 |
+
"place_name": "New York city",
|
| 242 |
+
"state": "NY",
|
| 243 |
+
"population": 8804190,
|
| 244 |
+
"event_count": 858,
|
| 245 |
+
"events_per_100k_population": 9.745
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"place_name": "Phoenix city",
|
| 249 |
+
"state": "AZ",
|
| 250 |
+
"population": 1608139,
|
| 251 |
+
"event_count": 781,
|
| 252 |
+
"events_per_100k_population": 48.565
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"place_name": "Seattle city",
|
| 256 |
+
"state": "WA",
|
| 257 |
+
"population": 737015,
|
| 258 |
+
"event_count": 774,
|
| 259 |
+
"events_per_100k_population": 105.018
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"place_name": "Las Vegas city",
|
| 263 |
+
"state": "NV",
|
| 264 |
+
"population": 641903,
|
| 265 |
+
"event_count": 658,
|
| 266 |
+
"events_per_100k_population": 102.508
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"place_name": "Portland city",
|
| 270 |
+
"state": "OR",
|
| 271 |
+
"population": 652503,
|
| 272 |
+
"event_count": 580,
|
| 273 |
+
"events_per_100k_population": 88.888
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"place_name": "Los Angeles city",
|
| 277 |
+
"state": "CA",
|
| 278 |
+
"population": 3898747,
|
| 279 |
+
"event_count": 572,
|
| 280 |
+
"events_per_100k_population": 14.671
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"place_name": "San Diego city",
|
| 284 |
+
"state": "CA",
|
| 285 |
+
"population": 1386932,
|
| 286 |
+
"event_count": 553,
|
| 287 |
+
"events_per_100k_population": 39.872
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"place_name": "Chicago city",
|
| 291 |
+
"state": "IL",
|
| 292 |
+
"population": 2746388,
|
| 293 |
+
"event_count": 443,
|
| 294 |
+
"events_per_100k_population": 16.13
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"place_name": "Tucson city",
|
| 298 |
+
"state": "AZ",
|
| 299 |
+
"population": 542629,
|
| 300 |
+
"event_count": 441,
|
| 301 |
+
"events_per_100k_population": 81.271
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"place_name": "Houston city",
|
| 305 |
+
"state": "TX",
|
| 306 |
+
"population": 2304580,
|
| 307 |
+
"event_count": 429,
|
| 308 |
+
"events_per_100k_population": 18.615
|
| 309 |
+
},
|
| 310 |
+
{
|
| 311 |
+
"place_name": "Albuquerque city",
|
| 312 |
+
"state": "NM",
|
| 313 |
+
"population": 564559,
|
| 314 |
+
"event_count": 390,
|
| 315 |
+
"events_per_100k_population": 69.08
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"place_name": "Orlando city",
|
| 319 |
+
"state": "FL",
|
| 320 |
+
"population": 307573,
|
| 321 |
+
"event_count": 383,
|
| 322 |
+
"events_per_100k_population": 124.523
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"place_name": "Miami city",
|
| 326 |
+
"state": "FL",
|
| 327 |
+
"population": 442241,
|
| 328 |
+
"event_count": 356,
|
| 329 |
+
"events_per_100k_population": 80.499
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"place_name": "Austin city",
|
| 333 |
+
"state": "TX",
|
| 334 |
+
"population": 961855,
|
| 335 |
+
"event_count": 336,
|
| 336 |
+
"events_per_100k_population": 34.933
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"place_name": "Denver city",
|
| 340 |
+
"state": "CO",
|
| 341 |
+
"population": 715522,
|
| 342 |
+
"event_count": 330,
|
| 343 |
+
"events_per_100k_population": 46.12
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"place_name": "Sacramento city",
|
| 347 |
+
"state": "CA",
|
| 348 |
+
"population": 524943,
|
| 349 |
+
"event_count": 314,
|
| 350 |
+
"events_per_100k_population": 59.816
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"place_name": "Myrtle Beach city",
|
| 354 |
+
"state": "SC",
|
| 355 |
+
"population": 35682,
|
| 356 |
+
"event_count": 298,
|
| 357 |
+
"events_per_100k_population": 835.155
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"place_name": "San Jose city",
|
| 361 |
+
"state": "CA",
|
| 362 |
+
"population": 1013240,
|
| 363 |
+
"event_count": 283,
|
| 364 |
+
"events_per_100k_population": 27.93
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"place_name": "San Antonio city",
|
| 368 |
+
"state": "TX",
|
| 369 |
+
"population": 1434625,
|
| 370 |
+
"event_count": 274,
|
| 371 |
+
"events_per_100k_population": 19.099
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"place_name": "St. Louis city",
|
| 375 |
+
"state": "MO",
|
| 376 |
+
"population": 301578,
|
| 377 |
+
"event_count": 273,
|
| 378 |
+
"events_per_100k_population": 90.524
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"place_name": "Colorado Springs city",
|
| 382 |
+
"state": "CO",
|
| 383 |
+
"population": 478961,
|
| 384 |
+
"event_count": 271,
|
| 385 |
+
"events_per_100k_population": 56.581
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"place_name": "Jacksonville city",
|
| 389 |
+
"state": "FL",
|
| 390 |
+
"population": 949611,
|
| 391 |
+
"event_count": 261,
|
| 392 |
+
"events_per_100k_population": 27.485
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"place_name": "Columbus city",
|
| 396 |
+
"state": "OH",
|
| 397 |
+
"population": 905748,
|
| 398 |
+
"event_count": 260,
|
| 399 |
+
"events_per_100k_population": 28.706
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"place_name": "Indianapolis city (balance)",
|
| 403 |
+
"state": "IN",
|
| 404 |
+
"population": 887642,
|
| 405 |
+
"event_count": 256,
|
| 406 |
+
"events_per_100k_population": 28.84
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"place_name": "San Francisco city",
|
| 410 |
+
"state": "CA",
|
| 411 |
+
"population": 873965,
|
| 412 |
+
"event_count": 250,
|
| 413 |
+
"events_per_100k_population": 28.605
|
| 414 |
+
}
|
| 415 |
+
],
|
| 416 |
+
"top_places_by_per_capita_rate_min_10_events": [
|
| 417 |
+
{
|
| 418 |
+
"place_name": "Newburgh town",
|
| 419 |
+
"state": "IN",
|
| 420 |
+
"population": 3344,
|
| 421 |
+
"event_count": 84,
|
| 422 |
+
"events_per_100k_population": 2511.962
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"place_name": "Norris City village",
|
| 426 |
+
"state": "IL",
|
| 427 |
+
"population": 1145,
|
| 428 |
+
"event_count": 27,
|
| 429 |
+
"events_per_100k_population": 2358.079
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"place_name": "Gila Bend town",
|
| 433 |
+
"state": "AZ",
|
| 434 |
+
"population": 1892,
|
| 435 |
+
"event_count": 37,
|
| 436 |
+
"events_per_100k_population": 1955.603
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"place_name": "Garrettsville village",
|
| 440 |
+
"state": "OH",
|
| 441 |
+
"population": 2449,
|
| 442 |
+
"event_count": 43,
|
| 443 |
+
"events_per_100k_population": 1755.819
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"place_name": "Woodbine city",
|
| 447 |
+
"state": "GA",
|
| 448 |
+
"population": 1062,
|
| 449 |
+
"event_count": 17,
|
| 450 |
+
"events_per_100k_population": 1600.753
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"place_name": "Payson village",
|
| 454 |
+
"state": "IL",
|
| 455 |
+
"population": 1025,
|
| 456 |
+
"event_count": 16,
|
| 457 |
+
"events_per_100k_population": 1560.976
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"place_name": "Lake George village",
|
| 461 |
+
"state": "NY",
|
| 462 |
+
"population": 1008,
|
| 463 |
+
"event_count": 14,
|
| 464 |
+
"events_per_100k_population": 1388.889
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"place_name": "Star Valley town",
|
| 468 |
+
"state": "AZ",
|
| 469 |
+
"population": 2484,
|
| 470 |
+
"event_count": 33,
|
| 471 |
+
"events_per_100k_population": 1328.502
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"place_name": "Quincy CDP",
|
| 475 |
+
"state": "CA",
|
| 476 |
+
"population": 1630,
|
| 477 |
+
"event_count": 19,
|
| 478 |
+
"events_per_100k_population": 1165.644
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"place_name": "Santa Claus town",
|
| 482 |
+
"state": "IN",
|
| 483 |
+
"population": 2586,
|
| 484 |
+
"event_count": 30,
|
| 485 |
+
"events_per_100k_population": 1160.093
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"place_name": "North Pole city",
|
| 489 |
+
"state": "AK",
|
| 490 |
+
"population": 2243,
|
| 491 |
+
"event_count": 25,
|
| 492 |
+
"events_per_100k_population": 1114.579
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"place_name": "Surfside Beach town",
|
| 496 |
+
"state": "SC",
|
| 497 |
+
"population": 4155,
|
| 498 |
+
"event_count": 46,
|
| 499 |
+
"events_per_100k_population": 1107.1
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"place_name": "Keaau CDP",
|
| 503 |
+
"state": "HI",
|
| 504 |
+
"population": 1195,
|
| 505 |
+
"event_count": 13,
|
| 506 |
+
"events_per_100k_population": 1087.866
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"place_name": "Rehoboth Beach city",
|
| 510 |
+
"state": "DE",
|
| 511 |
+
"population": 1108,
|
| 512 |
+
"event_count": 12,
|
| 513 |
+
"events_per_100k_population": 1083.032
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"place_name": "Davenport city",
|
| 517 |
+
"state": "WA",
|
| 518 |
+
"population": 1703,
|
| 519 |
+
"event_count": 18,
|
| 520 |
+
"events_per_100k_population": 1056.958
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"place_name": "Langhorne borough",
|
| 524 |
+
"state": "PA",
|
| 525 |
+
"population": 1643,
|
| 526 |
+
"event_count": 17,
|
| 527 |
+
"events_per_100k_population": 1034.693
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"place_name": "Sedona city",
|
| 531 |
+
"state": "AZ",
|
| 532 |
+
"population": 9684,
|
| 533 |
+
"event_count": 96,
|
| 534 |
+
"events_per_100k_population": 991.326
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"place_name": "Burnsville town",
|
| 538 |
+
"state": "NC",
|
| 539 |
+
"population": 1614,
|
| 540 |
+
"event_count": 16,
|
| 541 |
+
"events_per_100k_population": 991.326
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"place_name": "Pine Bush CDP",
|
| 545 |
+
"state": "NY",
|
| 546 |
+
"population": 1751,
|
| 547 |
+
"event_count": 16,
|
| 548 |
+
"events_per_100k_population": 913.764
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"place_name": "Tonasket city",
|
| 552 |
+
"state": "WA",
|
| 553 |
+
"population": 1103,
|
| 554 |
+
"event_count": 10,
|
| 555 |
+
"events_per_100k_population": 906.618
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"place_name": "Wendover city",
|
| 559 |
+
"state": "UT",
|
| 560 |
+
"population": 1115,
|
| 561 |
+
"event_count": 10,
|
| 562 |
+
"events_per_100k_population": 896.861
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"place_name": "Langley city",
|
| 566 |
+
"state": "WA",
|
| 567 |
+
"population": 1147,
|
| 568 |
+
"event_count": 10,
|
| 569 |
+
"events_per_100k_population": 871.84
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"place_name": "Nags Head town",
|
| 573 |
+
"state": "NC",
|
| 574 |
+
"population": 3168,
|
| 575 |
+
"event_count": 27,
|
| 576 |
+
"events_per_100k_population": 852.273
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"place_name": "Liverpool village",
|
| 580 |
+
"state": "NY",
|
| 581 |
+
"population": 2242,
|
| 582 |
+
"event_count": 19,
|
| 583 |
+
"events_per_100k_population": 847.458
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"place_name": "Newtown borough",
|
| 587 |
+
"state": "CT",
|
| 588 |
+
"population": 1914,
|
| 589 |
+
"event_count": 16,
|
| 590 |
+
"events_per_100k_population": 835.946
|
| 591 |
+
}
|
| 592 |
+
]
|
| 593 |
+
},
|
| 594 |
+
"airport_summary": {
|
| 595 |
+
"major_airport_count": 504,
|
| 596 |
+
"event_nearest_major_airport_distance_median_miles": 13.277,
|
| 597 |
+
"event_nearest_major_airport_distance_p90_miles": 41.701,
|
| 598 |
+
"population_weighted_nearest_major_airport_distance_median_miles": 10.764,
|
| 599 |
+
"event_share_within_10_miles_major_airport": 0.3838,
|
| 600 |
+
"population_weighted_share_within_10_miles_major_airport": 0.468384,
|
| 601 |
+
"event_vs_population_lift_within_10_miles_major_airport": 0.819413,
|
| 602 |
+
"event_share_within_25_miles_major_airport": 0.736105,
|
| 603 |
+
"population_weighted_share_within_25_miles_major_airport": 0.819608,
|
| 604 |
+
"event_vs_population_lift_within_25_miles_major_airport": 0.898117,
|
| 605 |
+
"event_share_within_50_miles_major_airport": 0.94172,
|
| 606 |
+
"population_weighted_share_within_50_miles_major_airport": 0.961939,
|
| 607 |
+
"event_vs_population_lift_within_50_miles_major_airport": 0.978981
|
| 608 |
+
},
|
| 609 |
+
"missing_geocode_summary": {
|
| 610 |
+
"analysis_status": "completed",
|
| 611 |
+
"total_us_rows": 123013,
|
| 612 |
+
"missing_geocode_rows": 17783,
|
| 613 |
+
"missing_geocode_share": 0.144562,
|
| 614 |
+
"reason_bucket_counts": {
|
| 615 |
+
"unmatched_place_name": 14584,
|
| 616 |
+
"landmark_or_route_location": 1351,
|
| 617 |
+
"compound_or_parenthetical_place": 1059,
|
| 618 |
+
"county_level_location": 340,
|
| 619 |
+
"relative_location_phrase": 270,
|
| 620 |
+
"blank_city": 179
|
| 621 |
+
},
|
| 622 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 623 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 624 |
+
},
|
| 625 |
+
"nuclear_statistical_tests": {
|
| 626 |
+
"statistical_tests_version": "nuclear_uap_correlation_index_private_preview_v1:statistical_tests",
|
| 627 |
+
"uap_event_count": 105250,
|
| 628 |
+
"nuclear_site_count": 57,
|
| 629 |
+
"control_site_count": 285,
|
| 630 |
+
"near_any_nuclear_event_counts": {
|
| 631 |
+
"25": 8023,
|
| 632 |
+
"50": 27781,
|
| 633 |
+
"100": 52567
|
| 634 |
+
},
|
| 635 |
+
"tests_by_radius": {
|
| 636 |
+
"25": {
|
| 637 |
+
"radius_miles": 25,
|
| 638 |
+
"nuclear_site_count": 57,
|
| 639 |
+
"control_site_count": 285,
|
| 640 |
+
"nuclear_mean_reports_per_site": 156.2105,
|
| 641 |
+
"control_mean_reports_per_site": 268.0561,
|
| 642 |
+
"nuclear_to_control_mean_ratio": 0.582753,
|
| 643 |
+
"nuclear_median_reports_per_site": 118,
|
| 644 |
+
"control_median_reports_per_site": 117,
|
| 645 |
+
"observed_mean_difference": -111.845614,
|
| 646 |
+
"p_value_one_sided_nuclear_greater": 0.994006,
|
| 647 |
+
"p_value_two_sided": 0.024975,
|
| 648 |
+
"permutations": 1000,
|
| 649 |
+
"seed": 1337
|
| 650 |
+
},
|
| 651 |
+
"50": {
|
| 652 |
+
"radius_miles": 50,
|
| 653 |
+
"nuclear_site_count": 57,
|
| 654 |
+
"control_site_count": 285,
|
| 655 |
+
"nuclear_mean_reports_per_site": 649.9825,
|
| 656 |
+
"control_mean_reports_per_site": 763.0491,
|
| 657 |
+
"nuclear_to_control_mean_ratio": 0.851823,
|
| 658 |
+
"nuclear_median_reports_per_site": 446,
|
| 659 |
+
"control_median_reports_per_site": 452,
|
| 660 |
+
"observed_mean_difference": -113.066667,
|
| 661 |
+
"p_value_one_sided_nuclear_greater": 0.854146,
|
| 662 |
+
"p_value_two_sided": 0.286713,
|
| 663 |
+
"permutations": 1000,
|
| 664 |
+
"seed": 1337
|
| 665 |
+
},
|
| 666 |
+
"100": {
|
| 667 |
+
"radius_miles": 100,
|
| 668 |
+
"nuclear_site_count": 57,
|
| 669 |
+
"control_site_count": 285,
|
| 670 |
+
"nuclear_mean_reports_per_site": 2062.7018,
|
| 671 |
+
"control_mean_reports_per_site": 2125.4667,
|
| 672 |
+
"nuclear_to_control_mean_ratio": 0.97047,
|
| 673 |
+
"nuclear_median_reports_per_site": 1593,
|
| 674 |
+
"control_median_reports_per_site": 1617,
|
| 675 |
+
"observed_mean_difference": -62.764912,
|
| 676 |
+
"p_value_one_sided_nuclear_greater": 0.615385,
|
| 677 |
+
"p_value_two_sided": 0.751249,
|
| 678 |
+
"permutations": 1000,
|
| 679 |
+
"seed": 1337
|
| 680 |
+
}
|
| 681 |
+
},
|
| 682 |
+
"primary_test_radius_miles": 50,
|
| 683 |
+
"resolution_status": "not_supported_after_matched_power_plant_controls",
|
| 684 |
+
"assessment_confidence": "high",
|
| 685 |
+
"recommended_plain_english": "The public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls in the primary 50-mile test.",
|
| 686 |
+
"what_we_can_claim": [
|
| 687 |
+
"This run tests whether public geocoded UFO-report mirror rows are closer to geolocated nuclear power-plant sites than to matched non-nuclear power-plant controls.",
|
| 688 |
+
"The primary assessment is spatial and comparative; it is not a causal test."
|
| 689 |
+
],
|
| 690 |
+
"what_we_cannot_claim": [
|
| 691 |
+
"This run cannot claim nuclear activity attracts UAP or UFO reports.",
|
| 692 |
+
"This run cannot evaluate classified military or weapons-site activity unless those sites are represented by public geocoded source rows.",
|
| 693 |
+
"City-level report geocoding introduces location uncertainty and should not be treated as eyewitness-level coordinates."
|
| 694 |
+
],
|
| 695 |
+
"statistical_tests_hash": "782cacead40f73115b9e2496efa106b846376d7ace4f1eed4fee3c331c75d13e"
|
| 696 |
+
},
|
| 697 |
+
"plain_language": {
|
| 698 |
+
"what_it_is": "A public-source evidence surface for testing whether public UAP/UFO report rows cluster around nuclear power plants after simple controls.",
|
| 699 |
+
"what_it_is_not": "It is not a claim that reports are true, false, alien, aircraft, coordinated, or caused by any one factor.",
|
| 700 |
+
"headline_finding": "In this evidence surface, public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls.",
|
| 701 |
+
"best_supported_explanation": "Population/reporting geography is a strong observable factor; major-airport proximity appears mostly consistent with where people live."
|
| 702 |
+
}
|
| 703 |
+
},
|
| 704 |
+
"manifest_hash": "cc3f3336b3342ab2f51f3ba44c77aba490a34c6dc2b84ebabf97c4a48f2e462c"
|
| 705 |
+
}
|
data/correlation_artifact_integrity_report.json
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifact_integrity_version": "nuclear_uap_correlation_index_private_preview_v1:integrity",
|
| 3 |
+
"generated_utc": "2026-04-29T01:03:05+00:00",
|
| 4 |
+
"artifact_count": 15,
|
| 5 |
+
"artifacts": [
|
| 6 |
+
{
|
| 7 |
+
"artifact_key": "uap_geocoded_events",
|
| 8 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\uap_geocoded_events.csv",
|
| 9 |
+
"byte_count": 64364641,
|
| 10 |
+
"content_sha256": "e8291e2167498ce9acb81f052b5c59b4ff2c1d09bb2d5f3722f077b2ea4572b0"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"artifact_key": "uap_geocoded_events_jsonl",
|
| 14 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\uap_geocoded_events.jsonl",
|
| 15 |
+
"byte_count": 96359878,
|
| 16 |
+
"content_sha256": "fbf90918bda5e407766b7f94649f5e3afb62cc0bd3f598955c4ace8e82157072"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"artifact_key": "nuclear_sites",
|
| 20 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\nuclear_sites.csv",
|
| 21 |
+
"byte_count": 36391,
|
| 22 |
+
"content_sha256": "5d445f24ff57e46b4d49a662ea2b5f4c000e61eac69811c91ac9261494030318"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"artifact_key": "nuclear_activity_events",
|
| 26 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\nuclear_activity_events.csv",
|
| 27 |
+
"byte_count": 35611,
|
| 28 |
+
"content_sha256": "d379f059b1765d932a195561e6154610811346a9e75beb2e5495a6ae211f06da"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"artifact_key": "event_site_proximity",
|
| 32 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\event_site_proximity.csv",
|
| 33 |
+
"byte_count": 42918697,
|
| 34 |
+
"content_sha256": "2c2618b26a4d8f2dbbe39e6fa43516cf712ebc97a9525c859f7fee91546a87eb"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"artifact_key": "matched_controls",
|
| 38 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\matched_controls.csv",
|
| 39 |
+
"byte_count": 134142,
|
| 40 |
+
"content_sha256": "9f87f5ddc9c5936fdf05611a7d797684f28e069d1bcf5fd0e822521d87a2996a"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"artifact_key": "site_proximity_summary",
|
| 44 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\site_proximity_summary.csv",
|
| 45 |
+
"byte_count": 88157,
|
| 46 |
+
"content_sha256": "743fcf07734af9ec45ce536a7db0ea22a792afdfca176d8dd588a91eb9148513"
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"artifact_key": "statistical_tests",
|
| 50 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\statistical_tests.json",
|
| 51 |
+
"byte_count": 3072,
|
| 52 |
+
"content_sha256": "3dabf22b92e41bd0cdd7541354f0fa2b696ea0ddbd3ee62c59fd5ef3b6dc8bea"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"artifact_key": "case_cards",
|
| 56 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\case_cards.md",
|
| 57 |
+
"byte_count": 4504,
|
| 58 |
+
"content_sha256": "224597ded781e090429f4026de79783cd656761cac2098c090c3b663517d589d"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"artifact_key": "assessment_report",
|
| 62 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\assessment_report.md",
|
| 63 |
+
"byte_count": 2104,
|
| 64 |
+
"content_sha256": "87eaf1fdb9b6d29b9b0e218e501e67559a7edf9467a6206517feb8bd3605af3e"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"artifact_key": "dataset_schema",
|
| 68 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\dataset_schema.json",
|
| 69 |
+
"byte_count": 4487,
|
| 70 |
+
"content_sha256": "a096a96c7b1a7931616184799de15fd7312e0d59a508d1ee4cf15902502f7a88"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"artifact_key": "source_receipts",
|
| 74 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\source_receipts.csv",
|
| 75 |
+
"byte_count": 2852,
|
| 76 |
+
"content_sha256": "e61ace75b41f7727ef1bc35f406210a7d48a8620e3633bee96bf77d61595046e"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"artifact_key": "source_gaps",
|
| 80 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\source_gaps.csv",
|
| 81 |
+
"byte_count": 413,
|
| 82 |
+
"content_sha256": "abc0d9ad89889db0b3ee1a2efd94a9ec8d34449ee83b267ceeae9875ea82ee73"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"artifact_key": "machine_bundle",
|
| 86 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\machine_bundle.json",
|
| 87 |
+
"byte_count": 226383909,
|
| 88 |
+
"content_sha256": "d3c0f68a9029889a65ccd674c170d5c438c4801bf1dcc38c86c4c322eee60601"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"artifact_key": "nuclear_uap_view",
|
| 92 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\\nuclear_uap_view.html",
|
| 93 |
+
"byte_count": 1143,
|
| 94 |
+
"content_sha256": "6513609f3558d840a1a66cc188db1a38dd08cf002158dc512d0a91a3b0104a38"
|
| 95 |
+
}
|
| 96 |
+
],
|
| 97 |
+
"artifact_integrity_hash": "e9f9b82037cedf8bb55c0adb1cdee3ffb02f812d2ac2c36a65e8106aedbd770e"
|
| 98 |
+
}
|
data/correlation_dataset_schema.json
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "nuclear_uap_correlation_index_private_preview_v1:schema",
|
| 3 |
+
"generated_utc": "2026-04-29T01:03:05+00:00",
|
| 4 |
+
"tables": {
|
| 5 |
+
"uap_geocoded_events": {
|
| 6 |
+
"fields": [
|
| 7 |
+
"event_id",
|
| 8 |
+
"observed_or_posted_date",
|
| 9 |
+
"date_precision",
|
| 10 |
+
"city",
|
| 11 |
+
"state",
|
| 12 |
+
"country",
|
| 13 |
+
"shape",
|
| 14 |
+
"has_image",
|
| 15 |
+
"latitude",
|
| 16 |
+
"longitude",
|
| 17 |
+
"geocode_precision",
|
| 18 |
+
"geocode_source",
|
| 19 |
+
"source_row_hash",
|
| 20 |
+
"sha256",
|
| 21 |
+
"receipt_hash",
|
| 22 |
+
"what_we_can_claim",
|
| 23 |
+
"what_we_cannot_claim"
|
| 24 |
+
],
|
| 25 |
+
"row_count": 105250,
|
| 26 |
+
"primary_key": "event_id"
|
| 27 |
+
},
|
| 28 |
+
"nuclear_sites": {
|
| 29 |
+
"fields": [
|
| 30 |
+
"site_id",
|
| 31 |
+
"site_name",
|
| 32 |
+
"site_kind",
|
| 33 |
+
"state",
|
| 34 |
+
"country",
|
| 35 |
+
"capacity_mw",
|
| 36 |
+
"latitude",
|
| 37 |
+
"longitude",
|
| 38 |
+
"primary_fuel",
|
| 39 |
+
"source_name",
|
| 40 |
+
"source_url",
|
| 41 |
+
"geolocation_source",
|
| 42 |
+
"sha256",
|
| 43 |
+
"receipt_hash",
|
| 44 |
+
"what_we_can_claim",
|
| 45 |
+
"what_we_cannot_claim"
|
| 46 |
+
],
|
| 47 |
+
"row_count": 57,
|
| 48 |
+
"primary_key": "site_id"
|
| 49 |
+
},
|
| 50 |
+
"nuclear_activity_events": {
|
| 51 |
+
"fields": [
|
| 52 |
+
"activity_id",
|
| 53 |
+
"event_number",
|
| 54 |
+
"site_name",
|
| 55 |
+
"licensee_name",
|
| 56 |
+
"activity_kind",
|
| 57 |
+
"city",
|
| 58 |
+
"state",
|
| 59 |
+
"event_date",
|
| 60 |
+
"notification_date",
|
| 61 |
+
"emergency_class",
|
| 62 |
+
"latitude",
|
| 63 |
+
"longitude",
|
| 64 |
+
"geocode_precision",
|
| 65 |
+
"source_url",
|
| 66 |
+
"sha256",
|
| 67 |
+
"receipt_hash",
|
| 68 |
+
"what_we_can_claim",
|
| 69 |
+
"what_we_cannot_claim"
|
| 70 |
+
],
|
| 71 |
+
"row_count": 54,
|
| 72 |
+
"primary_key": "activity_id"
|
| 73 |
+
},
|
| 74 |
+
"event_site_proximity": {
|
| 75 |
+
"fields": [
|
| 76 |
+
"event_id",
|
| 77 |
+
"event_date",
|
| 78 |
+
"city",
|
| 79 |
+
"state",
|
| 80 |
+
"shape",
|
| 81 |
+
"latitude",
|
| 82 |
+
"longitude",
|
| 83 |
+
"nearest_nuclear_site_id",
|
| 84 |
+
"nearest_nuclear_site_name",
|
| 85 |
+
"nearest_nuclear_distance_miles",
|
| 86 |
+
"within_25_miles_nuclear",
|
| 87 |
+
"within_50_miles_nuclear",
|
| 88 |
+
"within_100_miles_nuclear",
|
| 89 |
+
"nearest_control_site_id",
|
| 90 |
+
"nearest_control_site_name",
|
| 91 |
+
"nearest_control_distance_miles",
|
| 92 |
+
"within_25_miles_control",
|
| 93 |
+
"within_50_miles_control",
|
| 94 |
+
"within_100_miles_control",
|
| 95 |
+
"sha256",
|
| 96 |
+
"receipt_hash",
|
| 97 |
+
"proximity_hash"
|
| 98 |
+
],
|
| 99 |
+
"row_count": 105250,
|
| 100 |
+
"primary_key": "proximity_hash"
|
| 101 |
+
},
|
| 102 |
+
"matched_controls": {
|
| 103 |
+
"fields": [
|
| 104 |
+
"control_id",
|
| 105 |
+
"matched_nuclear_site_id",
|
| 106 |
+
"site_name",
|
| 107 |
+
"state",
|
| 108 |
+
"capacity_mw",
|
| 109 |
+
"latitude",
|
| 110 |
+
"longitude",
|
| 111 |
+
"primary_fuel",
|
| 112 |
+
"source_name",
|
| 113 |
+
"source_url",
|
| 114 |
+
"match_basis",
|
| 115 |
+
"count_within_25_miles",
|
| 116 |
+
"count_within_50_miles",
|
| 117 |
+
"count_within_100_miles",
|
| 118 |
+
"sha256",
|
| 119 |
+
"receipt_hash",
|
| 120 |
+
"control_hash"
|
| 121 |
+
],
|
| 122 |
+
"row_count": 285,
|
| 123 |
+
"primary_key": "control_id"
|
| 124 |
+
},
|
| 125 |
+
"site_proximity_summary": {
|
| 126 |
+
"fields": [
|
| 127 |
+
"site_role",
|
| 128 |
+
"site_id",
|
| 129 |
+
"site_name",
|
| 130 |
+
"state",
|
| 131 |
+
"primary_fuel",
|
| 132 |
+
"capacity_mw",
|
| 133 |
+
"count_within_25_miles",
|
| 134 |
+
"count_within_50_miles",
|
| 135 |
+
"count_within_100_miles",
|
| 136 |
+
"source_url",
|
| 137 |
+
"sha256",
|
| 138 |
+
"receipt_hash"
|
| 139 |
+
],
|
| 140 |
+
"row_count": 342,
|
| 141 |
+
"primary_key": "site_id"
|
| 142 |
+
},
|
| 143 |
+
"source_receipts": {
|
| 144 |
+
"fields": [
|
| 145 |
+
"receipt_id",
|
| 146 |
+
"adapter",
|
| 147 |
+
"url",
|
| 148 |
+
"fetched_at",
|
| 149 |
+
"fetch_status",
|
| 150 |
+
"status_code",
|
| 151 |
+
"sha256",
|
| 152 |
+
"byte_count",
|
| 153 |
+
"content_type",
|
| 154 |
+
"local_cache_path",
|
| 155 |
+
"receipt_hash",
|
| 156 |
+
"source_gap_reason"
|
| 157 |
+
],
|
| 158 |
+
"row_count": 5,
|
| 159 |
+
"primary_key": "receipt_id"
|
| 160 |
+
},
|
| 161 |
+
"source_gaps": {
|
| 162 |
+
"fields": [
|
| 163 |
+
"gap_id",
|
| 164 |
+
"adapter",
|
| 165 |
+
"url",
|
| 166 |
+
"reason",
|
| 167 |
+
"detail",
|
| 168 |
+
"occurred_at",
|
| 169 |
+
"gap_hash"
|
| 170 |
+
],
|
| 171 |
+
"row_count": 1,
|
| 172 |
+
"primary_key": "gap_id"
|
| 173 |
+
}
|
| 174 |
+
},
|
| 175 |
+
"claim_contract": {
|
| 176 |
+
"tests_public_report_proximity": true,
|
| 177 |
+
"claims_causation": false,
|
| 178 |
+
"claims_attraction": false,
|
| 179 |
+
"uses_matched_controls": true,
|
| 180 |
+
"source_gaps_are_rows": true
|
| 181 |
+
},
|
| 182 |
+
"schema_hash": "6f171f26f96aac21c99c29bfa54e9f0a5bdbd8254ad20d555b3c638877a185f1"
|
| 183 |
+
}
|
data/correlation_source_gaps.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gap_id,adapter,url,reason,detail,occurred_at,gap_hash
|
| 2 |
+
gap:d3093e75cc788edf54,nuforc_public_mirror_geocode,https://raw.githubusercontent.com/DataHerb/nuforc-ufo-records/master/dataset/nuforc_ufo_records.csv,uap_rows_without_city_state_geocode,US rows scanned=122994; missing geocode=17744; exported geocoded rows=105250.,2026-04-29T01:03:05+00:00,d3093e75cc788edf54ada56e18ba6496d843aa231a6a9bfc895d9893f60fc0a0
|
data/event_explanatory_features.csv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f950ae4542bc30a0e9423befccaeef6cd087ff71aa3aee25a7a5f2bd3b479a47
|
| 3 |
+
size 12282175
|
data/event_explanatory_sample.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/explanatory_artifact_integrity_report.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifact_integrity_version": "nuclear_uap_explanatory_private_preview_v1:integrity",
|
| 3 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 4 |
+
"artifact_count": 12,
|
| 5 |
+
"artifacts": [
|
| 6 |
+
{
|
| 7 |
+
"artifact_key": "event_explanatory_features",
|
| 8 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\event_explanatory_features.csv",
|
| 9 |
+
"byte_count": 43184919,
|
| 10 |
+
"content_sha256": "40cdbc62ba8e4f15f4e9520d846fe67d08ed94c49bfa1bb7a8ec0c64e09e07f0"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"artifact_key": "event_explanatory_features_jsonl",
|
| 14 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\event_explanatory_features.jsonl",
|
| 15 |
+
"byte_count": 110017711,
|
| 16 |
+
"content_sha256": "ff6531056f4d54fc05db80217e9fe442e33cb744cfd6569b2bafb96621da7f86"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"artifact_key": "place_exposure",
|
| 20 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\place_exposure.csv",
|
| 21 |
+
"byte_count": 6560269,
|
| 22 |
+
"content_sha256": "dddb488eb9b1c6cfece46e4ba1523888bec1b772b63ded3a784d37f32dbe07f0"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"artifact_key": "missing_geocode_examples",
|
| 26 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\missing_geocode_examples.csv",
|
| 27 |
+
"byte_count": 17522,
|
| 28 |
+
"content_sha256": "dae4c6f5b2c83ca7becb5a9ec6665098279629a0c6ca0af3d77eb295b83b65ed"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"artifact_key": "explanatory_assessment",
|
| 32 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\explanatory_assessment.json",
|
| 33 |
+
"byte_count": 2294,
|
| 34 |
+
"content_sha256": "734a29f84bcdc7746a59453e71aa21e44284c098875e42e5872f8fcf9bb952ed"
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"artifact_key": "explanatory_report",
|
| 38 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\explanatory_report.md",
|
| 39 |
+
"byte_count": 2353,
|
| 40 |
+
"content_sha256": "3dd5466d80360c57f3919a00a837414eb16d2b86f3e878ee8c5a45c4a3c63db9"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"artifact_key": "explanatory_case_cards",
|
| 44 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\explanatory_case_cards.md",
|
| 45 |
+
"byte_count": 1672,
|
| 46 |
+
"content_sha256": "c921969440bb9d97cd3e3d02301bb4f023479ca914d8378b0d61bdeb95c89e0a"
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"artifact_key": "dataset_schema",
|
| 50 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\dataset_schema.json",
|
| 51 |
+
"byte_count": 2249,
|
| 52 |
+
"content_sha256": "ed2d3facd26dbae8a73cc3a8a69f3dff15480d0fc311e9028d8d1322d15b9676"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"artifact_key": "source_receipts",
|
| 56 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\source_receipts.csv",
|
| 57 |
+
"byte_count": 2145,
|
| 58 |
+
"content_sha256": "f71ee6b02fb990bead0a356c90abcdd013b4499ac5da7d3d086687f967a1cc82"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"artifact_key": "source_gaps",
|
| 62 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\source_gaps.csv",
|
| 63 |
+
"byte_count": 55,
|
| 64 |
+
"content_sha256": "fb835199159230f17d31c74e58e1e20107715208fc2521a5be2c9881a07361bb"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"artifact_key": "machine_bundle",
|
| 68 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\machine_bundle.json",
|
| 69 |
+
"byte_count": 155112003,
|
| 70 |
+
"content_sha256": "d70932e0d33cae10f0dbc2f910484d77e6f9952fb82215ec6b3b2195791f3c74"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"artifact_key": "explanatory_view",
|
| 74 |
+
"path": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\\explanatory_view.html",
|
| 75 |
+
"byte_count": 1164,
|
| 76 |
+
"content_sha256": "8aaab26880deff251caf1b0fdd0a6ad07e030b384ee093fd6e400b042ac8d632"
|
| 77 |
+
}
|
| 78 |
+
],
|
| 79 |
+
"artifact_integrity_hash": "ec5645d54a5a2aa37bc5ee875ecd5a0ccf4820e552d07652a88676e9a0514c99"
|
| 80 |
+
}
|
data/explanatory_assessment.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"assessment_version": "nuclear_uap_explanatory_private_preview_v1",
|
| 3 |
+
"population_explanation_strength_score": 78,
|
| 4 |
+
"airport_confounder_strength_score": 90,
|
| 5 |
+
"nuclear_non_support_strength_score": 95,
|
| 6 |
+
"missing_geocode_handling": {
|
| 7 |
+
"analysis_status": "completed",
|
| 8 |
+
"total_us_rows": 123013,
|
| 9 |
+
"missing_geocode_rows": 17783,
|
| 10 |
+
"missing_geocode_share": 0.144562,
|
| 11 |
+
"reason_bucket_counts": {
|
| 12 |
+
"unmatched_place_name": 14584,
|
| 13 |
+
"landmark_or_route_location": 1351,
|
| 14 |
+
"compound_or_parenthetical_place": 1059,
|
| 15 |
+
"county_level_location": 340,
|
| 16 |
+
"relative_location_phrase": 270,
|
| 17 |
+
"blank_city": 179
|
| 18 |
+
},
|
| 19 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 20 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 21 |
+
},
|
| 22 |
+
"what_we_can_claim": [
|
| 23 |
+
"The missing NUFORC-derived rows were not geocoded by assumption; they were excluded from spatial tests and logged for recovery.",
|
| 24 |
+
"The public geocoded report rows can be compared against Census place population and commercial-airport proximity as explanatory covariates.",
|
| 25 |
+
"At the place level, report counts can be assessed against population concentration without claiming reports are true or false.",
|
| 26 |
+
"Airport proximity can be treated as a public-source confounder, not as proof that airplanes caused specific reports.",
|
| 27 |
+
"The nuclear power-plant proximity claim remains unsupported in this evidence surface after matched non-nuclear power-plant controls."
|
| 28 |
+
],
|
| 29 |
+
"what_we_cannot_claim": [
|
| 30 |
+
"This dataset cannot prove what witnesses saw.",
|
| 31 |
+
"This dataset cannot claim aircraft explain every report.",
|
| 32 |
+
"This dataset cannot treat city/place centroids as exact sighting coordinates.",
|
| 33 |
+
"This dataset cannot rule out all nuclear-weapons, military, or classified-site hypotheses.",
|
| 34 |
+
"This dataset cannot assume the skipped missing-geocode rows would preserve or reverse the result without a separate recovery run."
|
| 35 |
+
],
|
| 36 |
+
"safe_claim_language_passes": true,
|
| 37 |
+
"plain_english_assessment": "The better explanation surface is population/reporting geography plus ordinary aviation proximity, while the nuclear-specific proximity claim remains unsupported after controls."
|
| 38 |
+
}
|
data/explanatory_case_cards.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Explanatory Case Cards
|
| 2 |
+
|
| 3 |
+
## Case 1: Population/Reporting Geography
|
| 4 |
+
|
| 5 |
+
Observed public report counts track place population with log-scale correlation 0.641288.
|
| 6 |
+
|
| 7 |
+
**What we can claim:** report density has a measurable relationship with population geography.
|
| 8 |
+
|
| 9 |
+
**What we cannot claim:** population alone explains any individual report.
|
| 10 |
+
|
| 11 |
+
## Case 2: Major-Airport Proximity
|
| 12 |
+
|
| 13 |
+
Median event-place centroid distance to a major scheduled airport is 13.277 miles, compared with 10.764 miles population-weighted across Census places.
|
| 14 |
+
|
| 15 |
+
**What we can claim:** airport proximity is a measurable confounder for the public report surface.
|
| 16 |
+
|
| 17 |
+
**What we cannot claim:** aircraft caused all or any specific reports without case-level evidence.
|
| 18 |
+
|
| 19 |
+
## Case 3: Missing Geocode Rows
|
| 20 |
+
|
| 21 |
+
17783 U.S. rows did not resolve to Census place centroids in this pass.
|
| 22 |
+
|
| 23 |
+
**What we can claim:** skipped rows are explicitly counted and bucketed for recovery.
|
| 24 |
+
|
| 25 |
+
**What we cannot claim:** the skipped rows would not affect any future recovered-location analysis.
|
| 26 |
+
|
| 27 |
+
## Top Places By Public Report Count
|
| 28 |
+
|
| 29 |
+
- New York city, NY: 858 rows; population 8804190; 9.745 rows per 100k.
|
| 30 |
+
- Phoenix city, AZ: 781 rows; population 1608139; 48.565 rows per 100k.
|
| 31 |
+
- Seattle city, WA: 774 rows; population 737015; 105.018 rows per 100k.
|
| 32 |
+
- Las Vegas city, NV: 658 rows; population 641903; 102.508 rows per 100k.
|
| 33 |
+
- Portland city, OR: 580 rows; population 652503; 88.888 rows per 100k.
|
| 34 |
+
- Los Angeles city, CA: 572 rows; population 3898747; 14.671 rows per 100k.
|
| 35 |
+
- San Diego city, CA: 553 rows; population 1386932; 39.872 rows per 100k.
|
| 36 |
+
- Chicago city, IL: 443 rows; population 2746388; 16.13 rows per 100k.
|
data/explanatory_dataset_schema.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "nuclear_uap_explanatory_private_preview_v1:schema",
|
| 3 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 4 |
+
"tables": {
|
| 5 |
+
"event_explanatory_features": {
|
| 6 |
+
"fields": [
|
| 7 |
+
"event_id",
|
| 8 |
+
"event_date",
|
| 9 |
+
"city",
|
| 10 |
+
"state",
|
| 11 |
+
"shape",
|
| 12 |
+
"latitude",
|
| 13 |
+
"longitude",
|
| 14 |
+
"place_geoid",
|
| 15 |
+
"place_name",
|
| 16 |
+
"place_population",
|
| 17 |
+
"population_bin",
|
| 18 |
+
"place_event_count",
|
| 19 |
+
"nearest_major_airport_ident",
|
| 20 |
+
"nearest_major_airport_name",
|
| 21 |
+
"nearest_major_airport_type",
|
| 22 |
+
"nearest_major_airport_distance_miles",
|
| 23 |
+
"within_10_miles_major_airport",
|
| 24 |
+
"within_25_miles_major_airport",
|
| 25 |
+
"within_50_miles_major_airport",
|
| 26 |
+
"nearest_nuclear_distance_miles",
|
| 27 |
+
"nearest_control_distance_miles",
|
| 28 |
+
"within_50_miles_nuclear",
|
| 29 |
+
"within_50_miles_control",
|
| 30 |
+
"sha256",
|
| 31 |
+
"receipt_hash",
|
| 32 |
+
"explanatory_hash"
|
| 33 |
+
],
|
| 34 |
+
"row_count": 105250,
|
| 35 |
+
"primary_key": "explanatory_hash"
|
| 36 |
+
},
|
| 37 |
+
"place_exposure": {
|
| 38 |
+
"fields": [
|
| 39 |
+
"place_geoid",
|
| 40 |
+
"place_name",
|
| 41 |
+
"state",
|
| 42 |
+
"population",
|
| 43 |
+
"latitude",
|
| 44 |
+
"longitude",
|
| 45 |
+
"event_count",
|
| 46 |
+
"events_per_100k_population",
|
| 47 |
+
"population_bin",
|
| 48 |
+
"nearest_major_airport_ident",
|
| 49 |
+
"nearest_major_airport_name",
|
| 50 |
+
"nearest_major_airport_type",
|
| 51 |
+
"nearest_major_airport_distance_miles",
|
| 52 |
+
"within_10_miles_major_airport",
|
| 53 |
+
"within_25_miles_major_airport",
|
| 54 |
+
"within_50_miles_major_airport",
|
| 55 |
+
"place_hash"
|
| 56 |
+
],
|
| 57 |
+
"row_count": 32350,
|
| 58 |
+
"primary_key": "place_geoid"
|
| 59 |
+
},
|
| 60 |
+
"missing_geocode_examples": {
|
| 61 |
+
"fields": [
|
| 62 |
+
"city",
|
| 63 |
+
"state",
|
| 64 |
+
"row_count",
|
| 65 |
+
"reason_bucket",
|
| 66 |
+
"example_recovery_route",
|
| 67 |
+
"missing_hash"
|
| 68 |
+
],
|
| 69 |
+
"row_count": 100,
|
| 70 |
+
"primary_key": "missing_hash"
|
| 71 |
+
}
|
| 72 |
+
},
|
| 73 |
+
"claim_contract": {
|
| 74 |
+
"claims_population_confounder": true,
|
| 75 |
+
"claims_airport_confounder": true,
|
| 76 |
+
"claims_aircraft_causation": false,
|
| 77 |
+
"claims_report_truth": false,
|
| 78 |
+
"imputes_missing_geocodes": false
|
| 79 |
+
}
|
| 80 |
+
}
|
data/explanatory_report.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Nuclear/UAP Explanatory Factors Private Preview
|
| 2 |
+
|
| 3 |
+
The better explanation surface is population/reporting geography plus ordinary aviation proximity, while the nuclear-specific proximity claim remains unsupported after controls.
|
| 4 |
+
|
| 5 |
+
## What changed
|
| 6 |
+
|
| 7 |
+
- Missing geocodes are counted and routed; they are not silently filled.
|
| 8 |
+
- Population and major-airport proximity are measured as confounders.
|
| 9 |
+
- The previous nuclear matched-control test is carried forward as the nuclear-specific check.
|
| 10 |
+
|
| 11 |
+
## Strongest explanations we can support
|
| 12 |
+
|
| 13 |
+
- Population explanation strength score: 78/100.
|
| 14 |
+
- Airport confounder strength score: 90/100.
|
| 15 |
+
- Nuclear non-support strength score: 95/100.
|
| 16 |
+
- Place-level log(population) vs log(report count) correlation: 0.641288.
|
| 17 |
+
- Events matched to Census population rows: 105086 of 105250.
|
| 18 |
+
- Median event distance to a major scheduled airport: 13.277 miles.
|
| 19 |
+
- Population-weighted median place distance to a major scheduled airport: 10.764 miles.
|
| 20 |
+
|
| 21 |
+
## Missing geocodes
|
| 22 |
+
|
| 23 |
+
- Total U.S. rows scanned: 123013.
|
| 24 |
+
- Rows without Census-place geocode: 17783 (0.144562).
|
| 25 |
+
- These rows need county, landmark, route, relative-place, or fuzzy public-gazetteer recovery before entering spatial tests.
|
| 26 |
+
|
| 27 |
+
## What We Can Claim
|
| 28 |
+
|
| 29 |
+
- The missing NUFORC-derived rows were not geocoded by assumption; they were excluded from spatial tests and logged for recovery.
|
| 30 |
+
- The public geocoded report rows can be compared against Census place population and commercial-airport proximity as explanatory covariates.
|
| 31 |
+
- At the place level, report counts can be assessed against population concentration without claiming reports are true or false.
|
| 32 |
+
- Airport proximity can be treated as a public-source confounder, not as proof that airplanes caused specific reports.
|
| 33 |
+
- The nuclear power-plant proximity claim remains unsupported in this evidence surface after matched non-nuclear power-plant controls.
|
| 34 |
+
|
| 35 |
+
## What We Cannot Claim
|
| 36 |
+
|
| 37 |
+
- This dataset cannot prove what witnesses saw.
|
| 38 |
+
- This dataset cannot claim aircraft explain every report.
|
| 39 |
+
- This dataset cannot treat city/place centroids as exact sighting coordinates.
|
| 40 |
+
- This dataset cannot rule out all nuclear-weapons, military, or classified-site hypotheses.
|
| 41 |
+
- This dataset cannot assume the skipped missing-geocode rows would preserve or reverse the result without a separate recovery run.
|
data/explanatory_source_gaps.csv
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
gap_id,adapter,url,reason,detail,occurred_at,gap_hash
|
data/matched_controls.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/missing_geocode_examples.csv
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
city,state,row_count,reason_bucket,example_recovery_route,missing_hash
|
| 2 |
+
Boise,ID,318,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,803bf6eed3e2b4ef668b35f56871350bbfbfcd7799b1239b86126e4f268f587e
|
| 3 |
+
Nashville,TN,170,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,c00e30b5f7fee3b02a8be2b2cfee2d3d6a2aca3ee51f41e33a1fdbe7ff2bf148
|
| 4 |
+
Honolulu,HI,126,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,00916af2e9fd34b8874767ef16f5f0dea9644fd99556b5439aa9fc63f1fc69db
|
| 5 |
+
"Washington, D.C.",DC,109,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,b6d80723531906f18fbbbc550f2018ccedada26e03e22bc26af3cefbcbb981e3
|
| 6 |
+
Ventura,CA,91,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,df86077e540bf356ad025c6f549d3f00abb2d64649967160b13d59a1b63d093e
|
| 7 |
+
Mt. Vernon,IN,86,landmark_or_route_location,add public GNIS/parks/highway landmark geocoder,a47e9cdfbf203c0ca2a04cab59f2a65af44c5adf1d7842ab0a433e84a94c94b8
|
| 8 |
+
Lexington,KY,86,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,0020ecbe8b34367ea3c822fed972e5b20eed171ec34ad6c3b8a0a6c59481d342
|
| 9 |
+
Staten Island,NY,64,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,c9aec2a044746712edfb8c80b94f042452d5c284d3472962f6b8ed4963278cc4
|
| 10 |
+
Lake Worth,FL,62,landmark_or_route_location,add public GNIS/parks/highway landmark geocoder,cc427c7c4aebe0bb3749f1d52e52c748ef4094e7510703d430e893bd93c36791
|
| 11 |
+
Augusta,GA,49,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,cb036035719e7723273b5497384d552eb14f180683ca1eb907af234b703abdc4
|
| 12 |
+
North Hollywood,CA,46,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,3bd5c16ab2655ac3a1eee35c8a1b1f51755ed2278b208a17690de9ea37e230e8
|
| 13 |
+
Butte,MT,43,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,d00f2f8ed35116612e279e9b93bcd44c99823b05ca47c489f206f9d9120d568b
|
| 14 |
+
Van Nuys,CA,43,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,282900e7ff2f74e8663079fc90be9293fc35fba41a2f0c12e683ffc0922d1eda
|
| 15 |
+
Canton,MI,39,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,4e37ca50cf6a5fa2a161a8a4eff8133d246e87a3e5e67a96ed30db4f2900e74b
|
| 16 |
+
Sherman Oaks,CA,39,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,69def812b1ccb022f7228dda3ff6f95d8351f56cd6660437d1c5eba566f50d7a
|
| 17 |
+
Brick,NJ,37,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,6b278ae6ce5c59822594cf7ed6e8412c05bc968c84f2da420cd53b517bacb7c0
|
| 18 |
+
San Pedro,CA,37,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,bd7be68903ba96c0fffbba20f2009140ad0ec58769326bab49f3dcefec70b70f
|
| 19 |
+
Edison,NJ,35,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,388334b0211a2b9fdfcb4a10488e534a2574ed873c8604ef83819e719b6bc376
|
| 20 |
+
Wallingford,CT,35,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,c4c444f0354c2f6e965ddd0b5de8dbb1e17e02a1d3baef7dce07bbe71a4e768e
|
| 21 |
+
Hollywood,CA,34,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,9a5d70e85bcaaa5a0a90a2a9470173131f280ca413c4e0c9771be7e718904366
|
| 22 |
+
Athens,GA,34,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,3f65fcb0369e064d4db698a698df4d4e3827fc8a2107dd2ff7f484af9fc50261
|
| 23 |
+
South Kingstown,RI,33,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,33e15440fa721ca495d9ca4c68eaaf334bba310aa828566c0f05941576052787
|
| 24 |
+
Clinton Township,MI,33,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,9221fa74cb6ff75650092d20d8b9a1c5dfc8171126c967c7169bdfe48f77cc37
|
| 25 |
+
Ft. Lauderdale,FL,32,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,0ae5babb63994f153d7f49121a9674ef65825aa8a9e6b357e85924019816fd68
|
| 26 |
+
West Chester,OH,31,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,763e355f5ceab8c8e4454450ad8928cf8b3c9b82982f836327fb9b782c9fcb5d
|
| 27 |
+
Stafford,VA,31,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,e69ffe94c9449a5958157a6e2df21464c4aac6fc45a1af4d128dac0ca890433e
|
| 28 |
+
Macon,GA,30,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,43a0b56fc1b3decc1ef03dbbb8b1169e2ce51f068c712ff7354c193be9077e77
|
| 29 |
+
Pine City,NY,30,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,359cbaa9ce98da05c2dd4caec7502c8be084ebeb2b60e1ccfb7cfe000ca7e7cb
|
| 30 |
+
Jackson,NJ,29,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,e8fd054b4fa52115721943cbf706f59de53e4d9cf8f8603aeac066484a6f714c
|
| 31 |
+
Salem,NH,28,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,0a2ebeeff3855e4b1eb2ffc1abecc1de2309b5ac9bf7623501e9e14a33423f40
|
| 32 |
+
Enfield,CT,27,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,a8a22b3f213bf78cbe009a12de9380dafa12ddb0669c4be2d2c7e5afe63b0bea
|
| 33 |
+
Cherry Hill,NJ,27,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,c4e9cf349136e5d806d946103d7dd523830c3be0cc9268d12d5739c0ef6e1084
|
| 34 |
+
Howell,NJ,27,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,4e2aed00be4655967aeb19d6b7065934ef96c967e0dce7b2bb56142e5e046e64
|
| 35 |
+
Waterford,MI,26,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,96a822fe09fbfad258d68fd0d03d6c3a1f4a6e4e81972b68f924721e182c2f17
|
| 36 |
+
Branford,CT,26,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,30f00183540666cbda128b83945cd81c4da89028baf3f14a407bbcd46ae5a758
|
| 37 |
+
Reseda,CA,25,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,2f51f802bc434f155029e9ec9a10b8801e5323b4240f9bce9c34570914997d46
|
| 38 |
+
Woodland Hills,CA,25,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,4fa6831274613a0d5f97562f5f80076bd4b707f357389a12ced44c0755e75392
|
| 39 |
+
Bridgewater,MA,25,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,18184e2e46e73463dca12ff2344ad697e2b3e1c01d72581f1ac88da25699246c
|
| 40 |
+
Venice,CA,25,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,a2fca22581b281391e0ee99ad66c1dfc755b46da89fc915eb070bccc334885df
|
| 41 |
+
Cypress,TX,25,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,fbd43ab08f333959eae3ae312adfee4a2ecf408a6972e71728c7cb0ca07efbf8
|
| 42 |
+
Valencia,CA,24,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,dd45725ef7d389fcfed7222e27adb789e0bdee6d8cb444833609c26a7de70456
|
| 43 |
+
Bridgewater,NJ,23,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,8613a5a91831ac84b00af2b59e06b9f41ce69e46758deabfef0d753d4e322794
|
| 44 |
+
North Bergen,NJ,22,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,a29bc5ba49f8b8e45c32097e805940b0801963ffb59bc55a1fe0e6ba44ac0ef7
|
| 45 |
+
Paso Robles,CA,22,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,28787f985fc2ee6d3fa7725d4c7e81f217e83af099b59fcfb57f061344e1c1af
|
| 46 |
+
Stratford,CT,21,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,6b5dda3b9f16abaf1fea56156be33b6feeb7f90c0b758570c185cef7890a592b
|
| 47 |
+
Scarborough,ME,21,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,19a2929dad7c5abc3bdc7a7bc350f09f99eac1bf0af411db14e05dfc97faa0c4
|
| 48 |
+
La Jolla,CA,21,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,077bd760b620e7f02fb884e585b0412ca6ea8433ae693fb2875d6bad4cb91364
|
| 49 |
+
Hanover,MD,21,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,b28be3a71c066fae11ba6b4c0ace442c5f8ceb923aeab71ecbb506eaf3536901
|
| 50 |
+
Wilmington,CA,20,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,7988bd75b0c6f512743703f6805ac3fb8f01a8736b29d51da015e69fbd26dae9
|
| 51 |
+
Canoga Park,CA,20,landmark_or_route_location,add public GNIS/parks/highway landmark geocoder,04d65321ca117988ffd84a69aacdcbc41c0e36d1c58b80a8dc39689eec53c15e
|
| 52 |
+
Wayne,NJ,20,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,90b4bfdb183467c59b9c1d2240e92cb5f3d4e3f2fe827d3c9bac69b621698bf2
|
| 53 |
+
Hamden,CT,20,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,30b1a5c013374a43c102c5987e5c71ef086d8d6f41b7e8b326cdc838447bb1df
|
| 54 |
+
Merrimack,NH,19,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,e19904c7c0d988177b207af1ec1175836c8536c3d9dc47898cb8fbf994f5daff
|
| 55 |
+
Southington,CT,19,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,eb2d617fb2211f7d62e62d5a5532bbf4e1bb2081bb88763290d81229dd895c58
|
| 56 |
+
Canon City,CO,19,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,088867bba2b0ae03e1c279972d3a51d2393842b86e8f65d252bf34b57e8c68f1
|
| 57 |
+
Chatsworth,CA,19,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,5a5108e0030138b465e2d3d16cc27d2dc40887aec1c2b7bc0fcb9766cad7c94b
|
| 58 |
+
Studio City,CA,19,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,bdb9dc95efe5b557fd333c79a5dda02083952750ae603f22a970907cb7081a18
|
| 59 |
+
Coventry,RI,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,e0bc795fdc1aa2917d08e508e427ceed22577ca988696f548e55b3f996c9b199
|
| 60 |
+
Juneau,AK,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,66a9aade8ca8268f73d6ee7af5a60355cbb321e9983f42b0195463582b11ce7c
|
| 61 |
+
Bensalem,PA,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,cda26c42def71dafeb73f3af5c9e9395a3632b7e3845418d1df68866021430c4
|
| 62 |
+
Chesterfield,VA,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,380a7424d2d30cce055762bc91e51c1677821682124f657d97dca3b702320fc5
|
| 63 |
+
Trumbull,CT,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,bbb2a7896b531c29f4576302c6d1b0a6d0b35013f0174f8031508d8a037067ee
|
| 64 |
+
Colchester,VT,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,025a49902312543c99138cb1ba10324c3247dfd88b3fed0aa88748c5940b92bb
|
| 65 |
+
Eagle River,AK,18,landmark_or_route_location,add public GNIS/parks/highway landmark geocoder,84e9cfc32ebd58f1e4c320fc13d64104ab6c132eee2d4e26d855e55584ea8c2f
|
| 66 |
+
Macomb,MI,18,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,4fe6d45c8fcb718669606c2c3f52a7ebf682ea2fb4b7801bd2485658f60296cd
|
| 67 |
+
Fairfield,CT,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,b8cf6735f4d22ba23a3b384461d0c5b8f6fd2ac7e0ca0be6bd8524c7f8d99a93
|
| 68 |
+
Natick,MA,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,24795fa7c223840ab4061cf833c53f4a5c263076a7d844b36eed5a4737088f0b
|
| 69 |
+
North Kingstown,RI,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,6e6d130203944c3b67ca52ceb3918a89bb07b6e318750a0caa5fbae4591916e9
|
| 70 |
+
Hyannis,MA,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,5d73ec17b467c9433e0d20f7eab93d5ad880159c410ff6bafb390b492c5eee13
|
| 71 |
+
Sylmar,CA,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,1e9ea47744321dc90f5189c07fced3f2ea730337e88181133fa0924006f4ff59
|
| 72 |
+
Camano Island,WA,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,a0dfe93d19db972809c0aa799a92ca8546e44284d471a206cf5c950d69e9e004
|
| 73 |
+
Oaklandon,IN,17,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,40aef92163cdf880e8e798b824e776e7502a0bcde7ff5f0fe5bc405dbe7fd753
|
| 74 |
+
York,ME,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,c36803d3c84136d494933f56f2f444ab129515e52fb6828fe0d4073b929ca35d
|
| 75 |
+
Shelby Township,MI,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,d28a64a6fe20f9fdf744d8aafca4776ca6ac58088ca28f63c6f715e0bcf2e88e
|
| 76 |
+
Warminster,PA,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,8bc8b7267010ba3d4f10b608e7a85d82e1d3b228312b36ab82fa1904121f5c38
|
| 77 |
+
North Providence,RI,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,99081c0b0088a335b61de3834adbcd3ea73752f74a5ac78cc9fa25a522af8148
|
| 78 |
+
Ashgrove,MO,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,468b5d24b5a49817cbb6e9f8313a53bd8fde2718e319ec97a60d986d8e1a2931
|
| 79 |
+
Northridge,CA,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,e6fe1647872b2b1953db4cfc7b7563ffa2540d9430cf0ae7e50afa02f1540244
|
| 80 |
+
Lords Valley,PA,16,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,23651ce7ebadd04981e36982d0a5dc94d5ddc2b0aa22f4dafa7af2ab6ec280e1
|
| 81 |
+
Seymour,CT,15,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,8e6d43fcedc38bd20f6bb7cef3ceb4910fb125ca89ee6b0831930f578065bd0b
|
| 82 |
+
Piscataway,NJ,15,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,3da8550915d0bb4d4f86eb49c85535aa7b459af52e2a352c69bccc474b405a35
|
| 83 |
+
Williston,VT,15,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,7027b9c40dc9f70ac7f3278eba01fcc23b1001033b761531e9e10407ae887635
|
| 84 |
+
Westport,CT,15,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,1f42bedbb89748d96dff0114539b00fb481c29262c5388c7e727f35a9176a4b4
|
| 85 |
+
Johnston,RI,15,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,923247884f02acf5c366c4e5569af56a1cefcfc1140a49130a5673d19e429717
|
| 86 |
+
Parrish,FL,15,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,a123ecb8b316071bc79ff31e6efebd9a2e934ae37288fd110e9075fd941ee39a
|
| 87 |
+
Billerica,MA,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,071978fcaeb0188dc5bb8c04d28f657fa99b5175fc2f079b628ccf1cbd65abf5
|
| 88 |
+
Holden,MA,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,20d48d20189d603119686271a432bc1c439b5eb6484e3d37232c2a1cf618da2e
|
| 89 |
+
Narragansett,RI,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,d00cad3103b5c5f10febfee6247ee40af16f031d03c826e017d0a92fadfd4a2f
|
| 90 |
+
Amherst,MA,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,6fad2eb4025344f7ed944b3a3b67c578bf1d8bafd686b92081197e2bea875036
|
| 91 |
+
West Bloomfield,MI,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,28e04cefbd05d221140eb650b065a06907cb7d1cfd52bedfdeeb092d87c85d80
|
| 92 |
+
Hixson,TN,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,b4200e9b1975eaa812a0c2fad348727fdbcf1d1343155027f5f88cc56db98dde
|
| 93 |
+
Madison,CT,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,c0d2f4802bc608c74b6dee3705bdbf11c24291b5d83277ba13a48a963bb30b5d
|
| 94 |
+
Clackamas,OR,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,33b9a860242598444dc4e5b61cf17f1021572a832fbcd35c9d31bc28f432c68b
|
| 95 |
+
Kingwood,TX,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,4fafffabcee39bc78c6bc1a79fc80620aef3df924052ed93ddcacdf804a6ce76
|
| 96 |
+
Weymouth,MA,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,384047423d427a36fa377dd88b2e22230cc17107c7cfaa29aaf538906a490f13
|
| 97 |
+
Ponte Vedra Beach,FL,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,014462cae6bae5b41acef8c50e924a21edfb168dfa03e71d32769f9e32a0944c
|
| 98 |
+
LaPorte,IN,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,760f77f61808b1157a3ceb0ddc5e6e6f0412c80c1f8bb1ce73791995ca66578c
|
| 99 |
+
Cumberland,RI,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,546f69dbff29ff6079aa47f633d183d9211a03412917fc9d0c7b42021482d83d
|
| 100 |
+
Astoria,NY,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,401687a4adf5b81bad8969e319bfe09b7e492dee20c9e93420e4d910b05a870c
|
| 101 |
+
Flushing,NY,14,unmatched_place_name,add alternate public gazetteer or fuzzy city/state matching with review,e0693e40c3049c8ec17c612671bf1af5d97ba5fe9b83208b980d3c1f36fd5d9f
|
data/nuclear_sites.csv
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
site_id,site_name,site_kind,state,country,capacity_mw,latitude,longitude,primary_fuel,source_name,source_url,geolocation_source,sha256,receipt_hash,what_we_can_claim,what_we_cannot_claim
|
| 2 |
+
nuclear_site:f488ce14781f66ed8a,Browns Ferry,nuclear_power_plant,AL,USA,3494.0,34.7042,-87.1189,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 3 |
+
nuclear_site:5073a4c5ef4c69cbfb,Joseph M Farley,nuclear_power_plant,AL,USA,1776.4,31.2231,-85.1116,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 4 |
+
nuclear_site:c8187f66a5d0236838,Arkansas Nuclear One,nuclear_power_plant,AR,USA,1845.0,35.311,-93.2351,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 5 |
+
nuclear_site:cefaa29aff1ff49167,Palo Verde,nuclear_power_plant,AZ,USA,4209.6,33.3881,-112.8617,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 6 |
+
nuclear_site:7dd3eb5ee6ffbc6b19,Diablo Canyon,nuclear_power_plant,CA,USA,2323.0,35.2115,-120.8555,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 7 |
+
nuclear_site:679f734bcdb45598c5,Millstone,nuclear_power_plant,CT,USA,2162.9,41.3107,-72.1677,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 8 |
+
nuclear_site:de85a8cee12cce2e9a,St Lucie,nuclear_power_plant,FL,USA,2160.0,27.3486,-80.2464,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 9 |
+
nuclear_site:70dcdf1c5ac1911eca,Turkey Point,nuclear_power_plant,FL,USA,2861.2,25.4356,-80.3308,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 10 |
+
nuclear_site:9b37c0174a8ae8ce6d,Edwin I Hatch,nuclear_power_plant,GA,USA,1848.0,31.9342,-82.3447,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 11 |
+
nuclear_site:127e54e9b468e1eb07,Vogtle,nuclear_power_plant,GA,USA,2430.0,33.1427,-81.7625,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 12 |
+
nuclear_site:3d2b1b33ae3346b2af,Duane Arnold Energy Center,nuclear_power_plant,IA,USA,679.5,42.1011,-91.7781,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 13 |
+
nuclear_site:cb1f3faa94f13926dd,Braidwood Generation Station,nuclear_power_plant,IL,USA,2449.8,41.2435,-88.2286,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 14 |
+
nuclear_site:3411f40aad32d1a179,Clinton Power Station,nuclear_power_plant,IL,USA,1138.3,40.1719,-88.8339,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 15 |
+
nuclear_site:c09162b422eeb6e0e1,Dresden Generating Station,nuclear_power_plant,IL,USA,2018.6,41.39,-88.27,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 16 |
+
nuclear_site:9da881244414fe485f,LaSalle Generating Station,nuclear_power_plant,IL,USA,2340.0,41.2455,-88.6691,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 17 |
+
nuclear_site:dd691885c2093c41a6,Quad Cities Generating Station,nuclear_power_plant,IL,USA,2018.6,41.7261,-90.3103,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 18 |
+
nuclear_site:d773933e68a6c2a5fa,Wolf Creek Generating Station,nuclear_power_plant,KS,USA,1267.7,38.2393,-95.6898,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 19 |
+
nuclear_site:51ff55ca5208675b7e,River Bend,nuclear_power_plant,LA,USA,1035.9,30.757,-91.3327,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 20 |
+
nuclear_site:88f4b7dd7c5c714536,Waterford 3,nuclear_power_plant,LA,USA,1199.8,29.9953,-90.4716,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 21 |
+
nuclear_site:eb545249d473e00ef9,Calvert Cliffs Nuclear Power Plant,nuclear_power_plant,MD,USA,1850.4,38.4344,-76.4417,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 22 |
+
nuclear_site:0574192adc2e3bc712,Byron Generating Station,nuclear_power_plant,MI,USA,2449.8,42.0742,-89.2819,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 23 |
+
nuclear_site:2edfce6d2be381ec1e,Donald C Cook,nuclear_power_plant,MI,USA,2285.3,41.9756,-86.5652,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 24 |
+
nuclear_site:cefe801475775eab27,Fermi,nuclear_power_plant,MI,USA,1281.0,41.9631,-83.2581,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 25 |
+
nuclear_site:0c4d375a035e86533f,Palisades,nuclear_power_plant,MI,USA,811.8,42.323,-86.3146,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 26 |
+
nuclear_site:ecfe58f1b473f63385,Monticello Nuclear Facility,nuclear_power_plant,MN,USA,685.0,45.3338,-93.8493,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 27 |
+
nuclear_site:ff2c5806cbbdefd23c,Prairie Island,nuclear_power_plant,MN,USA,1186.2,44.622,-92.6333,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 28 |
+
nuclear_site:f625e63c0b665d0cb5,Callaway,nuclear_power_plant,MO,USA,1235.8,38.7589,-91.7788,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 29 |
+
nuclear_site:a4accb78a1b4138f13,Grand Gulf,nuclear_power_plant,MS,USA,1440.0,32.0081,-91.0478,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 30 |
+
nuclear_site:498f0d440ab136be7b,Brunswick Nuclear,nuclear_power_plant,NC,USA,2003.2,33.9597,-78.0114,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 31 |
+
nuclear_site:72922c61cc270284f5,Harris,nuclear_power_plant,NC,USA,950.9,35.6334,-78.9556,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 32 |
+
nuclear_site:20ebc5a7edc7348910,McGuire,nuclear_power_plant,NC,USA,2440.6,35.4331,-80.9486,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 33 |
+
nuclear_site:646380f4a9ace96923,Cooper Nuclear Station,nuclear_power_plant,NE,USA,801.0,40.3628,-95.6408,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 34 |
+
nuclear_site:95ee69f5968a99878d,Seabrook,nuclear_power_plant,NH,USA,1242.0,42.8992,-70.8489,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 35 |
+
nuclear_site:cabca984d904fdbf4d,PSEG Hope Creek Generating Station,nuclear_power_plant,NJ,USA,1290.7,39.4666,-75.5377,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 36 |
+
nuclear_site:84d794a18a2a667b8e,PSEG Salem Generating Station,nuclear_power_plant,NJ,USA,2381.8,39.4625,-75.5358,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 37 |
+
nuclear_site:c7b5f5c03c5809b849,Indian Point 2 / Indian Point 3,nuclear_power_plant,NY,USA,2311.0,41.2706,-73.9527,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database. Multi-unit WRI rows at the same rounded coordinate were grouped into one site row (unit_count=2).,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 38 |
+
nuclear_site:9e958ae476ac8c6db9,James A Fitzpatrick,nuclear_power_plant,NY,USA,883.3,43.5214,-76.4084,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 39 |
+
nuclear_site:88387712f7db3050d0,Nine Mile Point Nuclear Station,nuclear_power_plant,NY,USA,1901.1,43.5211,-76.41,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 40 |
+
nuclear_site:212ebd091c10cb0e55,R E Ginna Nuclear Power Plant,nuclear_power_plant,NY,USA,614.0,43.2777,-77.3099,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 41 |
+
nuclear_site:e605dd65adf9f5b167,Davis Besse,nuclear_power_plant,OH,USA,925.2,41.5967,-83.0861,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 42 |
+
nuclear_site:d17bc58a8b70e4a4a9,Perry,nuclear_power_plant,OH,USA,1311.6,41.8006,-81.1439,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 43 |
+
nuclear_site:077d6ffdc06a3a3797,Beaver Valley,nuclear_power_plant,PA,USA,1846.8,40.6219,-80.4336,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 44 |
+
nuclear_site:e562418d54997d7d03,Limerick,nuclear_power_plant,PA,USA,2277.0,40.2243,-75.5874,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 45 |
+
nuclear_site:fd01fd6433f00a47db,Peach Bottom,nuclear_power_plant,PA,USA,2876.4,39.7589,-76.2687,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 46 |
+
nuclear_site:aa76d03efd5d0c3665,TalenEnergy Susquehanna,nuclear_power_plant,PA,USA,2532.0,41.0919,-76.1462,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 47 |
+
nuclear_site:4e9815c850ab649ffe,Catawba,nuclear_power_plant,SC,USA,2410.2,35.0514,-81.0694,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 48 |
+
nuclear_site:f6f41f5c933e6a91aa,H B Robinson,nuclear_power_plant,SC,USA,768.6,34.4017,-80.1589,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 49 |
+
nuclear_site:9e73fc460107c7be70,Oconee,nuclear_power_plant,SC,USA,2666.7,34.7939,-82.8986,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 50 |
+
nuclear_site:8909ff640ba17864c8,V C Summer,nuclear_power_plant,SC,USA,1029.6,34.2983,-81.3153,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 51 |
+
nuclear_site:85da5c610c486c2579,Sequoyah,nuclear_power_plant,TN,USA,2441.0,35.2267,-85.0917,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 52 |
+
nuclear_site:2a61815f1758546390,Watts Bar Nuclear Plant,nuclear_power_plant,TN,USA,2539.8,35.6021,-84.7895,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 53 |
+
nuclear_site:2640c5d1095736283b,Comanche Peak,nuclear_power_plant,TX,USA,2430.0,32.2984,-97.7855,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 54 |
+
nuclear_site:6838f3f9faa6f45c5f,South Texas Project,nuclear_power_plant,TX,USA,2708.6,28.795,-96.0481,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 55 |
+
nuclear_site:5fe2292ab5cd832dee,North Anna,nuclear_power_plant,VA,USA,1960.4,38.06,-77.7897,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 56 |
+
nuclear_site:133a6d951d4cb83dbb,Surry,nuclear_power_plant,VA,USA,1695.0,37.1661,-76.6986,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 57 |
+
nuclear_site:b5d3cbe0037d788c1b,Columbia Generating Station,nuclear_power_plant,WA,USA,1200.0,46.4711,-119.3339,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
| 58 |
+
nuclear_site:12248175a5d4ad33bd,Point Beach Nuclear Plant,nuclear_power_plant,WI,USA,1311.0,44.2806,-87.5369,Nuclear,U.S. Energy Information Administration,http://www.eia.gov/electricity/data/browser/,U.S. Energy Information Administration; state grounded by NRC operating-reactor dataset,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,This row can claim a public geolocated nuclear power plant record appears in the WRI Global Power Plant Database.,"This row cannot claim classified nuclear activity, weapons activity, or causal relationship to UAP reports."
|
data/place_exposure.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/place_exposure_top.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/site_proximity_summary.csv
ADDED
|
@@ -0,0 +1,343 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
site_role,site_id,site_name,state,primary_fuel,capacity_mw,count_within_25_miles,count_within_50_miles,count_within_100_miles,source_url,sha256,receipt_hash
|
| 2 |
+
nuclear,nuclear_site:f488ce14781f66ed8a,Browns Ferry,AL,Nuclear,3494.0,81,278,995,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 3 |
+
nuclear,nuclear_site:5073a4c5ef4c69cbfb,Joseph M Farley,AL,Nuclear,1776.4,44,88,551,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 4 |
+
nuclear,nuclear_site:c8187f66a5d0236838,Arkansas Nuclear One,AR,Nuclear,1845.0,69,163,874,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 5 |
+
nuclear,nuclear_site:cefaa29aff1ff49167,Palo Verde,AZ,Nuclear,4209.6,71,1325,2851,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 6 |
+
nuclear,nuclear_site:7dd3eb5ee6ffbc6b19,Diablo Canyon,CA,Nuclear,2323.0,123,218,500,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 7 |
+
nuclear,nuclear_site:679f734bcdb45598c5,Millstone,CT,Nuclear,2162.9,147,978,3806,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 8 |
+
nuclear,nuclear_site:de85a8cee12cce2e9a,St Lucie,FL,Nuclear,2160.0,264,624,1898,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 9 |
+
nuclear,nuclear_site:70dcdf1c5ac1911eca,Turkey Point,FL,Nuclear,2861.2,441,788,1564,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 10 |
+
nuclear,nuclear_site:9b37c0174a8ae8ce6d,Edwin I Hatch,GA,Nuclear,1848.0,14,85,500,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 11 |
+
nuclear,nuclear_site:127e54e9b468e1eb07,Vogtle,GA,Nuclear,2430.0,18,144,796,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 12 |
+
nuclear,nuclear_site:3d2b1b33ae3346b2af,Duane Arnold Energy Center,IA,Nuclear,679.5,124,271,707,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 13 |
+
nuclear,nuclear_site:cb1f3faa94f13926dd,Braidwood Generation Station,IL,Nuclear,2449.8,145,1856,3511,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 14 |
+
nuclear,nuclear_site:3411f40aad32d1a179,Clinton Power Station,IL,Nuclear,1138.3,79,207,856,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 15 |
+
nuclear,nuclear_site:c09162b422eeb6e0e1,Dresden Generating Station,IL,Nuclear,2018.6,318,2066,3552,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 16 |
+
nuclear,nuclear_site:9da881244414fe485f,LaSalle Generating Station,IL,Nuclear,2340.0,62,634,3478,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 17 |
+
nuclear,nuclear_site:dd691885c2093c41a6,Quad Cities Generating Station,IL,Nuclear,2018.6,118,202,1139,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 18 |
+
nuclear,nuclear_site:d773933e68a6c2a5fa,Wolf Creek Generating Station,KS,Nuclear,1267.7,9,65,1242,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 19 |
+
nuclear,nuclear_site:51ff55ca5208675b7e,River Bend,LA,Nuclear,1035.9,84,155,666,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 20 |
+
nuclear,nuclear_site:88f4b7dd7c5c714536,Waterford 3,LA,Nuclear,1199.8,97,382,715,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 21 |
+
nuclear,nuclear_site:eb545249d473e00ef9,Calvert Cliffs Nuclear Power Plant,MD,Nuclear,1850.4,48,666,2856,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 22 |
+
nuclear,nuclear_site:0574192adc2e3bc712,Byron Generating Station,MI,Nuclear,2449.8,225,527,4011,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 23 |
+
nuclear,nuclear_site:2edfce6d2be381ec1e,Donald C Cook,MI,Nuclear,2285.3,83,397,3906,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 24 |
+
nuclear,nuclear_site:cefe801475775eab27,Fermi,MI,Nuclear,1281.0,199,1169,2576,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 25 |
+
nuclear,nuclear_site:0c4d375a035e86533f,Palisades,MI,Nuclear,811.8,58,452,3519,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 26 |
+
nuclear,nuclear_site:ecfe58f1b473f63385,Monticello Nuclear Facility,MN,Nuclear,685.0,149,1003,1501,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 27 |
+
nuclear,nuclear_site:ff2c5806cbbdefd23c,Prairie Island,MN,Nuclear,1186.2,125,1061,1621,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 28 |
+
nuclear,nuclear_site:f625e63c0b665d0cb5,Callaway,MO,Nuclear,1235.8,47,300,1509,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 29 |
+
nuclear,nuclear_site:a4accb78a1b4138f13,Grand Gulf,MS,Nuclear,1440.0,11,60,331,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 30 |
+
nuclear,nuclear_site:498f0d440ab136be7b,Brunswick Nuclear,NC,Nuclear,2003.2,279,510,1374,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 31 |
+
nuclear,nuclear_site:72922c61cc270284f5,Harris,NC,Nuclear,950.9,367,725,1484,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 32 |
+
nuclear,nuclear_site:20ebc5a7edc7348910,McGuire,NC,Nuclear,2440.6,484,860,2046,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 33 |
+
nuclear,nuclear_site:646380f4a9ace96923,Cooper Nuclear Station,NE,Nuclear,801.0,12,43,818,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 34 |
+
nuclear,nuclear_site:95ee69f5968a99878d,Seabrook,NH,Nuclear,1242.0,329,1165,2537,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 35 |
+
nuclear,nuclear_site:cabca984d904fdbf4d,PSEG Hope Creek Generating Station,NJ,Nuclear,1290.7,288,1282,4710,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 36 |
+
nuclear,nuclear_site:84d794a18a2a667b8e,PSEG Salem Generating Station,NJ,Nuclear,2381.8,285,1273,4691,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 37 |
+
nuclear,nuclear_site:c7b5f5c03c5809b849,Indian Point 2 / Indian Point 3,NY,Nuclear,2311.0,539,2969,5658,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 38 |
+
nuclear,nuclear_site:9e958ae476ac8c6db9,James A Fitzpatrick,NY,Nuclear,883.3,64,330,1001,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 39 |
+
nuclear,nuclear_site:88387712f7db3050d0,Nine Mile Point Nuclear Station,NY,Nuclear,1901.1,64,330,1001,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 40 |
+
nuclear,nuclear_site:212ebd091c10cb0e55,R E Ginna Nuclear Power Plant,NY,Nuclear,614.0,235,446,1307,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 41 |
+
nuclear,nuclear_site:e605dd65adf9f5b167,Davis Besse,OH,Nuclear,925.2,64,527,2669,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 42 |
+
nuclear,nuclear_site:d17bc58a8b70e4a4a9,Perry,OH,Nuclear,1311.6,147,714,1790,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 43 |
+
nuclear,nuclear_site:077d6ffdc06a3a3797,Beaver Valley,PA,Nuclear,1846.8,202,1055,2626,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 44 |
+
nuclear,nuclear_site:e562418d54997d7d03,Limerick,PA,Nuclear,2277.0,567,2051,5783,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 45 |
+
nuclear,nuclear_site:fd01fd6433f00a47db,Peach Bottom,PA,Nuclear,2876.4,230,1596,4925,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 46 |
+
nuclear,nuclear_site:aa76d03efd5d0c3665,TalenEnergy Susquehanna,PA,Nuclear,2532.0,171,598,3341,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 47 |
+
nuclear,nuclear_site:4e9815c850ab649ffe,Catawba,SC,Nuclear,2410.2,444,767,2032,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 48 |
+
nuclear,nuclear_site:f6f41f5c933e6a91aa,H B Robinson,SC,Nuclear,768.6,30,266,2114,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 49 |
+
nuclear,nuclear_site:9e73fc460107c7be70,Oconee,SC,Nuclear,2666.7,105,422,1639,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 50 |
+
nuclear,nuclear_site:8909ff640ba17864c8,V C Summer,SC,Nuclear,1029.6,99,303,1593,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 51 |
+
nuclear,nuclear_site:85da5c610c486c2579,Sequoyah,TN,Nuclear,2441.0,151,235,1687,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 52 |
+
nuclear,nuclear_site:2a61815f1758546390,Watts Bar Nuclear Plant,TN,Nuclear,2539.8,43,258,1148,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 53 |
+
nuclear,nuclear_site:2640c5d1095736283b,Comanche Peak,TX,Nuclear,2430.0,35,409,1571,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 54 |
+
nuclear,nuclear_site:6838f3f9faa6f45c5f,South Texas Project,TX,Nuclear,2708.6,13,58,1026,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 55 |
+
nuclear,nuclear_site:5fe2292ab5cd832dee,North Anna,VA,Nuclear,1960.4,67,419,2095,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 56 |
+
nuclear,nuclear_site:133a6d951d4cb83dbb,Surry,VA,Nuclear,1695.0,136,704,1009,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 57 |
+
nuclear,nuclear_site:b5d3cbe0037d788c1b,Columbia Generating Station,WA,Nuclear,1200.0,161,304,836,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 58 |
+
nuclear,nuclear_site:12248175a5d4ad33bd,Point Beach Nuclear Plant,WI,Nuclear,1311.0,40,266,1032,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 59 |
+
control,control:b1224ea4631cddf7e9,James H Miller Jr,AL,Coal,2822.0,172,316,819,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 60 |
+
control,control:9d51d575d0c35c56a3,Barry,AL,Gas,2569.5,92,155,666,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 61 |
+
control,control:30d6cf1a4c8eb5d961,E C Gaston,AL,Gas,2034.0,94,301,738,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 62 |
+
control,control:6dd47f25b617755be4,E B Harris Electric Generating Plant,AL,Gas,1304.0,54,73,545,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 63 |
+
control,control:afed10da89f96f4073,Greene County,AL,Gas,1288.4,3,50,416,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 64 |
+
control,control:b165b79d22c55db4f8,Tenaska Lindsay Hill Generating Station,AL,Gas,939.4,25,126,512,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 65 |
+
control,control:eb2b7ff0bde78477e5,Tenaska Central Alabama Generating Stn,AL,Gas,927.1,25,126,512,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 66 |
+
control,control:bdb927c618b3a27b29,Decatur Energy Center,AL,Gas,902.4,162,282,1024,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 67 |
+
control,control:fa4af0f466eeddc4ad,Morgan Energy Center,AL,Gas,900.0,162,283,1044,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 68 |
+
control,control:b0f34b45fe1cc9b998,Hillabee Energy Center,AL,Gas,822.8,8,170,976,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 69 |
+
control,control:b0f189301dcc714eb5,Independence Steam Electric Station,AR,Coal,1800.0,14,172,781,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 70 |
+
control,control:850804a9e04b3e8043,White Bluff,AR,Coal,1800.0,112,248,485,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 71 |
+
control,control:79822b65492b3b7105,Union Power Station,AR,Gas,2428.0,32,59,430,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 72 |
+
control,control:ec81d3ba1ddf39c662,Magnet Cove,AR,Gas,746.0,57,242,530,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 73 |
+
control,control:90ec8002df9ae59518,Plum Point Energy Station,AR,Coal,720.0,43,383,621,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 74 |
+
control,control:311dd1611371318ca5,Springerville,AZ,Coal,1779.2,5,19,127,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 75 |
+
control,control:67d4dd5617f4252a97,Santan,AZ,Gas,1326.0,949,2460,3353,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 76 |
+
control,control:3c602e9069145bf5b5,Harquahala Generating Project,AZ,Gas,1325.1,12,363,2915,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 77 |
+
control,control:de4e220f702646a445,Glen Canyon Dam,AZ,Hydro,1312.0,9,10,53,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 78 |
+
control,control:f5cdc732e2828010a0,West Phoenix,AZ,Gas,1207.4,1579,2534,2939,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 79 |
+
control,control:2f95119850fa83b512,Haynes,CA,Gas,1739.1,1753,3643,6233,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 80 |
+
control,control:98dfe1d961f5525d20,Castaic,CA,Hydro,1682.0,149,1738,5037,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 81 |
+
control,control:22bcad2e7ef51e093b,Ormond Beach,CA,Gas,1612.0,252,1488,4420,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 82 |
+
control,control:06780e8ccad93aafa1,Dynegy Moss Landing Power Plant Hybrid,CA,Gas,1398.0,395,954,2944,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 83 |
+
control,control:3fc12e939fbbcabf73,La Paloma Generating Plant,CA,Gas,1200.0,21,239,1481,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 84 |
+
control,control:6a9d856064c0bab0f2,Bridgeport Station,CT,Gas,994.9,619,2188,5022,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 85 |
+
control,control:62929f69dd3ff8556f,CPV Towantic Energy Center,CT,Gas,841.5,654,1689,5300,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 86 |
+
control,control:dc2d2dbe38be083e9e,Lake Road Generating Plant,CT,Gas,840.0,204,1191,3593,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 87 |
+
control,control:842d7d81a8cddd978c,Middletown,CT,Oil,786.4,518,1221,5330,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 88 |
+
control,control:bd646bbaff02626c80,Kleen Energy Systems Project,CT,Gas,693.0,514,1220,5284,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 89 |
+
control,control:fa081d41eebf92093d,Hines Energy Complex,FL,Gas,2234.0,203,1060,3773,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 90 |
+
control,control:259c3f17d64f11f647,H L Culbreath Bayside Power Station,FL,Gas,2294.0,842,1487,3083,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 91 |
+
control,control:85484cfa59cd41a815,Sanford,FL,Gas,2377.8,341,1191,2835,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 92 |
+
control,control:77eb7f6a7f43f0ecfb,Martin,FL,Gas,2448.5,193,643,2761,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 93 |
+
control,control:d3c34fcbe1d6794443,Big Bend,FL,Coal,1903.5,759,1578,3115,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 94 |
+
control,control:1bfb3aa8565070bd2f,Manatee,FL,Oil,2951.2,478,1540,2965,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 95 |
+
control,control:5dc36b4e35b7850c21,Fort Myers,FL,Gas,2680.9,287,641,2008,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 96 |
+
control,control:78590b4cca7a2ae148,Crystal River,FL,Gas,3449.0,67,398,2729,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 97 |
+
control,control:fc1df7e9bcedab29f6,West County Energy Center,FL,Gas,4263.0,397,1192,2348,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 98 |
+
control,control:c39e019142e9e14893,Okeechobee Clean Energy Center,FL,Gas,1723.1,126,563,2722,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 99 |
+
control,control:cc713631274ab230fc,Wansley,GA,Coal,1956.8,82,705,1830,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 100 |
+
control,control:b438983a93980e3712,H Allen Franklin Combined Cycle,GA,Gas,1995.7,105,160,1109,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 101 |
+
control,control:28493c08ec9b68a86e,McIntosh Combined Cycle Facility,GA,Gas,1376.6,112,210,687,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 102 |
+
control,control:55e5ff1d0f032dbc48,Wansley Combined Cycle,GA,Gas,1239.0,82,705,1831,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 103 |
+
control,control:77a9f13b0b01da3652,Jack McDonough,GA,Gas,2848.4,666,1262,1958,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 104 |
+
control,control:c8bcc05af3ef2747b0,Bowen,GA,Coal,3498.6,266,946,1930,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 105 |
+
control,control:6a332ed53d6ce52d9b,Scherer,GA,Coal,3564.0,18,253,1647,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 106 |
+
control,control:680d718e96e26af41b,Thomas A Smith Energy Facility,GA,Gas,1192.0,87,420,2074,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 107 |
+
control,control:d226728b13d4396d6e,Tenaska Georgia Generation Facility,GA,Gas,1099.2,76,642,1804,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 108 |
+
control,control:fac92ccdbbecab7b22,Dahlberg,GA,Gas,919.0,77,574,1939,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 109 |
+
control,control:7d27e3af80145bd0f7,George Neal South,IA,Coal,695.9,50,77,608,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 110 |
+
control,control:91a052e4ec67ee6991,Marshalltown Generating Station,IA,Gas,705.9,21,182,742,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 111 |
+
control,control:b5a00efd63b12e2ce4,North Omaha,IA,Coal,644.7,291,351,625,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 112 |
+
control,control:3a7344941b6b95b11b,Ottumwa,IA,Coal,725.9,25,89,741,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 113 |
+
control,control:ba81944b8c97055bf1,Emery Station,IA,Gas,602.8,27,65,482,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 114 |
+
control,control:0b9f4437e92696a935,Baldwin Energy Complex,IL,Coal,1894.1,56,766,1415,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 115 |
+
control,control:7c7786a816b53be507,Gibson,IL,Coal,3339.5,28,362,855,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 116 |
+
control,control:d041a395a46f0b742e,Powerton,IL,Coal,1785.6,105,260,866,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 117 |
+
control,control:a7242245f1835ea49c,Prairie State Generating Station,IL,Coal,1766.0,59,703,1421,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 118 |
+
control,control:a62cf842d20362c383,Elwood Energy LLC,IL,Gas,1728.0,756,2277,3707,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 119 |
+
control,control:ef4ad0f87def319077,Joppa Steam,IL,Coal,1099.8,45,204,802,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 120 |
+
control,control:e4fb574d2b812b42c9,Aurora,IL,Gas,1086.2,985,2521,3817,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 121 |
+
control,control:e91e1483a5fb309733,Rush Island,IL,Coal,1242.0,100,880,1394,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 122 |
+
control,control:7b37998e852969a256,Kendall County Generation Facility,IL,Gas,1256.0,649,2299,3616,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 123 |
+
control,control:16ff217df40ac6f9a4,Kincaid Generation LLC,IL,Coal,1319.0,88,202,1501,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 124 |
+
control,control:617c1a13f74df60067,Shawnee,IL,Coal,1575.0,53,204,765,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 125 |
+
control,control:79ae8c54b6bad020cb,Joliet 29,IL,Gas,1320.0,878,2349,3711,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 126 |
+
control,control:e7cf5f294ea74b9067,Waukegan,IL,Coal,793.7,533,2160,4265,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 127 |
+
control,control:849cd23be53c52ca21,University Park North,IL,Gas,726.0,865,2222,3703,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 128 |
+
control,control:3e296a38ef6319b377,Holland Energy Facility,IL,Gas,702.1,21,140,1300,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 129 |
+
control,control:201d6420a6c1efaff7,Lee Energy Facility,IL,Gas,692.0,52,377,3693,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 130 |
+
control,control:611e0ae67c030337d4,Lincoln Generating Facility,IL,Gas,692.0,782,2170,3683,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 131 |
+
control,control:d1b99f79c8ec5b5829,Goose Creek Energy Center,IL,Gas,684.0,63,193,859,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 132 |
+
control,control:82eca6a90ff139931e,E D Edwards,IL,Coal,644.3,108,264,884,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 133 |
+
control,control:cc9d9da1fd0ee292aa,Grand Tower Energy Center LLC,IL,Gas,640.9,72,151,1314,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 134 |
+
control,control:9340f7c3d57651df7d,Nelson Energy Center,IL,Gas,627.5,46,354,3522,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 135 |
+
control,control:795e63dad010390fe9,Dallman,IL,Coal,617.8,95,202,1476,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 136 |
+
control,control:49fb6c6624c6b84c80,Newton,IL,Coal,617.4,32,124,1045,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 137 |
+
control,control:0f8b1a85ae3ffabb03,Cordova Energy,IL,Gas,611.2,117,207,1156,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 138 |
+
control,control:68ee2bf44fb910d89e,Will County,IL,Coal,598.4,1612,2480,3879,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 139 |
+
control,control:daeb05d22497613779,Jeffrey Energy Center,KS,Coal,2160.0,14,130,982,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 140 |
+
control,control:0ece6aa6c3b08cdec8,Emporia Energy Center,KS,Gas,730.2,23,116,1137,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 141 |
+
control,control:3dbaa221126c5773d4,State Line Combined Cycle,KS,Gas,690.5,83,138,1006,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 142 |
+
control,control:330c59ec77ddfa6bca,Lawrence Energy Center,KS,Coal,517.0,160,793,1103,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 143 |
+
control,control:2bfa630f6b8d14d27a,Flat Ridge 2 Wind Energy LLC,KS,Wind,470.4,14,47,407,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 144 |
+
control,control:2c00759a9fd132c422,Little Gypsy,LA,Gas,1002.9,85,385,715,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 145 |
+
control,control:e9c6a1ea4af0c04a26,St. Charles Power Station (LA),LA,Gas,1000.0,83,453,715,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 146 |
+
control,control:eb0e970303bf1536a5,Plaquemine Cogeneration Plant,LA,Gas,987.0,125,263,670,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 147 |
+
control,control:dbb6d5a2b80cedf8ef,Waterford 1 & 2,LA,Gas,932.0,97,453,715,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 148 |
+
control,control:a8860168775ce940f2,Coughlin Power Station,LA,Gas,922.8,21,121,443,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 149 |
+
control,control:54432e6ef40c71e1a6,Acadia Energy Center,LA,Gas,1389.2,28,115,462,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 150 |
+
control,control:a1670d240ab6f57010,R S Nelson,LA,Coal,1433.6,77,130,334,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 151 |
+
control,control:49901e9b590a222018,Ouachita,LA,Gas,903.9,43,83,245,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 152 |
+
control,control:889f399649ee1e88b4,Taft Cogeneration Facility,LA,Gas,894.2,85,385,715,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 153 |
+
control,control:90daa151c53bb9f12b,Brame Energy Center,LA,Petcoke,1707.3,29,67,404,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 154 |
+
control,control:d8edfe7f5ed75cd029,Brandon Shores,MD,Coal,1370.2,616,1584,4342,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 155 |
+
control,control:3d543ef61383b44ea4,Chalk Point LLC,MD,Gas,2553.0,123,1190,3004,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 156 |
+
control,control:1448a55b6a3504e245,Herbert A Wagner,MD,Coal,1058.5,603,1535,4349,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 157 |
+
control,control:1e2161d4fd5514cd7a,Dickerson,MD,Coal,933.0,404,1728,3075,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 158 |
+
control,control:4e3b19cc4554ff20b7,Keys Energy Center,MD,Gas,830.6,522,1612,3232,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 159 |
+
control,control:e49315850cf1b6d38d,Ludington,MI,Hydro,1978.8,29,106,1102,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 160 |
+
control,control:6f27878d904aecb7f1,Dan E Karn,MI,Gas,1946.3,88,291,1604,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 161 |
+
control,control:4595f2e55fcc183b4e,Midland Cogeneration Venture,MI,Gas,1853.8,84,278,1713,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 162 |
+
control,control:fef50b1430816dd42a,Monroe (MI),MI,Coal,3293.1,237,1116,2549,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 163 |
+
control,control:adcb6102db3abc7805,Belle River,MI,Coal,1664.4,43,624,1920,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 164 |
+
control,control:050c94850e3a96be78,J H Campbell,MI,Coal,1560.8,145,423,1728,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 165 |
+
control,control:cdd461aa11d10fea19,St Clair,MI,Coal,1233.5,43,621,1948,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 166 |
+
control,control:71cb41ab942ad0f2f4,New Covert Generating Facility,MI,Gas,1176.0,58,452,3505,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 167 |
+
control,control:b9118b98f69b4f9714,Greenwood (MI),MI,Gas,1071.3,70,487,1561,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 168 |
+
control,control:d108422c875cacd599,Zeeland Generating Station,MI,Gas,968.2,282,528,1364,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 169 |
+
control,control:edc9de8043a7d197bd,Renaissance Power Plant,MI,Gas,782.0,45,502,1908,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 170 |
+
control,control:7baca6720b269b84e1,Dearborn Industrial Generation,MI,Gas,747.9,730,1229,2370,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 171 |
+
control,control:12a2d7b8418df38914,Jackson Generating Station,MI,Gas,649.0,103,580,2727,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 172 |
+
control,control:138ec0f3a4241b2c0a,Trenton Channel,MI,Coal,535.5,423,1171,2570,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 173 |
+
control,control:481e6fff2cac35fba2,Alpine Power Plant,MI,Gas,453.8,48,147,299,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 174 |
+
control,control:b6509e4a9ea507210c,River Rouge,MI,Coal,368.9,650,1194,2463,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 175 |
+
control,control:bad4a88401abf30720,Dean,MI,Gas,357.6,43,624,1920,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 176 |
+
control,control:9c6d22211f0c4726b0,Sumpter,MI,Gas,340.0,470,1277,2235,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 177 |
+
control,control:bdfcaa0f1a05b94882,Eckert Station,MI,Coal,240.0,153,563,2519,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 178 |
+
control,control:b5ea3bda13f50da6da,Cross Winds Energy Park,MI,Wind,230.9,45,306,1617,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 179 |
+
control,control:25276eb68b84beabe5,Mankato Energy Center,MN,Gas,719.0,49,234,1480,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 180 |
+
control,control:04e7e807cee25d6f22,High Bridge,MN,Gas,644.0,926,1186,1587,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 181 |
+
control,control:7e47306bcb2728b800,Allen S King,MN,Coal,598.4,598,1139,1594,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 182 |
+
control,control:500ab2a26949f912be,Riverside (MN),MN,Gas,585.9,912,1193,1580,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 183 |
+
control,control:8e745a0b0505022f61,Black Dog,MN,Gas,562.8,856,1192,1587,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 184 |
+
control,control:c608fa9c1461a35a82,Clay Boswell,MN,Coal,923.3,18,59,350,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 185 |
+
control,control:8f65b635217b433f98,Sherburne County,MN,Coal,2469.3,136,910,1503,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 186 |
+
control,control:501b17df906bee4c8c,Blue Lake,MN,Gas,559.4,735,1190,1576,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 187 |
+
control,control:1be2e37428c255e305,Lakefield Junction,MN,Gas,537.8,10,57,520,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 188 |
+
control,control:509a8b4ab106f7bff9,Pleasant Valley (MN),MN,Gas,467.8,56,120,1430,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 189 |
+
control,control:ec5465de8289ae6011,Thomas Hill,MO,Coal,1181.7,15,181,648,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 190 |
+
control,control:6308f81b1198e42fb5,New Madrid,MO,Coal,1300.0,14,84,751,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 191 |
+
control,control:d989ebf2a44120f4ad,Sioux,MO,Coal,1099.4,591,991,1473,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 192 |
+
control,control:2c7eecffd8bc5d1251,Hawthorn,MO,Coal,1046.2,593,839,1126,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 193 |
+
control,control:7a64be2af70622a0ce,Meramec,MO,Coal,1041.0,533,1012,1433,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 194 |
+
control,control:fb2bf696811bf062a4,Allen,MS,Gas,1791.7,204,276,628,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 195 |
+
control,control:8b4eef58da08883c53,Magnolia Power Plant,MS,Gas,1003.5,3,275,567,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 196 |
+
control,control:75297e6b10057dc20b,Victor J Daniel Jr,MS,Gas,2229.0,83,282,798,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 197 |
+
control,control:c72255902e9aede16b,Jack Watson,MS,Gas,919.1,140,209,730,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 198 |
+
control,control:e70b7f923cc4cbbf31,TVA Southaven Combined Cycle,MS,Gas,903.9,216,279,603,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 199 |
+
control,control:e5d7a2d1a978360121,Marshall (NC),NC,Coal,2119.0,218,870,2081,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 200 |
+
control,control:b920565d8f78a663b3,Sherwood H Smith Jr Energy Complex,NC,Gas,2244.8,24,272,2646,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 201 |
+
control,control:2525d8ddbf45bb9e17,Lincoln Combustion,NC,Gas,1753.6,473,850,2156,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 202 |
+
control,control:e5ac4faa73a994277e,Belews Creek,NC,Coal,2491.2,268,491,1977,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 203 |
+
control,control:5ac8219e694a3f4ba2,Roxboro,NC,Coal,2558.2,32,374,1487,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 204 |
+
control,control:036ad54e1c48ad4be6,Rockingham County CT Station,NC,Gas,977.5,178,491,1979,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 205 |
+
control,control:fbbc4fc08b97cb8e99,Wayne County,NC,Gas,979.7,60,463,1368,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 206 |
+
control,control:247cdc939162f0f4c4,L V Sutton Combined Cycle,NC,Gas,851.0,208,431,1495,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 207 |
+
control,control:5e83d663ba04c3da38,Lee Combined Cycle Plant,NC,Gas,1068.0,54,463,1369,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 208 |
+
control,control:a48259cd7759723737,Asheville,NC,Gas,1131.1,173,446,2038,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 209 |
+
control,control:e2caccaf33dae39bea,James E. Rogers Energy Complex,NC,Coal,1530.5,97,613,2058,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 210 |
+
control,control:4e0a67279721ad0872,Rowan,NC,Gas,1192.0,184,871,1892,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 211 |
+
control,control:19f40c422e881f330e,G G Allen,NC,Coal,1148.4,488,807,2148,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 212 |
+
control,control:d2650f60a9139a2c5e,Mill Creek (SC),NC,Gas,799.2,148,836,2050,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 213 |
+
control,control:510913a094023d96ab,Cleveland Cnty Generating Facility,NC,Gas,736.0,146,847,2059,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 214 |
+
control,control:9a0cd119440ad70d39,Gerald Gentleman,NE,Coal,1362.6,25,45,72,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 215 |
+
control,control:fea500ca15e70f6291,Nebraska City,NE,Coal,1389.6,15,414,599,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 216 |
+
control,control:a83bc2e12085c13b61,Grande Prairie Wind Farm,NE,Wind,400.0,3,14,101,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 217 |
+
control,control:74a7519d7725a66589,Cass County,NE,Gas,345.0,290,444,583,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 218 |
+
control,control:18937689362ad1afbb,Sarpy County,NE,Gas,338.4,295,443,633,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 219 |
+
control,control:f0fcbebda1fdb22869,Granite Ridge,NH,Gas,790.0,405,1394,2719,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 220 |
+
control,control:531fe4644d4d0ad85e,Merrimack,NH,Coal,496.4,225,936,2691,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 221 |
+
control,control:142d0191a0634d7e1f,Schiller,NH,Coal,171.2,239,1001,2431,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 222 |
+
control,control:f9d7c7be218c8a3b93,Granite Reliable Power,NH,Wind,99.0,21,98,856,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 223 |
+
control,control:0fcc7ee4a437bc59a2,Burgess BioPower,NH,Waste,75.0,25,137,1034,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 224 |
+
control,control:75a630155361544634,Fairless Energy Center,NJ,Gas,1338.0,554,2083,5818,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 225 |
+
control,control:568efe21fbed4fecea,Astoria Generating Station,NJ,Gas,1345.0,1840,3170,5917,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 226 |
+
control,control:5766b3ba1d9912ce54,Bergen Generating Station,NJ,Gas,1400.8,1780,3149,5952,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 227 |
+
control,control:f4e70992db529a9034,Linden Cogen Plant,NJ,Gas,974.1,1590,2937,6235,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 228 |
+
control,control:a87001a74f8f79d410,PSEG Linden Generating Station,NJ,Gas,1740.0,1585,2933,6220,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 229 |
+
control,control:930580322b652cfcd8,Ravenswood,NJ,Gas,2551.0,1859,3113,5917,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 230 |
+
control,control:9a6a95a55b762433c3,TalenEnergy Martins Creek,NJ,Gas,1794.1,336,1484,5977,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 231 |
+
control,control:ab84072f568b724b91,Arthur Kill Generating Station,NJ,Gas,895.5,1586,2912,6203,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 232 |
+
control,control:5a6fdedcdfb8699865,Red Oak Power LLC,NJ,Gas,821.1,594,2775,6120,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 233 |
+
control,control:db2daf7fa93567f645,Woodbridge Energy Center,NJ,Gas,772.9,1477,2819,6211,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 234 |
+
control,control:ef2eb777662af58bd9,Robert Moses Niagara,NY,Hydro,2429.1,277,425,935,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 235 |
+
control,control:38b3f5ac6fc78284a1,Oswego Harbor Power,NY,Oil,1803.6,75,361,1074,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 236 |
+
control,control:21d179958f1b9d59c9,Northport,NY,Gas,1564.0,975,2903,5097,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 237 |
+
control,control:45adfc2b4077a6163a,Roseton Generating Facility,NY,Gas,1242.0,336,1317,5294,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 238 |
+
control,control:19a1109009385e92ba,Bowline Point,NY,Gas,1242.0,614,3032,5587,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 239 |
+
control,control:772ed92d421754561c,Bethlehem Energy Center,NY,Gas,893.1,230,518,2219,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 240 |
+
control,control:276ab8e07c2e615728,Robert Moses Power Dam,NY,Hydro,912.0,24,49,271,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 241 |
+
control,control:c272933bae6e7090c4,Blenheim Gilboa,NY,Hydro,1000.0,32,441,2001,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 242 |
+
control,control:5f91b63f6c8aa695bd,CPV Valley Energy Center,NY,Gas,770.0,180,1206,5672,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 243 |
+
control,control:749c19519133a855f0,Sithe Independence Station,NY,Gas,1086.1,76,328,1030,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 244 |
+
control,control:b1fa95a02d5bf636c8,Athens Generating Plant,NY,Gas,1221.6,123,573,2946,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 245 |
+
control,control:806c7f8958aa86562c,E F Barrett,NY,Gas,669.2,1488,2978,5761,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 246 |
+
control,control:3291903c11acbcb45e,Somerset Operating Co LLC,NY,Coal,655.1,52,451,872,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 247 |
+
control,control:ed71d08d0518c30dda,Empire Generating Co LLC,NY,Gas,653.7,218,515,2164,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 248 |
+
control,control:2172a998325eb58eb2,Gowanus Gas Turbines Generating,NY,Oil,640.0,1700,3022,5945,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 249 |
+
control,control:2aa00ea4f2acf9ddb9,Dunkirk Generating Plant,NY,Coal,627.2,25,476,1037,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 250 |
+
control,control:58ba7abbc8646579c1,Holtsville,NY,Oil,567.0,633,2425,4805,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 251 |
+
control,control:a9ab200ea61d8b3845,Danskammer Generating Station,NY,Gas,537.4,357,1352,5281,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 252 |
+
control,control:0ba3c3627711468ba7,Port Jefferson,NY,Gas,498.0,755,2673,4866,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 253 |
+
control,control:2f59d2b338a5881d75,Selkirk Cogen,NY,Gas,446.0,237,496,2220,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 254 |
+
control,control:f536b95c39d0fa570d,Waterford Power LLC,OH,Gas,921.6,77,256,1842,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 255 |
+
control,control:e82083d61f9e31c979,Clean Energy Future-Lordstown LLC,OH,Gas,962.0,289,1165,2587,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 256 |
+
control,control:39ffe91a0011d602c4,Rolling Hills Generating,OH,Gas,977.5,90,452,1639,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 257 |
+
control,control:af132f5de3b6c47e46,Conesville,OH,Coal,841.5,78,315,2655,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 258 |
+
control,control:1284edacddb0f529b6,Carroll County Energy,OH,Gas,832.3,136,882,2782,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 259 |
+
control,control:a64d8782394f95ac46,Mountaineer,OH,Coal,1300.0,38,369,1445,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 260 |
+
control,control:fa29fc79f766527a90,W H Zimmer,OH,Coal,1425.6,343,696,2168,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 261 |
+
control,control:1858f798c28c0df7b5,Miami Fort,OH,Coal,1180.8,358,727,2563,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 262 |
+
control,control:f415dd47c6d9e4cfc5,Kyger Creek,OH,Coal,1086.5,63,435,1483,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 263 |
+
control,control:4c4c9d6b0c7bcad857,H L Spurlock,OH,Coal,1608.5,47,556,2219,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 264 |
+
control,control:6a2969ce863bbdbbc0,Keystone,PA,Coal,1883.2,129,796,1805,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 265 |
+
control,control:e287909cd5b99b639b,TalenEnergy Montour,PA,Coal,1757.9,138,372,2413,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 266 |
+
control,control:d5057fdd760432e538,Conemaugh,PA,Coal,1963.0,115,715,1866,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 267 |
+
control,control:00d504c2e9db3e29a4,Homer City Generating Station,PA,Coal,2012.0,147,786,1873,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 268 |
+
control,control:f52d9c5b6aba5956f5,Lackawanna Energy Center,PA,Gas,1665.0,171,385,3292,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 269 |
+
control,control:8929aa9cd17c9b367a,Brunner Island,PA,Coal,1616.1,456,981,4667,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 270 |
+
control,control:ccb61b557ce11473d9,York Energy Center,PA,Gas,1449.4,221,1623,4926,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 271 |
+
control,control:1754aa11ec13730aae,CPV Fairview Energy Center,PA,Gas,1197.0,147,415,1793,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 272 |
+
control,control:b50e6f0e667f50be34,Panda Hummel Station LLC,PA,Gas,1194.4,93,490,2617,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 273 |
+
control,control:512894c4255a129361,Bethlehem Power Plant,PA,Gas,1153.0,390,1707,5848,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 274 |
+
control,control:1bad50f582ec45b534,FirstEnergy Fort Martin Power Station,PA,Coal,1152.0,107,425,1578,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 275 |
+
control,control:5ba0c3923133732615,Tenaska Westmoreland Generating Station,PA,Gas,1134.0,459,881,1805,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 276 |
+
control,control:b892e6489784180aec,Wildcat Point Generation Facility,PA,Gas,1113.6,247,1567,4981,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 277 |
+
control,control:8627b18de77493661d,Muddy Run,PA,Hydro,1072.0,230,1604,4931,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 278 |
+
control,control:ec17bd14255f421cf1,Moxie Freedom Generation Plant,PA,Gas,1058.0,167,512,3190,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 279 |
+
control,control:25374dd1d8b580c087,Hunterstown Power Plant,PA,Gas,898.0,257,1124,3908,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 280 |
+
control,control:db2962db49c8260cea,Panda Liberty Generation Plant,PA,Gas,870.0,25,477,1498,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 281 |
+
control,control:c3769c1370b35e88ec,Panda Patriot Generation Plant,PA,Gas,870.0,108,275,2138,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 282 |
+
control,control:71776910625e3ba203,Eddystone Generating Station,PA,Gas,861.6,852,1702,5582,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 283 |
+
control,control:3f50024b5a24b668b0,Marcus Hook Energy LP,PA,Gas,836.1,848,1770,5628,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 284 |
+
control,control:4dc96d3029c9d9c3c9,Cross,SC,Coal,2390.1,40,376,1434,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 285 |
+
control,control:fbcd1dc663a85b0840,Bad Creek,SC,Hydro,1296.0,82,496,1813,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 286 |
+
control,control:01107c325ce4d6408f,Winyah,SC,Coal,1260.0,94,737,1361,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 287 |
+
control,control:81c4872faeada73e57,W S Lee,SC,Gas,1117.9,238,420,1616,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 288 |
+
control,control:4685b530de90d003bf,John S Rainey,SC,Gas,1102.0,61,345,1622,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 289 |
+
control,control:88e753d7360bf1b6b8,Wateree,SC,Coal,771.8,105,290,1457,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 290 |
+
control,control:aca288e7996abe95b7,Jocassee,SC,Hydro,774.0,81,499,1749,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 291 |
+
control,control:36f1f396eb0d7794ea,Urquhart,SC,Gas,758.9,89,139,718,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 292 |
+
control,control:e2c312a297c0277255,Williams,SC,Coal,713.5,273,335,1310,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 293 |
+
control,control:00f3544501f0deb83c,Darlington County,SC,Gas,845.4,30,262,2113,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 294 |
+
control,control:510dbea2f21319d0ff,Jasper,SC,Gas,1001.7,128,214,679,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 295 |
+
control,control:678e46449d3afd25dd,Broad River Energy Center,SC,Gas,985.0,146,842,1917,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 296 |
+
control,control:9307877ff28c76e20b,Columbia Energy Center (SC),SC,Gas,668.5,181,280,1380,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 297 |
+
control,control:c7088fffd05e82c3e4,Richard B Russell,SC,Hydro,628.0,11,206,1504,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 298 |
+
control,control:a8298a0c6feea3ebfb,Fairfield Pumped Storage,SC,Hydro,587.2,85,310,1591,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 299 |
+
control,control:6acd6e2d144e1ca0e3,Cope,SC,Gas,417.3,21,210,1006,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 300 |
+
control,control:10097df03ffd6b6488,J Strom Thurmond,SC,Hydro,361.9,75,135,946,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 301 |
+
control,control:bc55c88d6c733ae747,McMeekin,SC,Gas,293.6,183,288,1496,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 302 |
+
control,control:3406c8cdaf04ea2bb3,Saluda Lexington,SC,Hydro,207.3,183,288,1497,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 303 |
+
control,control:f8b080731466838f5e,Hagood,SC,Gas,177.3,260,309,1185,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 304 |
+
control,control:3bc1da1055641f92bb,Cumberland (TN),TN,Coal,2600.0,97,197,909,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 305 |
+
control,control:defd98ef78af0012d7,Gallatin (TN),TN,Coal,1918.4,119,426,851,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 306 |
+
control,control:cc0d72fa2093837087,Raccoon Mountain,TN,Hydro,1713.6,133,292,1562,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 307 |
+
control,control:8cb3934e529483b9d9,Kingston,TN,Coal,1700.0,60,320,979,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 308 |
+
control,control:8f742b2ca9b350d204,Lagoon Creek,TN,Gas,1625.2,23,287,668,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 309 |
+
control,control:1b329bb500de92c3a1,Johnsonville,TN,Gas,1426.0,17,83,863,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 310 |
+
control,control:5c09b4336ae98febb8,John Sevier,TN,Gas,996.9,66,396,1219,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 311 |
+
control,control:64348ffde8a9d24478,Bull Run,TN,Coal,950.0,241,406,1087,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 312 |
+
control,control:bea1d3ff6296806865,Gleason Generating Facility,TN,Gas,567.8,30,141,597,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 313 |
+
control,control:43a35ce87e8a4eea07,Brownsville Peaking Power,TN,Gas,460.0,51,154,701,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 314 |
+
control,control:a6f9d08b6f7ff9a0ce,Martin Lake,TX,Coal,2379.6,43,156,401,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 315 |
+
control,control:248c7654927b7b642a,Forney Energy Center,TX,Gas,1894.2,408,1197,1627,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 316 |
+
control,control:f764be6465f3b9eee9,Limestone,TX,Coal,1849.8,19,46,907,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 317 |
+
control,control:f5d74aa2a8eb1bba42,Sabine,TX,Gas,1811.8,59,148,991,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 318 |
+
control,control:f9931728f22fc8e80c,Oak Grove (TX),TX,Coal,1795.4,6,123,1015,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 319 |
+
control,control:1c12716efed8e9e8fc,W A Parish,TX,Coal,4008.4,145,890,1133,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 320 |
+
control,control:97ab92beef50428954,Midlothian Energy Facility,TX,Gas,1734.0,210,1100,1608,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 321 |
+
control,control:f691700d436edf826e,Fayette Power Project,TX,Coal,1690.0,24,65,1648,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 322 |
+
control,control:501ef0b44bbc49548f,Panda Temple Power Station,TX,Gas,1606.4,63,305,1019,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 323 |
+
control,control:79cd8c4e92fe9fe77f,Cedar Bayou,TX,Gas,1530.0,149,793,1119,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 324 |
+
control,control:bf1bbb9b590f076814,Greensville County Power Station,VA,Gas,1773.3,13,85,1519,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 325 |
+
control,control:c823732dbc9f5de203,Possum Point,VA,Oil,1591.0,476,1146,2716,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 326 |
+
control,control:437d814fd9668115f8,Morgantown Generating Plant,VA,Coal,1548.0,102,950,2737,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 327 |
+
control,control:0425231bca2154acd4,Chesterfield,VA,Coal,1499.5,230,305,1341,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 328 |
+
control,control:690ce621196283a19f,Warren County,VA,Gas,1472.2,74,546,2483,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 329 |
+
control,control:a30777743b5dd14712,Brunswick County Power Station,VA,Gas,1472.2,15,116,1567,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 330 |
+
control,control:73cbb03053888dee86,Doswell Energy Center,VA,Gas,1313.0,174,336,2039,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 331 |
+
control,control:93bee789e9edade0aa,Tenaska Virginia Generating Station,VA,Gas,1011.4,49,220,1440,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 332 |
+
control,control:ce0bc6fc537f30cdb8,Bath County,VA,Hydro,2862.0,8,119,777,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 333 |
+
control,control:930ff86ed175b377fb,Ladysmith,VA,Gas,892.5,77,484,2392,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 334 |
+
control,control:15fd1d637915cb1446,Bonneville,WA,Hydro,1162.0,93,1569,2744,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 335 |
+
control,control:4553ebc0925a28b50a,Boundary,WA,Hydro,1118.6,7,29,588,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 336 |
+
control,control:44b532086d7b72f00e,Rocky Reach,WA,Hydro,1299.6,128,228,3445,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 337 |
+
control,control:5b1f1cf41316495044,Wanapum,WA,Hydro,1098.0,25,428,926,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 338 |
+
control,control:6663d2db8f7947e74d,Transalta Centralia Generation,WA,Coal,1459.8,304,1296,5728,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 339 |
+
control,control:3098ab68cd90d132cb,South Oak Creek,WI,Coal,1240.0,433,988,4113,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 340 |
+
control,control:e1bf0831d032061b52,Elm Road Generating Station,WI,Coal,1402.6,433,990,4117,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 341 |
+
control,control:dc2ed192f39781aaa2,Port Washington Generating Station,WI,Gas,1208.8,251,641,2486,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 342 |
+
control,control:ba37c0412990aaa40b,Columbia (WI),WI,Coal,1112.0,102,413,1938,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
| 343 |
+
control,control:30544e171216d18191,Weston,WI,Coal,1103.4,67,144,707,http://www.eia.gov/electricity/data/browser/,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5
|
data/source_receipts_combined.csv
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
receipt_id,adapter,url,fetched_at,fetch_status,status_code,sha256,byte_count,content_type,local_cache_path,receipt_hash,source_gap_reason,receipt_source_file
|
| 2 |
+
receipt:0306fa924f3210f0e1,wri_global_power_plant_database,https://raw.githubusercontent.com/wri/global-power-plant-database/master/output_database/global_power_plant_database.csv,2026-04-29T01:03:05+00:00,fetched,200,4b1f93e0fd93664f18684d9b05d0a52ed9658c6a8cf0d21ff2520791379ba7fc,11973385,text/plain; charset=utf-8,C:\scraper\runs\nuclear_uap_correlation_index\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\cache\wri_global_power_plant_database_00cf47e6a911,7c05ade174207cb469cb6891da8b70de81620237b7ab8cd248a21d789c818fd5,,source_receipts.csv
|
| 3 |
+
receipt:edffd3db7a34a8118e,dataherb_nuforc_public_mirror,https://raw.githubusercontent.com/DataHerb/nuforc-ufo-records/master/dataset/nuforc_ufo_records.csv,2026-04-29T01:03:05+00:00,fetched,200,f4aea3e61a2cf3e8aa176feca4c250ee9d9f4bbee471e57bcd28ca230fa97762,19716309,text/plain; charset=utf-8,C:\scraper\runs\nuclear_uap_correlation_index\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\cache\dataherb_nuforc_public_mirror_fa1dd3164495,2fd5ae9708764503a72a02ab62d89fec741501d8c740d67987cf0953584d773d,,source_receipts.csv
|
| 4 |
+
receipt:6b05317484b9a142d4,census_gazetteer_places,https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2025_Gazetteer/2025_Gaz_place_national.zip,2026-04-29T01:03:05+00:00,fetched,200,49644173a453469d9bd77fb7a493b027f87567e209edaf2078aac7543ac2ee29,1214053,application/zip,C:\scraper\runs\nuclear_uap_correlation_index\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\cache\census_gazetteer_places_88b6079be05c,7f5fd471cda50c1b111289212c5c13ce19d4bfd8e2610fe1203b17c6ddbf6b9a,,source_receipts.csv
|
| 5 |
+
receipt:ff2bb9ee699470b486,nrc_event_notification_report,https://www.nrc.gov/sites/default/files/doc_library/reading-rm/doc-collections/event-status/event/event-notification-rpt-lastmonth.txt,2026-04-29T01:03:05+00:00,fetched,200,4bf6de63c8146bb2b071dddf0f810f5df84e3da33cd4b74d22bc2bd123c0caba,112019,text/plain,C:\scraper\runs\nuclear_uap_correlation_index\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\cache\nrc_event_notification_report_a96909c9fa8a,b99aaf73d23a4dd15c207ff20f881bfcacae823aef9c0f5ab918a5abf8e7febc,,source_receipts.csv
|
| 6 |
+
receipt:b38d1f941ad6a0413d,nrc_operating_reactors_dataset,https://www.nrc.gov/sites/default/files/doc_library/cdn/legacy/reading-rm/doc-collections/datasets/reactors-operating.xlsx,2026-04-29T01:03:05+00:00,fetched,200,de4407197363bc30de150e275ddb8c1e3c7890869c83d297f119cf8a35fb4760,47027,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,C:\scraper\runs\nuclear_uap_correlation_index\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z\cache\nrc_operating_reactors_dataset_2915b7ea0585,0d08bc2fb0b763acbde772fd8a252ca9f33a8a6268bf78b0aa2997e9c69bdd0a,,source_receipts.csv
|
| 7 |
+
receipt:6b05317484b9a142d4,census_gazetteer_places,https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2025_Gazetteer/2025_Gaz_place_national.zip,2026-04-29T01:25:15+00:00,fetched,200,49644173a453469d9bd77fb7a493b027f87567e209edaf2078aac7543ac2ee29,1214053,application/zip,C:\scraper\runs\nuclear_uap_explanatory_index\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\cache\census_gazetteer_places_88b6079be05c,2e567c4c9f4fd34449655509e04f6969c7a76eab02255d8f374e082f641d080f,,source_receipts.csv
|
| 8 |
+
receipt:cd36596a6a9e808143,census_decennial_2020_place_population,"https://api.census.gov/data/2020/dec/pl?get=NAME,P1_001N&for=place:*&in=state:*",2026-04-29T01:25:15+00:00,fetched,200,1a67a4c017d13c0b2e5e2ee2f92c68cec488e0f233620106ed42fd51a2067445,1602441,application/json;charset=utf-8,C:\scraper\runs\nuclear_uap_explanatory_index\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\cache\census_decennial_2020_place_population_66d72bb64270,00cd3b13b3277f1c0392542e728314ef44eb9b28c4b791e8ca04d6b2e2121801,,source_receipts.csv
|
| 9 |
+
receipt:16490be60935b0641d,ourairports_public_airports_csv,https://ourairports.com/data/airports.csv,2026-04-29T01:25:15+00:00,fetched,200,8bad42ac1550399284e5ed5c300f9f0eb9d8f0402a1c83b2a0704584ae9f22d0,12606612,text/csv; charset=utf-8,C:\scraper\runs\nuclear_uap_explanatory_index\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\cache\ourairports_public_airports_csv_6b4e03c0f6be,6da133ea1f723e8ee0a3a11d1efb57f96fe94966f4cbe2167dad92c385501f72,,source_receipts.csv
|
| 10 |
+
receipt:edffd3db7a34a8118e,dataherb_nuforc_public_mirror,https://raw.githubusercontent.com/DataHerb/nuforc-ufo-records/master/dataset/nuforc_ufo_records.csv,2026-04-29T01:25:15+00:00,fetched,200,f4aea3e61a2cf3e8aa176feca4c250ee9d9f4bbee471e57bcd28ca230fa97762,19716309,text/plain; charset=utf-8,C:\scraper\runs\nuclear_uap_explanatory_index\nuclear_uap_explanatory_index_private_preview_20260429T011500Z\cache\dataherb_nuforc_public_mirror_fa1dd3164495,a3c438d742bd141b199f5911429aec21b49468f02be66d1a504e8c2b4dfff2f3,,source_receipts.csv
|
data/statistical_tests.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"statistical_tests_version": "nuclear_uap_correlation_index_private_preview_v1:statistical_tests",
|
| 3 |
+
"uap_event_count": 105250,
|
| 4 |
+
"nuclear_site_count": 57,
|
| 5 |
+
"control_site_count": 285,
|
| 6 |
+
"near_any_nuclear_event_counts": {
|
| 7 |
+
"25": 8023,
|
| 8 |
+
"50": 27781,
|
| 9 |
+
"100": 52567
|
| 10 |
+
},
|
| 11 |
+
"tests_by_radius": {
|
| 12 |
+
"25": {
|
| 13 |
+
"radius_miles": 25,
|
| 14 |
+
"nuclear_site_count": 57,
|
| 15 |
+
"control_site_count": 285,
|
| 16 |
+
"nuclear_mean_reports_per_site": 156.2105,
|
| 17 |
+
"control_mean_reports_per_site": 268.0561,
|
| 18 |
+
"nuclear_to_control_mean_ratio": 0.582753,
|
| 19 |
+
"nuclear_median_reports_per_site": 118,
|
| 20 |
+
"control_median_reports_per_site": 117,
|
| 21 |
+
"observed_mean_difference": -111.845614,
|
| 22 |
+
"p_value_one_sided_nuclear_greater": 0.994006,
|
| 23 |
+
"p_value_two_sided": 0.024975,
|
| 24 |
+
"permutations": 1000,
|
| 25 |
+
"seed": 1337
|
| 26 |
+
},
|
| 27 |
+
"50": {
|
| 28 |
+
"radius_miles": 50,
|
| 29 |
+
"nuclear_site_count": 57,
|
| 30 |
+
"control_site_count": 285,
|
| 31 |
+
"nuclear_mean_reports_per_site": 649.9825,
|
| 32 |
+
"control_mean_reports_per_site": 763.0491,
|
| 33 |
+
"nuclear_to_control_mean_ratio": 0.851823,
|
| 34 |
+
"nuclear_median_reports_per_site": 446,
|
| 35 |
+
"control_median_reports_per_site": 452,
|
| 36 |
+
"observed_mean_difference": -113.066667,
|
| 37 |
+
"p_value_one_sided_nuclear_greater": 0.854146,
|
| 38 |
+
"p_value_two_sided": 0.286713,
|
| 39 |
+
"permutations": 1000,
|
| 40 |
+
"seed": 1337
|
| 41 |
+
},
|
| 42 |
+
"100": {
|
| 43 |
+
"radius_miles": 100,
|
| 44 |
+
"nuclear_site_count": 57,
|
| 45 |
+
"control_site_count": 285,
|
| 46 |
+
"nuclear_mean_reports_per_site": 2062.7018,
|
| 47 |
+
"control_mean_reports_per_site": 2125.4667,
|
| 48 |
+
"nuclear_to_control_mean_ratio": 0.97047,
|
| 49 |
+
"nuclear_median_reports_per_site": 1593,
|
| 50 |
+
"control_median_reports_per_site": 1617,
|
| 51 |
+
"observed_mean_difference": -62.764912,
|
| 52 |
+
"p_value_one_sided_nuclear_greater": 0.615385,
|
| 53 |
+
"p_value_two_sided": 0.751249,
|
| 54 |
+
"permutations": 1000,
|
| 55 |
+
"seed": 1337
|
| 56 |
+
}
|
| 57 |
+
},
|
| 58 |
+
"primary_test_radius_miles": 50,
|
| 59 |
+
"resolution_status": "not_supported_after_matched_power_plant_controls",
|
| 60 |
+
"assessment_confidence": "high",
|
| 61 |
+
"recommended_plain_english": "The public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls in the primary 50-mile test.",
|
| 62 |
+
"what_we_can_claim": [
|
| 63 |
+
"This run tests whether public geocoded UFO-report mirror rows are closer to geolocated nuclear power-plant sites than to matched non-nuclear power-plant controls.",
|
| 64 |
+
"The primary assessment is spatial and comparative; it is not a causal test."
|
| 65 |
+
],
|
| 66 |
+
"what_we_cannot_claim": [
|
| 67 |
+
"This run cannot claim nuclear activity attracts UAP or UFO reports.",
|
| 68 |
+
"This run cannot evaluate classified military or weapons-site activity unless those sites are represented by public geocoded source rows.",
|
| 69 |
+
"City-level report geocoding introduces location uncertainty and should not be treated as eyewitness-level coordinates."
|
| 70 |
+
],
|
| 71 |
+
"statistical_tests_hash": "782cacead40f73115b9e2496efa106b846376d7ace4f1eed4fee3c331c75d13e"
|
| 72 |
+
}
|
data/summary_metrics.json
ADDED
|
@@ -0,0 +1,541 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_utc": "2026-04-29T01:49:16+00:00",
|
| 3 |
+
"package_version": "nuclear_uap_hf_space_package_v0",
|
| 4 |
+
"assessment": {
|
| 5 |
+
"assessment_version": "nuclear_uap_explanatory_private_preview_v1",
|
| 6 |
+
"population_explanation_strength_score": 78,
|
| 7 |
+
"airport_confounder_strength_score": 90,
|
| 8 |
+
"nuclear_non_support_strength_score": 95,
|
| 9 |
+
"missing_geocode_handling": {
|
| 10 |
+
"analysis_status": "completed",
|
| 11 |
+
"total_us_rows": 123013,
|
| 12 |
+
"missing_geocode_rows": 17783,
|
| 13 |
+
"missing_geocode_share": 0.144562,
|
| 14 |
+
"reason_bucket_counts": {
|
| 15 |
+
"unmatched_place_name": 14584,
|
| 16 |
+
"landmark_or_route_location": 1351,
|
| 17 |
+
"compound_or_parenthetical_place": 1059,
|
| 18 |
+
"county_level_location": 340,
|
| 19 |
+
"relative_location_phrase": 270,
|
| 20 |
+
"blank_city": 179
|
| 21 |
+
},
|
| 22 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 23 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 24 |
+
},
|
| 25 |
+
"what_we_can_claim": [
|
| 26 |
+
"The missing NUFORC-derived rows were not geocoded by assumption; they were excluded from spatial tests and logged for recovery.",
|
| 27 |
+
"The public geocoded report rows can be compared against Census place population and commercial-airport proximity as explanatory covariates.",
|
| 28 |
+
"At the place level, report counts can be assessed against population concentration without claiming reports are true or false.",
|
| 29 |
+
"Airport proximity can be treated as a public-source confounder, not as proof that airplanes caused specific reports.",
|
| 30 |
+
"The nuclear power-plant proximity claim remains unsupported in this evidence surface after matched non-nuclear power-plant controls."
|
| 31 |
+
],
|
| 32 |
+
"what_we_cannot_claim": [
|
| 33 |
+
"This dataset cannot prove what witnesses saw.",
|
| 34 |
+
"This dataset cannot claim aircraft explain every report.",
|
| 35 |
+
"This dataset cannot treat city/place centroids as exact sighting coordinates.",
|
| 36 |
+
"This dataset cannot rule out all nuclear-weapons, military, or classified-site hypotheses.",
|
| 37 |
+
"This dataset cannot assume the skipped missing-geocode rows would preserve or reverse the result without a separate recovery run."
|
| 38 |
+
],
|
| 39 |
+
"safe_claim_language_passes": true,
|
| 40 |
+
"plain_english_assessment": "The better explanation surface is population/reporting geography plus ordinary aviation proximity, while the nuclear-specific proximity claim remains unsupported after controls."
|
| 41 |
+
},
|
| 42 |
+
"population_summary": {
|
| 43 |
+
"event_count": 105250,
|
| 44 |
+
"matched_population_event_count": 105086,
|
| 45 |
+
"matched_population_event_share": 0.998442,
|
| 46 |
+
"unique_event_places": 13660,
|
| 47 |
+
"census_place_count": 31805,
|
| 48 |
+
"population_bin_event_distribution": {
|
| 49 |
+
"10k_50k": {
|
| 50 |
+
"event_count": 28759,
|
| 51 |
+
"event_share": 0.273245
|
| 52 |
+
},
|
| 53 |
+
"lt_10k": {
|
| 54 |
+
"event_count": 29671,
|
| 55 |
+
"event_share": 0.28191
|
| 56 |
+
},
|
| 57 |
+
"50k_250k": {
|
| 58 |
+
"event_count": 28951,
|
| 59 |
+
"event_share": 0.275069
|
| 60 |
+
},
|
| 61 |
+
"gte_1m": {
|
| 62 |
+
"event_count": 4635,
|
| 63 |
+
"event_share": 0.044038
|
| 64 |
+
},
|
| 65 |
+
"250k_1m": {
|
| 66 |
+
"event_count": 13070,
|
| 67 |
+
"event_share": 0.124181
|
| 68 |
+
},
|
| 69 |
+
"unknown_population": {
|
| 70 |
+
"event_count": 164,
|
| 71 |
+
"event_share": 0.001558
|
| 72 |
+
}
|
| 73 |
+
},
|
| 74 |
+
"log_population_log_event_count_pearson": 0.641288,
|
| 75 |
+
"top_10pct_places_by_population_event_share": 0.668548,
|
| 76 |
+
"top_10pct_places_by_population_population_share": 0.775352,
|
| 77 |
+
"top_places_by_event_count": [
|
| 78 |
+
{
|
| 79 |
+
"place_name": "New York city",
|
| 80 |
+
"state": "NY",
|
| 81 |
+
"population": 8804190,
|
| 82 |
+
"event_count": 858,
|
| 83 |
+
"events_per_100k_population": 9.745
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"place_name": "Phoenix city",
|
| 87 |
+
"state": "AZ",
|
| 88 |
+
"population": 1608139,
|
| 89 |
+
"event_count": 781,
|
| 90 |
+
"events_per_100k_population": 48.565
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"place_name": "Seattle city",
|
| 94 |
+
"state": "WA",
|
| 95 |
+
"population": 737015,
|
| 96 |
+
"event_count": 774,
|
| 97 |
+
"events_per_100k_population": 105.018
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"place_name": "Las Vegas city",
|
| 101 |
+
"state": "NV",
|
| 102 |
+
"population": 641903,
|
| 103 |
+
"event_count": 658,
|
| 104 |
+
"events_per_100k_population": 102.508
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"place_name": "Portland city",
|
| 108 |
+
"state": "OR",
|
| 109 |
+
"population": 652503,
|
| 110 |
+
"event_count": 580,
|
| 111 |
+
"events_per_100k_population": 88.888
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"place_name": "Los Angeles city",
|
| 115 |
+
"state": "CA",
|
| 116 |
+
"population": 3898747,
|
| 117 |
+
"event_count": 572,
|
| 118 |
+
"events_per_100k_population": 14.671
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"place_name": "San Diego city",
|
| 122 |
+
"state": "CA",
|
| 123 |
+
"population": 1386932,
|
| 124 |
+
"event_count": 553,
|
| 125 |
+
"events_per_100k_population": 39.872
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"place_name": "Chicago city",
|
| 129 |
+
"state": "IL",
|
| 130 |
+
"population": 2746388,
|
| 131 |
+
"event_count": 443,
|
| 132 |
+
"events_per_100k_population": 16.13
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"place_name": "Tucson city",
|
| 136 |
+
"state": "AZ",
|
| 137 |
+
"population": 542629,
|
| 138 |
+
"event_count": 441,
|
| 139 |
+
"events_per_100k_population": 81.271
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"place_name": "Houston city",
|
| 143 |
+
"state": "TX",
|
| 144 |
+
"population": 2304580,
|
| 145 |
+
"event_count": 429,
|
| 146 |
+
"events_per_100k_population": 18.615
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"place_name": "Albuquerque city",
|
| 150 |
+
"state": "NM",
|
| 151 |
+
"population": 564559,
|
| 152 |
+
"event_count": 390,
|
| 153 |
+
"events_per_100k_population": 69.08
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"place_name": "Orlando city",
|
| 157 |
+
"state": "FL",
|
| 158 |
+
"population": 307573,
|
| 159 |
+
"event_count": 383,
|
| 160 |
+
"events_per_100k_population": 124.523
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"place_name": "Miami city",
|
| 164 |
+
"state": "FL",
|
| 165 |
+
"population": 442241,
|
| 166 |
+
"event_count": 356,
|
| 167 |
+
"events_per_100k_population": 80.499
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"place_name": "Austin city",
|
| 171 |
+
"state": "TX",
|
| 172 |
+
"population": 961855,
|
| 173 |
+
"event_count": 336,
|
| 174 |
+
"events_per_100k_population": 34.933
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"place_name": "Denver city",
|
| 178 |
+
"state": "CO",
|
| 179 |
+
"population": 715522,
|
| 180 |
+
"event_count": 330,
|
| 181 |
+
"events_per_100k_population": 46.12
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"place_name": "Sacramento city",
|
| 185 |
+
"state": "CA",
|
| 186 |
+
"population": 524943,
|
| 187 |
+
"event_count": 314,
|
| 188 |
+
"events_per_100k_population": 59.816
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"place_name": "Myrtle Beach city",
|
| 192 |
+
"state": "SC",
|
| 193 |
+
"population": 35682,
|
| 194 |
+
"event_count": 298,
|
| 195 |
+
"events_per_100k_population": 835.155
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"place_name": "San Jose city",
|
| 199 |
+
"state": "CA",
|
| 200 |
+
"population": 1013240,
|
| 201 |
+
"event_count": 283,
|
| 202 |
+
"events_per_100k_population": 27.93
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"place_name": "San Antonio city",
|
| 206 |
+
"state": "TX",
|
| 207 |
+
"population": 1434625,
|
| 208 |
+
"event_count": 274,
|
| 209 |
+
"events_per_100k_population": 19.099
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"place_name": "St. Louis city",
|
| 213 |
+
"state": "MO",
|
| 214 |
+
"population": 301578,
|
| 215 |
+
"event_count": 273,
|
| 216 |
+
"events_per_100k_population": 90.524
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"place_name": "Colorado Springs city",
|
| 220 |
+
"state": "CO",
|
| 221 |
+
"population": 478961,
|
| 222 |
+
"event_count": 271,
|
| 223 |
+
"events_per_100k_population": 56.581
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"place_name": "Jacksonville city",
|
| 227 |
+
"state": "FL",
|
| 228 |
+
"population": 949611,
|
| 229 |
+
"event_count": 261,
|
| 230 |
+
"events_per_100k_population": 27.485
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"place_name": "Columbus city",
|
| 234 |
+
"state": "OH",
|
| 235 |
+
"population": 905748,
|
| 236 |
+
"event_count": 260,
|
| 237 |
+
"events_per_100k_population": 28.706
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"place_name": "Indianapolis city (balance)",
|
| 241 |
+
"state": "IN",
|
| 242 |
+
"population": 887642,
|
| 243 |
+
"event_count": 256,
|
| 244 |
+
"events_per_100k_population": 28.84
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"place_name": "San Francisco city",
|
| 248 |
+
"state": "CA",
|
| 249 |
+
"population": 873965,
|
| 250 |
+
"event_count": 250,
|
| 251 |
+
"events_per_100k_population": 28.605
|
| 252 |
+
}
|
| 253 |
+
],
|
| 254 |
+
"top_places_by_per_capita_rate_min_10_events": [
|
| 255 |
+
{
|
| 256 |
+
"place_name": "Newburgh town",
|
| 257 |
+
"state": "IN",
|
| 258 |
+
"population": 3344,
|
| 259 |
+
"event_count": 84,
|
| 260 |
+
"events_per_100k_population": 2511.962
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"place_name": "Norris City village",
|
| 264 |
+
"state": "IL",
|
| 265 |
+
"population": 1145,
|
| 266 |
+
"event_count": 27,
|
| 267 |
+
"events_per_100k_population": 2358.079
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"place_name": "Gila Bend town",
|
| 271 |
+
"state": "AZ",
|
| 272 |
+
"population": 1892,
|
| 273 |
+
"event_count": 37,
|
| 274 |
+
"events_per_100k_population": 1955.603
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"place_name": "Garrettsville village",
|
| 278 |
+
"state": "OH",
|
| 279 |
+
"population": 2449,
|
| 280 |
+
"event_count": 43,
|
| 281 |
+
"events_per_100k_population": 1755.819
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"place_name": "Woodbine city",
|
| 285 |
+
"state": "GA",
|
| 286 |
+
"population": 1062,
|
| 287 |
+
"event_count": 17,
|
| 288 |
+
"events_per_100k_population": 1600.753
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"place_name": "Payson village",
|
| 292 |
+
"state": "IL",
|
| 293 |
+
"population": 1025,
|
| 294 |
+
"event_count": 16,
|
| 295 |
+
"events_per_100k_population": 1560.976
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"place_name": "Lake George village",
|
| 299 |
+
"state": "NY",
|
| 300 |
+
"population": 1008,
|
| 301 |
+
"event_count": 14,
|
| 302 |
+
"events_per_100k_population": 1388.889
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"place_name": "Star Valley town",
|
| 306 |
+
"state": "AZ",
|
| 307 |
+
"population": 2484,
|
| 308 |
+
"event_count": 33,
|
| 309 |
+
"events_per_100k_population": 1328.502
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"place_name": "Quincy CDP",
|
| 313 |
+
"state": "CA",
|
| 314 |
+
"population": 1630,
|
| 315 |
+
"event_count": 19,
|
| 316 |
+
"events_per_100k_population": 1165.644
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"place_name": "Santa Claus town",
|
| 320 |
+
"state": "IN",
|
| 321 |
+
"population": 2586,
|
| 322 |
+
"event_count": 30,
|
| 323 |
+
"events_per_100k_population": 1160.093
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"place_name": "North Pole city",
|
| 327 |
+
"state": "AK",
|
| 328 |
+
"population": 2243,
|
| 329 |
+
"event_count": 25,
|
| 330 |
+
"events_per_100k_population": 1114.579
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"place_name": "Surfside Beach town",
|
| 334 |
+
"state": "SC",
|
| 335 |
+
"population": 4155,
|
| 336 |
+
"event_count": 46,
|
| 337 |
+
"events_per_100k_population": 1107.1
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"place_name": "Keaau CDP",
|
| 341 |
+
"state": "HI",
|
| 342 |
+
"population": 1195,
|
| 343 |
+
"event_count": 13,
|
| 344 |
+
"events_per_100k_population": 1087.866
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"place_name": "Rehoboth Beach city",
|
| 348 |
+
"state": "DE",
|
| 349 |
+
"population": 1108,
|
| 350 |
+
"event_count": 12,
|
| 351 |
+
"events_per_100k_population": 1083.032
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"place_name": "Davenport city",
|
| 355 |
+
"state": "WA",
|
| 356 |
+
"population": 1703,
|
| 357 |
+
"event_count": 18,
|
| 358 |
+
"events_per_100k_population": 1056.958
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"place_name": "Langhorne borough",
|
| 362 |
+
"state": "PA",
|
| 363 |
+
"population": 1643,
|
| 364 |
+
"event_count": 17,
|
| 365 |
+
"events_per_100k_population": 1034.693
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"place_name": "Sedona city",
|
| 369 |
+
"state": "AZ",
|
| 370 |
+
"population": 9684,
|
| 371 |
+
"event_count": 96,
|
| 372 |
+
"events_per_100k_population": 991.326
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"place_name": "Burnsville town",
|
| 376 |
+
"state": "NC",
|
| 377 |
+
"population": 1614,
|
| 378 |
+
"event_count": 16,
|
| 379 |
+
"events_per_100k_population": 991.326
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"place_name": "Pine Bush CDP",
|
| 383 |
+
"state": "NY",
|
| 384 |
+
"population": 1751,
|
| 385 |
+
"event_count": 16,
|
| 386 |
+
"events_per_100k_population": 913.764
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"place_name": "Tonasket city",
|
| 390 |
+
"state": "WA",
|
| 391 |
+
"population": 1103,
|
| 392 |
+
"event_count": 10,
|
| 393 |
+
"events_per_100k_population": 906.618
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"place_name": "Wendover city",
|
| 397 |
+
"state": "UT",
|
| 398 |
+
"population": 1115,
|
| 399 |
+
"event_count": 10,
|
| 400 |
+
"events_per_100k_population": 896.861
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"place_name": "Langley city",
|
| 404 |
+
"state": "WA",
|
| 405 |
+
"population": 1147,
|
| 406 |
+
"event_count": 10,
|
| 407 |
+
"events_per_100k_population": 871.84
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"place_name": "Nags Head town",
|
| 411 |
+
"state": "NC",
|
| 412 |
+
"population": 3168,
|
| 413 |
+
"event_count": 27,
|
| 414 |
+
"events_per_100k_population": 852.273
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"place_name": "Liverpool village",
|
| 418 |
+
"state": "NY",
|
| 419 |
+
"population": 2242,
|
| 420 |
+
"event_count": 19,
|
| 421 |
+
"events_per_100k_population": 847.458
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"place_name": "Newtown borough",
|
| 425 |
+
"state": "CT",
|
| 426 |
+
"population": 1914,
|
| 427 |
+
"event_count": 16,
|
| 428 |
+
"events_per_100k_population": 835.946
|
| 429 |
+
}
|
| 430 |
+
]
|
| 431 |
+
},
|
| 432 |
+
"airport_summary": {
|
| 433 |
+
"major_airport_count": 504,
|
| 434 |
+
"event_nearest_major_airport_distance_median_miles": 13.277,
|
| 435 |
+
"event_nearest_major_airport_distance_p90_miles": 41.701,
|
| 436 |
+
"population_weighted_nearest_major_airport_distance_median_miles": 10.764,
|
| 437 |
+
"event_share_within_10_miles_major_airport": 0.3838,
|
| 438 |
+
"population_weighted_share_within_10_miles_major_airport": 0.468384,
|
| 439 |
+
"event_vs_population_lift_within_10_miles_major_airport": 0.819413,
|
| 440 |
+
"event_share_within_25_miles_major_airport": 0.736105,
|
| 441 |
+
"population_weighted_share_within_25_miles_major_airport": 0.819608,
|
| 442 |
+
"event_vs_population_lift_within_25_miles_major_airport": 0.898117,
|
| 443 |
+
"event_share_within_50_miles_major_airport": 0.94172,
|
| 444 |
+
"population_weighted_share_within_50_miles_major_airport": 0.961939,
|
| 445 |
+
"event_vs_population_lift_within_50_miles_major_airport": 0.978981
|
| 446 |
+
},
|
| 447 |
+
"missing_geocode_summary": {
|
| 448 |
+
"analysis_status": "completed",
|
| 449 |
+
"total_us_rows": 123013,
|
| 450 |
+
"missing_geocode_rows": 17783,
|
| 451 |
+
"missing_geocode_share": 0.144562,
|
| 452 |
+
"reason_bucket_counts": {
|
| 453 |
+
"unmatched_place_name": 14584,
|
| 454 |
+
"landmark_or_route_location": 1351,
|
| 455 |
+
"compound_or_parenthetical_place": 1059,
|
| 456 |
+
"county_level_location": 340,
|
| 457 |
+
"relative_location_phrase": 270,
|
| 458 |
+
"blank_city": 179
|
| 459 |
+
},
|
| 460 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 461 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 462 |
+
},
|
| 463 |
+
"nuclear_statistical_tests": {
|
| 464 |
+
"statistical_tests_version": "nuclear_uap_correlation_index_private_preview_v1:statistical_tests",
|
| 465 |
+
"uap_event_count": 105250,
|
| 466 |
+
"nuclear_site_count": 57,
|
| 467 |
+
"control_site_count": 285,
|
| 468 |
+
"near_any_nuclear_event_counts": {
|
| 469 |
+
"25": 8023,
|
| 470 |
+
"50": 27781,
|
| 471 |
+
"100": 52567
|
| 472 |
+
},
|
| 473 |
+
"tests_by_radius": {
|
| 474 |
+
"25": {
|
| 475 |
+
"radius_miles": 25,
|
| 476 |
+
"nuclear_site_count": 57,
|
| 477 |
+
"control_site_count": 285,
|
| 478 |
+
"nuclear_mean_reports_per_site": 156.2105,
|
| 479 |
+
"control_mean_reports_per_site": 268.0561,
|
| 480 |
+
"nuclear_to_control_mean_ratio": 0.582753,
|
| 481 |
+
"nuclear_median_reports_per_site": 118,
|
| 482 |
+
"control_median_reports_per_site": 117,
|
| 483 |
+
"observed_mean_difference": -111.845614,
|
| 484 |
+
"p_value_one_sided_nuclear_greater": 0.994006,
|
| 485 |
+
"p_value_two_sided": 0.024975,
|
| 486 |
+
"permutations": 1000,
|
| 487 |
+
"seed": 1337
|
| 488 |
+
},
|
| 489 |
+
"50": {
|
| 490 |
+
"radius_miles": 50,
|
| 491 |
+
"nuclear_site_count": 57,
|
| 492 |
+
"control_site_count": 285,
|
| 493 |
+
"nuclear_mean_reports_per_site": 649.9825,
|
| 494 |
+
"control_mean_reports_per_site": 763.0491,
|
| 495 |
+
"nuclear_to_control_mean_ratio": 0.851823,
|
| 496 |
+
"nuclear_median_reports_per_site": 446,
|
| 497 |
+
"control_median_reports_per_site": 452,
|
| 498 |
+
"observed_mean_difference": -113.066667,
|
| 499 |
+
"p_value_one_sided_nuclear_greater": 0.854146,
|
| 500 |
+
"p_value_two_sided": 0.286713,
|
| 501 |
+
"permutations": 1000,
|
| 502 |
+
"seed": 1337
|
| 503 |
+
},
|
| 504 |
+
"100": {
|
| 505 |
+
"radius_miles": 100,
|
| 506 |
+
"nuclear_site_count": 57,
|
| 507 |
+
"control_site_count": 285,
|
| 508 |
+
"nuclear_mean_reports_per_site": 2062.7018,
|
| 509 |
+
"control_mean_reports_per_site": 2125.4667,
|
| 510 |
+
"nuclear_to_control_mean_ratio": 0.97047,
|
| 511 |
+
"nuclear_median_reports_per_site": 1593,
|
| 512 |
+
"control_median_reports_per_site": 1617,
|
| 513 |
+
"observed_mean_difference": -62.764912,
|
| 514 |
+
"p_value_one_sided_nuclear_greater": 0.615385,
|
| 515 |
+
"p_value_two_sided": 0.751249,
|
| 516 |
+
"permutations": 1000,
|
| 517 |
+
"seed": 1337
|
| 518 |
+
}
|
| 519 |
+
},
|
| 520 |
+
"primary_test_radius_miles": 50,
|
| 521 |
+
"resolution_status": "not_supported_after_matched_power_plant_controls",
|
| 522 |
+
"assessment_confidence": "high",
|
| 523 |
+
"recommended_plain_english": "The public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls in the primary 50-mile test.",
|
| 524 |
+
"what_we_can_claim": [
|
| 525 |
+
"This run tests whether public geocoded UFO-report mirror rows are closer to geolocated nuclear power-plant sites than to matched non-nuclear power-plant controls.",
|
| 526 |
+
"The primary assessment is spatial and comparative; it is not a causal test."
|
| 527 |
+
],
|
| 528 |
+
"what_we_cannot_claim": [
|
| 529 |
+
"This run cannot claim nuclear activity attracts UAP or UFO reports.",
|
| 530 |
+
"This run cannot evaluate classified military or weapons-site activity unless those sites are represented by public geocoded source rows.",
|
| 531 |
+
"City-level report geocoding introduces location uncertainty and should not be treated as eyewitness-level coordinates."
|
| 532 |
+
],
|
| 533 |
+
"statistical_tests_hash": "782cacead40f73115b9e2496efa106b846376d7ace4f1eed4fee3c331c75d13e"
|
| 534 |
+
},
|
| 535 |
+
"plain_language": {
|
| 536 |
+
"what_it_is": "A public-source evidence surface for testing whether public UAP/UFO report rows cluster around nuclear power plants after simple controls.",
|
| 537 |
+
"what_it_is_not": "It is not a claim that reports are true, false, alien, aircraft, coordinated, or caused by any one factor.",
|
| 538 |
+
"headline_finding": "In this evidence surface, public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls.",
|
| 539 |
+
"best_supported_explanation": "Population/reporting geography is a strong observable factor; major-airport proximity appears mostly consistent with where people live."
|
| 540 |
+
}
|
| 541 |
+
}
|
requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.49.1
|
| 2 |
+
pandas==2.2.3
|
space_release_manifest.json
ADDED
|
@@ -0,0 +1,711 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"manifest_version": "nuclear_uap_hf_space_package_v0",
|
| 3 |
+
"repo_id": "cjc0013/nuclear-uap-evidence-surface",
|
| 4 |
+
"space_url": "https://huggingface.co/spaces/cjc0013/nuclear-uap-evidence-surface",
|
| 5 |
+
"generated_utc": "2026-04-29T01:49:16+00:00",
|
| 6 |
+
"source_correlation_run_dir": "C:\\scraper\\runs\\nuclear_uap_correlation_index\\nuclear_uap_correlation_index_private_preview_final_20260429T010304Z",
|
| 7 |
+
"source_explanatory_run_dir": "C:\\scraper\\runs\\nuclear_uap_explanatory_index\\nuclear_uap_explanatory_index_private_preview_20260429T011500Z",
|
| 8 |
+
"artifact_count": 25,
|
| 9 |
+
"artifacts": [
|
| 10 |
+
{
|
| 11 |
+
"artifact_key": ".gitattributes",
|
| 12 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\.gitattributes",
|
| 13 |
+
"byte_count": 89,
|
| 14 |
+
"content_sha256": "d373b7b67c20d2de0d62bdfeb2f2ee4f135c4264d53b4204bd4d974eaaff5f29"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"artifact_key": "app.py",
|
| 18 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\app.py",
|
| 19 |
+
"byte_count": 9090,
|
| 20 |
+
"content_sha256": "17a8207dec8206bf240cecb763b3680581cef525ebc3bf55823a8f877f4dca51"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"artifact_key": "data/artifact_manifest.json",
|
| 24 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\artifact_manifest.json",
|
| 25 |
+
"byte_count": 28618,
|
| 26 |
+
"content_sha256": "eaca00d0c9c3facfd97445d0c6792f7652587d248cf2739b8ad47c3d875887b6"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"artifact_key": "data/correlation_artifact_integrity_report.json",
|
| 30 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\correlation_artifact_integrity_report.json",
|
| 31 |
+
"byte_count": 5376,
|
| 32 |
+
"content_sha256": "7fd391b173d736a7ca1e136a6f990e1d18acd7cb3d374985e377aaf2bbcb4f1a"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"artifact_key": "data/correlation_dataset_schema.json",
|
| 36 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\correlation_dataset_schema.json",
|
| 37 |
+
"byte_count": 4487,
|
| 38 |
+
"content_sha256": "a096a96c7b1a7931616184799de15fd7312e0d59a508d1ee4cf15902502f7a88"
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"artifact_key": "data/correlation_source_gaps.csv",
|
| 42 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\correlation_source_gaps.csv",
|
| 43 |
+
"byte_count": 413,
|
| 44 |
+
"content_sha256": "abc0d9ad89889db0b3ee1a2efd94a9ec8d34449ee83b267ceeae9875ea82ee73"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"artifact_key": "data/event_explanatory_features.csv.gz",
|
| 48 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\event_explanatory_features.csv.gz",
|
| 49 |
+
"byte_count": 12282175,
|
| 50 |
+
"content_sha256": "f950ae4542bc30a0e9423befccaeef6cd087ff71aa3aee25a7a5f2bd3b479a47"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"artifact_key": "data/event_explanatory_sample.csv",
|
| 54 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\event_explanatory_sample.csv",
|
| 55 |
+
"byte_count": 2051319,
|
| 56 |
+
"content_sha256": "b80b1737b91f25ab0998bb55ee3117b819e3b976367afe8f09f1987e8860f1b2"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"artifact_key": "data/explanatory_artifact_integrity_report.json",
|
| 60 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_artifact_integrity_report.json",
|
| 61 |
+
"byte_count": 4333,
|
| 62 |
+
"content_sha256": "ff244c0e37a0499b78f5646decf0da6482ca9966d44a3b37f9dfcd245e612aa0"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"artifact_key": "data/explanatory_assessment.json",
|
| 66 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_assessment.json",
|
| 67 |
+
"byte_count": 2294,
|
| 68 |
+
"content_sha256": "734a29f84bcdc7746a59453e71aa21e44284c098875e42e5872f8fcf9bb952ed"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"artifact_key": "data/explanatory_case_cards.md",
|
| 72 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_case_cards.md",
|
| 73 |
+
"byte_count": 1672,
|
| 74 |
+
"content_sha256": "c921969440bb9d97cd3e3d02301bb4f023479ca914d8378b0d61bdeb95c89e0a"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"artifact_key": "data/explanatory_dataset_schema.json",
|
| 78 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_dataset_schema.json",
|
| 79 |
+
"byte_count": 2249,
|
| 80 |
+
"content_sha256": "ed2d3facd26dbae8a73cc3a8a69f3dff15480d0fc311e9028d8d1322d15b9676"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"artifact_key": "data/explanatory_report.md",
|
| 84 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_report.md",
|
| 85 |
+
"byte_count": 2353,
|
| 86 |
+
"content_sha256": "3dd5466d80360c57f3919a00a837414eb16d2b86f3e878ee8c5a45c4a3c63db9"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"artifact_key": "data/explanatory_source_gaps.csv",
|
| 90 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\explanatory_source_gaps.csv",
|
| 91 |
+
"byte_count": 55,
|
| 92 |
+
"content_sha256": "fb835199159230f17d31c74e58e1e20107715208fc2521a5be2c9881a07361bb"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"artifact_key": "data/matched_controls.csv",
|
| 96 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\matched_controls.csv",
|
| 97 |
+
"byte_count": 134142,
|
| 98 |
+
"content_sha256": "9f87f5ddc9c5936fdf05611a7d797684f28e069d1bcf5fd0e822521d87a2996a"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"artifact_key": "data/missing_geocode_examples.csv",
|
| 102 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\missing_geocode_examples.csv",
|
| 103 |
+
"byte_count": 17522,
|
| 104 |
+
"content_sha256": "dae4c6f5b2c83ca7becb5a9ec6665098279629a0c6ca0af3d77eb295b83b65ed"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"artifact_key": "data/nuclear_sites.csv",
|
| 108 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\nuclear_sites.csv",
|
| 109 |
+
"byte_count": 36391,
|
| 110 |
+
"content_sha256": "5d445f24ff57e46b4d49a662ea2b5f4c000e61eac69811c91ac9261494030318"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"artifact_key": "data/place_exposure.csv",
|
| 114 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\place_exposure.csv",
|
| 115 |
+
"byte_count": 6560269,
|
| 116 |
+
"content_sha256": "dddb488eb9b1c6cfece46e4ba1523888bec1b772b63ded3a784d37f32dbe07f0"
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"artifact_key": "data/place_exposure_top.csv",
|
| 120 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\place_exposure_top.csv",
|
| 121 |
+
"byte_count": 210112,
|
| 122 |
+
"content_sha256": "57c2643e4d8b4ca91dea2d8a0800bdc70b6017fd8ea383b25985a3b76ae3f7d9"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"artifact_key": "data/site_proximity_summary.csv",
|
| 126 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\site_proximity_summary.csv",
|
| 127 |
+
"byte_count": 88157,
|
| 128 |
+
"content_sha256": "743fcf07734af9ec45ce536a7db0ea22a792afdfca176d8dd588a91eb9148513"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"artifact_key": "data/source_receipts_combined.csv",
|
| 132 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\source_receipts_combined.csv",
|
| 133 |
+
"byte_count": 5058,
|
| 134 |
+
"content_sha256": "c40cf680675a165732a3caa0ba941a774648dec8e16bb4b4c20f88b1c80440bb"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"artifact_key": "data/statistical_tests.json",
|
| 138 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\statistical_tests.json",
|
| 139 |
+
"byte_count": 3072,
|
| 140 |
+
"content_sha256": "3dabf22b92e41bd0cdd7541354f0fa2b696ea0ddbd3ee62c59fd5ef3b6dc8bea"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"artifact_key": "data/summary_metrics.json",
|
| 144 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\data\\summary_metrics.json",
|
| 145 |
+
"byte_count": 18579,
|
| 146 |
+
"content_sha256": "c123dcb496cd50ef594f054e7b16db273d79f1017062ee7eea172569b75e6922"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"artifact_key": "README.md",
|
| 150 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\README.md",
|
| 151 |
+
"byte_count": 2436,
|
| 152 |
+
"content_sha256": "7adec150dd6a1b733edd13a9d422e4ab46c90519824dadebc8b620ceaa4833f1"
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"artifact_key": "requirements.txt",
|
| 156 |
+
"path": "C:\\scraper\\runs\\huggingface_spaces\\nuclear-uap-evidence-surface_release_20260429T020000Z\\requirements.txt",
|
| 157 |
+
"byte_count": 31,
|
| 158 |
+
"content_sha256": "76e73ec284b0b0b250edd3b0593e32a1eb40f57d3ce90363852f709e9ad06071"
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"public_claim_contract": {
|
| 162 |
+
"raw_witness_summaries_included": false,
|
| 163 |
+
"claims_report_truth": false,
|
| 164 |
+
"claims_aircraft_causation": false,
|
| 165 |
+
"claims_nuclear_attraction": false,
|
| 166 |
+
"uses_place_centroid_geocoding": true,
|
| 167 |
+
"user_explicit_publish_request": true
|
| 168 |
+
},
|
| 169 |
+
"metrics": {
|
| 170 |
+
"generated_utc": "2026-04-29T01:49:16+00:00",
|
| 171 |
+
"package_version": "nuclear_uap_hf_space_package_v0",
|
| 172 |
+
"assessment": {
|
| 173 |
+
"assessment_version": "nuclear_uap_explanatory_private_preview_v1",
|
| 174 |
+
"population_explanation_strength_score": 78,
|
| 175 |
+
"airport_confounder_strength_score": 90,
|
| 176 |
+
"nuclear_non_support_strength_score": 95,
|
| 177 |
+
"missing_geocode_handling": {
|
| 178 |
+
"analysis_status": "completed",
|
| 179 |
+
"total_us_rows": 123013,
|
| 180 |
+
"missing_geocode_rows": 17783,
|
| 181 |
+
"missing_geocode_share": 0.144562,
|
| 182 |
+
"reason_bucket_counts": {
|
| 183 |
+
"unmatched_place_name": 14584,
|
| 184 |
+
"landmark_or_route_location": 1351,
|
| 185 |
+
"compound_or_parenthetical_place": 1059,
|
| 186 |
+
"county_level_location": 340,
|
| 187 |
+
"relative_location_phrase": 270,
|
| 188 |
+
"blank_city": 179
|
| 189 |
+
},
|
| 190 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 191 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 192 |
+
},
|
| 193 |
+
"what_we_can_claim": [
|
| 194 |
+
"The missing NUFORC-derived rows were not geocoded by assumption; they were excluded from spatial tests and logged for recovery.",
|
| 195 |
+
"The public geocoded report rows can be compared against Census place population and commercial-airport proximity as explanatory covariates.",
|
| 196 |
+
"At the place level, report counts can be assessed against population concentration without claiming reports are true or false.",
|
| 197 |
+
"Airport proximity can be treated as a public-source confounder, not as proof that airplanes caused specific reports.",
|
| 198 |
+
"The nuclear power-plant proximity claim remains unsupported in this evidence surface after matched non-nuclear power-plant controls."
|
| 199 |
+
],
|
| 200 |
+
"what_we_cannot_claim": [
|
| 201 |
+
"This dataset cannot prove what witnesses saw.",
|
| 202 |
+
"This dataset cannot claim aircraft explain every report.",
|
| 203 |
+
"This dataset cannot treat city/place centroids as exact sighting coordinates.",
|
| 204 |
+
"This dataset cannot rule out all nuclear-weapons, military, or classified-site hypotheses.",
|
| 205 |
+
"This dataset cannot assume the skipped missing-geocode rows would preserve or reverse the result without a separate recovery run."
|
| 206 |
+
],
|
| 207 |
+
"safe_claim_language_passes": true,
|
| 208 |
+
"plain_english_assessment": "The better explanation surface is population/reporting geography plus ordinary aviation proximity, while the nuclear-specific proximity claim remains unsupported after controls."
|
| 209 |
+
},
|
| 210 |
+
"population_summary": {
|
| 211 |
+
"event_count": 105250,
|
| 212 |
+
"matched_population_event_count": 105086,
|
| 213 |
+
"matched_population_event_share": 0.998442,
|
| 214 |
+
"unique_event_places": 13660,
|
| 215 |
+
"census_place_count": 31805,
|
| 216 |
+
"population_bin_event_distribution": {
|
| 217 |
+
"10k_50k": {
|
| 218 |
+
"event_count": 28759,
|
| 219 |
+
"event_share": 0.273245
|
| 220 |
+
},
|
| 221 |
+
"lt_10k": {
|
| 222 |
+
"event_count": 29671,
|
| 223 |
+
"event_share": 0.28191
|
| 224 |
+
},
|
| 225 |
+
"50k_250k": {
|
| 226 |
+
"event_count": 28951,
|
| 227 |
+
"event_share": 0.275069
|
| 228 |
+
},
|
| 229 |
+
"gte_1m": {
|
| 230 |
+
"event_count": 4635,
|
| 231 |
+
"event_share": 0.044038
|
| 232 |
+
},
|
| 233 |
+
"250k_1m": {
|
| 234 |
+
"event_count": 13070,
|
| 235 |
+
"event_share": 0.124181
|
| 236 |
+
},
|
| 237 |
+
"unknown_population": {
|
| 238 |
+
"event_count": 164,
|
| 239 |
+
"event_share": 0.001558
|
| 240 |
+
}
|
| 241 |
+
},
|
| 242 |
+
"log_population_log_event_count_pearson": 0.641288,
|
| 243 |
+
"top_10pct_places_by_population_event_share": 0.668548,
|
| 244 |
+
"top_10pct_places_by_population_population_share": 0.775352,
|
| 245 |
+
"top_places_by_event_count": [
|
| 246 |
+
{
|
| 247 |
+
"place_name": "New York city",
|
| 248 |
+
"state": "NY",
|
| 249 |
+
"population": 8804190,
|
| 250 |
+
"event_count": 858,
|
| 251 |
+
"events_per_100k_population": 9.745
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"place_name": "Phoenix city",
|
| 255 |
+
"state": "AZ",
|
| 256 |
+
"population": 1608139,
|
| 257 |
+
"event_count": 781,
|
| 258 |
+
"events_per_100k_population": 48.565
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"place_name": "Seattle city",
|
| 262 |
+
"state": "WA",
|
| 263 |
+
"population": 737015,
|
| 264 |
+
"event_count": 774,
|
| 265 |
+
"events_per_100k_population": 105.018
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"place_name": "Las Vegas city",
|
| 269 |
+
"state": "NV",
|
| 270 |
+
"population": 641903,
|
| 271 |
+
"event_count": 658,
|
| 272 |
+
"events_per_100k_population": 102.508
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"place_name": "Portland city",
|
| 276 |
+
"state": "OR",
|
| 277 |
+
"population": 652503,
|
| 278 |
+
"event_count": 580,
|
| 279 |
+
"events_per_100k_population": 88.888
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"place_name": "Los Angeles city",
|
| 283 |
+
"state": "CA",
|
| 284 |
+
"population": 3898747,
|
| 285 |
+
"event_count": 572,
|
| 286 |
+
"events_per_100k_population": 14.671
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"place_name": "San Diego city",
|
| 290 |
+
"state": "CA",
|
| 291 |
+
"population": 1386932,
|
| 292 |
+
"event_count": 553,
|
| 293 |
+
"events_per_100k_population": 39.872
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"place_name": "Chicago city",
|
| 297 |
+
"state": "IL",
|
| 298 |
+
"population": 2746388,
|
| 299 |
+
"event_count": 443,
|
| 300 |
+
"events_per_100k_population": 16.13
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"place_name": "Tucson city",
|
| 304 |
+
"state": "AZ",
|
| 305 |
+
"population": 542629,
|
| 306 |
+
"event_count": 441,
|
| 307 |
+
"events_per_100k_population": 81.271
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"place_name": "Houston city",
|
| 311 |
+
"state": "TX",
|
| 312 |
+
"population": 2304580,
|
| 313 |
+
"event_count": 429,
|
| 314 |
+
"events_per_100k_population": 18.615
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"place_name": "Albuquerque city",
|
| 318 |
+
"state": "NM",
|
| 319 |
+
"population": 564559,
|
| 320 |
+
"event_count": 390,
|
| 321 |
+
"events_per_100k_population": 69.08
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"place_name": "Orlando city",
|
| 325 |
+
"state": "FL",
|
| 326 |
+
"population": 307573,
|
| 327 |
+
"event_count": 383,
|
| 328 |
+
"events_per_100k_population": 124.523
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"place_name": "Miami city",
|
| 332 |
+
"state": "FL",
|
| 333 |
+
"population": 442241,
|
| 334 |
+
"event_count": 356,
|
| 335 |
+
"events_per_100k_population": 80.499
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"place_name": "Austin city",
|
| 339 |
+
"state": "TX",
|
| 340 |
+
"population": 961855,
|
| 341 |
+
"event_count": 336,
|
| 342 |
+
"events_per_100k_population": 34.933
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"place_name": "Denver city",
|
| 346 |
+
"state": "CO",
|
| 347 |
+
"population": 715522,
|
| 348 |
+
"event_count": 330,
|
| 349 |
+
"events_per_100k_population": 46.12
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"place_name": "Sacramento city",
|
| 353 |
+
"state": "CA",
|
| 354 |
+
"population": 524943,
|
| 355 |
+
"event_count": 314,
|
| 356 |
+
"events_per_100k_population": 59.816
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"place_name": "Myrtle Beach city",
|
| 360 |
+
"state": "SC",
|
| 361 |
+
"population": 35682,
|
| 362 |
+
"event_count": 298,
|
| 363 |
+
"events_per_100k_population": 835.155
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"place_name": "San Jose city",
|
| 367 |
+
"state": "CA",
|
| 368 |
+
"population": 1013240,
|
| 369 |
+
"event_count": 283,
|
| 370 |
+
"events_per_100k_population": 27.93
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"place_name": "San Antonio city",
|
| 374 |
+
"state": "TX",
|
| 375 |
+
"population": 1434625,
|
| 376 |
+
"event_count": 274,
|
| 377 |
+
"events_per_100k_population": 19.099
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"place_name": "St. Louis city",
|
| 381 |
+
"state": "MO",
|
| 382 |
+
"population": 301578,
|
| 383 |
+
"event_count": 273,
|
| 384 |
+
"events_per_100k_population": 90.524
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"place_name": "Colorado Springs city",
|
| 388 |
+
"state": "CO",
|
| 389 |
+
"population": 478961,
|
| 390 |
+
"event_count": 271,
|
| 391 |
+
"events_per_100k_population": 56.581
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"place_name": "Jacksonville city",
|
| 395 |
+
"state": "FL",
|
| 396 |
+
"population": 949611,
|
| 397 |
+
"event_count": 261,
|
| 398 |
+
"events_per_100k_population": 27.485
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"place_name": "Columbus city",
|
| 402 |
+
"state": "OH",
|
| 403 |
+
"population": 905748,
|
| 404 |
+
"event_count": 260,
|
| 405 |
+
"events_per_100k_population": 28.706
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"place_name": "Indianapolis city (balance)",
|
| 409 |
+
"state": "IN",
|
| 410 |
+
"population": 887642,
|
| 411 |
+
"event_count": 256,
|
| 412 |
+
"events_per_100k_population": 28.84
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"place_name": "San Francisco city",
|
| 416 |
+
"state": "CA",
|
| 417 |
+
"population": 873965,
|
| 418 |
+
"event_count": 250,
|
| 419 |
+
"events_per_100k_population": 28.605
|
| 420 |
+
}
|
| 421 |
+
],
|
| 422 |
+
"top_places_by_per_capita_rate_min_10_events": [
|
| 423 |
+
{
|
| 424 |
+
"place_name": "Newburgh town",
|
| 425 |
+
"state": "IN",
|
| 426 |
+
"population": 3344,
|
| 427 |
+
"event_count": 84,
|
| 428 |
+
"events_per_100k_population": 2511.962
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"place_name": "Norris City village",
|
| 432 |
+
"state": "IL",
|
| 433 |
+
"population": 1145,
|
| 434 |
+
"event_count": 27,
|
| 435 |
+
"events_per_100k_population": 2358.079
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"place_name": "Gila Bend town",
|
| 439 |
+
"state": "AZ",
|
| 440 |
+
"population": 1892,
|
| 441 |
+
"event_count": 37,
|
| 442 |
+
"events_per_100k_population": 1955.603
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"place_name": "Garrettsville village",
|
| 446 |
+
"state": "OH",
|
| 447 |
+
"population": 2449,
|
| 448 |
+
"event_count": 43,
|
| 449 |
+
"events_per_100k_population": 1755.819
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"place_name": "Woodbine city",
|
| 453 |
+
"state": "GA",
|
| 454 |
+
"population": 1062,
|
| 455 |
+
"event_count": 17,
|
| 456 |
+
"events_per_100k_population": 1600.753
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"place_name": "Payson village",
|
| 460 |
+
"state": "IL",
|
| 461 |
+
"population": 1025,
|
| 462 |
+
"event_count": 16,
|
| 463 |
+
"events_per_100k_population": 1560.976
|
| 464 |
+
},
|
| 465 |
+
{
|
| 466 |
+
"place_name": "Lake George village",
|
| 467 |
+
"state": "NY",
|
| 468 |
+
"population": 1008,
|
| 469 |
+
"event_count": 14,
|
| 470 |
+
"events_per_100k_population": 1388.889
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"place_name": "Star Valley town",
|
| 474 |
+
"state": "AZ",
|
| 475 |
+
"population": 2484,
|
| 476 |
+
"event_count": 33,
|
| 477 |
+
"events_per_100k_population": 1328.502
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"place_name": "Quincy CDP",
|
| 481 |
+
"state": "CA",
|
| 482 |
+
"population": 1630,
|
| 483 |
+
"event_count": 19,
|
| 484 |
+
"events_per_100k_population": 1165.644
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"place_name": "Santa Claus town",
|
| 488 |
+
"state": "IN",
|
| 489 |
+
"population": 2586,
|
| 490 |
+
"event_count": 30,
|
| 491 |
+
"events_per_100k_population": 1160.093
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"place_name": "North Pole city",
|
| 495 |
+
"state": "AK",
|
| 496 |
+
"population": 2243,
|
| 497 |
+
"event_count": 25,
|
| 498 |
+
"events_per_100k_population": 1114.579
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"place_name": "Surfside Beach town",
|
| 502 |
+
"state": "SC",
|
| 503 |
+
"population": 4155,
|
| 504 |
+
"event_count": 46,
|
| 505 |
+
"events_per_100k_population": 1107.1
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"place_name": "Keaau CDP",
|
| 509 |
+
"state": "HI",
|
| 510 |
+
"population": 1195,
|
| 511 |
+
"event_count": 13,
|
| 512 |
+
"events_per_100k_population": 1087.866
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"place_name": "Rehoboth Beach city",
|
| 516 |
+
"state": "DE",
|
| 517 |
+
"population": 1108,
|
| 518 |
+
"event_count": 12,
|
| 519 |
+
"events_per_100k_population": 1083.032
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"place_name": "Davenport city",
|
| 523 |
+
"state": "WA",
|
| 524 |
+
"population": 1703,
|
| 525 |
+
"event_count": 18,
|
| 526 |
+
"events_per_100k_population": 1056.958
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"place_name": "Langhorne borough",
|
| 530 |
+
"state": "PA",
|
| 531 |
+
"population": 1643,
|
| 532 |
+
"event_count": 17,
|
| 533 |
+
"events_per_100k_population": 1034.693
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"place_name": "Sedona city",
|
| 537 |
+
"state": "AZ",
|
| 538 |
+
"population": 9684,
|
| 539 |
+
"event_count": 96,
|
| 540 |
+
"events_per_100k_population": 991.326
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"place_name": "Burnsville town",
|
| 544 |
+
"state": "NC",
|
| 545 |
+
"population": 1614,
|
| 546 |
+
"event_count": 16,
|
| 547 |
+
"events_per_100k_population": 991.326
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"place_name": "Pine Bush CDP",
|
| 551 |
+
"state": "NY",
|
| 552 |
+
"population": 1751,
|
| 553 |
+
"event_count": 16,
|
| 554 |
+
"events_per_100k_population": 913.764
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"place_name": "Tonasket city",
|
| 558 |
+
"state": "WA",
|
| 559 |
+
"population": 1103,
|
| 560 |
+
"event_count": 10,
|
| 561 |
+
"events_per_100k_population": 906.618
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"place_name": "Wendover city",
|
| 565 |
+
"state": "UT",
|
| 566 |
+
"population": 1115,
|
| 567 |
+
"event_count": 10,
|
| 568 |
+
"events_per_100k_population": 896.861
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"place_name": "Langley city",
|
| 572 |
+
"state": "WA",
|
| 573 |
+
"population": 1147,
|
| 574 |
+
"event_count": 10,
|
| 575 |
+
"events_per_100k_population": 871.84
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"place_name": "Nags Head town",
|
| 579 |
+
"state": "NC",
|
| 580 |
+
"population": 3168,
|
| 581 |
+
"event_count": 27,
|
| 582 |
+
"events_per_100k_population": 852.273
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"place_name": "Liverpool village",
|
| 586 |
+
"state": "NY",
|
| 587 |
+
"population": 2242,
|
| 588 |
+
"event_count": 19,
|
| 589 |
+
"events_per_100k_population": 847.458
|
| 590 |
+
},
|
| 591 |
+
{
|
| 592 |
+
"place_name": "Newtown borough",
|
| 593 |
+
"state": "CT",
|
| 594 |
+
"population": 1914,
|
| 595 |
+
"event_count": 16,
|
| 596 |
+
"events_per_100k_population": 835.946
|
| 597 |
+
}
|
| 598 |
+
]
|
| 599 |
+
},
|
| 600 |
+
"airport_summary": {
|
| 601 |
+
"major_airport_count": 504,
|
| 602 |
+
"event_nearest_major_airport_distance_median_miles": 13.277,
|
| 603 |
+
"event_nearest_major_airport_distance_p90_miles": 41.701,
|
| 604 |
+
"population_weighted_nearest_major_airport_distance_median_miles": 10.764,
|
| 605 |
+
"event_share_within_10_miles_major_airport": 0.3838,
|
| 606 |
+
"population_weighted_share_within_10_miles_major_airport": 0.468384,
|
| 607 |
+
"event_vs_population_lift_within_10_miles_major_airport": 0.819413,
|
| 608 |
+
"event_share_within_25_miles_major_airport": 0.736105,
|
| 609 |
+
"population_weighted_share_within_25_miles_major_airport": 0.819608,
|
| 610 |
+
"event_vs_population_lift_within_25_miles_major_airport": 0.898117,
|
| 611 |
+
"event_share_within_50_miles_major_airport": 0.94172,
|
| 612 |
+
"population_weighted_share_within_50_miles_major_airport": 0.961939,
|
| 613 |
+
"event_vs_population_lift_within_50_miles_major_airport": 0.978981
|
| 614 |
+
},
|
| 615 |
+
"missing_geocode_summary": {
|
| 616 |
+
"analysis_status": "completed",
|
| 617 |
+
"total_us_rows": 123013,
|
| 618 |
+
"missing_geocode_rows": 17783,
|
| 619 |
+
"missing_geocode_share": 0.144562,
|
| 620 |
+
"reason_bucket_counts": {
|
| 621 |
+
"unmatched_place_name": 14584,
|
| 622 |
+
"landmark_or_route_location": 1351,
|
| 623 |
+
"compound_or_parenthetical_place": 1059,
|
| 624 |
+
"county_level_location": 340,
|
| 625 |
+
"relative_location_phrase": 270,
|
| 626 |
+
"blank_city": 179
|
| 627 |
+
},
|
| 628 |
+
"generated_utc": "2026-04-29T01:25:15+00:00",
|
| 629 |
+
"safe_handling": "Missing geocodes are not imputed into the spatial tests. They are counted and routed to explicit recovery paths."
|
| 630 |
+
},
|
| 631 |
+
"nuclear_statistical_tests": {
|
| 632 |
+
"statistical_tests_version": "nuclear_uap_correlation_index_private_preview_v1:statistical_tests",
|
| 633 |
+
"uap_event_count": 105250,
|
| 634 |
+
"nuclear_site_count": 57,
|
| 635 |
+
"control_site_count": 285,
|
| 636 |
+
"near_any_nuclear_event_counts": {
|
| 637 |
+
"25": 8023,
|
| 638 |
+
"50": 27781,
|
| 639 |
+
"100": 52567
|
| 640 |
+
},
|
| 641 |
+
"tests_by_radius": {
|
| 642 |
+
"25": {
|
| 643 |
+
"radius_miles": 25,
|
| 644 |
+
"nuclear_site_count": 57,
|
| 645 |
+
"control_site_count": 285,
|
| 646 |
+
"nuclear_mean_reports_per_site": 156.2105,
|
| 647 |
+
"control_mean_reports_per_site": 268.0561,
|
| 648 |
+
"nuclear_to_control_mean_ratio": 0.582753,
|
| 649 |
+
"nuclear_median_reports_per_site": 118,
|
| 650 |
+
"control_median_reports_per_site": 117,
|
| 651 |
+
"observed_mean_difference": -111.845614,
|
| 652 |
+
"p_value_one_sided_nuclear_greater": 0.994006,
|
| 653 |
+
"p_value_two_sided": 0.024975,
|
| 654 |
+
"permutations": 1000,
|
| 655 |
+
"seed": 1337
|
| 656 |
+
},
|
| 657 |
+
"50": {
|
| 658 |
+
"radius_miles": 50,
|
| 659 |
+
"nuclear_site_count": 57,
|
| 660 |
+
"control_site_count": 285,
|
| 661 |
+
"nuclear_mean_reports_per_site": 649.9825,
|
| 662 |
+
"control_mean_reports_per_site": 763.0491,
|
| 663 |
+
"nuclear_to_control_mean_ratio": 0.851823,
|
| 664 |
+
"nuclear_median_reports_per_site": 446,
|
| 665 |
+
"control_median_reports_per_site": 452,
|
| 666 |
+
"observed_mean_difference": -113.066667,
|
| 667 |
+
"p_value_one_sided_nuclear_greater": 0.854146,
|
| 668 |
+
"p_value_two_sided": 0.286713,
|
| 669 |
+
"permutations": 1000,
|
| 670 |
+
"seed": 1337
|
| 671 |
+
},
|
| 672 |
+
"100": {
|
| 673 |
+
"radius_miles": 100,
|
| 674 |
+
"nuclear_site_count": 57,
|
| 675 |
+
"control_site_count": 285,
|
| 676 |
+
"nuclear_mean_reports_per_site": 2062.7018,
|
| 677 |
+
"control_mean_reports_per_site": 2125.4667,
|
| 678 |
+
"nuclear_to_control_mean_ratio": 0.97047,
|
| 679 |
+
"nuclear_median_reports_per_site": 1593,
|
| 680 |
+
"control_median_reports_per_site": 1617,
|
| 681 |
+
"observed_mean_difference": -62.764912,
|
| 682 |
+
"p_value_one_sided_nuclear_greater": 0.615385,
|
| 683 |
+
"p_value_two_sided": 0.751249,
|
| 684 |
+
"permutations": 1000,
|
| 685 |
+
"seed": 1337
|
| 686 |
+
}
|
| 687 |
+
},
|
| 688 |
+
"primary_test_radius_miles": 50,
|
| 689 |
+
"resolution_status": "not_supported_after_matched_power_plant_controls",
|
| 690 |
+
"assessment_confidence": "high",
|
| 691 |
+
"recommended_plain_english": "The public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls in the primary 50-mile test.",
|
| 692 |
+
"what_we_can_claim": [
|
| 693 |
+
"This run tests whether public geocoded UFO-report mirror rows are closer to geolocated nuclear power-plant sites than to matched non-nuclear power-plant controls.",
|
| 694 |
+
"The primary assessment is spatial and comparative; it is not a causal test."
|
| 695 |
+
],
|
| 696 |
+
"what_we_cannot_claim": [
|
| 697 |
+
"This run cannot claim nuclear activity attracts UAP or UFO reports.",
|
| 698 |
+
"This run cannot evaluate classified military or weapons-site activity unless those sites are represented by public geocoded source rows.",
|
| 699 |
+
"City-level report geocoding introduces location uncertainty and should not be treated as eyewitness-level coordinates."
|
| 700 |
+
],
|
| 701 |
+
"statistical_tests_hash": "782cacead40f73115b9e2496efa106b846376d7ace4f1eed4fee3c331c75d13e"
|
| 702 |
+
},
|
| 703 |
+
"plain_language": {
|
| 704 |
+
"what_it_is": "A public-source evidence surface for testing whether public UAP/UFO report rows cluster around nuclear power plants after simple controls.",
|
| 705 |
+
"what_it_is_not": "It is not a claim that reports are true, false, alien, aircraft, coordinated, or caused by any one factor.",
|
| 706 |
+
"headline_finding": "In this evidence surface, public geocoded report rows do not show a nuclear-specific proximity signal after matched non-nuclear power-plant controls.",
|
| 707 |
+
"best_supported_explanation": "Population/reporting geography is a strong observable factor; major-airport proximity appears mostly consistent with where people live."
|
| 708 |
+
}
|
| 709 |
+
},
|
| 710 |
+
"manifest_hash": "03b2b20c1ce003707e124ec2d8d13d54304433e590e811fee3ba0dc99a68f186"
|
| 711 |
+
}
|