diff --git a/source/docs/climate/sup3rcc/sup3rcc-conus-ecearth3-ssp585-r1i1p1f1-download.html.md.erb b/source/docs/climate/sup3rcc/sup3rcc-conus-ecearth3-ssp585-r1i1p1f1-download.html.md.erb
deleted file mode 100755
index 4262f727..00000000
--- a/source/docs/climate/sup3rcc/sup3rcc-conus-ecearth3-ssp585-r1i1p1f1-download.html.md.erb
+++ /dev/null
@@ -1,316 +0,0 @@
----
-title: Sup3rCC CONUS EC-Earth3 SSP585 r1i1p1f1
-summary: The Super-Resolution for Renewable Energy Resource Data with Climate Change Impacts (Sup3rCC) data is a collection of 4km hourly wind, solar, temperature, humidity, and pressure fields for the contiguous United States under various climate change scenarios. Learn more about the Sup3rCC dataset [at the GitHub repository](https://github.com/openEDI/documentation/blob/main/Sup3rCC.md) and in [this article](https://www.nlr.gov/news/detail/features/2024/nrel-unveils-groundbreaking-generative-machine-learning-model-to-simulate-future-energy-climate-impacts).
-detail: "Sup3rCC is downscaled Global Climate Model (GCM) data. The downscaling process was performed using a generative machine learning approach called sup3r: Super-Resolution for Renewable Energy Resource Data. The data includes both historical and future weather years, although the historical years represent the historical climate, not the actual historical weather that we experienced. You cannot use Sup3rCC data to study historical weather events, although other sup3r datasets may be intended for this.
-
-The Sup3rCC data is intended to help researchers study the impact of climate change on energy systems with high levels of wind and solar capacity. Please note that all climate change data is only a representation of the possible future climate and contains significant uncertainty. Analysis of multiple climate change scenarios and multiple climate models can help quantify this uncertainty.
-
-Access to the entire Sup3rCC dataset as a single bulk download is available at [The Registry of Open Data on AWS](https://registry.opendata.aws/nrel-pds-sup3rcc/)."
-url: /api/climate/ncdb/v2/climate/sup3rcc-conus-ecearth3-ssp585-r1i1p1f1-download
----
-
-# <%= current_page.data.title %> (<%= current_page.data.url %>)
-<%= current_page.data.summary %>
-
-<%= current_page.data.detail %>
-
-
GET|POST <%= current_page.data.url %>.format?parameters- -## Request Parameters -_NOTE: when using POST to submit a request the api_key must still be included as a query parameter in the url. All other parameters may be included in a POST request as part of the payload._ - -
| Parameter | -Required | -Value | -Description | -
|---|---|---|---|
| api_key | -Yes | -
- Type: string
- Default: None
- |
-
- Your developer API key. See API keys for more information. - |
-
| wkt | -Yes | -
- Type: well-known text string
- Default: None
- |
- - A well-known text (WKT) representation of the geometry for which to extract data. May be a point, multipoint, or polygon geometry. When a point is passed the site nearest to that point is used. When a multipoint is passed the site nearest each point is used. This can be useful for downloading multiple sites in a single request when those sites are geographically distant from each other. When a polygon is passed all sites that intersect with the given polygon are used. - | -
| attributes | -No | -
- Type: comma delimited string array
- Default: Returns ALL
- Options: pressure_0m, dhi, dni, ghi, relativehumidity_2m, temperature_2m, winddirection_10m, winddirection_100m, winddirection_200m, windspeed_10m, windspeed_100m, windspeed_200m.
- |
- - Each specified attribute(*) will be returned as a column in the resultant CSV download. - | -
| names | -Yes | -
- Type: comma delimited string array
- Default: None
- Options: 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059.
- |
- The year(s) for which data should be extracted. | -
| utc | -No | -
- Type: true or false
- Default: true
- |
- - Pass true to retrieve data with timestamps in UTC. Pass false to retrieve data with timestamps converted to local time of data point (without daylight savings time). - | -
| leap_day | -No | -
- Type: true or false
- Default: false
- |
- - Pass true to retrieve data including leap day (where appropriate). Pass false to retrieve data excluding leap day. - | -
| interval | -Yes | -
- Type:60
- Default: None
- |
- - This value determines data resolution. Either 60 minute intervals are available. - | -
| full_name | -No | -
- Type: string
- Default: None
- |
- The full name of the user requesting data. | -
| Yes | -
- Type: email string
- Default: None
- |
- - An active email for the user requesting data. This email will be used to deliver the extracted data. - | -|
| affiliation | -No | -
- Type: string
- Default: None
- |
- - The organization with which the user requesting the data is affiliated. - | -
| reason | -No | -
- Type: string
- Default: None
- |
- The reason that the user is requesting the data. | -
| mailing_list | -No | -
- Type: true or false
- Default: false
- |
- - Pass true to add the email address to our list of recipients for the NSRDB mailing list. - | -
| Field | -Value | -Description | -
|---|---|---|
| errors | -
- Type: string array
- |
-
- A list of error messages - |
-
| inputs | -
- Type: Object Hash
- |
- Key: Value pairs representing all input parameters | -
| outputs | -
- Type: Object Hash
- |
- Upon successful completion a message will be returned informing the user that file generation is in progress and an email will be sent to the address provided in the email input field when the download is ready |
-
GET <%= current_page.data.url %>.json?email=user@company.com&wkt=POINT%28-106.19569217545038+42.53470991129683%29&names=2015&interval=60&API_KEY=yourkeyhereGET <%= current_page.data.url %>.csv?email=user@company.com&wkt=POINT%28-106.19569217545038+42.53470991129683%29&names=2015&interval=60&API_KEY=yourkeyhereFor questions about the API or the data models please contact ncdb@nlr.gov
- -Standard errors may be returned. In addition, the following service-specific errors may be returned:
- -| HTTP Status Code | -Description | -
|---|---|
| 400 | -Bad Request: When required parameters are missing. | -