diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 00000000..d0a0b552 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: b72d73172c4039831f2332751253a62a +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/README.html b/README.html new file mode 100644 index 00000000..0cbdc87a --- /dev/null +++ b/README.html @@ -0,0 +1,167 @@ + + + + + + + tell — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

build DOI

+
+

tell

+
+

tell is an open-source Python package to model future hourly total electricity loads.

+
+
+

Purpose

+

tell was created to:

+
    +
  • Project the short- and long-term evolution of hourly electricity demand in response to changes in weather and climate.

  • +
  • Work at a spatial resolution adequate for input to a unit commitment/economic dispatch (UC/ED) model.

  • +
  • Maintain consistency with the long-term growth and evolution of annual state-level electricity demand projected by an economically driven human-Earth system model.

  • +
+
+
+

Install tell

+

tell is available via GitHub repository by using the pip install functionality. tell requires a Python version between 3.8 and 4.0 as well as a pip install to import the package. tell has been tested on +Windows and Mac platforms. (Note: For those installing on Windows, tell is supported by GeoPandas functionality. Please see suggestions for installing GeoPandas on Windows here:
https://geopandas.org/en/stable/getting_started/install.html)

+
pip install tell
+
+
+
+
+

Check out a quickstarter tutorial to run tell

+

Run tell using the quickstarter tutorial: Quickstarter.

+
+
+

Getting started

+

New to tell? Get familiar with what tell is all about in our Getting Started documentation.

+
+
+

User guide

+

Our User Guide provides in-depth information on the key concepts of tell and how the model works.

+
+
+

Contributing to tell

+

Whether you find a typo in the documentation, find a bug, or want to develop functionality that you think will make tell more robust, you are welcome to contribute. Please see our Contribution Guidelines for more details.

+
+
+

API reference

+

The API Reference contains a detailed description of the tell API. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts.

+
+
+

Contact/Help

+

Need help with tell or have a comment? Please open a new Issue with your question/comments.

+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_images/Load_Perturbation_Incorporation_Example.png b/_images/Load_Perturbation_Incorporation_Example.png new file mode 100644 index 00000000..fb8e7446 Binary files /dev/null and b/_images/Load_Perturbation_Incorporation_Example.png differ diff --git a/_images/Load_Projection_Dissagregation_Example_ISNE.png b/_images/Load_Projection_Dissagregation_Example_ISNE.png new file mode 100644 index 00000000..bbdd8388 Binary files /dev/null and b/_images/Load_Projection_Dissagregation_Example_ISNE.png differ diff --git a/_images/MLP_Summary_Statistics.png b/_images/MLP_Summary_Statistics.png new file mode 100644 index 00000000..f4dbf969 Binary files /dev/null and b/_images/MLP_Summary_Statistics.png differ diff --git a/_images/MLP_Summary_Statistics_vs_Load.png b/_images/MLP_Summary_Statistics_vs_Load.png new file mode 100644 index 00000000..b2b30ac3 Binary files /dev/null and b/_images/MLP_Summary_Statistics_vs_Load.png differ diff --git a/_images/Overlapping_Balancing_Authorities_Map.png b/_images/Overlapping_Balancing_Authorities_Map.png new file mode 100644 index 00000000..0ec2b4a7 Binary files /dev/null and b/_images/Overlapping_Balancing_Authorities_Map.png differ diff --git a/_images/index_api.svg b/_images/index_api.svg new file mode 100644 index 00000000..70bf0d35 --- /dev/null +++ b/_images/index_api.svg @@ -0,0 +1,97 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/_images/index_info.svg b/_images/index_info.svg new file mode 100644 index 00000000..c1476387 --- /dev/null +++ b/_images/index_info.svg @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/_images/index_quickstarter.svg b/_images/index_quickstarter.svg new file mode 100644 index 00000000..d00e4624 --- /dev/null +++ b/_images/index_quickstarter.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_images/index_user_guide.svg b/_images/index_user_guide.svg new file mode 100644 index 00000000..a567103a --- /dev/null +++ b/_images/index_user_guide.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_images/utility_to_ba.png b/_images/utility_to_ba.png new file mode 100644 index 00000000..b0a382dc Binary files /dev/null and b/_images/utility_to_ba.png differ diff --git a/_images/utility_to_county.png b/_images/utility_to_county.png new file mode 100644 index 00000000..fdaaf62f Binary files /dev/null and b/_images/utility_to_county.png differ diff --git a/_modules/index.html b/_modules/index.html new file mode 100644 index 00000000..c6efb4b2 --- /dev/null +++ b/_modules/index.html @@ -0,0 +1,129 @@ + + + + + + Overview: module code — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/data_process_compile.html b/_modules/tell/data_process_compile.html new file mode 100644 index 00000000..7dc2a270 --- /dev/null +++ b/_modules/tell/data_process_compile.html @@ -0,0 +1,202 @@ + + + + + + tell.data_process_compile — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.data_process_compile

+import os
+
+import pandas as pd
+import numpy as np
+
+from .package_data import get_ba_abbreviations
+
+
+
+[docs] +def compile_data(start_year: int, end_year: int, data_input_dir: str): + """Merge the load, population, and climate data into a single .csv file for each BA + + :param start_year: Year to start process; four digit year (e.g., 1990) + :type start_year: int + + :param end_year: Year to end process; four digit year (e.g., 1990) + :type end_year: int + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + """ + + # Get a list of BA abbreviations to process: + ba_name = get_ba_abbreviations() + + # Set the input directories for each variable: + load_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'historical_ba_load') + population_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'historical_population') + weather_dir = os.path.join(data_input_dir, r'sample_forcing_data', r'historical_weather') + + # Set the output directory based on the "data_input_dir" variable: + output_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'compiled_historical_data') + if not os.path.exists(output_dir): + os.makedirs(output_dir) + + # Loop over the list of BAs to process: + for i in ba_name: + + # Check to make sure all of the requisite data exist for that BA: + all_data_present = False + if os.path.isfile(os.path.join(load_dir, f"{i}_hourly_load_data.csv")) is True: + if os.path.isfile(os.path.join(population_dir, f"{i}_hourly_population_data.csv")) is True: + if os.path.isfile(os.path.join(weather_dir, f"{i}_WRF_Hourly_Mean_Meteorology_2019.csv")) is True: + all_data_present = True + + if all_data_present is True: + # Read in the historical load and population data for that BA: + load_df = pd.read_csv(os.path.join(load_dir, f"{i}_hourly_load_data.csv")) + population_df = pd.read_csv(os.path.join(population_dir, f"{i}_hourly_population_data.csv")) + + # Loop over the range of years defined by the 'start_year' and 'end_year' variables: + for year in range(start_year, end_year + 1): + # Read in the annual historical weather for that BA: + temp_weather_df = pd.read_csv(os.path.join(weather_dir, f"{i}_WRF_Hourly_Mean_Meteorology_{year}.csv")) + + # Convert the time stamp to a datetime variable and then extract the year, month, day, and hour variables: + temp_weather_df['Time_UTC'] = pd.to_datetime(temp_weather_df['Time_UTC']) + temp_weather_df['Year'] = temp_weather_df['Time_UTC'].dt.strftime('%Y').astype(np.int64) + temp_weather_df['Month'] = temp_weather_df['Time_UTC'].dt.strftime('%m').astype(np.int64) + temp_weather_df['Day'] = temp_weather_df['Time_UTC'].dt.strftime('%d').astype(np.int64) + temp_weather_df['Hour'] = temp_weather_df['Time_UTC'].dt.strftime('%H').astype(np.int64) + + # Only keep the columns that are needed: + temp_weather_df = temp_weather_df[['Year', 'Month', 'Day', 'Hour', 'T2', 'Q2', 'SWDOWN', 'GLW', 'WSPD']].copy() + + # Concatenate all the years into a single dataframe: + if year == start_year: + weather_df = temp_weather_df.copy() + else: + weather_df = pd.concat([weather_df, temp_weather_df]) + + # Merge the historical load and population dataframes together by date: + merged_first = pd.merge(load_df, population_df, how='inner', on=['Year', 'Month', 'Day', 'Hour']) + + # Merge in the historical weather by date: + merged_second = pd.merge(merged_first, weather_df, how='inner', on=['Year', 'Month', 'Day', 'Hour']) + + # Round the population to 2 decimal places: + merged_second['Total_Population'] = merged_second['Total_Population'].round(2) + + # Write the merged dataframe to a .csv file + merged_second.to_csv(os.path.join(output_dir, f"{i}_historical_data.csv"), index=False, header=True) + + # Clean up the variables and move to the next BA in the loop: + del temp_weather_df, weather_df, load_df, population_df, merged_first, merged_second, all_data_present
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/data_process_eia_930.html b/_modules/tell/data_process_eia_930.html new file mode 100644 index 00000000..f8a4cf9e --- /dev/null +++ b/_modules/tell/data_process_eia_930.html @@ -0,0 +1,228 @@ + + + + + + tell.data_process_eia_930 — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.data_process_eia_930

+import os
+
+import pandas as pd
+
+from joblib import Parallel, delayed
+from .package_data import get_ba_abbreviations
+
+
+
+[docs] +def list_EIA_930_files(data_input_dir: str) -> list: + """Make a list of all the file names for the EIA-930 hourly load dataset + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :return: list + + """ + + # Get a list of BA abbreviations to process: + ba_name = get_ba_abbreviations() + + # Initiate an empty list: + path_list = [] + + # Loop over the list and find the path for each BA in the list: + for i in ba_name: + path_to_check = os.path.join(data_input_dir, r'tell_raw_data', r'EIA_930', r'Balancing_Authority', f'{i}.xlsx') + path_list.append(path_to_check) + + # Return the list: + return path_list
+ + + +
+[docs] +def eia_data_subset(file_string: str, data_input_dir: str): + """Extract only the columns TELL needs from the EIA-930 Excel files + + :param file_string: File name of EIA-930 hourly load data by BA + :type file_string: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + """ + + # Set the output directory based on the "data_input_dir" variable: + output_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'historical_ba_load') + + # If the output directory doesn't exist then create it: + if not os.path.exists(output_dir): + os.makedirs(output_dir) + + # Read in the data from the "Published Hourly Data" sheet: + df = pd.read_excel(file_string, sheet_name='Published Hourly Data') + + # Use datetime string to get the year, month, day, and hour: + df['Year'] = df['UTC time'].dt.strftime('%Y') + df['Month'] = df['UTC time'].dt.strftime('%m') + df['Day'] = df['UTC time'].dt.strftime('%d') + df['Hour'] = df['UTC time'].dt.strftime('%H') + + # Only keep the columns that are needed: + col_names = ['Year', 'Month', 'Day', 'Hour', 'DF', 'Adjusted D', 'Adjusted NG', 'Adjusted TI'] + df = df[col_names].copy() + + # Rename the columns to add the units to each variable: + df.rename(columns={"DF": "Forecast_Demand_MWh", + "Adjusted D": "Adjusted_Demand_MWh", + "Adjusted NG": "Adjusted_Generation_MWh", + "Adjusted TI": "Adjusted_Interchange_MWh"}, inplace=True) + + # Extract the BA name from the "file_string" variable: + BA_name = os.path.splitext(os.path.basename(file_string))[0] + + # Write the output to a .csv file: + df.to_csv(os.path.join(output_dir, f'{BA_name}_hourly_load_data.csv'), index=False, header=True)
+ + + +
+[docs] +def process_eia_930_data(data_input_dir: str, n_jobs: int): + """Read in list of EIA 930 files, subset the data, and save the output as a .csv file + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param n_jobs: The maximum number of concurrently running jobs, such as the number of Python + worker processes when backend=”multiprocessing” or the size of the thread-pool + when backend=”threading”. If -1 all CPUs are used. If 1 is given, no parallel + computing code is used at all, which is useful for debugging. For n_jobs + below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs + but one are used. None is a marker for ‘unset’ that will be interpreted as + n_jobs=1 (sequential execution) unless the call is performed under a + parallel_backend context manager that sets another value for n_jobs. + :type n_jobs: int + + """ + + # Create the list of EIA-930 Excel files: + list_of_files = list_EIA_930_files(data_input_dir) + + # Process each file in the list in parallel: + Parallel(n_jobs=n_jobs)( + delayed(eia_data_subset)( + file_string=i, + data_input_dir=data_input_dir + ) for i in list_of_files + )
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/data_process_population.html b/_modules/tell/data_process_population.html new file mode 100644 index 00000000..cc6be3d8 --- /dev/null +++ b/_modules/tell/data_process_population.html @@ -0,0 +1,451 @@ + + + + + + tell.data_process_population — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.data_process_population

+import os
+
+import numpy as np
+import pandas as pd
+
+from pandas import DataFrame
+from glob import glob
+from datetime import datetime
+from .metadata_eia import metadata_eia
+
+
+
+[docs] +def fips_pop_yearly(pop_input_dir: str, start_year: int, end_year: int) -> DataFrame: + """Read in the raw population data, format columns, and return single dataframe for all years + + :param pop_input_dir: Directory where raw county population data is stored + :type pop_input_dir: str + + :param start_year: Year to start process; four digit year (e.g., 1990) + :type start_year: int + + :param end_year: Year to end process; four digit year (e.g., 1990) + :type end_year: int + + :return: DataFrame + + """ + + # Read in the raw county-level population .csv file from the U.S. Census Bureau: + df_pop = pd.read_csv(pop_input_dir + '/county_populations_2000_to_2020.csv') + + # Loop over the range of years defined by the 'start_year' and 'end_year' variables: + for y in range(start_year, end_year + 1): + + # Only keep columns that are needed: + key = [f'pop_{y}', 'county_FIPS'] + + # Change the variable name for population for the year: + df_pop_yr = df_pop[key].copy() + + # Assign a new variable to indicate the year: + df_pop_yr['year'] = y + + # Rename some columns for consistency: + df_pop_yr.rename(columns={f'pop_{y}': 'population'}, inplace=True) + + # Concatenate all the years into a single dataframe: + if y == start_year: + df = df_pop_yr.copy() + else: + df = pd.concat([df, df_pop_yr]) + + return df
+ + + +
+[docs] +def merge_mapping_data(map_input_dir: str, pop_input_dir: str, start_year: int, end_year: int) -> DataFrame: + """Merge the BA mapping files and historical population data based on FIPS codes + + :param map_input_dir: Directory where the BA-to-county mapping is stored + :type map_input_dir: str + + :param pop_input_dir: Directory where raw county population data is stored + :type pop_input_dir: str + + :param start_year: Year to start process; four digit year (e.g., 1990) + :type start_year: int + + :param end_year: Year to end process; four digit year (e.g., 1990) + :type end_year: int + + :return: DataFrame + + """ + + # Load in the BA-to-county mapping files produced by the 'spatial_mapping.py' functions: + for idx, file in enumerate(glob(f'{map_input_dir}/*.csv')): + + # Read in the .csv file: + dfx = pd.read_csv(os.path.join(map_input_dir, file)) + + # Concatenate the BA-to-county mapping files across years: + if idx == 0: + df = dfx.copy() + else: + df = pd.concat([df, dfx]) + + # Only keep the columns that are needed: + df = df[['Year', 'County_FIPS', 'BA_Number']].copy() + + # Fill in missing values and reassign the variables as integers: + df['BA_Number'] = df['BA_Number'].fillna(0).astype(np.int64) + df['County_FIPS'] = df['County_FIPS'].fillna(0).astype(np.int64) + + # Select for valid (and unique) BA numbers using the 'metadata_eia.py' functions: + num = df['BA_Number'].tolist() + unique_num = np.unique(num).tolist() + metadata_df = metadata_eia(unique_num) + + # Merge the mapping dataframe to the the metadata dataframe based on BA number: + df_map = df.merge(metadata_df, on=['BA_Number']) + + # Rename some columns for consistency: + df_map.rename(columns={"County_FIPS": "county_FIPS"}, inplace=True) + df_map.rename(columns={"Year": "year"}, inplace=True) + + # Get sum of population by FIPS code (e.g., counties) using the 'fips_pop_yearly' function: + df_pop = fips_pop_yearly(pop_input_dir, start_year, end_year) + + # Merge the dataframes based on county FIPS code and year: + df_combine = pd.merge(df_pop, df_map, how='left', left_on=['county_FIPS', 'year'], right_on=['county_FIPS', 'year']) + + return df_combine
+ + + +
+[docs] +def ba_pop_sum(map_input_dir: str, pop_input_dir: str, start_year: int, end_year: int) -> DataFrame: + """Sum the total population within a BA's service territory in a given year + + :param map_input_dir: Directory where the BA-to-county mapping is stored + :type map_input_dir: str + + :param pop_input_dir: Directory where raw county population data is stored + :type pop_input_dir: str + + :param start_year: Year to start process; four digit year (e.g., 1990) + :type start_year: int + + :param end_year: Year to end process; four digit year (e.g., 1990) + :type end_year: int + + :return: DataFrame + + """ + + # Get population from the 'merge_mapping_data' function: + df_pop = merge_mapping_data(map_input_dir, pop_input_dir, start_year, end_year) + + # Sum the population for each BA by year: + df = df_pop.groupby(['BA_Name', 'year'])['population'].sum().reset_index() + + return df
+ + + +
+[docs] +def process_ba_population_data(start_year: int, end_year: int, data_input_dir: str): + """Calculate a time-series of the total population living with a BAs service territory + + :param start_year: Year to start process; four digit year (e.g., 1990) + :type start_year: int + + :param end_year: Year to end process; four digit year (e.g., 1990) + :type end_year: int + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + """ + + # Set the output directory based on the "data_input_dir" variable: + output_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'historical_population') + + # If the output directory doesn't exist then create it: + if not os.path.exists(output_dir): + os.makedirs(output_dir) + + # Set the input directories based on the "data_input_dir" variable: + map_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'ba_service_territory') + pop_input_dir = os.path.join(data_input_dir, r'tell_raw_data', r'Population') + + # Sum the populations using the 'ba_pop_sum' function: + df = ba_pop_sum(map_input_dir, pop_input_dir, start_year, end_year) + + # Convert the year to a datetime variable: + df['year'] = pd.to_datetime(df['year'], format='%Y') + + # Rename some columns for consistency: + df.rename(columns={"population": "pop"}, inplace=True) + df.rename(columns={'BA_Name': 'name'}, inplace=True) + + # Reshape the dataframe so that the interpolation will work: + df = df.pivot(index='name', columns='year', values='pop') + + # Set the start and end times for the interpolation: + rng_start = f'{start_year}-01-01 00:00:00' + rng_end = f'{end_year}-12-31 23:00:00' + datetime.strptime(rng_start, "%Y-%m-%d %H:%M:%S") + datetime.strptime(rng_end, "%Y-%m-%d %H:%M:%S") + + # Get a range of dates to interpolate to: + rng = pd.date_range(rng_start, rng_end, freq='H') + + # Reindex the dataframe and linearly interpolate from an annual to an hourly resolution: + df_interp = df.reindex(rng, axis=1).interpolate(axis=1) + + # Transpose the interpolated dataframe: + df_interp = df_interp.T + + # Reset the index variable: + df_interp.reset_index(level=0, inplace=True) + + # Extract the year, month, day, and hour for each date: + df_interp['Year'] = df_interp['index'].dt.strftime('%Y') + df_interp['Month'] = df_interp['index'].dt.strftime('%m') + df_interp['Day'] = df_interp['index'].dt.strftime('%d') + df_interp['Hour'] = df_interp['index'].dt.strftime('%H') + + # Reorder the columns and remove the datestring variable: + col = df_interp.pop("Year") + df_interp.insert(0, col.name, col) + col = df_interp.pop("Month") + df_interp.insert(1, col.name, col) + col = df_interp.pop("Day") + df_interp.insert(2, col.name, col) + col = df_interp.pop("Hour") + df_interp.insert(3, col.name, col) + + # Drop the index variable: + df_interp = df_interp.drop(columns='index') + + # Get list of BA names from the column headers: + df_names = df_interp.loc[:, ~df_interp.columns.isin(['Year', 'Month', 'Day', 'Hour'])] + BA_name = list(df_names) + + # Loop over BA names to write each BA's population time-series to a .csv file: + for name in BA_name: + df_interp.to_csv(os.path.join(output_dir, f'{name}_hourly_population_data.csv'), + index=False, + columns=['Year', 'Month', 'Day', 'Hour', f'{name}'], + header=['Year', 'Month', 'Day', 'Hour', 'Total_Population'])
+ + + +
+[docs] +def extract_future_ba_population(year: int, ba_code: str, scenario: str, data_input_dir: str) -> pd.DataFrame: + """Calculate the total population living within a BA's service territory in a given year under + a given SSP scenario. + + :param year: Year to process; four digit year (e.g., 1990) + :type year: int + + :param ba_code: Code for the BA you want to process (e.g., 'PJM' or 'CISO') + :type ba_code: str + + :param scenario: Code for the SSP scenario you want to process (either 'ssp3' or 'ssp5') + :type scenario: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :return: Hourly total population living within the BA's service territory + + """ + + # Set the input directories based on the "data_input_dir" variable: + map_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'ba_service_territory') + pop_input_dir = os.path.join(data_input_dir, r'sample_forcing_data', r'sample_population_projections') + + # Read in the BA mapping .csv file: + mapping_df = pd.read_csv(os.path.join(map_input_dir, 'ba_service_territory_2019.csv')) + + # Only keep the columns that are needed: + mapping_df = mapping_df[['County_FIPS', 'BA_Code']].copy() + + # Subset to only the BA you want to process: + mapping_df = mapping_df[mapping_df["BA_Code"] == ba_code] + + # Read in the population projection file for the scenario you want to process: + pop_df = pd.read_csv(os.path.join(pop_input_dir, f'{scenario}_county_population.csv')) + + # Rename some columns for consistency: + pop_df.rename(columns={"FIPS": "County_FIPS"}, inplace=True) + + # Merge the mapping dataframe to the the population dataframe based on county FIPS code: + mapping_df = mapping_df.merge(pop_df, on=['County_FIPS']) + + # Only keep the columns that are needed: + df = mapping_df.drop(columns=['County_FIPS', 'BA_Code', 'state_name']) + + # Sum the population across all counties: + df_sum = df.sum(axis=0) + + # Convert the series to a dataframe: + df = pd.DataFrame({'Year': df_sum.index, 'Population': df_sum.values}) + + # Convert the year to a datetime variable: + df['Year'] = pd.to_datetime(df['Year'], format='%Y') + + # Linearly interpolate from an decadal to an hourly resolution: + df_interp = df.set_index('Year').resample('H').interpolate('linear') + + # Reset the index variable: + df_interp.reset_index(level=0, inplace=True) + + # Set the start and end times for the year you want to process: + rng_start = f'{year}-01-01 00:00:00' + rng_end = f'{year}-12-31 23:00:00' + + # Subset to only the year you want to process: + df_interp = df_interp[df_interp["Year"] >= (datetime.strptime(rng_start, "%Y-%m-%d %H:%M:%S"))] + df_interp = df_interp[df_interp["Year"] <= (datetime.strptime(rng_end, "%Y-%m-%d %H:%M:%S"))] + + # Rename some columns for consistency: + df_interp.rename(columns={"Year": "Time"}, inplace=True) + + # Extract the year, month, day, and hour for each date: + df_interp['Year'] = df_interp['Time'].dt.strftime('%Y') + df_interp['Month'] = df_interp['Time'].dt.strftime('%m') + df_interp['Day'] = df_interp['Time'].dt.strftime('%d') + df_interp['Hour'] = df_interp['Time'].dt.strftime('%H') + + # Reorder the columns: + col = df_interp.pop("Year") + df_interp.insert(0, col.name, col) + col = df_interp.pop("Month") + df_interp.insert(1, col.name, col) + col = df_interp.pop("Day") + df_interp.insert(2, col.name, col) + col = df_interp.pop("Hour") + df_interp.insert(3, col.name, col) + col = df_interp.pop("Population") + df_interp.insert(4, col.name, col) + + # Drop the index variable: + df_interp = df_interp.drop(columns='Time') + + # Return the output as a dataframe: + return df_interp
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/data_spatial_mapping.html b/_modules/tell/data_spatial_mapping.html new file mode 100644 index 00000000..0aa08a05 --- /dev/null +++ b/_modules/tell/data_spatial_mapping.html @@ -0,0 +1,307 @@ + + + + + + tell.data_spatial_mapping — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.data_spatial_mapping

+import os
+
+import numpy as np
+import pandas as pd
+
+from pandas import DataFrame
+
+
+
+[docs] +def process_spatial_mapping(target_year: int, fips_file: str, service_area_file: str, sales_ult_file: str, + bal_auth_file: str, output_dir: str): + """Workflow function to execute the mapping of BAs to counties for a given year + + :param target_year: Year to process; four digit year (e.g., 1990) + :type target_year: int + + :param fips_file: County FIPS code .csv file + :type fips_file: str + + :param service_area_file: Balancing authority service area Excel file + :type service_area_file: str + + :param sales_ult_file: Balancing authority sales to ultimate customer Excel file + :type sales_ult_file: str + + :param bal_auth_file: Balancing authority and ID codes Excel file + :type bal_auth_file: str + + :param output_dir: Directory to store the output .csv file + :type output_dir: str + + """ + + # Read in the raw data from the "Service_Territory_YYYY.xlsx" spreadsheet: + try: + df_territory = pd.read_excel(service_area_file, sheet_name='Counties') + except: + df_territory = pd.read_excel(service_area_file, sheet_name='Counties_States') + + # Only keep the columns that are needed: + df_territory = df_territory[['Utility Number', 'State', 'County', 'Data Year']].copy() + + # Read in the raw data from the "Sales_Ult_Cust_YYYY.xlsx" spreadsheet: + df_ultcust = pd.read_excel(sales_ult_file, sheet_name='States', skiprows=2) + + # Rename the "BA_CODE" column for EIA-861 data before 2017: + try: + df_ultcust = df_ultcust.rename(columns={'BA_CODE': 'BA Code'}) + except: + df_ultcust = df_ultcust + + # Only keep the columns that are needed: + df_ultcust = df_ultcust[['Utility Number', 'State', 'BA Code']].copy() + + # Read in the raw data from the "Balancing_Authority_YYYY.xlsx" spreadsheet: + df_ba = pd.read_excel(bal_auth_file) + + # Rename the "BA_CODE" column for EIA-861 data before 2017: + try: + df_ba = df_ba.rename(columns={'BA_CODE': 'BA Code', 'BA ID': 'BA_Number'}) + except: + df_ba = df_ba + + # Only keep the columns that are needed: + df_ba = df_ba[['State', 'BA Code', 'BA_Number', 'Balancing Authority Name']].copy() + + # Merge the 'df_territory' and 'df_ultcust' dataframes based on common utility numbers and states: + df_territory_ultcust = pd.merge(df_territory, df_ultcust, how='left', left_on=['Utility Number', 'State'], + right_on=['Utility Number', 'State']) + + # Merge the 'df_territory_ultcust' and 'df_ba' dataframes based on common BA codes: + df_territory_ultcust_ba = pd.merge(df_territory_ultcust, df_ba, how='left', left_on=['BA Code', 'State'], + right_on=['BA Code', 'State']) + + # Only keep the columns that are needed: + df_territory_ultcust_ba = df_territory_ultcust_ba[ + ['Data Year', 'State', 'County', 'BA Code', 'Balancing Authority Name', 'BA_Number']].copy() + + # Drop the duplicates that result from more than one utility-BA combination per county: + df_territory_ultcust_ba = df_territory_ultcust_ba.drop_duplicates() + + # Drop the rows that have a NaN value for "BA Code": + df_territory_ultcust_ba = df_territory_ultcust_ba.dropna(subset=['BA Code']) + + # Make the "County" variable consistently lower case: + df_territory_ultcust_ba['County'] = df_territory_ultcust_ba['County'].apply(lambda x: x.lower()) + + # Remove apostrophes from the "County" variable: + df_territory_ultcust_ba['County'] = df_territory_ultcust_ba['County'].apply(lambda x: x.replace("'", "")) + + # Replace spaces and dashes with underscores in the "County" variable: + df_territory_ultcust_ba['County'] = df_territory_ultcust_ba['County'].apply(lambda x: x.replace(" ", "_")) + df_territory_ultcust_ba['County'] = df_territory_ultcust_ba['County'].apply(lambda x: x.replace("-", "_")) + + # Rename one county that has two spaces in the raw EIA-861 data: + df_territory_ultcust_ba['County'] = df_territory_ultcust_ba['County'].apply( + lambda x: x.replace("st__helena", "st_helena")) + + # Read in the state and county FIPS code .csv file: + df_fips = pd.read_csv(fips_file) + + # Make the "county_name" variable consistently lower case and copy it to a new variable: + df_fips['county_match'] = df_fips['county_name'].apply(lambda x: x.lower()) + + # Strip the words "county", "borough", "parish", "municipality", and "census area" from the "county_match" variable: + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.split(' county')[0]) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.split(' borough')[0]) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.split(' parish')[0]) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.split(' municipality')[0]) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.split(' census area')[0]) + + # Rename two counties that contain the prefix "De": + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.replace("de soto", "desoto")) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.replace("de witt", "dewitt")) + + # Remove apostrophes and periods from the "county_match" variable: + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.replace("'", "")) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.replace(".", "")) + + # Replace spaces and dashes with underscores in the "county_match" variable: + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.replace(" ", "_")) + df_fips['county_match'] = df_fips['county_match'].apply(lambda x: x.replace("-", "_")) + + # Rename a few columns to match what is in the 'df_territory_ultcust_ba' dataframe: + df_fips = df_fips.rename(columns={'county_match': 'County', 'state_abbreviation': 'State'}) + + # Merge the 'df_territory_ultcust_ba' and 'df_fips' dataframes based on common county names and state abbreviations: + df_merged = pd.merge(df_territory_ultcust_ba, df_fips, how='left', left_on=['County', 'State'], + right_on=['County', 'State']) + + # Only keep the columns that are needed: + df_output = df_merged[ + ['Data Year', 'state_name', 'state_FIPS', 'county_name', 'county_FIPS', 'BA_Number', 'BA Code']].copy() + + # Rename the columns using a consistent format: + df_output.rename(columns={"Data Year": "Year", + "state_FIPS": "State_FIPS", + "state_name": "State_Name", + "county_FIPS": "County_FIPS", + "county_name": "County_Name", + "BA Code": "BA_Code"}, inplace=True) + + # Reorder the columns: + df_output = df_output[ + ['Year', 'State_FIPS', 'State_Name', 'County_FIPS', 'County_Name', 'BA_Number', 'BA_Code']].copy(deep=False) + + # Sort the dataframe by BA number first and then county FIPS code: + df_output = df_output.sort_values(by=["BA_Number", "County_FIPS"]) + + # Write the spatial mapping output to a .csv file: + output_file = os.path.join(output_dir, f'ba_service_territory_{target_year}.csv') + df_output.to_csv(output_file, sep=',', index=False)
+ + + +
+[docs] +def map_ba_service_territory(start_year: int, end_year: int, data_input_dir: str): + """Workflow function to run the "process_spatial_mapping" function to map BAs to counties + + :param start_year: Year to start process; four digit year (e.g., 1990) + :type start_year: int + + :param end_year: Year to end process; four digit year (e.g., 1990) + :type end_year: int + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + """ + + # Set the output directory based on the "raw_data_dir" variable: + output_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'ba_service_territory') + + # If the output directory doesn't exist then create it: + if not os.path.exists(output_dir): + os.makedirs(output_dir) + + # Create a vector of years to process: + years_to_process = range(start_year, end_year + 1) + + # Loop over the range of years to process: + for target_year in years_to_process: + # Set paths to files: + fips_file = os.path.join(data_input_dir, r'tell_raw_data', 'state_and_county_fips_codes.csv') + service_area_file = os.path.join(data_input_dir, r'tell_raw_data', r'EIA_861', f'{target_year}', f'Service_Territory_{target_year}.xlsx') + sales_ult_file = os.path.join(data_input_dir, r'tell_raw_data', r'EIA_861', f'{target_year}', f'Sales_Ult_Cust_{target_year}.xlsx') + bal_auth_file = os.path.join(data_input_dir, r'tell_raw_data', r'EIA_861', f'{target_year}', f'Balancing_Authority_{target_year}.xlsx') + + # Run the "process_spatial_mapping" function for that year: + process_spatial_mapping(target_year, fips_file, service_area_file, sales_ult_file, bal_auth_file, output_dir)
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/execute_forward.html b/_modules/tell/execute_forward.html new file mode 100644 index 00000000..47b35ee1 --- /dev/null +++ b/_modules/tell/execute_forward.html @@ -0,0 +1,741 @@ + + + + + + tell.execute_forward — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.execute_forward

+import os
+import glob
+import datetime
+
+import numpy as np
+import pandas as pd
+
+from pandas import DataFrame
+from scipy import interpolate
+from .states_fips_function import state_metadata_from_state_abbreviation
+
+
+
+[docs] +def extract_gcam_usa_loads(scenario_to_process: str, gcam_usa_input_dir:str) -> DataFrame: + """Extracts the state-level annual loads from a GCAM-USA output file. + + :param scenario_to_process: Scenario to process + :type scenario_to_process: str + + :param gcam_usa_input_dir: Path to where the GCAM-USA data are stored + :type gcam_usa_input_dir: str + + :return: DataFrame of state-level annual total electricity loads + + """ + + # Cluge the scenario for historical runs: + if scenario_to_process == 'historic': + scenario_to_process_gcam = 'rcp45cooler_ssp3' + else: + scenario_to_process_gcam = scenario_to_process + + # Create the filename for the needed GCAM run: + filename = (os.path.join(gcam_usa_input_dir, ('electricity_demand_' + scenario_to_process_gcam + '.csv'))) + + # Load in the raw GCAM-USA output file: + gcam_usa_df = pd.read_csv(filename, index_col=None, header=0) + + # Make a list of all of the states in the "gcam_usa_df": + states = gcam_usa_df['subRegion'].unique() + + # Loop over the states and interpolate their loads to an annual time step: + for i in range(len(states)): + + # Subset to just the data for the state being processed: + subset_df = gcam_usa_df[gcam_usa_df['subRegion'].isin([states[i]])].copy() + + # Retrieve the state metadata: + (state_fips, state_name) = state_metadata_from_state_abbreviation(states[i]) + + # Linearly interpolate the 5-year loads from GCAM-USA to an annual time step: + annual_time_vector = pd.Series(range(subset_df['x'].min(), subset_df['x'].max())) + interpolation_function = interpolate.interp1d(subset_df['x'], subset_df['value'], kind='linear') + annual_loads = interpolation_function(annual_time_vector) + + # Create an empty dataframe and store the results: + state_df = pd.DataFrame() + state_df['Year'] = annual_time_vector.tolist() + state_df['GCAM_USA_State_Annual_Load_TWh'] = annual_loads + state_df['State_FIPS'] = state_fips + state_df['State_Name'] = state_name + state_df['State_Abbreviation'] = states[i] + + # Aggregate the output into a new dataframe: + if i == 0: + gcam_usa_output_df = state_df + else: + gcam_usa_output_df = pd.concat([gcam_usa_output_df, state_df]) + + return gcam_usa_output_df
+ + + +
+[docs] +def process_population_scenario(scenario_to_process: str, population_data_input_dir: str) -> DataFrame: + """Read in a future population file and interpolate the data to an annual resolution. + + :param scenario_to_process: Scenario to process + :type scenario_to_process: str + + :param population_data_input_dir: Path to where the sample population projections are stored + :type population_data_input_dir: str + + :return: DataFrame of population projections at an annual resolution + + """ + + if scenario_to_process == 'historic': + # Read in the raw county-level population .csv file from the U.S. Census Bureau: + df_pop = pd.read_csv(population_data_input_dir + '/county_populations_2000_to_2020.csv') + + # Loop over the range of years defined by the 'start_year' and 'end_year' variables: + for y in range(2000, 2020 + 1): + + # Only keep columns that are needed: + key = [f'pop_{y}', 'county_FIPS'] + + # Change the variable name for population for the year: + df_pop_yr = df_pop[key].copy() + + # Assign a new variable to indicate the year: + df_pop_yr['year'] = y + + # Rename some columns for consistency: + df_pop_yr.rename(columns={f'pop_{y}': 'population'}, inplace=True) + + # Concatenate all the years into a single dataframe: + if y == 2000: + population_interp_df = df_pop_yr.copy() + else: + population_interp_df = pd.concat([population_interp_df, df_pop_yr]) + + # Rename the some variables for consistency: + population_interp_df.rename(columns={'population': 'Population', + 'year': 'Year', + 'county_FIPS': 'County_FIPS'}, inplace=True) + + # Reorder the columns, convert the FIPS values from strings to integers, round the population projections + # to whole numbers, and sort the dataframe by FIPS code then year: + population_interp_df = population_interp_df[['County_FIPS', 'Year', 'Population']] + population_interp_df['County_FIPS'] = population_interp_df['County_FIPS'].astype(int) + population_interp_df['Population'] = population_interp_df['Population'].round(0).astype(int) + population_interp_df = population_interp_df.sort_values(['County_FIPS', 'Year']) + + else: + if scenario_to_process == 'rcp45cooler_ssp3': + scenario_string = 'ssp3' + if scenario_to_process == 'rcp45cooler_ssp5': + scenario_string = 'ssp5' + if scenario_to_process == 'rcp45hotter_ssp3': + scenario_string = 'ssp3' + if scenario_to_process == 'rcp45hotter_ssp5': + scenario_string = 'ssp5' + if scenario_to_process == 'rcp85cooler_ssp3': + scenario_string = 'ssp3' + if scenario_to_process == 'rcp85cooler_ssp5': + scenario_string = 'ssp5' + if scenario_to_process == 'rcp85hotter_ssp3': + scenario_string = 'ssp3' + if scenario_to_process == 'rcp85hotter_ssp5': + scenario_string = 'ssp5' + + # Read in the raw file: + population_df = pd.read_csv(os.path.join(population_data_input_dir, f"{scenario_string}_county_population.csv"), + dtype={'FIPS': str}) + + # Drop the 'state_name' column and rename the "FIPS" column: + population_df.drop(columns=['state_name'], inplace=True) + population_df.rename(columns={'FIPS': 'County_FIPS'}, inplace=True) + + # Set county FIPS code as the index variable: + population_df.set_index('County_FIPS', inplace=True) + + # Transpose the dataframe: + population_dft = population_df.T + + # Bring the index back into the dataframe: + population_dft.reset_index(inplace=True) + + # Rename the index column as "yr": + population_dft.rename(columns={'index': 'yr'}, inplace=True) + + # Convert the year to a datetime variable: + population_dft['yr'] = pd.to_datetime(population_dft['yr']) + + # Set the year as the index variable: + population_dft.set_index('yr', inplace=True) + + # Interpolate the populations to an annual time-step and transpose the results: + population_interp_df = population_dft.resample('1YE').mean().interpolate('linear').T + + # Convert the dataframe from a wide format to a long format and name the population variable: + population_interp_df = population_interp_df.stack().reset_index() + population_interp_df.rename(columns={0: 'Population'}, inplace=True) + + # Change the time variable to only the year value: + population_interp_df['Year'] = population_interp_df['yr'].dt.year + population_interp_df.drop(columns=['yr'], inplace=True) + + # Reorder the columns, convert the FIPS values from strings to integers, round the population projections + # to whole numbers, and sort the dataframe by FIPS code then year: + population_interp_df = population_interp_df[['County_FIPS', 'Year', 'Population']] + population_interp_df['County_FIPS'] = population_interp_df['County_FIPS'].astype(int) + population_interp_df['Population'] = population_interp_df['Population'].round(0).astype(int) + population_interp_df = population_interp_df.sort_values(['County_FIPS', 'Year']) + + return population_interp_df
+ + + +
+[docs] +def aggregate_mlp_output_files(list_of_files: list) -> DataFrame: + """Aggregates a list of MLP output files into a dataframe. + + :param list_of_files: List of MLP output files + :type list_of_files: list + + :return: DataFrame of all MLP output concatenated together + + """ + + # Loop over the list of MLP output files: + for file in range(len(list_of_files)): + + # Read in the .csv file and replace missing values with nan: + mlp_data = pd.read_csv(list_of_files[file]).replace(-9999, np.nan) + + # Rename the "BA" variable: + mlp_data.rename(columns={'BA': 'BA_Code'}, inplace=True) + + # Rename the "Load" variable: + mlp_data.rename(columns={'Load': 'Total_BA_Load_MWh'}, inplace=True) + + # Replacing missing or negative loads with NaN: + mlp_data.loc[~(mlp_data['Total_BA_Load_MWh'] > 0), 'Total_BA_Load_MWh'] = np.nan + + # Aggregate the output into a new dataframe: + if file == 0: + mlp_output_df = mlp_data + else: + mlp_output_df = pd.concat([mlp_output_df, mlp_data]) + return mlp_output_df
+ + + +
+[docs] +def output_tell_summary_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str) -> DataFrame: + """Writes a summary file describing state-level annual total loads from TELL and GCAM-USA. + + :param joint_mlp_df: DataFrame of processed TELL loads + :type joint_mlp_df: DataFrame + + :param year_to_process: Year to process + :type year_to_process: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param data_output_dir: Data output directory + :type data_output_dir: str + + :return: DataFrame of summary statistics + + """ + + # Make a copy of the necessary variables, drop the duplicates, and add in the "year_to_process": + output_df = joint_mlp_df[ + ['State_FIPS', 'State_Name', 'TELL_State_Annual_Load_TWh', 'GCAM_USA_State_Annual_Load_TWh', + 'State_Scaling_Factor']].copy(deep=False) + + output_df = output_df.drop_duplicates() + + output_df['Year'] = year_to_process + + # Rename the columns to make them more readable: + output_df.rename(columns={'TELL_State_Annual_Load_TWh': 'Raw_TELL_Load_TWh', + 'GCAM_USA_State_Annual_Load_TWh': 'GCAM_USA_Load_TWh', + 'State_Scaling_Factor': 'Scaling_Factor'}, inplace=True) + + # Calculate the scaled TELL loads: + output_df['Scaled_TELL_Load_TWh'] = output_df['Raw_TELL_Load_TWh'].mul(output_df['Scaling_Factor']) + + # Round off the values to make the output file more readable: + output_df['State_FIPS'] = output_df['State_FIPS'].round(0) + output_df['Raw_TELL_Load_TWh'] = output_df['Raw_TELL_Load_TWh'].round(5) + output_df['GCAM_USA_Load_TWh'] = output_df['GCAM_USA_Load_TWh'].round(5) + output_df['Scaled_TELL_Load_TWh'] = output_df['Scaled_TELL_Load_TWh'].round(5) + output_df['Scaling_Factor'] = output_df['Scaling_Factor'].round(5) + + # Reorder the columns, fill in missing values, and sort alphabetically by state name: + output_df = output_df[ + ['Year', 'State_Name', 'State_FIPS', 'Scaling_Factor', 'GCAM_USA_Load_TWh', 'Raw_TELL_Load_TWh', + 'Scaled_TELL_Load_TWh']] + output_df = output_df.fillna(-9999) + output_df = output_df.sort_values('State_Name') + + # Generate the .csv output file name: + csv_output_filename = os.path.join(data_output_dir, 'TELL_State_Summary_Data_' + year_to_process + + '_Scaled_' + gcam_target_year + '.csv') + + # Write out the dataframe to a .csv file: + output_df.to_csv(csv_output_filename, sep=',', index=False) + + return output_df
+ + + +
+[docs] +def output_tell_ba_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str) -> DataFrame: + """Writes a file of the time-series of hourly loads for each BA. + + :param joint_mlp_df: DataFrame of processed TELL loads + :type joint_mlp_df: DataFrame + + :param year_to_process: Year to process + :type year_to_process: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param data_output_dir: Data output directory + :type data_output_dir: str + + :return: DataFrame of BA-level total load time-series + + """ + + # Make a copy of the necessary variables: + ba_output_df = joint_mlp_df[ + ['Time_UTC', 'BA_Code', 'BA_Number', 'County_BA_Load_MWh', 'County_BA_Load_MWh_Scaled']].copy(deep=False) + + # Make a list of all of the BAs in "ba_output_df": + bas = ba_output_df['BA_Code'].unique() + + # Loop over the BAs and process their data into an output file: + for i in range(len(bas)): + + # Subset to just the data for the BA being processed: + output_df = ba_output_df[ba_output_df['BA_Code'].isin([bas[i]])].copy() + + # Sum the county loads as a function of time: + output_df['Raw_TELL_BA_Load_MWh'] = output_df.groupby('Time_UTC')['County_BA_Load_MWh'].transform('sum') + output_df['Scaled_TELL_BA_Load_MWh'] = output_df.groupby('Time_UTC')['County_BA_Load_MWh_Scaled'].transform('sum') + + # Subset and reorder the columns, drop duplicates, fill in missing values, and sort chronologically: + output_df = output_df[['BA_Code', 'BA_Number', 'Time_UTC', 'Raw_TELL_BA_Load_MWh', 'Scaled_TELL_BA_Load_MWh']] + output_df = output_df.drop_duplicates() + output_df = output_df.fillna(-9999) + output_df = output_df.sort_values("Time_UTC") + + # Round off the values to make the output file more readable: + output_df['BA_Number'] = output_df['BA_Number'].round(0) + output_df['Raw_TELL_BA_Load_MWh'] = output_df['Raw_TELL_BA_Load_MWh'].round(2) + output_df['Scaled_TELL_BA_Load_MWh'] = output_df['Scaled_TELL_BA_Load_MWh'].round(2) + + # Aggregate the output into a new dataframe: + if i == 0: + aggregate_output_df = output_df + else: + aggregate_output_df = pd.concat([aggregate_output_df, output_df]) + + + # Sort the data alphabetically by BA: + aggregate_output_df = aggregate_output_df.sort_values(by=["BA_Code", "Time_UTC"]) + + # Generate the .csv output file name: + csv_output_filename = os.path.join(data_output_dir, + 'TELL_Balancing_Authority_Hourly_Load_Data_' + year_to_process + + '_Scaled_' + gcam_target_year + '.csv') + + # Write out the dataframe to a .csv file: + aggregate_output_df.to_csv(csv_output_filename, sep=',', index=False) + + return aggregate_output_df
+ + + +
+[docs] +def output_tell_state_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str) -> DataFrame: + """Writes a file of the time-series of hourly loads for each state. + + :param joint_mlp_df: DataFrame of processed TELL loads + :type joint_mlp_df: DataFrame + + :param year_to_process: Year to process + :type year_to_process: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param data_output_dir: Data output directory + :type data_output_dir: str + + :return: DataFrame of state-level total load time-series + + """ + + # Make a copy of the necessary variables: + state_output_df = joint_mlp_df[ + ['Time_UTC', 'State_FIPS', 'State_Name', 'State_Scaling_Factor', 'County_BA_Load_MWh', + 'County_BA_Load_MWh_Scaled']].copy(deep=False) + + # Make a list of all of the states in "state_output_df": + states = state_output_df['State_Name'].unique() + + # Loop over the states and process their data: + for i in range(len(states)): + + # Subset to just the data for the state being processed: + output_df = state_output_df[state_output_df['State_Name'].isin([states[i]])].copy() + + # Sum the county loads as a function of time: + output_df['Raw_TELL_State_Load_MWh'] = output_df.groupby('Time_UTC')['County_BA_Load_MWh'].transform('sum') + output_df['Scaled_TELL_State_Load_MWh'] = output_df.groupby('Time_UTC')['County_BA_Load_MWh_Scaled'].transform( + 'sum') + + # Subset and reorder the columns, drop duplicates, fill in missing values, and sort chronologically: + output_df = output_df[ + ['State_Name', 'State_FIPS', 'Time_UTC', 'Raw_TELL_State_Load_MWh', 'Scaled_TELL_State_Load_MWh']] + output_df = output_df.drop_duplicates() + output_df = output_df.fillna(-9999) + output_df = output_df.sort_values('Time_UTC') + + # Round off the values to make the output file more readable: + output_df['State_FIPS'] = output_df['State_FIPS'].round(0) + output_df['Raw_TELL_State_Load_MWh'] = output_df['Raw_TELL_State_Load_MWh'].round(2) + output_df['Scaled_TELL_State_Load_MWh'] = output_df['Scaled_TELL_State_Load_MWh'].round(2) + + # Aggregate the output into a new dataframe: + if i == 0: + aggregate_output_df = output_df + else: + aggregate_output_df = pd.concat([aggregate_output_df, output_df]) + + # Sort the data alphabetically by state: + aggregate_output_df = aggregate_output_df.sort_values(by=['State_Name', 'Time_UTC']) + + # Generate the .csv output file name: + csv_output_filename = os.path.join(data_output_dir, 'TELL_State_Hourly_Load_Data_' + year_to_process + + '_Scaled_' + gcam_target_year + '.csv') + + # Write out the dataframe to a .csv file: + aggregate_output_df.to_csv(csv_output_filename, sep=',', index=False) + + return aggregate_output_df
+ + + +
+[docs] +def output_tell_county_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str): + """Writes a file of the time-series of hourly loads for each county. + + :param joint_mlp_df: DataFrame of processed TELL loads + :type joint_mlp_df: DataFrame + + :param year_to_process: Year to process + :type year_to_process: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param data_output_dir: Data output directory + :type data_output_dir: str + + """ + + # Make a copy of the necessary variables: + county_output_df = joint_mlp_df[ + ['Time_UTC', 'County_FIPS', 'County_Name', 'State_Name', 'State_FIPS', 'County_BA_Load_MWh', + 'County_BA_Load_MWh_Scaled']].copy(deep=False) + + # Make a list of all of the counties in "county_output_df": + counties = county_output_df['County_FIPS'].unique() + + # Loop over the counties and process their data: + for i in range(len(counties)): + + # Subset to just the data for the county being processed: + output_df = county_output_df[county_output_df['County_FIPS'] == counties[i]].copy() + + # Sum the county loads as a function of time: + output_df['Raw_TELL_County_Load_MWh'] = output_df.groupby('Time_UTC')['County_BA_Load_MWh'].transform('sum') + output_df['Scaled_TELL_County_Load_MWh'] = output_df.groupby('Time_UTC')['County_BA_Load_MWh_Scaled'].transform( + 'sum') + + # Subset and reorder the columns, drop duplicates, fill in missing values, and sort chronologically: + output_df = output_df[ + ['County_Name', 'County_FIPS', 'State_Name', 'State_FIPS', 'Time_UTC', 'Raw_TELL_County_Load_MWh', + 'Scaled_TELL_County_Load_MWh']] + output_df = output_df.drop_duplicates() + output_df = output_df.fillna(-9999) + output_df = output_df.sort_values("Time_UTC") + + # Round off the values to make the output file more readable: + output_df['County_FIPS'] = output_df['County_FIPS'].round(0) + output_df['State_FIPS'] = output_df['State_FIPS'].round(0) + output_df['Raw_TELL_County_Load_MWh'] = output_df['Raw_TELL_County_Load_MWh'].round(2) + output_df['Scaled_TELL_County_Load_MWh'] = output_df['Scaled_TELL_County_Load_MWh'].round(2) + + # Generate the .csv output file name: + county_name = output_df['County_Name'].unique()[0] + county_name = county_name.replace(" ", "_") + county_name = county_name.replace(",", "_") + state_name = output_df['State_Name'].unique()[0] + state_name = state_name.replace(" ", "_") + state_name = state_name.replace(",", "_") + + csv_output_filename = os.path.join( + data_output_dir + '/County_Level_Data/' + year_to_process + '/TELL_' + state_name + '_' + county_name + '_Hourly_Load_Data_' + + year_to_process + '_Scaled_' + gcam_target_year + '.csv') + + # Write out the dataframe to a .csv file: + output_df.to_csv(csv_output_filename, sep=',', index=False)
+ + + +
+[docs] +def execute_forward(year_to_process: str, gcam_target_year: str, scenario_to_process: str, data_output_dir: str, + gcam_usa_input_dir: str, map_input_dir: str, mlp_input_dir: str, pop_input_dir: str, + save_county_data=False): + """Takes the .csv files produced by the TELL MLP model and distributes + the predicted load to the counties that each balancing authority (BA) operates + in. The county-level hourly loads are then summed to the state-level and scaled + to match the state-level annual loads produced by GCAM-USA. Three sets of output + files are generated: county-level hourly loads, state-level hourly loads, and + hourly loads for each BA. There is one additional summary output file that includes + state-level annual loads from TELL and GCAM-USA as well as the scaling factors. + + :param year_to_process: Year to process + :type year_to_process: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param scenario_to_process: Scenario to process + :type scenario_to_process: str + + :param data_output_dir: Top-level data directory for TELL output + :type data_output_dir: str + + :param gcam_usa_input_dir: Path to where the GCAM-USA data is stored + :type gcam_usa_input_dir: str + + :param map_input_dir: Path to where the BA-to-county mapping data are stored + :type map_input_dir: str + + :param mlp_input_dir: Path to where the TELL MLP output data are stored + :type mlp_input_dir: str + + :param pop_input_dir: Path to where the population projection data are stored + :type pop_input_dir: str + + :param save_county_data: Set to True if you want to save the time-series of load for each county + :type save_county_data: bool + + :return: [0] DataFrame of summary statistics + [1] DataFrame of BA-level total load time-series + [2] DataFrame of state-level total load time-series + + """ + + # Print the start time and set a time variable to benchmark the run time: + begin_time = datetime.datetime.now() + print('Scenario = ', scenario_to_process, ', Year = ', year_to_process) + + # Set the data output directory: + data_output_dir_full = os.path.join(data_output_dir, scenario_to_process, gcam_target_year) + + # Check if the data output directory exists and if not then create it: + if os.path.exists(data_output_dir_full) is False: + os.makedirs(data_output_dir_full) + if save_county_data: + if os.path.exists(os.path.join(data_output_dir_full, 'County_Level_Data', year_to_process)) is False: + os.mkdir(os.path.join(data_output_dir_full, 'County_Level_Data', year_to_process)) + + # Load in the sample GCAM-USA output file and subset the data to only the "year_to_process": + gcam_usa_df = extract_gcam_usa_loads(scenario_to_process = scenario_to_process, + gcam_usa_input_dir = gcam_usa_input_dir) + gcam_usa_df = gcam_usa_df[gcam_usa_df['Year'] == int(gcam_target_year)] + + # Load in the most recent (i.e., 2019) BA service territory mapping file: + ba_mapping_df = pd.read_csv((os.path.join(map_input_dir, 'ba_service_territory_2019.csv')), index_col=None, header=0) + + # Read in the sample population projection dataset for the scenario being processed: + population_df = process_population_scenario(scenario_to_process, pop_input_dir) + + # Subset to only the year being processed: + if (scenario_to_process == 'historic') and (int(year_to_process) < 2000): + population_df = population_df.loc[(population_df['Year'] == 2000)] + else: + population_df = population_df.loc[(population_df['Year'] == int(year_to_process))] + + # Only keep the columns that are needed: + population_df = population_df[['County_FIPS', 'Population']].copy() + + # Merge the ba_mapping_df and population_df dataframes. Compute the fraction of the total population in each BA + # that lives in a given county: + mapping_df = ba_mapping_df.merge(population_df, on=['County_FIPS']) + mapping_df = mapping_df.sort_values('BA_Number') + mapping_df['BA_Population_Sum'] = mapping_df.groupby('BA_Code')['Population'].transform('sum') + mapping_df['BA_Population_Fraction'] = mapping_df['Population'] / mapping_df['BA_Population_Sum'] + mapping_df = mapping_df.dropna() + + # Create a list of all of the MLP output files in the "mlp_input_dir" and aggregate the files in that list: + mlp_filelist = sorted(glob.glob(os.path.join(mlp_input_dir, scenario_to_process, year_to_process, '*_mlp_output.csv'))) + mlp_output_df = aggregate_mlp_output_files(mlp_filelist) + + # Merge the "mapping_df" with "mlp_output_df" using BA codes to merge on: + joint_mlp_df = pd.merge(mlp_output_df, mapping_df, on='BA_Code') + + # Scale the BA loads in each county by the fraction of the BA's total population that lives there: + joint_mlp_df['County_BA_Load_MWh'] = joint_mlp_df['Total_BA_Load_MWh'].mul(joint_mlp_df['BA_Population_Fraction']) + + # Sum the county-level hourly loads into annual state-level total loads and convert that value from MWh to TWh: + joint_mlp_df['TELL_State_Annual_Load_TWh'] = (joint_mlp_df.groupby('State_FIPS')['County_BA_Load_MWh'].transform('sum')) / 1000000 + + # Add a column with the state-level annual total loads from GCAM-USA: + joint_mlp_df = pd.merge(joint_mlp_df, gcam_usa_df[['State_FIPS', 'GCAM_USA_State_Annual_Load_TWh']], on='State_FIPS', how='left') + + # Compute the state-level scaling factors that force TELL annual loads to match GCAM-USA annual loads: + joint_mlp_df['State_Scaling_Factor'] = joint_mlp_df['GCAM_USA_State_Annual_Load_TWh'].div(joint_mlp_df['TELL_State_Annual_Load_TWh']) + + # Apply those scaling factors to the "County_BA_Load_MWh" variable: + joint_mlp_df['County_BA_Load_MWh_Scaled'] = joint_mlp_df['County_BA_Load_MWh'].mul(joint_mlp_df['State_Scaling_Factor']) + + # Output the resulting projections using the output functions: + summary_df = output_tell_summary_data(joint_mlp_df, year_to_process, gcam_target_year, data_output_dir_full) + ba_time_series_df = output_tell_ba_data(joint_mlp_df, year_to_process, gcam_target_year, data_output_dir_full) + state_time_series_df = output_tell_state_data(joint_mlp_df, year_to_process, gcam_target_year, data_output_dir_full) + + # If the "save_county_data" flag is set to true then save the time-series of demand for each county: + if save_county_data: + output_tell_county_data(joint_mlp_df, year_to_process, gcam_target_year, data_output_dir_full) + + # Output the end time and elapsed time in order to benchmark the run time: + print('Elapsed time = ', datetime.datetime.now() - begin_time) + + return summary_df, ba_time_series_df, state_time_series_df
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/install_forcing_data.html b/_modules/tell/install_forcing_data.html new file mode 100644 index 00000000..29ff57d7 --- /dev/null +++ b/_modules/tell/install_forcing_data.html @@ -0,0 +1,207 @@ + + + + + + tell.install_forcing_data — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.install_forcing_data

+import os
+import shutil
+import zipfile
+import requests
+
+from io import BytesIO as BytesIO
+from pkg_resources import get_distribution
+
+
+
+[docs] +class InstallForcingSample: + """Download the TELL sample forcing data package from Zenodo that matches the current installed tell distribution + + :param data_dir: Optional. Full path to the directory you wish to store the data in. Default is + to install it in data directory of the package. + + :type data_dir: str + + """ + + # URL for DOI minted example data hosted on Zenodo + + DATA_VERSION_URLS = { + '0.0.1': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '0.1.0': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '0.1.1': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '0.1.2': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '0.1.3': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '0.1.4': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '0.1.5': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '1.0.0': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', + '1.1.0': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', + '1.2.0': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', + '1.2.1': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', + '1.3.0': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', + } + + DEFAULT_VERSION = 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1' + + def __init__(self, data_dir=None): + self.data_dir = data_dir + +
+[docs] + def fetch_zenodo(self): + """Download the tell sample forcing data package from Zenodo that matches the current tell distribution""" + + # Get the current version of TELL that is installed: + current_version = get_distribution('tell').version + + try: + data_link = InstallForcingSample.DATA_VERSION_URLS[current_version] + + except KeyError: + msg = f"Link to data missing for current version: {current_version}. Using default version: {InstallForcingSample.DEFAULT_VERSION}" + + data_link = InstallForcingSample.DEFAULT_VERSION + + print(msg) + + # Retrieve content from the URL: + print(f"Downloading the sample forcing data package for tell version {current_version}...") + r = requests.get(data_link) + + # Extract the data from the .zip file: + with zipfile.ZipFile(BytesIO(r.content)) as zipped: + zipped.extractall(self.data_dir) + + # Remove the empty "__MACOSX" directory: + shutil.rmtree(os.path.join(self.data_dir, r'__MACOSX')) + + # Report that the download is complete: + print(f"Done!")
+
+ + + +
+[docs] +def install_sample_forcing_data(data_dir=None): + """Download the tell sample forcing data package from Zenodo + + :param data_dir: Optional. Full path to the directory you wish to store the data in. Default is + to install it in data directory of the package. + + :type data_dir: str + """ + + zen = InstallForcingSample(data_dir=data_dir) + + zen.fetch_zenodo()
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/install_quickstarter_data.html b/_modules/tell/install_quickstarter_data.html new file mode 100644 index 00000000..1927f633 --- /dev/null +++ b/_modules/tell/install_quickstarter_data.html @@ -0,0 +1,209 @@ + + + + + + tell.install_quickstarter_data — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+
    +
  • + + +
  • +
  • +
+
+
+
+
+ +

Source code for tell.install_quickstarter_data

+import os
+import shutil
+import zipfile
+import requests
+
+from io import BytesIO as BytesIO
+from pkg_resources import get_distribution
+
+
+
+[docs] +class InstallQuickstarterData: + """Download the TELL sample output data package from Zenodo that matches the current installed tell distribution + + :param data_dir: Optional. Full path to the directory you wish to store the data in. Default is + to install it in data directory of the package. + :type data_dir: str + + """ + + # URL for DOI minted example data hosted on Zenodo + + DATA_VERSION_URLS = { + '0.0.1': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '0.1.0': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '0.1.1': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '0.1.2': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '0.1.3': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '0.1.4': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '0.1.5': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '1.0.0': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', + '1.1.0': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', + '1.2.0': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', + '1.2.1': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', + '1.3.0': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', + } + + DEFAULT_VERSION = 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1' + + def __init__(self, data_dir=None): + + self.data_dir = data_dir + +
+[docs] + def fetch_zenodo(self): + """Download the TELL quickstarter data package from Zenodo that matches the current installed tell distribution""" + + # Get the current version of TELL that is installed: + current_version = get_distribution('tell').version + + # Try to download the data: + try: + data_link = InstallQuickstarterData.DATA_VERSION_URLS[current_version] + + except KeyError: + msg = f"Link to data missing for current version: {current_version}. Using defaultl version: {InstallQuickstarterData.DEFAULT_VERSION}" + + data_link = InstallQuickstarterData.DEFAULT_VERSION + + print(msg) + + # Retrieve content from the URL: + print(f"Downloading the quickstarter data package for tell version {current_version}...") + r = requests.get(data_link) + + # Extract the data from the .zip file: + with zipfile.ZipFile(BytesIO(r.content)) as zipped: + zipped.extractall(self.data_dir) + + # Remove the empty "__MACOSX" directory: + shutil.rmtree(os.path.join(self.data_dir, r'__MACOSX')) + + # Report that the download is complete: + print(f"Done!")
+
+ + + +
+[docs] +def install_quickstarter_data(data_dir=None): + """Download the TELL quickstarter data package from Zenodo + + :param data_dir: Optional. Full path to the directory you wish to store the data in. Default is + to install it in data directory of the package. + + :type data_dir: str + + """ + + zen = InstallQuickstarterData(data_dir=data_dir) + + zen.fetch_zenodo()
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/install_raw_data.html b/_modules/tell/install_raw_data.html new file mode 100644 index 00000000..c63a878f --- /dev/null +++ b/_modules/tell/install_raw_data.html @@ -0,0 +1,211 @@ + + + + + + tell.install_raw_data — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.install_raw_data

+import os
+import shutil
+import zipfile
+import requests
+
+from io import BytesIO as BytesIO
+from pkg_resources import get_distribution
+
+
+
+[docs] +class InstallRawData: + """Download the TELL raw data package from Zenodo that matches the current installed tell distribution. + + :param data_dir: Optional. Full path to the directory you wish to store the data in. Default is + to install it in data directory of the package. + + :type data_dir: str + + """ + + # URL for DOI-minted TELL raw data data package hosted on Zenodo: + DATA_VERSION_URLS = { + '0.0.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '0.1.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '0.1.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '0.1.2': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '0.1.3': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '0.1.4': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '0.1.5': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '1.0.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '1.1.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '1.1.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '1.2.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '1.2.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + '1.3.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', + } + + DEFAULT_VERSION = 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1' + + def __init__(self, data_dir=None): + + self.data_dir = data_dir + +
+[docs] + def fetch_zenodo(self): + """Download and unpack the Zenodo raw data package for the current TELL distribution.""" + + # Get the current version of TELL that is installed: + current_version = get_distribution('tell').version + + # Try to install the dataset and throw an exception if the URL is not working: + try: + data_link = InstallRawData.DATA_VERSION_URLS[current_version] + + except KeyError: + msg = f"Link to data missing for current version: {current_version}. Using default version found here: {InstallRawData.DEFAULT_VERSION}" + + data_link = InstallRawData.DEFAULT_VERSION + + print(msg) + + # Retrieve content from the URL: + print(f"Downloading the raw data package for tell version {current_version}...") + r = requests.get(data_link) + + # Extract the data from the .zip format: + with zipfile.ZipFile(BytesIO(r.content)) as zipped: + zipped.extractall(self.data_dir) + + # Remove the empty "__MACOSX" directory: + shutil.rmtree(os.path.join(self.data_dir, r'__MACOSX')) + + # Report that the download is complete: + print(f"Done!")
+
+ + + +
+[docs] +def install_tell_raw_data(data_dir=None): + """Download and unpack the raw TELL data package from Zenodo that matches the current installed + tell distribution. + + :param data_dir: Optional. Full path to the directory you wish to store the data in. Default is + to install it in data directory of the package. + + :type data_dir: str + + """ + + zen = InstallRawData(data_dir=data_dir) + + zen.fetch_zenodo()
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/metadata_eia.html b/_modules/tell/metadata_eia.html new file mode 100644 index 00000000..f9458add --- /dev/null +++ b/_modules/tell/metadata_eia.html @@ -0,0 +1,223 @@ + + + + + + tell.metadata_eia — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.metadata_eia

+import pandas as pd
+from pandas import DataFrame
+
+
+
+[docs] +def metadata_eia(numbers: int) -> DataFrame: + """Define the state FIPS code and state name from a given state abbreviation. + + :param numbers: EIA 930 BA number + :type numbers: int + + :return: DataFrame with BA short and long name + + """ + + results = [] + + for eia_ba_number in numbers: + if eia_ba_number == 1: ba_short_name = 'NBSO'; ba_long_name = 'New Brunswick System Operator' + elif eia_ba_number == 189: ba_short_name = 'AEC'; ba_long_name = 'PowerSouth Energy Cooperative' + elif eia_ba_number == 317: ba_short_name = 'YAD'; ba_long_name = 'Alcoa Power Generating Inc. - Yadkin ' \ + 'Division' + elif eia_ba_number == 599: ba_short_name = 'AMPL'; ba_long_name = 'Anchorage Municipal Light and Power' + elif eia_ba_number == 803: ba_short_name = 'AZPS'; ba_long_name = 'Arizona Public Service Company' + elif eia_ba_number == 924: ba_short_name = 'AECI'; ba_long_name = 'Associated Electric Cooperative Inc.' + elif eia_ba_number == 1738: ba_short_name = 'BPAT'; ba_long_name = 'Bonneville Power Administration' + elif eia_ba_number == 2775: ba_short_name = 'CISO'; ba_long_name = 'California Independent System Operator' + elif eia_ba_number == 3046: ba_short_name = 'CPLE'; ba_long_name = 'Duke Energy Progress East' + elif eia_ba_number == 3413: ba_short_name = 'CHPD'; ba_long_name = 'PUD No. 1 of Chelan County' + elif eia_ba_number == 3522: ba_short_name = 'CEA'; ba_long_name = 'Chugach Electric Association Inc.' + elif eia_ba_number == 5326: ba_short_name = 'DOPD'; ba_long_name = 'PUD No. 1 of Douglas County' + elif eia_ba_number == 5416: ba_short_name = 'DUK'; ba_long_name = 'Duke Energy Carolinas' + elif eia_ba_number == 5701: ba_short_name = 'EPE'; ba_long_name = 'El Paso Electric Company' + elif eia_ba_number == 5723: ba_short_name = 'ERCO'; ba_long_name = 'Electric Reliability Council of Texas Inc.' + elif eia_ba_number == 5748: ba_short_name = 'EEI'; ba_long_name = 'Electric Energy Inc.' + elif eia_ba_number == 6452: ba_short_name = 'FPL'; ba_long_name = 'Florida Power & Light Company' + elif eia_ba_number == 6455: ba_short_name = 'FPC'; ba_long_name = 'Duke Energy Florida Inc.' + elif eia_ba_number == 6909: ba_short_name = 'GVL'; ba_long_name = 'Gainesville Regional Utilities' + elif eia_ba_number == 8795: ba_short_name = 'HST'; ba_long_name = 'City of Homestead' + elif eia_ba_number == 9191: ba_short_name = 'IPCO'; ba_long_name = 'Idaho Power Company' + elif eia_ba_number == 9216: ba_short_name = 'IID'; ba_long_name = 'Imperial Irrigation District' + elif eia_ba_number == 9617: ba_short_name = 'JEA'; ba_long_name = 'JEA' + elif eia_ba_number == 11208: ba_short_name = 'LDWP'; ba_long_name = 'Los Angeles Department of Water and Power' + elif eia_ba_number == 11249: ba_short_name = 'LGEE'; ba_long_name = 'Louisville Gas & Electric Company and ' \ + 'Kentucky Utilities' + elif eia_ba_number == 12825: ba_short_name = 'NWMT'; ba_long_name = 'NorthWestern Energy' + elif eia_ba_number == 13407: ba_short_name = 'NEVP'; ba_long_name = 'Nevada Power Company' + elif eia_ba_number == 13434: ba_short_name = 'ISNE'; ba_long_name = 'ISO New England Inc.' + elif eia_ba_number == 13485: ba_short_name = 'NSB'; ba_long_name = 'New Smyrna Beach Utilities Commission' + elif eia_ba_number == 13501: ba_short_name = 'NYIS'; ba_long_name = 'New York Independent System Operator' + elif eia_ba_number == 14015: ba_short_name = 'OVEC'; ba_long_name = 'Ohio Valley Electric Corporation' + elif eia_ba_number == 14378: ba_short_name = 'PACW'; ba_long_name = 'PacifiCorp - West' + elif eia_ba_number == 14379: ba_short_name = 'PACE'; ba_long_name = 'PacifiCorp - East' + elif eia_ba_number == 14412: ba_short_name = 'GRMA'; ba_long_name = 'Gila River Power LLC' + elif eia_ba_number == 14610: ba_short_name = 'FMPP'; ba_long_name = 'Florida Municipal Power Pool' + elif eia_ba_number == 14624: ba_short_name = 'GCPD'; ba_long_name = 'PUD No. 2 of Grant County' + elif eia_ba_number == 14725: ba_short_name = 'PJM'; ba_long_name = 'PJM Interconnection LLC' + elif eia_ba_number == 15399: ba_short_name = 'AVRN'; ba_long_name = 'Avangrid Renewables LLC' + elif eia_ba_number == 15466: ba_short_name = 'PSCO'; ba_long_name = 'Public Service Company of Colorado' + elif eia_ba_number == 15248: ba_short_name = 'PGE'; ba_long_name = 'Portland General Electric Company' + elif eia_ba_number == 15473: ba_short_name = 'PNM'; ba_long_name = 'Public Service Company of New Mexico' + elif eia_ba_number == 15500: ba_short_name = 'PSEI'; ba_long_name = 'Puget Sound Energy' + elif eia_ba_number == 16534: ba_short_name = 'BANC'; ba_long_name = 'Balancing Authority of Northern ' \ + 'California' + elif eia_ba_number == 16572: ba_short_name = 'SRP'; ba_long_name = 'Salt River Project' + elif eia_ba_number == 16868: ba_short_name = 'SCL'; ba_long_name = 'Seattle City Light' + elif eia_ba_number == 17539: ba_short_name = 'SCEG'; ba_long_name = 'South Carolina Electric & Gas Company' + elif eia_ba_number == 17543: ba_short_name = 'SC'; ba_long_name = 'South Carolina Public Service Authority' + elif eia_ba_number == 17716: ba_short_name = 'SPA'; ba_long_name = 'Southwestern Power Administration' + elif eia_ba_number == 18195: ba_short_name = 'SOCO'; ba_long_name = 'Southern Company Services Inc. - ' \ + 'Transmission' + elif eia_ba_number == 18429: ba_short_name = 'TPWR'; ba_long_name = 'City of Tacoma Department of Public' \ + ' Utilities Light Division' + elif eia_ba_number == 18445: ba_short_name = 'TAL'; ba_long_name = 'City of Tallahassee' + elif eia_ba_number == 18454: ba_short_name = 'TEC'; ba_long_name = 'Tampa Electric Company' + elif eia_ba_number == 18642: ba_short_name = 'TVA'; ba_long_name = 'Tennessee Valley Authority' + elif eia_ba_number == 19281: ba_short_name = 'TIDC'; ba_long_name = 'Turlock Irrigation District' + elif eia_ba_number == 19547: ba_short_name = 'HECO'; ba_long_name = 'Hawaiian Electric Company Inc.' + elif eia_ba_number == 19610: ba_short_name = 'WAUW'; ba_long_name = 'Western Area Power Administration - ' \ + 'UGP West' + elif eia_ba_number == 20169: ba_short_name = 'AVA'; ba_long_name = 'Avista Corporation' + elif eia_ba_number == 21554: ba_short_name = 'SEC'; ba_long_name = 'Seminole Electric Cooperative' + elif eia_ba_number == 24211: ba_short_name = 'TEPC'; ba_long_name = 'Tucson Electric Power Company' + elif eia_ba_number == 25471: ba_short_name = 'WALC'; ba_long_name = 'Western Area Power Administration - ' \ + 'Desert Southwest Region' + elif eia_ba_number == 28502: ba_short_name = 'WAUE'; ba_long_name = 'Western Area Power Administration - ' \ + 'UGP East' + elif eia_ba_number == 28503: ba_short_name = 'WACM'; ba_long_name = 'Western Area Power Administration - ' \ + 'Rocky Mountain Region' + elif eia_ba_number == 29304: ba_short_name = 'SEPA'; ba_long_name = 'Southeastern Power Administration' + elif eia_ba_number == 32790: ba_short_name = 'HECO'; ba_long_name = 'New Harquahala Generating Company LLC' + elif eia_ba_number == 56090: ba_short_name = 'GRIF'; ba_long_name = 'Griffith Energy LLC' + elif eia_ba_number == 56365: ba_short_name = 'GWA'; ba_long_name = 'NaturEner Power Watch LLC' + elif eia_ba_number == 56545: ba_short_name = 'GRIS'; ba_long_name = 'Gridforce South' + elif eia_ba_number == 56669: ba_short_name = 'MISO'; ba_long_name = 'Midcontinent Independent Transmission ' \ + 'System Operator Inc.' + elif eia_ba_number == 56812: ba_short_name = 'DEAA'; ba_long_name = 'Arlington Valley LLC' + elif eia_ba_number == 58786: ba_short_name = 'CPLW'; ba_long_name = 'Duke Energy Progress West' + elif eia_ba_number == 58790: ba_short_name = 'GRID'; ba_long_name = 'Gridforce Energy Management LLC' + elif eia_ba_number == 58791: ba_short_name = 'WWA'; ba_long_name = 'NaturEner Wind Watch LLC' + elif eia_ba_number == 59504: ba_short_name = 'SWPP'; ba_long_name = 'Southwest Power Pool' + else: ba_short_name = None; ba_long_name = None + + results.append([eia_ba_number, ba_short_name, ba_long_name]) + df = pd.DataFrame(results, columns=['BA_Number', 'BA_Name', 'BA_Long_Name']) + + return df
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/mlp_predict.html b/_modules/tell/mlp_predict.html new file mode 100644 index 00000000..cab108d3 --- /dev/null +++ b/_modules/tell/mlp_predict.html @@ -0,0 +1,334 @@ + + + + + + tell.mlp_predict — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.mlp_predict

+import os
+
+import numpy as np
+import pandas as pd
+
+from joblib import Parallel, delayed
+from typing import Union
+from .mlp_prepare_data import DatasetPredict, DefaultSettings
+from .mlp_utils import normalize_prediction_data, load_predictive_models
+
+
+
+[docs] +def predict(region: str, + year: int, + data_dir: str, + datetime_field_name: str = "Time_UTC", + save_prediction: bool = False, + prediction_output_directory: Union[str, None] = None, + **kwargs): + """Generate predictions for MLP model for a target region from an input CSV file. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param year: Target year to use in YYYY format. + :type year: int + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + :param save_prediction: Choice to write predictions to a .csv file + :type save_prediction: bool + + :param prediction_output_directory: Full path to output directory where prediction files will be written. + :type prediction_output_directory: Union[str, None] + + :param datetime_field_name: Name of the datetime field. + :type datetime_field_name: str + + :param data_column_rename_dict: Dictionary for the field names present in the input CSV file (keys) to what the + code expects them to be (values). + :type data_column_rename_dict: Optional[dict[str]] + + :param expected_datetime_columns: Expected names of the date time columns in the input CSV file. + :type expected_datetime_columns: Optional[list[str]] + + :param hour_field_name: Field name of the hour field in the input CSV file. + :type hour_field_name: Optional[str] + + :param month_field_name: Field name of the month field in the input CSV file. + :type month_field_name: Optional[str] + + :param x_variables: Target variable list. + :type x_variables: Optional[list[str]] + + :param add_dayofweek_xvars: True if the user wishes to add weekday and holiday targets to the x variables. + :type add_dayofweek_xvars: Optional[bool] + + :param y_variables: Feature variable list. + :type y_variables: Optional[list[str]] + + :param day_list: List of day abbreviations and their order. + :type day_list: Optional[list[str]] + + :param seed_value: Seed value to reproduce randomization. + :type seed_value: Optional[int] + + :param verbose: Choice to see logged outputs. + :type verbose: bool + + :return: Prediction data frame + + """ + + # get project level settings data + settings = DefaultSettings(region=region, + data_dir=data_dir, + **kwargs) + + # set random seed + np.random.seed(settings.seed_value) + + # prepare data for MLP model + data_mlp = DatasetPredict(region=region, + year=year, + data_dir=data_dir, + datetime_field_name=datetime_field_name, + **kwargs) + + # load models and the normalization dictionary from file + mlp_model, normalized_dict = load_predictive_models(region=region, + model_output_directory=settings.model_output_directory) + + # normalize model features and targets for the MLP model + x_mlp_norm = normalize_prediction_data(data_arr=data_mlp.x_data, + min_train_arr=normalized_dict["min_x_train"], + max_train_arr=normalized_dict["max_x_train"]) + + # run the MLP model with normalized data + y_predicted_norm = mlp_model.predict(x_mlp_norm) + + # denormalize predicted data + y_predicted = (y_predicted_norm * (normalized_dict["max_y_train"] - normalized_dict["min_y_train"]) + normalized_dict["min_y_train"]).round(2) + + # generate output data frame + prediction_df = pd.DataFrame({"Time_UTC": data_mlp.df_data[settings.DATETIME_FIELD].values, + "Load": y_predicted, + "BA": region}) + + # save the prediction to a .csv file: + if save_prediction: + + # if the subdirectory for the year being processed doesn't exist then create it: + if not os.path.exists(os.path.join(prediction_output_directory, str(year))): + os.makedirs(os.path.join(prediction_output_directory, str(year))) + + prediction_df.to_csv(os.path.join(prediction_output_directory, str(year), f'{region}_'f'{year}_mlp_output.csv'), index=False) + + return prediction_df
+ + + +
+[docs] +def predict_batch(target_region_list: list, + year: int, + data_dir: str, + n_jobs: int = -1, + datetime_field_name: str = "Time_UTC", + save_prediction: bool = False, + prediction_output_directory: Union[str, None] = None, + **kwargs): + """Generate predictions for MLP model for a target region from an input CSV file for all regions + in input list in parallel. + + :param target_region_list: List of names indicating region / balancing authority we want to train and test + on. Must match with string in CSV files. + :type target_region_list: list + + :param year: Target year to use in YYYY format. + :type year: int + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + :param n_jobs: The maximum number of concurrently running jobs, such as the number of Python + worker processes when backend=”multiprocessing” or the size of the thread-pool + when backend=”threading”. If -1 all CPUs are used. If 1 is given, no parallel + computing code is used at all, which is useful for debugging. For n_jobs + below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs + but one are used. None is a marker for ‘unset’ that will be interpreted as + n_jobs=1 (sequential execution) unless the call is performed under a + parallel_backend context manager that sets another value for n_jobs. + :type n_jobs: int + + :param datetime_field_name: Name of the datetime field. + :type datetime_field_name: str + + :param save_prediction: Choice to write predictions to a .csv file + :type save_prediction: bool + + :param prediction_output_directory: Full path to output directory where prediction files will be written. + :type prediction_output_directory: Union[str, None] + + :param data_column_rename_dict: Dictionary for the field names present in the input CSV file (keys) to what the + code expects them to be (values). + :type data_column_rename_dict: Optional[dict[str]] + + :param expected_datetime_columns: Expected names of the date time columns in the input CSV file. + :type expected_datetime_columns: Optional[list[str]] + + :param hour_field_name: Field name of the hour field in the input CSV file. + :type hour_field_name: Optional[str] + + :param month_field_name: Field name of the month field in the input CSV file. + :type month_field_name: Optional[str] + + :param x_variables: Target variable list. + :type x_variables: Optional[list[str]] + + :param add_dayofweek_xvars: True if the user wishes to add weekday and holiday targets to the x variables. + :type add_dayofweek_xvars: Optional[bool] + + :param y_variables: Feature variable list. + :type y_variables: Optional[list[str]] + + :param day_list: List of day abbreviations and their order. + :type day_list: Optional[list[str]] + + :param seed_value: Seed value to reproduce randomization. + :type seed_value: Optional[int] + + :param verbose: Choice to see logged outputs. + :type verbose: bool + + :return: Prediction data frame + + """ + + # run all regions in target list in parallel + results = Parallel(n_jobs=n_jobs, backend="loky")(delayed(predict)(region=region, + year=year, + data_dir=data_dir, + datetime_field_name=datetime_field_name, + save_prediction=save_prediction, + prediction_output_directory=prediction_output_directory, + **kwargs) for region in target_region_list) + + # aggregate outputs + for index, i in enumerate(results): + + if index == 0: + prediction_df = i + else: + prediction_df = pd.concat([prediction_df, i]) + + return prediction_df
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/mlp_prepare_data.html b/_modules/tell/mlp_prepare_data.html new file mode 100644 index 00000000..469d5c54 --- /dev/null +++ b/_modules/tell/mlp_prepare_data.html @@ -0,0 +1,871 @@ + + + + + + tell.mlp_prepare_data — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.mlp_prepare_data

+import os
+import glob
+import pkg_resources
+from typing import Optional
+
+import holidays
+import numpy as np
+import pandas as pd
+import yaml
+
+
+
+[docs] +class DefaultSettings: + """Default settings for the MLP model. Updates any settings passed in from via kwargs from the user. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + :param mlp_hidden_layer_sizes: The ith element represents the number of neurons in the ith hidden layer. + :type mlp_hidden_layer_sizes: Optional[int] + + :param mlp_max_iter: Maximum number of iterations. The solver iterates until convergence + (determined by ‘tol’) or this number of iterations. For stochastic solvers + (‘sgd’, ‘adam’), note that this determines the number of epochs (how many + times each data point will be used), not the number of gradient steps. + :type mlp_max_iter: Optional[int] + + :param mlp_validation_fraction: The proportion of training data to set aside as validation set for early + stopping. Must be between 0 and 1. + :type mlp_validation_fraction: Optional[float] + + :param data_column_rename_dict: Dictionary for the field names present in the input CSV file (keys) to what the + code expects them to be (values). + :type data_column_rename_dict: Optional[dict[str]] + + :param expected_datetime_columns: Expected names of the date time columns in the input CSV file. + :type expected_datetime_columns: Optional[list[str]] + + :param hour_field_name: Field name of the hour field in the input CSV file. + :type hour_field_name: Optional[str] + + :param month_field_name: Field name of the month field in the input CSV file. + :type month_field_name: Optional[str] + + :param year_field_name: Field name of the year field in the input CSV file. + :type year_field_name: Optional[str] + + :param x_variables: Target variable list. + :type x_variables: Optional[list[str]] + + :param add_dayofweek_xvars: True if the user wishes to add weekday and holiday targets to the x variables. + :type add_dayofweek_xvars: Optional[bool] + + :param y_variables: Feature variable list. + :type y_variables: Optional[list[str]] + + :param day_list: List of day abbreviations and their order. + :type day_list: Optional[list[str]] + + :param start_time: Timestamp showing the datetime of for the run to start + (e.g., 2016-01-01 00:00:00). + :type start_time: Optional[str] + + :param end_time: Timestamp showing the datetime of for the run to end + (e.g., 2019-12-31 23:00:00). + :type end_time: Optional[str] + + :param split_datetime: Timestamp showing the datetime to split the train and test data by + (e.g., 2018-12-31 23:00:00). + :type split_datetime: Optional[str] + + :param seed_value: Seed value to reproduce randomization. + :type seed_value: Optional[int] + + :param save_model: Choice to write ML models to a pickled file via joblib. + :type save_model: bool + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: Union[str, None] + + :param save_prediction: Choice to write predictions to a .csv file + :type save_prediction: bool + + :param prediction_output_directory: Full path to output directory where prediction files will be written. + :type prediction_output_directory: Union[str, None] + + :param verbose: Choice to see logged outputs. + :type verbose: bool + + """ + + # internally generated field names + DATETIME_FIELD = "Datetime" + WEEKDAY_FIELD = "Weekday" + HOLIDAY_FIELD = "Holidays" + + # default no data value + NODATA_VALUE = np.nan + + def __init__(self, + region: str, + data_dir: str, + **kwargs): + + self.region = region + self.data_dir = data_dir + + # update the default settings with what the user provides + self.settings_dict = self.update_default_settings(kwargs) + + # get argument defaults or custom settings + self.mlp_hidden_layer_sizes = int(self.settings_dict.get("mlp_hidden_layer_sizes")) + self.mlp_max_iter = int(self.settings_dict.get("mlp_max_iter")) + self.mlp_validation_fraction = self.settings_dict.get("mlp_validation_fraction") + self.expected_datetime_columns = self.settings_dict.get("expected_datetime_columns") + self.data_column_rename_dict = self.settings_dict.get("data_column_rename_dict") + self.x_variables = self.settings_dict.get("x_variables") + self.y_variables = self.settings_dict.get("y_variables") + self.add_dayofweek_xvars = self.settings_dict.get("add_dayofweek_xvars") + self.hour_field_name = self.settings_dict.get("hour_field_name") + self.month_field_name = self.settings_dict.get("month_field_name") + self.year_field_name = self.settings_dict.get("year_field_name") + self.day_list = self.settings_dict.get("day_list") + self.start_time = str(self.settings_dict.get("start_time")) + self.end_time = str(self.settings_dict.get("end_time")) + self.split_datetime = str(self.settings_dict.get("split_datetime")) + self.nodata_value = self.NODATA_VALUE + self.seed_value = self.settings_dict.get("seed_value") + self.save_model = self.settings_dict.get("save_model") + self.model_output_directory = self.settings_dict.get("model_output_directory") + self.save_prediction = self.settings_dict.get("save_prediction") + self.prediction_output_directory = self.settings_dict.get("prediction_output_directory") + self.verbose = self.settings_dict.get("verbose") + + # set to default package data if not provided + if self.model_output_directory == "Default": + self.model_output_directory = pkg_resources.resource_filename("tell", "data/models") + + # update hyperparameter values from defaults if the user does not provide them + self.update_hyperparameters() + +
+[docs] + def update_hyperparameters(self): + """Update hyperparameter values from defaults if the user does not provide them.""" + + # read in default hyperparameters for the target region + hyperparams_file = pkg_resources.resource_filename("tell", "data/hyperparameters.csv") + + # read into data frame + hdf = pd.read_csv(hyperparams_file) + + # if region is in preexisting hyperparameters + if self.region in hdf["region"].unique(): + + # query out target region + hidden_layer_sizes = hdf.loc[hdf["region"] == self.region]["hidden_layer_sizes"].values[0] + max_iter = hdf.loc[hdf["region"] == self.region]["max_iter"].values[0] + validation_fraction = hdf.loc[hdf["region"] == self.region]["validation_fraction"].values[0] + + # update values for hyperparameters if user does not provide + if self.mlp_hidden_layer_sizes == 447: + self.mlp_hidden_layer_sizes = hidden_layer_sizes + + if self.mlp_max_iter == 269: + self.mlp_max_iter = max_iter + + if self.mlp_validation_fraction == 0.2: + self.mlp_validation_fraction = validation_fraction + + # otherwise use default + else: + if self.verbose: + print(f"No exiting hyperparameters found for region: '{self.region}'. Assigning defaults.") + + if self.verbose: + print(f"Using the following hyperparameter values for '{self.region}':") + print(f"hidden_layer_sizes: {self.mlp_hidden_layer_sizes}") + print(f"max_iter: {self.mlp_max_iter}") + print(f"validation_fraction: {self.mlp_validation_fraction}")
+ + +
+[docs] + @staticmethod + def update_default_settings(kwargs) -> dict: + """Read the default settings YAML file into a dictionary. Updates any settings passed in from via kwargs + from the user. + + :param kwargs: Keyword argument dictionary from user. + :type kwargs: dict + + :return: A dictionary of updated default settings. + + """ + + # get file path to settings YAML file stored in the package data + settings_file = pkg_resources.resource_filename("tell", "data/mlp_settings.yml") + + # read into a dictionary + with open(settings_file, 'r') as yml: + default_settings_dict = yaml.load(yml, Loader=yaml.FullLoader) + + # update base on any data passed in through keyword arguments + default_settings_dict.update(kwargs) + + return default_settings_dict
+
+ + + +
+[docs] +class DatasetTrain(DefaultSettings): + """Clean and format input data for use in training predictive models. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + """ + + def __init__(self, + region: str, + data_dir: str, + **kwargs): + + self.region = region + self.data_dir = data_dir + + # get the parent class attributes and methods + super().__init__(region=region, + data_dir=data_dir, + **kwargs) + + # populate class attributes for data + self.df_train, self.df_test, self.df_test_comp = self.generate_data() + + # break out training and testing targets and features into individual data frames + self.x_train = self.df_train[self.x_variables].values + self.x_test = self.df_test[self.x_variables].values + self.y_train = self.df_train[self.y_variables].values + self.y_test = self.df_test[self.y_variables].values + self.y_comp = self.df_test_comp[self.y_variables].values + + # reset index for test data + self.df_test.reset_index(drop=True, inplace=True) + +
+[docs] + def generate_data(self): + """Workhorse function to clean and format input data for use in the predictive model.""" + + # get the input file from the data directory matching the region name and read it into a data frame + df = self.fetch_read_file() + + # format the input data file + df_filtered = self.format_filter_data(df) + + # add fields for weekday, each day of the week, and holidays to the data frame; also adds "Weekday" and + # "Holidays" as fields to the x_variables list + if self.add_dayofweek_xvars: + df_filtered = self.breakout_day_designation(df_filtered) + + # split the data frame into test and training data based on a datetime + df_train_raw, df_test_raw = self.split_train_test(df_filtered) + + # clean data to drop no data records, non-feasible, and extreme values + df_train_clean = self.clean_data(df_train_raw, drop_records=True) + + # clean data to alter no data records, non-feasible, and extreme values + df_test_clean = self.clean_data(df_test_raw, drop_records=False) + + # extract the targets and features from the cleaned training data + df_train_extract_clean = self.extract_targets_features(df_train_clean) + + # extract the targets and features from the test data + df_test_extract_raw = self.extract_targets_features(df_test_raw) + + # extract the targets and features from the cleaned test data + df_test_extract_clean = self.extract_targets_features(df_test_clean) + + return df_train_extract_clean, df_test_extract_raw, df_test_extract_clean
+ + +
+[docs] + def fetch_read_file(self) -> pd.DataFrame: + """Get the input file from the data directory matching the region name and read it into a pandas data frame.""" + + file_pattern = os.path.join(self.data_dir, f"{self.region}_*.csv") + + # get file list from the data directory using the pattern + file_list = glob.glob(file_pattern) + + # raise error if no files are found + if len(file_list) == 0: + msg = f"No data files were found for region '{self.region}' in directory '{self.data_dir}'." + raise FileNotFoundError(msg) + + # raise error if more than one file was found + if len(file_list) > 1: + msg = f"More than one data files were found for region '{self.region}' in directory '{self.data_dir}'." + raise ValueError(msg) + + # log feedback to user if desired + if self.verbose: + print(f"Processing file: {file_list[0]}") + + return pd.read_csv(file_list[0])
+ + +
+[docs] + def format_filter_data(self, df: pd.DataFrame) -> pd.DataFrame: + """Format the input data file. Filter data by user provided date range and sort in + ascending order by the timestamp. + + :param df: Data frame for the target region + :type df: pd.DataFrame + + :return: Formatted data frame + + """ + + # rename columns to default or user desired + df.rename(columns=self.data_column_rename_dict, inplace=True) + + # generate datetime timestamp field + df[self.DATETIME_FIELD] = pd.to_datetime(df[self.expected_datetime_columns]) + + # filter by date range + df = df.loc[(df[self.DATETIME_FIELD] >= self.start_time) & (df[self.DATETIME_FIELD] <= self.end_time)].copy() + + # sort values by timestamp + df.sort_values(by=[self.DATETIME_FIELD], inplace=True) + + # reset and drop index + df.reset_index(drop=True, inplace=True) + + return df
+ + +
+[docs] + def breakout_day_designation(self, df: pd.DataFrame) -> pd.DataFrame: + """Add a field for weekday, each day of the week, and holidays to the data frame. + + Weekdays are designated as 1 for weekdays (Mon through Fri) and weekends are designated as 0 (Sat and Sun). + Each day of the week is given its own field which has a 1 if the record is in that day and a 0 if not. + Holidays are set to 1 to indicate a US Federal holiday and 0 if not. + + :param df: Data frame for the target region. + :type df: pd.DataFrame + + :return: [0] Formatted data frame + [1] List of extended x_variables + + """ + + # create an array of day of the week values from the timestamp; 0 = Monday ... 6 = Sunday + day_of_week_arr = df[self.DATETIME_FIELD].dt.dayofweek.values + + # adjust to specify weekdays (Mon through Fri) as 1 and weekends (Sat and Sun) as 0 + df[self.WEEKDAY_FIELD] = np.where(day_of_week_arr <= 4, 1, 0) + + # add a field for each day of the week and populate with 1 if the record is the day and 0 if not + for index, i in enumerate(self.day_list): + df[i] = np.where(day_of_week_arr == index, 1, 0) + + # build a sorted range of years in the data frame + years_arr = np.sort(df[self.DATETIME_FIELD].dt.year.unique()) + + # identify the US holidays for the years in the data frame + holiday_list = holidays.US(years=years_arr) + + # add a field designating whether the day is a US holiday where 1 == yes and 0 == no + df[self.HOLIDAY_FIELD] = df[self.DATETIME_FIELD].dt.date.isin(holiday_list) * 1 + + # extend the x_variables list to include the new predictive fields + self.x_variables.extend([self.WEEKDAY_FIELD, self.HOLIDAY_FIELD]) + + return df
+ + +
+[docs] + def split_train_test(self, df: pd.DataFrame): + """Split the data frame into test and training data based on a datetime. + + :param df: Input data frame for the target region. + :type df: pd.DataFrame + + :return: [0] training data frame + [1] testing data frame + + """ + + # extract datetime less than or equal to the user provided split datetime as training data + df_train = df.loc[df[self.DATETIME_FIELD] <= self.split_datetime].copy() + + # extract datetime greater than the user provided split datetime as test data + df_test = df.loc[df[self.DATETIME_FIELD] > self.split_datetime].copy() + + return df_train, df_test
+ + +
+[docs] + def iqr_outlier_detection(self, + df: pd.DataFrame, + drop_records: bool = True, + scale_constant: float = 3.5) -> pd.DataFrame: + """Outlier detection using interquartile range (IQR). Drops or adjusts outliers that are outside + the acceptable range, NaN, or at or below 0. + + :param df: Input data frame for the target region. + :type df: pd.DataFrame + + :param drop_records: If True, drop records; else, alter records + :type drop_records: bool + + :param scale_constant: Scale factor controlling the sensitivity of the IQR to outliers + :type scale_constant: float + + :return: Processed data frame + + """ + + # prediction variable name + feature_field = self.y_variables[0] + + # drop nan rows and above 0 rows to calculate IQR + dfx = df.loc[(~df[feature_field].isnull()) & (df[feature_field] > 0)].copy() + + # extract an array of values for the target field + arr = dfx[feature_field].values + + # sort values + arr_sort = np.sort(arr) + + # get first and third quartile + q1, q3 = np.percentile(arr_sort, [25, 75]) + + # calc IQR + iqr = q3 - q1 + + # calculate upper and lower bounds + lower_bound = q1 - (scale_constant * iqr) + upper_bound = q3 + (scale_constant * iqr) + + if self.verbose: + print(f"Q1: {q1}, Q3: {q3}, IQR: {iqr}") + print(f"Lower: {lower_bound}, Upper: {upper_bound}") + + if drop_records: + return df.loc[(df[feature_field] >= lower_bound) & + (df[feature_field] <= upper_bound) & + (~df[feature_field].isnull()) & + (df[feature_field] > 0)].copy() + + else: + df[feature_field] = np.where((df[feature_field] <= lower_bound) | + (df[feature_field] >= upper_bound) | + (df[feature_field].isnull()) | + (df[feature_field] <= 0), + self.nodata_value, + df[feature_field]) + + return df
+ + +
+[docs] + def clean_data(self, + df: pd.DataFrame, + drop_records: bool = True, + iqr_scale_constant: float = 3.5) -> pd.DataFrame: + """Clean data based on criteria for handling NoData and extreme values. + + :param df: Input data frame for the target region. + :type df: pd.DataFrame + + :param drop_records: If True, drop records; else, alter records + :type drop_records: bool + + :param iqr_scale_constant: Scale factor controlling the sensitivity of the IQR to outliers + :type iqr_scale_constant: float + + :return: Processed data frame + + """ + + # generate a copy of the input data frame + dfx = df.copy() + + # number of rows in the data frame + pre_drop_n = df.shape[0] + + if drop_records: + + # drop any outliers + df = self.iqr_outlier_detection(df=dfx, drop_records=drop_records, scale_constant=iqr_scale_constant) + + if self.verbose: + print(f"Dropped {pre_drop_n - dfx.shape[0]} row(s)") + + else: + + df = self.iqr_outlier_detection(df=dfx, drop_records=drop_records, scale_constant=iqr_scale_constant) + + return df
+ + +
+[docs] + def extract_targets_features(self, df) -> pd.DataFrame: + """Keep datetime, target, and feature fields. + + :param df: Input data frame for the target region. + :type df: pd.DataFrame + + """ + + # generate a list of field names to keep + keep_fields = [self.DATETIME_FIELD] + self.x_variables + self.y_variables + + # extract desired fields + return df[keep_fields]
+
+ + + +
+[docs] +class DatasetPredict(DefaultSettings): + """Clean and format input weather data for use in predictive models. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param year: Target year to use in YYYY format. + :type year: int + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + :param datetime_field_name: Name of the datetime field. + :type datetime_field_name: str + + """ + + def __init__(self, + region: str, + year: int, + data_dir: str, + datetime_field_name: str = "Time_UTC", + **kwargs): + + self.region = region + self.year = year + self.data_dir = data_dir + self.datetime_field_name = datetime_field_name + + # get the parent class attributes and methods + super().__init__(region=region, + data_dir=data_dir, + **kwargs) + + # populate class attributes for data + self.df_data = self.generate_data() + + # break out training and testing targets and features into individual data frames + self.x_data = self.df_data[self.x_variables].values + + # reset index for test data + self.df_data.reset_index(drop=True, inplace=True) + +
+[docs] + def generate_data(self): + """Workhorse function to clean and format input data for use in the predictive model.""" + + # get the input file from the data directory matching the region name and read it into a data frame + df = self.fetch_read_file() + + # format the input data file + df_filtered = self.format_filter_data(df) + + # add fields for weekday, each day of the week, and holidays to the data frame; also adds "Weekday" and + # "Holidays" as fields to the x_variables list + if self.add_dayofweek_xvars: + df_filtered = self.breakout_day_designation(df_filtered) + + # clean data to alter no data records, non-feasible, and extreme values + df_test_clean = self.clean_data(df_filtered, drop_records=False) + + # extract the targets and features from the cleaned test data + df_test_extract_clean = self.extract_targets_features(df_test_clean) + + return df_test_extract_clean
+ + +
+[docs] + def fetch_read_file(self) -> pd.DataFrame: + """Get the input file from the data directory matching the region name and year + and read it into a pandas data frame. + + """ + + file_pattern = os.path.join(self.data_dir, f"{self.region}_*_{self.year}.csv") + + # get file list from the data directory using the pattern + file_list = glob.glob(file_pattern) + + # raise error if no files are found + if len(file_list) == 0: + msg = f"No data files were found for region '{self.region}' and year '{self.year}' in directory '{self.data_dir}'." + raise FileNotFoundError(msg) + + # raise error if more than one file was found + if len(file_list) > 1: + msg = f"More than one data files were found for region '{self.region}' and year '{self.year}' in directory '{self.data_dir}'." + raise ValueError(msg) + + # log feedback to user if desired + if self.verbose: + print(f"Processing file: {file_list[0]}") + + return pd.read_csv(file_list[0])
+ + +
+[docs] + def format_filter_data(self, df: pd.DataFrame) -> pd.DataFrame: + """Format the input data file. Filter data by user provided date range and sort in + ascending order by the timestamp. + + :param df: Data frame for the target region + :type df: pd.DataFrame + + :return: Formatted data frame + + """ + + # rename columns to default or user desired + df.rename(columns=self.data_column_rename_dict, inplace=True) + + # generate datetime timestamp field + df[self.DATETIME_FIELD] = pd.to_datetime(df[self.datetime_field_name]) + + # break out date time fields + df[self.year_field_name] = df[self.DATETIME_FIELD].dt.year + df[self.month_field_name] = df[self.DATETIME_FIELD].dt.month + df[self.hour_field_name] = df[self.DATETIME_FIELD].dt.hour + + # sort values by timestamp + df.sort_values(by=[self.DATETIME_FIELD], inplace=True) + + # reset and drop index + df.reset_index(drop=True, inplace=True) + + return df
+ + +
+[docs] + def breakout_day_designation(self, df: pd.DataFrame) -> pd.DataFrame: + """Add a field for weekday, each day of the week, and holidays to the data frame. + + Weekdays are designated as 1 for weekdays (Mon through Fri) and weekends are designated as 0 (Sat and Sun). + Each day of the week is given its own field which has a 1 if the record is in that day and a 0 if not. + Holidays are set to 1 to indicate a US Federal holiday and 0 if not. + + :param df: Data frame for the target region. + :type df: pd.DataFrame + + :return: [0] Formatted data frame + [1] List of extended x_variables + + """ + + # create an array of day of the week values from the timestamp; 0 = Monday ... 6 = Sunday + day_of_week_arr = df[self.DATETIME_FIELD].dt.dayofweek.values + + # adjust to specify weekdays (Mon through Fri) as 1 and weekends (Sat and Sun) as 0 + df[self.WEEKDAY_FIELD] = np.where(day_of_week_arr <= 4, 1, 0) + + # add a field for each day of the week and populate with 1 if the record is the day and 0 if not + for index, i in enumerate(self.day_list): + df[i] = np.where(day_of_week_arr == index, 1, 0) + + # build a sorted range of years in the data frame + years_arr = np.sort(df[self.DATETIME_FIELD].dt.year.unique()) + + # identify the US holidays for the years in the data frame + holiday_list = holidays.US(years=years_arr) + + # add a field designating whether the day is a US holiday where 1 == yes and 0 == no + df[self.HOLIDAY_FIELD] = df[self.DATETIME_FIELD].dt.date.isin(holiday_list) * 1 + + # extend the x_variables list to include the new predictive fields + self.x_variables.extend([self.WEEKDAY_FIELD, self.HOLIDAY_FIELD]) + + return df
+ + +
+[docs] + def clean_data(self, df: pd.DataFrame, drop_records: bool = True) -> pd.DataFrame: + """Clean data based on criteria for handling NoData and extreme values. + + :param df: Input data frame for the target region. + :type df: pd.DataFrame + + :param drop_records: If True, drop records; else, alter records + :type drop_records: bool + + :return: Processed data frame + + """ + + if drop_records: + + # drop records containing any native np.nan + df.drop(df.index[np.where(np.isnan(df))[0]], inplace=True) + + return df
+ + +
+[docs] + def extract_targets_features(self, df) -> pd.DataFrame: + """Keep datetime, target, and feature fields. + + :param df: Input data frame for the target region. + :type df: pd.DataFrame + + """ + + # generate a list of field names to keep + keep_fields = [self.DATETIME_FIELD] + self.x_variables + + # extract desired fields + return df[keep_fields]
+
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/mlp_train.html b/_modules/tell/mlp_train.html new file mode 100644 index 00000000..62039982 --- /dev/null +++ b/_modules/tell/mlp_train.html @@ -0,0 +1,445 @@ + + + + + + tell.mlp_train — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.mlp_train

+import numpy as np
+import pandas as pd
+
+from typing import Union
+from joblib import Parallel, delayed
+from sklearn.neural_network import MLPRegressor as MLP
+
+from tell.mlp_prepare_data import DatasetTrain, DefaultSettings
+from tell.mlp_utils import normalize_features, denormalize_features, pickle_model, evaluate, pickle_normalization_dict
+
+
+
+[docs] +def train_mlp_model(region: str, + x_train: np.ndarray, + y_train: np.ndarray, + x_test: np.ndarray, + mlp_hidden_layer_sizes: int, + mlp_max_iter: int, + mlp_validation_fraction: float, + save_model: bool = False, + model_output_directory: Union[str, None] = None) -> np.ndarray: + """Trains the MLP model. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param x_train: Training features + :type x_train: np.ndarray + + :param y_train: Training targets + :type y_train: np.ndarray + + :param x_test: Test features + :type x_test: np.ndarray + + :param mlp_hidden_layer_sizes: The ith element represents the number of neurons in the ith hidden layer. + :type mlp_hidden_layer_sizes: int + + :param mlp_max_iter: Maximum number of iterations. The solver iterates until convergence + (determined by ‘tol’) or this number of iterations. For stochastic solvers + (‘sgd’, ‘adam’), note that this determines the number of epochs (how many + times each data point will be used), not the number of gradient steps. + :type mlp_max_iter: int + + :param mlp_validation_fraction: The proportion of training data to set aside as validation set for early + stopping. Must be between 0 and 1. + :type mlp_validation_fraction: float + + :param save_model: Choice to write ML models to a pickled file via joblib. + :type save_model: bool + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: Union[str, None] + + :return: y_p: np.ndarray -> predictions over test set + + """ + + # instantiate the MLP model + mlp = MLP(hidden_layer_sizes=int(mlp_hidden_layer_sizes), + max_iter=int(mlp_max_iter), + validation_fraction=mlp_validation_fraction) + + # fit the model to data matrix X (training features) and target Y (training targets) + mlp.fit(x_train, y_train) + + # predict using the multi-layer perceptron model using the test features + y_p = mlp.predict(x_test) + + # write the model to file if desired + if save_model: + pickle_model(region=region, + model_object=mlp, + model_name="multi-layer-perceptron-regressor", + model_output_directory=model_output_directory) + + return y_p
+ + + +
+[docs] +def train(region: str, + data_dir: str, + **kwargs): + """Generate predictions for MLP model for a target region from an input CSV file. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + :param mlp_hidden_layer_sizes: The ith element represents the number of neurons in the ith hidden layer. + :type mlp_hidden_layer_sizes: Optional[int] + + :param mlp_max_iter: Maximum number of iterations. The solver iterates until convergence + (determined by ‘tol’) or this number of iterations. For stochastic solvers + (‘sgd’, ‘adam’), note that this determines the number of epochs (how many + times each data point will be used), not the number of gradient steps. + :type mlp_max_iter: Optional[int] + + :param mlp_validation_fraction: The proportion of training data to set aside as validation set for early + stopping. Must be between 0 and 1. + :type mlp_validation_fraction: Optional[float] + + :param data_column_rename_dict: Dictionary for the field names present in the input CSV file (keys) to what the + code expects them to be (values). + :type data_column_rename_dict: Optional[dict[str]] + + :param expected_datetime_columns: Expected names of the date time columns in the input CSV file. + :type expected_datetime_columns: Optional[list[str]] + + :param hour_field_name: Field name of the hour field in the input CSV file. + :type hour_field_name: Optional[str] + + :param month_field_name: Field name of the month field in the input CSV file. + :type month_field_name: Optional[str] + + :param x_variables: Target variable list. + :type x_variables: Optional[list[str]] + + :param add_dayofweek_xvars: True if the user wishes to add weekday and holiday targets to the x variables. + :type add_dayofweek_xvars: Optional[bool] + + :param y_variables: Feature variable list. + :type y_variables: Optional[list[str]] + + :param day_list: List of day abbreviations and their order. + :type day_list: Optional[list[str]] + + :param start_time: Timestamp showing the datetime of for the run to start + (e.g., 2016-01-01 00:00:00). + :type start_time: Optional[str] + + :param end_time: Timestamp showing the datetime of for the run to end + (e.g., 2019-12-31 23:00:00). + :type end_time: Optional[str] + + :param split_datetime: Timestamp showing the datetime to split the train and test data by + (e.g., 2018-12-31 23:00:00). + :type split_datetime: Optional[str] + + :param nodata_value: No data value in the input CSV file. + :type nodata_value: Optional[int] + + :param seed_value: Seed value to reproduce randomization. + :type seed_value: Optional[int] + + :param save_model: Choice to write ML models to a pickled file via joblib. + :type save_model: bool + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: Union[str, None] + + :param verbose: Choice to see logged outputs. + :type verbose: bool + + :return: [0] Predictions as a dataframe + [1] Summary statistics as a dataframe + + """ + + # get project level settings data + settings = DefaultSettings(region=region, + data_dir=data_dir, + **kwargs) + + # set random seed + np.random.seed(settings.seed_value) + + # prepare data for MLP model + data_mlp = DatasetTrain(region=region, + data_dir=data_dir, + **kwargs) + + # scale model features and targets for the MLP model + normalized_dict = normalize_features(x_train=data_mlp.x_train, + x_test=data_mlp.x_test, + y_train=data_mlp.y_train, + y_test=data_mlp.y_test) + + if settings.save_model: + pickle_normalization_dict(region=region, + normalization_dict=normalized_dict, + model_output_directory=settings.model_output_directory) + + # unpack normalized data needed to run the MLP model + x_train_norm = normalized_dict.get("x_train_norm") + y_train_norm = normalized_dict.get("y_train_norm") + x_test_norm = normalized_dict.get("x_test_norm") + + # run the MLP model + y_predicted_normalized = train_mlp_model(region=region, + x_train=x_train_norm, + y_train=y_train_norm.squeeze(), + x_test=x_test_norm, + mlp_hidden_layer_sizes=settings.mlp_hidden_layer_sizes, + mlp_max_iter=settings.mlp_max_iter, + mlp_validation_fraction=settings.mlp_validation_fraction, + save_model=settings.save_model, + model_output_directory=settings.model_output_directory) + + # denormalize predicted data + prediction_df = denormalize_features(region=region, + normalized_dict=normalized_dict, + y_predicted_normalized=y_predicted_normalized, + y_comparison=data_mlp.y_test, + datetime_arr=data_mlp.df_test[settings.DATETIME_FIELD].values) + + # generate evaluation stats + performance_df = evaluate(region=region, + y_predicted=prediction_df["predictions"].values, + y_comparison=data_mlp.y_comp) + + return prediction_df, performance_df
+ + + +
+[docs] +def train_batch(target_region_list: list, + data_dir: str, + n_jobs: int = -1, + **kwargs): + """Generate predictions for MLP model for a target region from an input CSV file. + + :param target_region_list: List of names indicating region / balancing authority we want to train and test + on. Must match with string in CSV files. + :type target_region_list: list + + :param data_dir: Full path to the directory that houses the input CSV files. + :type data_dir: str + + :param n_jobs: The maximum number of concurrently running jobs, such as the number of Python + worker processes when backend=”multiprocessing” or the size of the thread-pool + when backend=”threading”. If -1 all CPUs are used. If 1 is given, no parallel + computing code is used at all, which is useful for debugging. For n_jobs + below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs + but one are used. None is a marker for ‘unset’ that will be interpreted as + n_jobs=1 (sequential execution) unless the call is performed under a + parallel_backend context manager that sets another value for n_jobs. + :type n_jobs: int + + :param mlp_hidden_layer_sizes: The ith element represents the number of neurons in the ith hidden layer. + :type mlp_hidden_layer_sizes: Optional[int] + + :param mlp_max_iter: Maximum number of iterations. The solver iterates until convergence + (determined by ‘tol’) or this number of iterations. For stochastic solvers + (‘sgd’, ‘adam’), note that this determines the number of epochs (how many + times each data point will be used), not the number of gradient steps. + :type mlp_max_iter: Optional[int] + + :param mlp_validation_fraction: The proportion of training data to set aside as validation set for early + stopping. Must be between 0 and 1. + :type mlp_validation_fraction: Optional[float] + + :param data_column_rename_dict: Dictionary for the field names present in the input CSV file (keys) to what the + code expects them to be (values). + :type data_column_rename_dict: Optional[dict[str]] + + :param expected_datetime_columns: Expected names of the date time columns in the input CSV file. + :type expected_datetime_columns: Optional[list[str]] + + :param hour_field_name: Field name of the hour field in the input CSV file. + :type hour_field_name: Optional[str] + + :param month_field_name: Field name of the month field in the input CSV file. + :type month_field_name: Optional[str] + + :param x_variables: Target variable list. + :type x_variables: Optional[list[str]] + + :param add_dayofweek_xvars: True if the user wishes to add weekday and holiday targets to the x variables. + :type add_dayofweek_xvars: Optional[bool] + + :param y_variables: Feature variable list. + :type y_variables: Optional[list[str]] + + :param day_list: List of day abbreviations and their order. + :type day_list: Optional[list[str]] + + :param start_time: Timestamp showing the datetime of for the run to start + (e.g., 2016-01-01 00:00:00). + :type start_time: Optional[str] + + :param end_time: Timestamp showing the datetime of for the run to end + (e.g., 2019-12-31 23:00:00). + :type end_time: Optional[str] + + :param split_datetime: Timestamp showing the datetime to split the train and test data by + (e.g., 2018-12-31 23:00:00). + :type split_datetime: Optional[str] + + :param nodata_value: No data value in the input CSV file. + :type nodata_value: Optional[int] + + :param seed_value: Seed value to reproduce randomization. + :type seed_value: Optional[int] + + :param save_model: Choice to write ML models to a pickled file via joblib. + :type save_model: bool + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: Union[str, None] + + :param verbose: Choice to see logged outputs. + :type verbose: bool + + """ + + # run all regions in target list in parallel + results = Parallel(n_jobs=n_jobs, backend="loky")(delayed(train)(region=region, + data_dir=data_dir, + **kwargs) for region in target_region_list) + + # aggregate outputs + for index, i in enumerate(results): + + if index == 0: + prediction_df = i[0] + performance_df = i[1] + else: + prediction_df = pd.concat([prediction_df, i[0]]) + performance_df = pd.concat([performance_df, i[1]]) + + return prediction_df, performance_df
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/mlp_utils.html b/_modules/tell/mlp_utils.html new file mode 100644 index 00000000..815a203b --- /dev/null +++ b/_modules/tell/mlp_utils.html @@ -0,0 +1,463 @@ + + + + + + tell.mlp_utils — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.mlp_utils

+import os
+import pkg_resources
+from typing import Union
+
+import joblib
+import numpy as np
+import pandas as pd
+import sklearn
+import yaml
+from sklearn.metrics import r2_score, mean_squared_error, mean_absolute_percentage_error
+
+
+
+[docs] +def get_balancing_authority_to_model_dict(): + """Return a list of balancing authority abbreviations.""" + + ba_file = pkg_resources.resource_filename("tell", "data/balancing_authority_modeled.yml") + + # read into a dictionary + with open(ba_file, 'r') as yml: + return yaml.load(yml, Loader=yaml.FullLoader)
+ + + +
+[docs] +def normalize_prediction_data(data_arr: np.ndarray, + min_train_arr: np.ndarray, + max_train_arr: np.ndarray) -> np.ndarray: + """Normalize target data using exising min, max for training data. + + :param data_arr: Array of target data + :type data_arr: np.ndarray + + :param min_train_arr: Array of previously trained minimum target data + :type min_train_arr: np.ndarray + + :param max_train_arr: Array of previously trained minimum target data + :type max_train_arr: np.ndarray + + """ + + return np.divide((data_arr - min_train_arr), (max_train_arr - min_train_arr))
+ + + +
+[docs] +def normalize_features(x_train: np.ndarray, + x_test: np.ndarray, + y_train: np.ndarray, + y_test: np.ndarray) -> dict: + """Normalize the features and targets of the model. + + :param x_train: Training features + :type x_train: np.ndarray + + :param x_test: Test features + :type x_test: np.ndarray + + :param y_train: Training targets + :type y_train: np.ndarray + + :param y_test: Training targets + :type y_test: np.ndarray + + :return: Dictionary of scaled features + + """ + + # get the min and max of each variable in each array + min_x_train = np.min(x_train, axis=0) + max_x_train = np.max(x_train, axis=0) + min_y_train = np.min(y_train, axis=0) + max_y_train = np.max(y_train, axis=0) + + # normalize + x_train_norm = np.divide((x_train - min_x_train), (max_x_train - min_x_train)) + x_test_norm = np.divide((x_test - min_x_train), (max_x_train - min_x_train)) + y_train_norm = np.divide((y_train - min_y_train), (max_y_train - min_y_train)) + + if y_test is not None: + y_test_norm = np.divide((y_test - min_y_train), (max_y_train - min_y_train)) + else: + y_test_norm = None + + dict_out = { + "min_x_train": min_x_train, + "max_x_train": max_x_train, + "min_y_train": min_y_train, + "max_y_train": max_y_train, + "x_train_norm": x_train_norm, + "y_train_norm": y_train_norm, + "x_test_norm": x_test_norm, + "y_test_norm": y_test_norm + } + + return dict_out
+ + + +
+[docs] +def denormalize_features(region: str, + normalized_dict: dict, + y_predicted_normalized: np.ndarray, + y_comparison: np.ndarray, + datetime_arr: np.ndarray) -> pd.DataFrame: + """Function to denormalize the predictions of the model. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param normalized_dict: Dictionary output from normalization function. + :type normalized_dict: dict + + :param y_predicted_normalized: Normalized predictions over the test set. + :type y_predicted_normalized: np.ndarray + + :param y_comparison: Testing data to compare predictions to. + :type y_comparison: np.ndarray + + :param datetime_arr: Array of datetimes corresponding to the predictions. + :type datetime_arr: np.ndarray + + :return: Denormalized predictions + + """ + + # denormalize predicted Y + y_p = y_predicted_normalized * (normalized_dict["max_y_train"] - normalized_dict["min_y_train"]) + normalized_dict["min_y_train"] + + # create data frame with datetime attached + df = pd.DataFrame({"datetime": datetime_arr, "predictions": y_p, "ground_truth": np.squeeze(y_comparison)}) + + # add in region field + df["region"] = region + + return df
+ + + +
+[docs] +def pickle_model(region: str, + model_object: object, + model_name: str, + model_output_directory: Union[str, None]): + """Pickle model to file using joblib. Version of scikit-learn is included in the file name as a compatible + version is required to reload the data safely. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param model_object: scikit-learn model object. + :type model_object: object + + :param model_name: Name of sklearn model. + :type model_name: str + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: str + + """ + + # build output file name + basename = f"{region}_{model_name}_scikit-learn-version-{sklearn.__version__}.joblib" + output_file = os.path.join(model_output_directory, basename) + + # dump model to file + joblib.dump(model_object, output_file)
+ + + +
+[docs] +def load_model(model_file: str) -> object: + """Load pickled model from file using joblib. Version of scikit-learn is included in the file name as a compatible + version is required to reload the data safely. + + :param model_file: Full path with filename an extension to the joblib pickled model file. + :type model_file: str + + :return: Model as an object. + + """ + + # get version of scikit-learn and compare with the model from file to ensure compatibility + sk_model_version = os.path.splitext(model_file)[0].split('-')[-1] + + # get version of scikit-learn being used during runtime + sk_run_version = sklearn.__version__ + + if sk_model_version != sk_run_version: + msg = f"Incompatible scikit-learn version for saved model ({sk_model_version}) and current version ({sk_run_version})." + raise AssertionError(msg) + + # load model from + return joblib.load(model_file)
+ + + +
+[docs] +def load_predictive_models(region: str, + model_output_directory: Union[str, None]): + """Load predictive models and the normalization dictionary based off of what is stored in the package or from a + user provided directory. The scikit-learn version being used must match the one the model was generated with. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: Union[str, None] + + :return: [0] MLP model + [1] normalization dictionary + + """ + + # current scikit-learn version + sk_version = sklearn.__version__ + + # load the models from the package data if no alternate directory is passed + if len(model_output_directory) == 0: + + # get default model file + mlp_model_id = "multi-layer-perceptron-regressor" + mlp_model_file = os.path.join("data", "models", f"{region}_{mlp_model_id}_scikit-learn-version-{sk_version}.joblib") + mlp_model_path = pkg_resources.resource_filename("tell", mlp_model_file) + + else: + + # get provided model file + mlp_model_id = "multi-layer-perceptron-regressor" + mlp_model_file = f"{region}_{mlp_model_id}_scikit-learn-version-{sk_version}.joblib" + mlp_model_path = os.path.join(model_output_directory, mlp_model_file) + + # load the mlp model + mlp_model = load_model(model_file=mlp_model_path) + + # load the normalization dictionary + normalized_dict_file = os.path.join(model_output_directory, f"{region}_normalization_dict.joblib") + normalization_dict = load_normalization_dict(normalized_dict_file) + + return mlp_model, normalization_dict
+ + + +
+[docs] +def pickle_normalization_dict(region: str, + normalization_dict: dict, + model_output_directory: Union[str, None]): + """Pickle model to file using joblib. Version of scikit-learn is included in the file name as a compatible + version is required to reload the data safely. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param normalization_dict: Dictionary of normalization data + :type normalization_dict: dict + + :param model_output_directory: Full path to output directory where model file will be written. + :type model_output_directory: str + + """ + + # build output file name + basename = f"{region}_normalization_dict.joblib" + output_file = os.path.join(model_output_directory, basename) + + # dump dictionary to file + joblib.dump(value=normalization_dict, filename=output_file, compress=5)
+ + + +
+[docs] +def load_normalization_dict(file: str) -> dict: + """Load pickled model from file using joblib. + + :param file: Full path with file name and extension to the pickled normalization + dictionary + :type file: str + + :return: Normalization dictionary + + """ + + return joblib.load(file)
+ + + +
+[docs] +def evaluate(region: str, + y_predicted: np.ndarray, + y_comparison: np.ndarray) -> pd.DataFrame: + """Evaluation of model performance using the predicted compared to the test data. + + :param region: Indicating region / balancing authority we want to train and test on. + Must match with string in CSV files. + :type region: str + + :param y_predicted: Predicted Y result array. + :type y_predicted: np.ndarray + + :param y_comparison: Comparison test data for Y array. + :type y_comparison: np.ndarray + + :return: Data frame of stats. + + """ + + # remove all the no data values in the comparison test data + y_comparison = y_comparison.squeeze() + y_comp_clean_idx = np.where(~np.isnan(y_comparison)) + + y_comp = y_comparison[y_comp_clean_idx].squeeze() + + # get matching predicted data + y_pred = y_predicted[y_comp_clean_idx] + + # absolute RMSE + rms_abs = np.sqrt(mean_squared_error(y_pred, y_comp)) + + # RMSE normalized + rms_norm = rms_abs / np.mean(y_comp) + + # mean absolute percentage error + mape = mean_absolute_percentage_error(y_pred, y_comp) + + # R2 + r2_val = r2_score(y_pred, y_comp) + + stats_dict = {"BA": [region], + "RMS_ABS": [rms_abs], + "RMS_NORM": [rms_norm], + "MAPE": [mape], + "R2": [r2_val]} + + return pd.DataFrame(stats_dict)
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/package_data.html b/_modules/tell/package_data.html new file mode 100644 index 00000000..39b20887 --- /dev/null +++ b/_modules/tell/package_data.html @@ -0,0 +1,152 @@ + + + + + + tell.package_data — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.package_data

+import os
+import pkg_resources
+
+import yaml
+
+
+
+[docs] +def get_ba_abbreviations() -> list: + """Get balancing authority abbreviations from the reference YAML file. + + :return: List of BA abbreviations + + """ + + file_name = pkg_resources.resource_filename('tell', os.path.join('data', 'balancing_authority_names.yml')) + + yaml_dict = read_yaml(file_name) + + return [i for i in yaml_dict.keys()]
+ + + +
+[docs] +def read_yaml(yaml_file: str) -> dict: + """Read a YAML file. + + :param yaml_file: Full path with file name and extension to the input YAML file + :type yaml_file: str + + :return: Dictionary + + """ + + with open(yaml_file, 'r') as yml: + return yaml.load(yml, Loader=yaml.FullLoader)
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/states_fips_function.html b/_modules/tell/states_fips_function.html new file mode 100644 index 00000000..98ec9cb8 --- /dev/null +++ b/_modules/tell/states_fips_function.html @@ -0,0 +1,189 @@ + + + + + + tell.states_fips_function — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.states_fips_function

+
+[docs] +def state_metadata_from_state_abbreviation(state_abbreviation: str) -> tuple[int, str]: + """ + Define the state FIPS code and state name from a given state abbreviation. + + :param state_abbreviation: state abbreviation + :type state_abbreviation: str + + :return: [0] state FIPS code + [1] state name + + """ + + state_fips = None + state_name = None + + if state_abbreviation == 'AK': state_fips = 1000; state_name = 'Alaska' + if state_abbreviation == 'AL': state_fips = 1000; state_name = 'Alabama' + if state_abbreviation == 'AK': state_fips = 2000; state_name = 'Alaska' + if state_abbreviation == 'AZ': state_fips = 4000; state_name = 'Arizona' + if state_abbreviation == 'AR': state_fips = 5000; state_name = 'Arkansas' + if state_abbreviation == 'CA': state_fips = 6000; state_name = 'California' + if state_abbreviation == 'CO': state_fips = 8000; state_name = 'Colorado' + if state_abbreviation == 'CT': state_fips = 9000; state_name = 'Connecticut' + if state_abbreviation == 'DE': state_fips = 10000; state_name = 'Delaware' + if state_abbreviation == 'DC': state_fips = 11000; state_name = 'District of Columbia' + if state_abbreviation == 'FL': state_fips = 12000; state_name = 'Florida' + if state_abbreviation == 'GA': state_fips = 13000; state_name = 'Georgia' + if state_abbreviation == 'HI': state_fips = 15000; state_name = 'Hawaii' + if state_abbreviation == 'ID': state_fips = 16000; state_name = 'Idaho' + if state_abbreviation == 'IL': state_fips = 17000; state_name = 'Illinois' + if state_abbreviation == 'IN': state_fips = 18000; state_name = 'Indiana' + if state_abbreviation == 'IA': state_fips = 19000; state_name = 'Iowa' + if state_abbreviation == 'KS': state_fips = 20000; state_name = 'Kansas' + if state_abbreviation == 'KY': state_fips = 21000; state_name = 'Kentucky' + if state_abbreviation == 'LA': state_fips = 22000; state_name = 'Louisiana' + if state_abbreviation == 'ME': state_fips = 23000; state_name = 'Maine' + if state_abbreviation == 'MD': state_fips = 24000; state_name = 'Maryland' + if state_abbreviation == 'MA': state_fips = 25000; state_name = 'Massachusetts' + if state_abbreviation == 'MI': state_fips = 26000; state_name = 'Michigan' + if state_abbreviation == 'MN': state_fips = 27000; state_name = 'Minnesota' + if state_abbreviation == 'MS': state_fips = 28000; state_name = 'Mississippi' + if state_abbreviation == 'MO': state_fips = 29000; state_name = 'Missouri' + if state_abbreviation == 'MT': state_fips = 30000; state_name = 'Montana' + if state_abbreviation == 'NE': state_fips = 31000; state_name = 'Nebraska' + if state_abbreviation == 'NV': state_fips = 32000; state_name = 'Nevada' + if state_abbreviation == 'NH': state_fips = 33000; state_name = 'New Hampshire' + if state_abbreviation == 'NJ': state_fips = 34000; state_name = 'New Jersey' + if state_abbreviation == 'NM': state_fips = 35000; state_name = 'New Mexico' + if state_abbreviation == 'NY': state_fips = 36000; state_name = 'New York' + if state_abbreviation == 'NC': state_fips = 37000; state_name = 'North Carolina' + if state_abbreviation == 'ND': state_fips = 38000; state_name = 'North Dakota' + if state_abbreviation == 'OH': state_fips = 39000; state_name = 'Ohio' + if state_abbreviation == 'OK': state_fips = 40000; state_name = 'Oklahoma' + if state_abbreviation == 'OR': state_fips = 41000; state_name = 'Oregon' + if state_abbreviation == 'PA': state_fips = 42000; state_name = 'Pennsylvania' + if state_abbreviation == 'RI': state_fips = 44000; state_name = 'Rhode Island' + if state_abbreviation == 'SC': state_fips = 45000; state_name = 'South Carolina' + if state_abbreviation == 'SD': state_fips = 46000; state_name = 'South Dakota' + if state_abbreviation == 'TN': state_fips = 47000; state_name = 'Tennessee' + if state_abbreviation == 'TX': state_fips = 48000; state_name = 'Texas' + if state_abbreviation == 'UT': state_fips = 49000; state_name = 'Utah' + if state_abbreviation == 'VT': state_fips = 50000; state_name = 'Vermont' + if state_abbreviation == 'VA': state_fips = 51000; state_name = 'Virginia' + if state_abbreviation == 'WA': state_fips = 53000; state_name = 'Washington' + if state_abbreviation == 'WV': state_fips = 54000; state_name = 'West Virginia' + if state_abbreviation == 'WI': state_fips = 55000; state_name = 'Wisconsin' + if state_abbreviation == 'WY': state_fips = 56000; state_name = 'Wyoming' + + if state_fips is None: + raise KeyError(f"There are no FIPS codes available for state abbreviation: '{state_abbreviation}'.") + + return state_fips, state_name
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_modules/tell/visualization.html b/_modules/tell/visualization.html new file mode 100644 index 00000000..9cf9828d --- /dev/null +++ b/_modules/tell/visualization.html @@ -0,0 +1,882 @@ + + + + + + tell.visualization — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +

Source code for tell.visualization

+import os
+
+import numpy as np
+import pandas as pd
+import geopandas as gpd
+import matplotlib.pyplot as plt
+
+from glob import glob
+from mpl_toolkits.axes_grid1 import make_axes_locatable
+
+
+
+[docs] +def plot_ba_service_territory(ba_to_plot: str, year_to_plot: str, data_input_dir: str, image_output_dir: str, + image_resolution: int, save_images=False): + """Plot maps of the service territory for a given BA in a given year + + :param ba_to_plot: Code for the BA you want to plot + :type ba_to_plot: str + + :param year_to_plot: Year you want to plot (valid 2015-2019) + :type year_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the input directories based on the 'data_input_dir' variable: + shapefile_input_dir = os.path.join(data_input_dir, r'tell_raw_data', r'County_Shapefiles') + population_input_dir = os.path.join(data_input_dir, r'tell_raw_data', r'Population') + ba_service_territory_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'ba_service_territory') + + # Read in the county shapefile and reassign the 'FIPS' variable as integers: + counties_df = gpd.read_file(os.path.join(shapefile_input_dir, r'tl_2020_us_county.shp')).rename(columns={'GEOID': 'County_FIPS'}) + counties_df['County_FIPS'] = counties_df['County_FIPS'].astype(int) + + # Read in county populations file: + population_df = pd.read_csv(os.path.join(population_input_dir, r'county_populations_2000_to_2020.csv')) + + # Keep only the columns we need: + population_df = population_df[['county_FIPS', ('pop_' + year_to_plot)]].copy(deep=False) + + # Rename the columns: + population_df.rename(columns={"county_FIPS": "County_FIPS", ('pop_' + year_to_plot): "Population"}, inplace=True) + + # Read in the BA mapping file: + ba_mapping_df = pd.read_csv((os.path.join(ba_service_territory_input_dir, f'ba_service_territory_{str(year_to_plot)}.csv')), index_col=None, header=0) + + # Merge the ba_mapping_df and population_df together using county FIPS codes to join them: + ba_mapping_df = ba_mapping_df.merge(population_df, on='County_FIPS', how='left') + + # Merge the ba_mapping_df and counties_df together using county FIPS codes to join them: + counties_df = counties_df.merge(ba_mapping_df, on='County_FIPS', how='left') + + # Subset to only the BA you want to plot: + counties_subset_df = counties_df.loc[counties_df['BA_Code'] == ba_to_plot] + + # Create the figure: + fig, ax = plt.subplots(1, 1, figsize=(25, 10)) + divider = make_axes_locatable(ax) + cax = divider.append_axes("right", size="3%", pad=0.1) + ax1 = counties_subset_df.plot(column='Population', + cmap='GnBu', + ax=ax, + cax=cax, + edgecolor='grey', + linewidth=0.5, + legend=True, + legend_kwds={'label': ('County Population in ' + year_to_plot), 'orientation': 'vertical'}) + ax1.set_title((ba_to_plot + ' Service Territory in ' + year_to_plot)) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + filename = (ba_to_plot + '_Service_Territory_' + year_to_plot + '.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ + + +
+[docs] +def plot_mlp_summary_statistics(validation_df, image_output_dir: str, image_resolution: int, save_images=False): + """Plot the summary statistics of the MLP evaluation data across BAs + + :param validation_df: Validation dataframe produced by the batch training of MLP models for all BAs + :type validation_dft: df + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Create an x-axis the length of the dataframe to be used in plotting: + x_axis = np.arange(len(validation_df)) + + # Make the plot: + plt.figure(figsize=(25, 10)) + plt.subplot(221) + plt.bar(x_axis, validation_df.sort_values(by=['R2'], ascending=True)['R2'], 0.75) + plt.xticks(x_axis, validation_df.sort_values(by=['R2'], ascending=True)['BA'], rotation=90) + plt.grid() + plt.xlabel('Balancing Authority') + plt.ylabel('R2 Score') + plt.title('Coefficient of Determination') + + plt.subplot(222) + plt.bar(x_axis, validation_df.sort_values(by=['MAPE'], ascending=True)['MAPE'], 0.75) + plt.xticks(x_axis, validation_df.sort_values(by=['MAPE'], ascending=True)['BA'], rotation=90) + plt.grid() + plt.xlabel('Balancing Authority') + plt.ylabel('MAPE') + plt.title('Mean Absolute Percentage Error') + + plt.subplot(223) + plt.bar(x_axis, validation_df.sort_values(by=['RMS_ABS'], ascending=True)['RMS_ABS'], 0.75) + plt.xticks(x_axis, validation_df.sort_values(by=['RMS_ABS'], ascending=True)['BA'], rotation=90) + plt.grid() + plt.xlabel('Balancing Authority') + plt.ylabel('Absolute RMS Error [MWh]') + plt.title('Absolute Root-Mean-Squared Error') + + plt.subplot(224) + plt.bar(x_axis, validation_df.sort_values(by=['RMS_NORM'], ascending=True)['RMS_NORM'], 0.75) + plt.xticks(x_axis, validation_df.sort_values(by=['RMS_NORM'], ascending=True)['BA'], rotation=90) + plt.grid() + plt.xlabel('Balancing Authority') + plt.ylabel('Normalized RMS Error') + plt.title('Normalized Root-Mean-Squared Error') + + plt.subplots_adjust(wspace=0.15, hspace=0.4) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images: + plt.savefig(os.path.join(image_output_dir, 'MLP_Summary_Statistics.png'), dpi=image_resolution, + bbox_inches='tight', facecolor='white')
+ + + +
+[docs] +def plot_mlp_errors_vs_load(prediction_df, validation_df, image_output_dir: str, image_resolution: int, save_images=False): + """Plot the summary statistics of the MLP evaluation data as a function of mean load + + :param prediction_df: Prediction dataframe produced by the batch training of MLP models for all BAs + :type prediction_df: df + + :param validation_df: Validation dataframe produced by the batch training of MLP models for all BAs + :type validation_df: df + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Compute the mean hourly load for each BA: + prediction_df['Mean_Load_MWh'] = prediction_df.groupby('region')['predictions'].transform('mean') + + # Rename the region variable: + prediction_df.rename(columns={'region': 'BA'}, inplace=True) + + # Keep on the variables we need: + mean_load_df = prediction_df[['BA', 'Mean_Load_MWh']].copy().drop_duplicates() + + # Merge the mean load data into the validation dataframe: + validation_df = validation_df.merge(mean_load_df, on=['BA']) + + # Make the plot: + plt.figure(figsize=(25, 10)) + plt.subplot(221) + plt.scatter(validation_df['Mean_Load_MWh'], validation_df['R2'], s=15, c='blue') + plt.grid() + plt.xlabel('Mean Hourly Load [MWh]') + plt.ylabel('R2 Score') + plt.title('Coefficient of Determination') + + plt.subplot(222) + plt.scatter(validation_df['Mean_Load_MWh'], validation_df['MAPE'], s=15, c='blue') + plt.grid() + plt.xlabel('Mean Hourly Load [MWh]') + plt.ylabel('MAPE') + plt.title('Mean Absolute Percentage Error') + + plt.subplot(223) + plt.scatter(validation_df['Mean_Load_MWh'], validation_df['RMS_ABS'], s=15, c='blue') + plt.grid() + plt.xlabel('Mean Hourly Load [MWh]') + plt.ylabel('Absolute RMS Error [MWh]') + plt.title('Absolute Root-Mean-Squared Error') + + plt.subplot(224) + plt.scatter(validation_df['Mean_Load_MWh'], validation_df['RMS_NORM'], s=15, c='blue') + plt.grid() + plt.xlabel('Mean Hourly Load [MWh]') + plt.ylabel('Normalized RMS Error') + plt.title('Normalized Root-Mean-Squared Error') + + plt.subplots_adjust(wspace=0.15, hspace=0.4) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images: + plt.savefig(os.path.join(image_output_dir, 'MLP_Summary_Statistics_vs_Load.png'), dpi=image_resolution, + bbox_inches='tight', facecolor='white') + + return validation_df
+ + + +
+[docs] +def plot_mlp_ba_time_series(prediction_df, ba_to_plot: str, + image_output_dir: str, image_resolution: int, save_images=False): + """Plot the performance metrics for an individual BA + + :param prediction_df: Prediction dataframe produced by the batch training of MLP models for all BAs + :type prediction_df: df + + :param ba_to_plot: Code for the BA you want to plot + :type ba_to_plot: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Rename the region variable: + prediction_df.rename(columns={'region': 'BA'}, inplace=True) + + # Subset to just the data for the BA you want to plot + subset_df = prediction_df[prediction_df['BA'].isin([ba_to_plot])] + + one_to_one = np.arange(0, 200000, 1000) + + # Make the plot: + plt.figure(figsize=(25, 10)) + plt.subplot(211) + plt.plot(subset_df['datetime'], subset_df['ground_truth'], 'r', linewidth=0.5, label='Observed') + plt.plot(subset_df['datetime'], subset_df['predictions'], 'b', linewidth=0.5, label='Predicted') + plt.xlim(subset_df['datetime'].dropna().min(), subset_df['datetime'].dropna().max()) + plt.legend() + plt.xlabel('Time') + plt.ylabel('Demand [MWh]') + plt.title('Hourly Demand Time Series in ' + ba_to_plot) + + plt.subplot(223) + plt.hist(subset_df['ground_truth'], bins=40, density=True, histtype='step', edgecolor = 'r', label='Observed', linewidth=3) + plt.hist(subset_df['predictions'], bins=40, density=True, histtype='step', edgecolor = 'b', label='Predicted', linewidth=3) + plt.legend() + plt.xlabel('Demand [MWh]') + plt.ylabel('Frequency') + plt.title('Hourly Demand Distribution in ' + ba_to_plot) + + plt.subplot(224) + plt.scatter(subset_df['ground_truth'], subset_df['predictions'], s=15, c='blue', label='Hourly Sample') + plt.plot(one_to_one,one_to_one,'k', linewidth=3, label = '1:1') + plt.plot(one_to_one, (one_to_one*1.1), 'k', linewidth=3, linestyle='--', label = '1:1 - 10%') + plt.plot(one_to_one, (one_to_one*0.9), 'k', linewidth=3, linestyle='--', label = '1:1 + 10%') + plt.legend() + plt.xlim(0.98*subset_df[['ground_truth', 'predictions']].min().min(), 1.02*subset_df[['ground_truth', 'predictions']].max().max()) + plt.ylim(0.98*subset_df[['ground_truth', 'predictions']].min().min(), 1.02*subset_df[['ground_truth', 'predictions']].max().max()) + plt.xlabel('Observed Hourly Demand [MWh]') + plt.ylabel('Predicted Hourly Demand [MWh]') + plt.title('Hourly Demand Relationship in ' + ba_to_plot) + + plt.subplots_adjust(wspace=0.15, hspace=0.4) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images: + plt.savefig(os.path.join(image_output_dir, ba_to_plot + '_Time_Series.png'), dpi=image_resolution, + bbox_inches='tight', facecolor='white')
+ + + +
+[docs] +def plot_mlp_ba_peak_week(prediction_df, ba_to_plot: str, + image_output_dir: str, image_resolution: int, save_images=False): + """Plot the time-series of load during the peak week of the year for a given BA. + + :param prediction_df: Prediction dataframe produced by the batch training of MLP models for all BAs + :type prediction_df: df + + :param ba_to_plot: Code for the BA you want to plot + :type ba_to_plot: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Rename the region variable: + prediction_df.rename(columns={'region': 'BA'}, inplace=True) + + # Subset to just the data for the BA you want to plot + subset_df = prediction_df[prediction_df['BA'].isin([ba_to_plot])].copy() + + # Smooth the predictions using exponentially-weighted windows: + subset_df['Rolling_Mean'] = subset_df['predictions'].ewm(span=168).mean() + + # Find the index of the maximum value of the rolling mean: + index = subset_df['Rolling_Mean'].idxmax(axis=0) + if index > 84: + start = (index -84) + else: + start = 0 + + if index < (len(subset_df)-84): + end = (index + 84) + else: + end = len(subset_df) + + peak_df = subset_df[start:end] + + # Make the plot: + plt.figure(figsize=(25, 10)) + plt.plot(peak_df['datetime'], peak_df['ground_truth'], 'r', linewidth=3, label='Observed') + plt.plot(peak_df['datetime'], peak_df['predictions'], 'b', linewidth=3, label='Predicted') + plt.xlim(peak_df['datetime'].dropna().min(), peak_df['datetime'].dropna().max()) + plt.legend() + plt.xlabel('Time') + plt.ylabel('Demand [MWh]') + plt.title('Peak Demand Week in ' + ba_to_plot) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images: + plt.savefig(os.path.join(image_output_dir, ba_to_plot + '_Peak_Week.png'), dpi=image_resolution, + bbox_inches='tight', facecolor='white')
+ + + +
+[docs] +def plot_state_scaling_factors(year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, + data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False): + """Plot the scaling factor that force TELL annual total state loads to agree with GCAM-USA + + :param year_to_plot: Year you want to plot (valid 2039, 2059, 2079, 2099) + :type year_to_plot: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param scenario_to_plot: Scenario you want to plot + :type scenario_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the data input directories for the various variables you need: + tell_data_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'tell_output', scenario_to_plot, year_to_plot) + + # Read in the states shapefile and change the geolocation variable name to state FIPS code: + states_df = gpd.read_file(os.path.join(data_input_dir, r'tell_raw_data', r'State_Shapefiles', r'tl_2020_us_state.shp')).rename(columns={'GEOID': 'State_FIPS'}) + + # Convert the state FIPS code to an integer and multiply it by 1000: + states_df['State_FIPS'] = states_df['State_FIPS'].astype(int) * 1000 + + # Read in the 'TELL_State_Summary_Data' .csv file and reassign the 'State_FIPS' code as an integer: + state_summary_df = pd.read_csv((tell_data_input_dir + '/' + 'TELL_State_Summary_Data_' + year_to_plot + + '_Scaled_' + gcam_target_year + '.csv'), dtype={'State_FIPS': int}) + + # Merge the two dataframes together using state FIPS codes to join them: + states_df = states_df.merge(state_summary_df, on='State_FIPS', how='left') + + # Make the plot: + fig, ax = plt.subplots(1, 1, figsize=(25, 10)) + divider = make_axes_locatable(ax) + cax = divider.append_axes("right", size="3%", pad=0.1) + ax1 = states_df.plot(column='Scaling_Factor', + cmap='RdBu_r', + ax=ax, + cax=cax, + edgecolor='grey', + vmin=0.5, + vmax=1.5, + linewidth=0.5, + legend=True, + legend_kwds={'label': 'TELL Scaling Factor', 'orientation': 'vertical'}) + ax1.set_title(('State-Level Scaling Factors in ' + year_to_plot)) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + filename = ('TELL_State_Scaling_Factors_' + year_to_plot + '.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ + + +
+[docs] +def plot_state_annual_total_loads(year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, data_input_dir: str, + image_output_dir: str, image_resolution: int, save_images=False): + """Plot annual total loads from both GCAM-USA and TELL + + :param year_to_plot: Year you want to plot (valid 2039, 2059, 2079, 2099) + :type year_to_plot: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param scenario_to_plot: Scenario you want to plot + :type scenario_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the data input directories for the various variables you need: + tell_data_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'tell_output', scenario_to_plot, year_to_plot) + + # Read in the 'TELL_State_Summary_Data' .csv file and reassign the 'State_FIPS' code as an integer: + state_summary_df = pd.read_csv((tell_data_input_dir + '/' + 'TELL_State_Summary_Data_' + year_to_plot + + '_Scaled_' + gcam_target_year + '.csv'), dtype={'State_FIPS': int}) + + # Create an x-axis the length of the dataframe to be used in plotting: + x_axis = np.arange(len(state_summary_df)) + + # Make the plot: + plt.figure(figsize=(25, 10)) + plt.bar(x_axis - 0.2, state_summary_df['GCAM_USA_Load_TWh'], 0.4, label=('GCAM-USA Loads: Year = ' + gcam_target_year)) + plt.bar(x_axis + 0.2, state_summary_df['Raw_TELL_Load_TWh'], 0.4, label=('Unscaled TELL Loads: Year = ' + year_to_plot)) + plt.xticks(x_axis, state_summary_df['State_Name']) + plt.xticks(rotation=90) + plt.legend() + plt.ylabel("Annual Total Load [TWh]") + plt.title(('Annual Total Loads from GCAM-USA and TELL in ' + year_to_plot)) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + filename = ('TELL_State_Annual_Total_Loads_' + year_to_plot + '.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ + + +
+[docs] +def plot_state_load_time_series(state_to_plot: str, year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, + data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False): + """Plot the time series of load for a given state + + :param state_to_plot: State you want to plot + :type state_to_plot: str + + :param year_to_plot: Year you want to plot (valid 2039, 2059, 2079, 2099) + :type year_to_plot: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param scenario_to_plot: Scenario you want to plot + :type scenario_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the data input directories for the various variables you need: + tell_data_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'tell_output', + scenario_to_plot, year_to_plot) + + # Read in the 'TELL_State_Summary_Data' .csv file parse the time variable: + state_hourly_load_df = pd.read_csv((tell_data_input_dir + '/' + 'TELL_State_Hourly_Load_Data_' + year_to_plot + + '_Scaled_' + gcam_target_year + '.csv'), parse_dates=["Time_UTC"]) + + # Subset the dataframe to only the state you want to plot: + state_subset_df = state_hourly_load_df.loc[state_hourly_load_df['State_Name'] == state_to_plot] + + # Make the plot: + fig, ax = plt.subplots(2, figsize=(25, 10), sharex=True, sharey=True) + ax[0].plot(state_subset_df['Time_UTC'], state_subset_df['Raw_TELL_State_Load_MWh'], 'k-', label='Raw Load', + linewidth=0.5) + ax[1].plot(state_subset_df['Time_UTC'], state_subset_df['Scaled_TELL_State_Load_MWh'], 'k-', label='Scaled Load', + linewidth=0.5) + ax[0].set_title((state_subset_df['State_Name'].iloc[0] + ' Raw TELL Loads in ' + year_to_plot)) + ax[1].set_title((state_subset_df['State_Name'].iloc[0] + ' Scaled TELL Loads in ' + year_to_plot)) + ax[0].set_ylabel('Hourly Load [MWh]') + ax[1].set_ylabel('Hourly Load [MWh]') + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + state_name = state_subset_df['State_Name'].iloc[0] + state_name = state_name.replace(" ", "_") + filename = ('TELL_State_Hourly_Loads_' + state_name + '_' + year_to_plot + '.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ + + +
+[docs] +def plot_state_load_duration_curve(state_to_plot: str, year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, + data_input_dir: str, image_output_dir: str, image_resolution: int, + save_images=False): + """Plot the load duration curve for a given state + + :param state_to_plot: State you want to plot + :type state_to_plot: str + + :param year_to_plot: Year you want to plot (valid 2039, 2059, 2079, 2099) + :type year_to_plot: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param scenario_to_plot: Scenario you want to plot + :type scenario_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the data input directories for the various variables you need: + tell_data_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'tell_output', scenario_to_plot, year_to_plot) + + # Read in the 'TELL_State_Summary_Data' .csv file and parse the time variable: + state_hourly_load_df = pd.read_csv((tell_data_input_dir + '/' + 'TELL_State_Hourly_Load_Data_' + year_to_plot + + '_Scaled_' + gcam_target_year + '.csv'), parse_dates=["Time_UTC"]) + + # Subset the dataframe to only the state you want to plot: + state_subset_df = state_hourly_load_df.loc[state_hourly_load_df['State_Name'] == state_to_plot] + + # Sort the hourly load values from largest to smallest and compute the hourly duration for each value: + load_df_sorted = state_subset_df.sort_values(by=['Scaled_TELL_State_Load_MWh'], ascending=False) + load_df_sorted['Interval'] = 1 + load_df_sorted['Duration'] = load_df_sorted['Interval'].cumsum() + + # Make the plot: + plt.figure(figsize=(25, 10)) + plt.plot(load_df_sorted['Duration'], load_df_sorted['Raw_TELL_State_Load_MWh'], 'k-', label='Raw Load', linewidth=0.5) + plt.xlabel("Duration [h]") + plt.ylabel("Scaled State Hourly Load [MWh]") + plt.title((state_subset_df['State_Name'].iloc[0] + ' Load Duration Curve in ' + year_to_plot)) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + state_name = state_subset_df['State_Name'].iloc[0] + state_name = state_name.replace(" ", "_") + filename = ('TELL_State_Load_Duration_Curve_' + state_name + '_' + year_to_plot + '.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ + + +
+[docs] +def plot_ba_load_time_series(ba_to_plot: str, year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, + data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False): + """Plot the time series of load for a given Balancing Authority + + :param ba_to_plot: Balancing Authority code for the BA you want to plot + :type ba_to_plot: str + + :param year_to_plot: Year you want to plot (valid 2039, 2059, 2079, 2099) + :type year_to_plot: str + + :param gcam_target_year: Year to scale against the GCAM-USA annual loads + :type gcam_target_year: str + + :param scenario_to_plot: Scenario you want to plot + :type scenario_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the data input directories for the various variables you need: + tell_data_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'tell_output', + scenario_to_plot, year_to_plot) + + # Read in the 'TELL_Balancing_Authority_Hourly_Load_Data' .csv file and parse the time variable: + ba_hourly_load_df = pd.read_csv((tell_data_input_dir + '/' + 'TELL_Balancing_Authority_Hourly_Load_Data_' + + year_to_plot + '_Scaled_' + gcam_target_year + '.csv'), parse_dates=["Time_UTC"]) + + # Subset the dataframe to only the BA you want to plot: + ba_subset_df = ba_hourly_load_df.loc[ba_hourly_load_df['BA_Code'] == ba_to_plot] + + # Make the plot: + fig, ax = plt.subplots(2, figsize=(25, 10), sharex=True, sharey=True) + ax[0].plot(ba_subset_df['Time_UTC'], ba_subset_df['Raw_TELL_BA_Load_MWh'], 'k-', label='Raw Load', linewidth=0.5) + ax[1].plot(ba_subset_df['Time_UTC'], ba_subset_df['Scaled_TELL_BA_Load_MWh'], 'k-', label='Scaled Load', linewidth=0.5) + ax[0].set_title((ba_to_plot + ' Raw TELL Loads in ' + year_to_plot)) + ax[1].set_title((ba_to_plot + ' Scaled TELL Loads in ' + year_to_plot)) + ax[0].set_ylabel('Hourly Load [MWh]') + ax[1].set_ylabel('Hourly Load [MWh]') + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + filename = ('TELL_BA_Hourly_Loads_' + ba_to_plot + '_' + year_to_plot + '.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ + + +
+[docs] +def plot_ba_variable_correlations(ba_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, + save_images=False): + """Plot the correlation matrix between predictive variables and observed demand for individual or all BAs. + + :param ba_to_plot: BA code for the BA you want to plot. Set to "All" to plot the average + correlation across all BAs. + :type ba_to_plot: str + + :param data_input_dir: Top-level data directory for TELL + :type data_input_dir: str + + :param image_output_dir: Directory to store the images + :type image_output_dir: str + + :param image_resolution: Resolution at which you want to save the images in DPI + :type image_resolution: int + + :param save_images: Set to True if you want to save the images after they're generated + :type save_images: bool + + """ + + # Set the input directory based on the 'data_input_dir' variable: + compiled_data_input_dir = os.path.join(data_input_dir, r'tell_quickstarter_data', r'outputs', r'compiled_historical_data') + + if ba_to_plot != 'All': + # Read in compiled historical data file for the BA you want to plot: + df = pd.read_csv(os.path.join(compiled_data_input_dir, f'{ba_to_plot}_historical_data.csv')) + + # Rename the a few columns for simplicity: + df.rename(columns={"Adjusted_Demand_MWh": "Demand"}, inplace=True) + df.rename(columns={"Total_Population": "Population"}, inplace=True) + + # Drop out the columns we don't need anymore: + df.drop(['Forecast_Demand_MWh', 'Adjusted_Generation_MWh', 'Adjusted_Interchange_MWh'], axis=1, inplace=True) + + # Calculate the correlation matrix of the dataframe: + corr = df.corr() + else: + # Loop over the compiled historical data files in the input directory: + for idx, file in enumerate(glob(f'{compiled_data_input_dir}/*.csv')): + + # Read in the .csv file: + dfx = pd.read_csv(os.path.join(compiled_data_input_dir, file)) + + # Rename the a few columns for simplicity: + dfx.rename(columns={"Adjusted_Demand_MWh": "Demand"}, inplace=True) + dfx.rename(columns={"Total_Population": "Population"}, inplace=True) + + # Drop out the columns we don't need anymore: + dfx.drop(['Forecast_Demand_MWh', 'Adjusted_Generation_MWh', 'Adjusted_Interchange_MWh'], axis=1, + inplace=True) + + # Calculate the correlation matrix of the dataframe: + corrx = dfx.corr() + + # Concatenate the correlation matrix across BAs: + if idx == 0: + corrall = corrx.copy() + else: + corrall = np.dstack((corrall, corrx)) + + del dfx, corrx + + # Calculate the average correlation matrix across all BAs and convert that value to a pd dataframe for plotting: + corr = pd.DataFrame(np.nanmean(corrall, axis=2), + columns=['Year', 'Month', 'Day', 'Hour', 'Demand', 'Population', 'T2', 'Q2', 'SWDOWN', + 'GLW', 'WSPD']) + + # Fill diagonal and upper half with NaNs + mask = np.zeros_like(corr, dtype=bool) + mask[np.triu_indices_from(mask)] = True + corr[mask] = np.nan + + f = plt.figure(figsize=(25, 10)) + plt.matshow(corr, + fignum=f.number, + cmap='RdBu_r', + vmin=-1, + vmax=1) + cb = plt.colorbar() + cb.ax.tick_params(labelsize=14) + if ba_to_plot != 'All': + plt.title('Correlation Matrix in the ' + ba_to_plot + ' Balancing Authority', fontsize=16); + else: + plt.title('Average Correlation Matrix Across All Balancing Authorities in TELL', fontsize=16); + plt.xticks(range(len(corr.columns)), corr.columns, rotation='vertical') + plt.yticks(range(len(corr.columns)), corr.columns) + + # If the "save_images" flag is set to true then save the plot to a .png file: + if save_images == True: + filename = (ba_to_plot + '_Correlation_Matrix.png') + plt.savefig(os.path.join(image_output_dir, filename), dpi=image_resolution, bbox_inches='tight')
+ +
+ +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/_sources/README.md.txt b/_sources/README.md.txt new file mode 100644 index 00000000..7915a03a --- /dev/null +++ b/_sources/README.md.txt @@ -0,0 +1,47 @@ +[![build](https://github.com/IMMM-SFA/tell/actions/workflows/build.yml/badge.svg)](https://github.com/IMMM-SFA/tell/actions/workflows/build.yml) [![DOI](https://zenodo.org/badge/305802399.svg)](https://zenodo.org/badge/latestdoi/305802399) + + +## tell + +#### `tell` is an open-source Python package to model future hourly total electricity loads. + +### Purpose +`tell` was created to: + + - Project the short- and long-term evolution of hourly electricity demand in response to changes in weather and climate. + + - Work at a spatial resolution adequate for input to a unit commitment/economic dispatch (UC/ED) model. + + - Maintain consistency with the long-term growth and evolution of annual state-level electricity demand projected by an economically driven human-Earth system model. + +### Install `tell` + +`tell` is available via GitHub repository by using the pip install functionality. `tell` requires a Python version between 3.8 and 4.0 as well as a pip install to import the package. `tell` has been tested on +Windows and Mac platforms. (Note: For those installing on Windows, `tell` is supported by GeoPandas functionality. Please see suggestions for installing GeoPandas on Windows here: +https://geopandas.org/en/stable/getting_started/install.html) + +```bash +pip install tell +``` + +### Check out a quickstarter tutorial to run `tell` + +Run `tell` using the quickstarter tutorial: [Quickstarter](https://immm-sfa.github.io/tell/tell_quickstarter.html). + +### Getting started + +New to `tell`? Get familiar with what `tell` is all about in our [Getting Started](https://immm-sfa.github.io/tell/index.html#) documentation. + +### User guide + +Our [User Guide](https://immm-sfa.github.io/tell/user_guide.html) provides in-depth information on the key concepts of `tell` and how the model works. + +### Contributing to `tell` + +Whether you find a typo in the documentation, find a bug, or want to develop functionality that you think will make `tell` more robust, you are welcome to contribute. Please see our [Contribution Guidelines](https://immm-sfa.github.io/tell/contributing.html) for more details. + +### API reference +The [API Reference](https://immm-sfa.github.io/tell/modules.html) contains a detailed description of the `tell` API. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts. + +### Contact/Help +Need help with `tell` or have a comment? Please open a [new Issue](https://github.com/IMMM-SFA/tell/issues/new/choose) with your question/comments. diff --git a/_sources/acknowledgement.rst.txt b/_sources/acknowledgement.rst.txt new file mode 100644 index 00000000..78b910ee --- /dev/null +++ b/_sources/acknowledgement.rst.txt @@ -0,0 +1,4 @@ +Acknowledgement +=============== + +**tell** is actively developed as an open-source project as a part of the `Integrated Multisector Multiscale Modeling (IM3) `_ project. IM3 is a multi-institutional effort led by Pacific Northwest National Laboratory and supported by the `U.S. Department of Energy’s Office of Science `_ as part of research in `MultiSector Dynamics `_, Earth and Environmental Systems Modeling Program. \ No newline at end of file diff --git a/_sources/contributing.rst.txt b/_sources/contributing.rst.txt new file mode 100644 index 00000000..9146c721 --- /dev/null +++ b/_sources/contributing.rst.txt @@ -0,0 +1,76 @@ +Contributing to **tell** +======================== + +Whether you find a typo in the documentation, find a bug, or want to develop functionality that you think will make **tell** more robust, you are welcome to contribute! + + +Opening issues +______________ + +If you find a bug or would like to contribute a new feature, please `open an issue `_. + + +Contribution workflow (bug or feature) +______________________________________ + +1. I found a bug! + + * Check if the bug has already been reported by searching the existing GitHub +`Issues `_. If you find a match, consider adding additional details to the +existing ticket. + + * Open a `new Issue `_, being sure to include a clear title and +description along with as much detail as possible; code samples or log messages demonstrating the bug are quite helpful. + +2. I fixed a bug! + + * Open a `new Pull Request `_ with the fix. Ensure the description clearly +outlines the bug and the solution. Include the Issue number if applicable. + +3. I created a new feature! + + * Consider opening a `new Issue `_ to describe use cases for the +new feature. This will offer a platform for discussion and critique. + + * Then, open a `new Pull Request `_ with clear documentation of the +methodology. Be sure to include new unit tests if appropriate. + + +Contribution workflow (pull request) +____________________________________ + +The following is the recommended workflow for contributing to **tell**: + +1. `Fork the tell repository `_ and then clone it locally: + + .. code-block:: bash + + git clone https://github.com//tell + + +2. Create a branch for your changes + + .. code-block:: bash + + git checkout -b bug/some-bug + + # or + + git checkout -b feature/some-feature + +3. Add your recommended changes and ensure all tests pass, then commit your changes + + .. code-block:: bash + + git commit -m '' + +4. Push your changes to the remote + + .. code-block:: bash + + git push origin + +5. Submit a pull request with the following information: + + - **Purpose**: The reason for your pull request in short + - **Summary**: A description of the environment you are using (OS, Python version, etc.), logic, any caveats, and a summary of changes that were made. \ No newline at end of file diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 00000000..a1e4bdb6 --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,107 @@ +.. TELL documentation master file, created by + sphinx-quickstart on Fri Feb 18 07:50:41 2022. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + + +:notoc: + +.. module:: tell + +************************ +TELL documentation +************************ + +**Date**: |today| **Version**: |version| + +**Useful links**: +`Source Repository `__ | +`Issues & Ideas `__ + +`tell` was created to: + + 1. Project the short- and long-term evolution of hourly electricity demand in response to changes in weather and climate. + 2. Work at a spatial resolution adequate for input to a unit commitment/economic dispatch (UC/ED) model. + 3. Maintain consistency with the long-term growth and evolution of annual state-level electricity demand projected by an economically driven human-Earth system model. + +`tell` is targeted for users that are interested in grid stress modeling. This could include those whose business needs require +accurate load forecasting (electric utilities, regulatory commissions, industrial and big commercial companies, etc.), +researchers interested in energy system transitions, and many others in need of a framework for blending short and long-term +load models with an explicit spatial resolution component. + +.. grid:: 4 + :gutter: 3 + + .. grid-item-card:: Getting started + :img-top: _static/index_info.svg + :class-img-top: sd-px-4, sd-py-4 custom-img-size + :text-align: center + + New to `tell`? Get familiar with what `tell` is all about. + + +++ + .. button-ref:: README + :click-parent: + :color: primary + :expand: + + Getting started + + .. grid-item-card:: Quickstarter + :img-top: _static/index_quickstarter.svg + :class-img-top: sd-px-4, sd-py-4 + :text-align: center + + Follow along with this Jupyter notebook to learn the ropes of `tell`. + + +++ + .. button-ref:: tell_quickstarter + :click-parent: + :color: primary + :expand: + + Quickstarter + + .. grid-item-card:: User Guide + :img-top: _static/index_user_guide.svg + :class-img-top: sd-px-4, sd-py-4 + :text-align: center + + The user guide provides in-depth information on the key concepts of `tell`. + + +++ + .. button-ref:: user_guide + :click-parent: + :color: primary + :expand: + + User Guide + + .. grid-item-card:: API reference + :img-top: _static/index_api.svg + :class-img-top: sd-px-4, sd-py-4 + :text-align: center + + A detailed description of the `tell` API. + + +++ + .. button-ref:: modules + :click-parent: + :color: primary + :expand: + + API + + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + Getting Started + Quickstarter Notebook + User Guide + API Reference + Contributing + License + Acknowledgement diff --git a/_sources/license.rst.txt b/_sources/license.rst.txt new file mode 100644 index 00000000..dc1c3d3b --- /dev/null +++ b/_sources/license.rst.txt @@ -0,0 +1,12 @@ +License +======= + +Copyright 2022 Battelle Memorial Institute + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/_sources/modules.rst.txt b/_sources/modules.rst.txt new file mode 100644 index 00000000..e844fad1 --- /dev/null +++ b/_sources/modules.rst.txt @@ -0,0 +1,7 @@ +API Reference +============= + +.. toctree:: + :maxdepth: 4 + + tell diff --git a/_sources/tell.rst.txt b/_sources/tell.rst.txt new file mode 100644 index 00000000..06020120 --- /dev/null +++ b/_sources/tell.rst.txt @@ -0,0 +1,128 @@ +tell.data\_process\_compile module +---------------------------------- + +.. automodule:: tell.data_process_compile + :members: + :undoc-members: + :show-inheritance: + +tell.data\_process\_eia\_930 module +----------------------------------- + +.. automodule:: tell.data_process_eia_930 + :members: + :undoc-members: + :show-inheritance: + +tell.data\_process\_population module +------------------------------------- + +.. automodule:: tell.data_process_population + :members: + :undoc-members: + :show-inheritance: + +tell.data\_spatial\_mapping module +---------------------------------- + +.. automodule:: tell.data_spatial_mapping + :members: + :undoc-members: + :show-inheritance: + +tell.execute\_forward module +---------------------------- + +.. automodule:: tell.execute_forward + :members: + :undoc-members: + :show-inheritance: + +tell.install\_forcing\_data module +---------------------------------- + +.. automodule:: tell.install_forcing_data + :members: + :undoc-members: + :show-inheritance: + +tell.install\_quickstarter\_data module +--------------------------------------- + +.. automodule:: tell.install_quickstarter_data + :members: + :undoc-members: + :show-inheritance: + +tell.install\_raw\_data module +------------------------------ + +.. automodule:: tell.install_raw_data + :members: + :undoc-members: + :show-inheritance: + +tell.metadata\_eia module +------------------------- + +.. automodule:: tell.metadata_eia + :members: + :undoc-members: + :show-inheritance: + +tell.mlp\_predict module +------------------------ + +.. automodule:: tell.mlp_predict + :members: + :undoc-members: + :show-inheritance: + +tell.mlp\_prepare\_data module +------------------------------ + +.. automodule:: tell.mlp_prepare_data + :members: + :undoc-members: + :show-inheritance: + +tell.mlp\_train module +---------------------- + +.. automodule:: tell.mlp_train + :members: + :undoc-members: + :show-inheritance: + +tell.mlp\_utils module +---------------------- + +.. automodule:: tell.mlp_utils + :members: + :undoc-members: + :show-inheritance: + +tell.package\_data module +------------------------- + +.. automodule:: tell.package_data + :members: + :undoc-members: + :show-inheritance: + +tell.states\_fips\_function module +---------------------------------- + +.. automodule:: tell.states_fips_function + :members: + :undoc-members: + :show-inheritance: + +tell.visualization module +------------------------- + +.. automodule:: tell.visualization + :members: + :undoc-members: + :show-inheritance: + diff --git a/_sources/tell_quickstarter.rst.txt b/_sources/tell_quickstarter.rst.txt new file mode 100644 index 00000000..cf6d4c94 --- /dev/null +++ b/_sources/tell_quickstarter.rst.txt @@ -0,0 +1,355 @@ +Welcome to the ``tell`` Quickstarter! +===================================== + +**``tell`` is an open-source Python package for projecting future electricty demand in the United States.** +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +A little about ``tell`` +----------------------- + +The Total ELectricity Load (TELL) model projects the short- and +long-term evoluation of hourly electricity demand (load) in response to +future changes in weather and climate. The purpose of ``tell`` is to +generate end-of-century hourly profiles of electricity demand across the +entire Conterminous United States (CONUS) at a spatial resolution +adequate for input to a unit commitment/economic dispatch (UC/ED) model +while also maintaining consistency with the long-term growth and +evolution of annual state-level electricity demand projected by an +economically driven human-Earth system model. ``tell`` takes as input +future projections of the hourly time-series of meteorology and decadal +populations and uses the temporal variations in weather to project +hourly profiles of total electricity demand. The core predictions in +``tell`` are based on a series of multilayer perceptron (MLP) models for +individual Balancing Authorities (BAs). Those MLP models are trained on +historical observations of weather and electricity demand. Hourly +projections from ``tell`` are scaled to match the annual state-level +total electricity loads projected by the U.S. version of the Global +Change Analysis Model (GCAM-USA). GCAM-USA captures the long-term +co-evolution of the human-Earth system. Using this unique approach +allows ``tell`` to reflect both changes in the shape of the load profile +due to variations in weather and the long-term evolution of energy +demand due to changes in population, technology, and economics. ``tell`` +is unique from other load forecasting models in that it features an +explicit spatial component that allows us to relate projected loads to +where they would occur spatially within a grid operations model. The +output of ``tell`` is a series of hourly projections for future +electricity demand at the county, state, and BA scale that are +quantitatively and conceptually consistent with one another. More +information about how the model works and how it can be applied are +available on the `Read the Docs `__ +site for ``tell``. + +Lets get started! +----------------- + +In this quickstarter we will walk through a series of steps for +exploring ``tell``, starting with importing the package and ending with +visualizing the output. This quickstarter is based on a subset of +example forcing data for ``tell``. This allows the user to walk through +the entire ``tell`` package in a matter of minutes. For the +visualizations throughout this notebook, the user can choose whether or +not to save these plots by setting the ``save_images`` and +``image_resolution`` flags in each function. + +1. Install ``tell`` +------------------- + +``tell`` is available via GitHub repository by using the pip install +functionality. ``tell`` requires a Python version between 3.8 and 4.0 as +well as a pip install to import the package. ``tell`` has been tested on +Windows and Mac platforms. (Note: For those installing on Windows, ``tell`` is +supported by GeoPandas functionality. Please see suggestions for installing +GeoPandas on Windows here: +https://geopandas.org/en/stable/getting_started/install.html) + +.. code:: python + + # Start by importing the TELL package and information about your operating system: + import os + import tell + + +2. Install the package of data underpinning ``tell`` +---------------------------------------------------- + +``tell`` is based on open, publicly accessible data. For +convienence, we’ve packaged all of the data underpinning the ``tell`` +quickstarter notebook into a `Zenodo data +package `__. In order to +run this notebook, first set the local directory where you would like to +store the package data and the run the ``install_quickstarter_data`` +function below. Note that the quickstarter data package will require +~650 MB of storage and can take several minutes to download. You will +also need a dataset with sample forcing data for ``tell``, also +available in a `Zenodo data +package `__. The sample +forcing data package will require ~250 MB of storage. + +.. code:: python + + # Identify the current working directory, the subdirectory where the data will be stored, and the image output subdirectory: + current_dir = os.path.join(os.path.dirname(os.getcwd())) + tell_data_dir = os.path.join(current_dir, r'tell_data') + tell_image_dir = os.path.join(tell_data_dir, r'visualizations') + + # If the "tell_data_dir" subdirectory doesn't exist then create it: + if not os.path.exists(tell_data_dir): + os.makedirs(tell_data_dir) + + # If the "tell_image_dir" subdirectory doesn't exist then create it: + if not os.path.exists(tell_image_dir): + os.makedirs(tell_image_dir) + + +.. code:: python + + # Download the TELL quickstarter data package from Zenodo: + tell.install_quickstarter_data(data_dir = tell_data_dir) + + +.. code:: python + + # Download the TELL sample forcing data package from Zenodo: + tell.install_sample_forcing_data(data_dir = tell_data_dir) + + +3. MLP model training and projection +------------------------------------ + +This section of the notebook takes the data processed in the +``tell_data_preprocessing.ipynb`` notebook and trains a multilayer +perceptron (MLP) model for each of the 54 BAs in ``tell``. The MLP +models use temporal variations in weather to project hourly demand. More +information about this approach is in the MLP section of the ``tell`` +`User Guide `__. We +include pre-trained models within the ``tell`` repository. If you want +to explore the model training aspect you can use the code in Section 3.1 +to retrain the MLP models for a single BA or a batch of BAs. Note that +since the ``save_model`` parameter is set to false by default running +these training steps will not overwrite the models included in ``tell``. +If you want to skip this step you can move to Section 3.2 to see how +``tell`` projects future loads by BA using weather projections. + +3.1. MLP training +~~~~~~~~~~~~~~~~~ + +The first step is to train the MLP models using the historical weather +and load datasets. The default settings for the MLP model training steps +are included in the ``mlp_settings.yml`` file included in the data +folder of the ``tell`` repository. By default the MLP models are trained +on data from 2016-2018 and evaluated using data from 2019. The time +windows for training and evaluating the models can be modified by +altering the ``start_time``, ``end_time``, and ``split_datetime`` +parameters when calling the ``tell.train`` function. The first code +block shows how to train the MLP models for a single BA. We also include +a function to do some basic analysis of the trained model’s performance. +More extensive evaluation of the ``tell`` predictive models is included +in the ``tell_mlp_calibration_evaluation.ipynb`` notebook. + +.. code:: python + + # For more information about the training of predictive models you can call the help function: + help(tell.train) + + +.. code:: python + + # Run the MLP training step for a single BA (i.e., "region"): + prediction_df, validation_df = tell.train(region = 'PJM', + data_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'compiled_historical_data')) + + # View the head of the prediction dataframe that contains the time-series of projected load in the evaluation year: + display(prediction_df.head(10)) + + # View validation dataframe that contains error statistics for the trained model: + validation_df + + +You can also train multiple BAs at the same time using parallel +processing. The example code block below retrains the models for all BAs +in ``tell``. + +.. code:: python + + # Generate a list of BA abbreviations to process: + ba_abbrev_list = tell.get_balancing_authority_to_model_dict().keys() + + # Run the MLP training step for the list of BAs using parallel processing streams: + prediction_df, validation_df = tell.train_batch(target_region_list = ba_abbrev_list, + data_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'compiled_historical_data'), + n_jobs = -1) + + # View the validation dataframe that contains error statistics for the trained models: + validation_df + + +.. code:: python + + # Plot the statistical performance (e.g., RMS_ABS, RMS_NORM, MAPE, or R2) of the predictive models across all the BAs in TELL: + tell.plot_mlp_summary_statistics(validation_df, + image_output_dir = tell_image_dir, + image_resolution = 150, + save_images = True) + + +3.2. MLP model projection +~~~~~~~~~~~~~~~~~~~~~~~~~ + +Next we use the trained MLP models to project future loads in each BA +using the sample forcing data downloaded in Section 2. The outcomes of +this projection step are then used in the forward execution of ``tell`` +in Section 4. The sample forcing data includes four years of future +meteorology for each BA: 2039, 2059, 2079, and 2099. Those are the only +valid options for the ``year`` variable when calling the prediciton +functions. + +.. code:: python + + # Run the MLP prediction step for a single BA (i.e., "region"): + pdf = tell.predict(region = 'ERCO', + year = 2039, + data_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'future_weather', r'rcp85hotter_ssp5'), + datetime_field_name = 'Time_UTC', + save_prediction = True, + prediction_output_directory = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'mlp_output', r'rcp85hotter_ssp5')) + + # View the prediction dataframe: + pdf + + +.. code:: python + + # Generate a list of BA abbreviations to process: + ba_abbrev_list = tell.get_balancing_authority_to_model_dict().keys() + + # Run the MLP prediction step for the list of BAs using parallel processing streams: + pdf = tell.predict_batch(target_region_list = ba_abbrev_list, + year = 2039, + data_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'future_weather', r'rcp85hotter_ssp5'), + datetime_field_name = 'Time_UTC', + save_prediction = True, + prediction_output_directory = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'mlp_output', r'rcp85hotter_ssp5'), + n_jobs = -1) + + # View the prediction dataframe: + pdf + + +4. Model forward execution +-------------------------- + +This section of the ``tell`` workflow takes the .csv files produced by +the ``tell`` MLP models and distributes the projected load to the +counties that each BA operates in. The county-level hourly loads are +then summed to the state-level and scaled to match the state-level +annual loads produced by GCAM-USA. Four sets of output files are +generated: county-level hourly loads, state-level hourly loads, hourly +loads for each BA, and a summary file that includes state-level annual +loads from TELL and GCAM-USA as well as the scaling factors. Note that +since it takes a while to write out the county-level output data this +output is optional. To output county-level load projections just set the +``save_county_data`` flag to true. + +.. code:: python + + # Run the TELL model forward in time for a given year: + summary_df, ba_time_series_df, state_time_series_df = tell.execute_forward(year_to_process = '2039', + gcam_target_year = '2039', + scenario_to_process = 'rcp85hotter_ssp5', + data_output_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'tell_output'), + gcam_usa_input_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'sample_gcam_usa_data'), + map_input_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'ba_service_territory'), + mlp_input_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'mlp_output'), + pop_input_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'sample_population_projections'), + save_county_data = False) + + +5. Model visualization +---------------------- + +The final section of this quickstarter notebook plots some of the output +of ``tell`` to give the user a flavor of what the model is doing. Note +that the sample output data in the ``tell`` quickstarter covers the +years 2039, 2059, 2079, and 2099 so those are the only valid values for +the ``year_to_plot`` variable in each function call. + +5.1. Plot the state annual total loads from GCAM-USA and ``tell`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The first visualization plots the annual total loads from both GCAM-USA +and ``tell``. The data plotted here are in units of TWh and the ``tell`` +values are the unscaled projections. The scaled projections ``tell`` are +by definition equal to those from GCAM-USA. + +.. code:: python + + # Plot the annual total loads from both GCAM-USA and TELL: + tell.plot_state_annual_total_loads(year_to_plot = '2039', + gcam_target_year = '2039', + scenario_to_plot = 'rcp85hotter_ssp5', + data_input_dir = tell_data_dir, + image_output_dir = tell_image_dir, + image_resolution = 150, + save_images = True) + + +5.2. Plot the time-series of total hourly loads for a given state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Here we plot time-series of the raw (unscaled) and scaled total loads +from ``tell`` at the state level. The user specifies which state they +want to plot using the \`state_to_plot” variable in the function call. + +.. code:: python + + # Plot the time-series of raw and scaled loads from TELL at the state level for a user-specified state: + tell.plot_state_load_time_series(state_to_plot = 'Connecticut', + year_to_plot = '2039', + gcam_target_year = '2039', + scenario_to_plot = 'rcp85hotter_ssp5', + data_input_dir = tell_data_dir, + image_output_dir = tell_image_dir, + image_resolution = 150, + save_images = True) + + +5.3. Plot the load duration curve for a given state +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Our last plot at the state level is the load duration curve which shows +the frequency at which a given load occurs in a state. The user +specifies which state they want to plot using the “state_to_plot” +variable in the function call. + +.. code:: python + + # Plot the load duration curve at the state level for a user-specified state: + tell.plot_state_load_duration_curve(state_to_plot = 'North Carolina', + year_to_plot = '2039', + gcam_target_year = '2039', + scenario_to_plot = 'rcp85hotter_ssp5', + data_input_dir = tell_data_dir, + image_output_dir = tell_image_dir, + image_resolution = 150, + save_images = True) + + +5.4. Plot the time-series of total hourly loads for a given BA +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Our final visualization plots the time-series of the raw (unscaled) and +scaled total loads from ``tell`` at the BA level. The user specifies +which BA they want to plot using the “ba_to_plot” variable in the +function call. + +.. code:: python + + # Plot the time-series of raw and scaled loads from TELL at the BA level for a user-specified BA (e.g., PJM, CISO, ERCO, etc.): + tell.plot_ba_load_time_series(ba_to_plot = 'NYIS', + year_to_plot = '2039', + gcam_target_year = '2039', + scenario_to_plot = 'rcp85hotter_ssp5', + data_input_dir = tell_data_dir, + image_output_dir = tell_image_dir, + image_resolution = 150, + save_images = True) diff --git a/_sources/user_guide.rst.txt b/_sources/user_guide.rst.txt new file mode 100644 index 00000000..3c919729 --- /dev/null +++ b/_sources/user_guide.rst.txt @@ -0,0 +1,753 @@ +========== +User Guide +========== +This user guide is meant to explain how **tell** works and the concepts that it is built upon. More information about how to +run the model can be found in the **tell** `quickstarter `_ +notebook that contains detailed step-by-step instructions on how to run **tell**. + + +About **tell** +-------------- +The Total ELectricity Load (**tell**) model projects the short- and long-term evolution of hourly electricity demand in response to future changes in +weather and climate. The purpose of **tell** is to generate end-of-century hourly profiles of electricity demand across the entire Conterminous +United States (CONUS) at a spatial resolution adequate for input to a unit commitment/economic dispatch (UC/ED) model while also maintaining consistency +with the long-term growth and evolution of annual state-level electricity demand projected by an economically driven human-Earth system model. **tell** takes +as input future projections of the hourly time-series of meteorology and decadal populations and uses the temporal variations in weather to project +hourly profiles of total electricity demand. The core predictions in **tell** are based on a series of multilayer perceptron (MLP) models for 54 independent +Balancing Authorities (BAs). Those MLP models are trained on historical observations of weather and electricity demand. Hourly projections from **tell** +are scaled to match the annual state-level total electricity loads projected by the U.S. version of the Global Change Analysis Model (GCAM-USA) which +captures the long-term co-evolution of the human-Earth system. Using this unique approach allows **tell** to reflect both changes in the shape +of the load profile due to variations in weather and the long-term evolution of energy demand due to changes in population, technology, and economics. +**tell** is unique from other load forecasting models in that it features an explicit spatial component that allows it to relate projected +loads to where they would occur spatially within a grid operations model. The output of **tell** is a series of hourly projections of future electricity +demand at the county-, state-, and BA-scale that are conceptually and quantitatively consistent with one another. + +**tell** was designed to work using data from 54 BAs the U.S. and in conjunction with the GCAM-USA model. Thus, it is +not immediately extensible to other countries (e.g., in Europe). However, the fundamental modeling approach based on MLP +models trained on historical loads and meteorology data could easily be adapted to work in other regions with sufficient +data. + + +How It Works +------------ +The basic workflow for **tell** proceeds in six sequential steps: + +#. Formulate empirical models that relate the historical observed meteorology to the hourly time-series of total electricity demand for 54 BAs that report their hourly loads in the `EIA-930 `_ dataset. + +#. Use the empirical models to project future hourly loads for each BA based on IM3’s climate and population scenarios. + +#. Distribute the hourly loads for each BA to the counties that BA operates in and then aggregate the county-level hourly loads from all BAs into annual state-level loads. + +#. Calculate annual state-level scaling factors that force the bottom-up annual state-level total loads from **tell** to match the annual state-level total loads from GCAM-USA. + +#. Apply the state-level scaling factors to each county- and BA-level time-series of hourly total demand. + +#. Output yearly 8760-hr time-series of total electricity demand at the state-, county-, and BA-scale that are conceptually and quantitatively consistent with each other. + + +Design Constraints +------------------ +**tell** was designed with the following constraints: + +.. list-table:: + :header-rows: 1 + + * - Topic + - Requirement + * - Spatial resolution and scope + - Should cover the entire U.S. (excluding Alaska and Hawaii) and produce demands at an appropriately high spatial resolution for input into a nodal UC/ED model + * - Temporal resolution and scope + - Should produce hourly projections of total electricity demand in one-year increments through the year 2100. + * - Forcing factors + - Projections should respond to changes in meteorology and climate. + * - Multiscale consistency + - Should produce hourly total electricity demand at the county-, state-, and BA-scale that are conceptually and quantitatively consistent with each other. + * - Open-source + - Should be based entirely on publicly available data and be made available as an extensively-documented open-source model. + + +Fundamental Concepts +-------------------- +The following are the building blocks of how **tell** projects future loads. + + +Balancing Authorities +~~~~~~~~~~~~~~~~~~~~~ +The core projections of **tell** occur at the scale of Balancing Authorities (BAs). BAs are responsible for the real-time balancing of electricity supply and demand within a given region of the electric grid. +For **tell**, BAs are useful because they represent the finest scale for which historical hourly load data is uniformly available across the U.S. This allows us to build an electric load projection +model that works across the entire country. **tell** uses historical (2015-2019) hourly load data from the `EIA-930 `_ dataset for BAs across the U.S. We note +that some smaller BAs are not included in the EIA-930 dataset. Other BAs are generation only or we were unable to geolocate them. Eight BAs (CISO, ERCO, MISO, ISNE, NYIS, PJM, PNM, and SWPP) started +reporting subregional loads in the EIA-930 dataset in 2018. Because we were unable to uniformly and objectively geolocate each of these subregions we opted to use the aggregate total loads for those BAs. +In total, we formulated a multi-layer perceptron (MLP) model for 54 out of the 68 BAs in the EIA-930 dataset. + +.. list-table:: + :header-rows: 1 + + * - BA Code + - BA Name + - EIA BA Number + - Characteristics + * - AEC + - PowerSouth Energy Cooperative + - 189 + - `AEC <_static/BA_Quick_Look_Plots/AEC_Quick_Look_Plots.png>`_ + * - AECI + - Associated Electric Cooperative Incorporated + - 924 + - `AECI <_static/BA_Quick_Look_Plots/AECI_Quick_Look_Plots.png>`_ + * - AVA + - Avista Corporation + - 20169 + - `AVA <_static/BA_Quick_Look_Plots/AVA_Quick_Look_Plots.png>`_ + * - **AVRN** + - **Avangrid Renewables** + - **NA** + - **Generation Only** + * - AZPS + - Arizona Public Service Company + - 803 + - `AZPS <_static/BA_Quick_Look_Plots/AZPS_Quick_Look_Plots.png>`_ + * - BANC + - Balancing Authority of Northern California + - 16534 + - `BANC <_static/BA_Quick_Look_Plots/BANC_Quick_Look_Plots.png>`_ + * - BPAT + - Bonneville Power Administration + - 1738 + - `BPAT <_static/BA_Quick_Look_Plots/BPAT_Quick_Look_Plots.png>`_ + * - CHPD + - Public Utility District No. 1 of Chelan County + - 3413 + - `CHPD <_static/BA_Quick_Look_Plots/CHPD_Quick_Look_Plots.png>`_ + * - CISO + - California Independent System Operator + - 2775 + - `CISO <_static/BA_Quick_Look_Plots/CISO_Quick_Look_Plots.png>`_ + * - CPLE + - Duke Energy Progress East + - 3046 + - `CPLE <_static/BA_Quick_Look_Plots/CPLE_Quick_Look_Plots.png>`_ + * - **CPLW** + - **Duke Energy Progress West** + - **NA** + - **Not Geolocated** + * - **DEAA** + - **Arlington Valley** + - **NA** + - **Generation Only** + * - DOPD + - Public Utility District No. 1 of Douglas County + - 5326 + - `DOPD <_static/BA_Quick_Look_Plots/DOPD_Quick_Look_Plots.png>`_ + * - DUK + - Duke Energy Carolinas + - 5416 + - `DUK <_static/BA_Quick_Look_Plots/DUK_Quick_Look_Plots.png>`_ + * - **EEI** + - **Electric Energy Incorporated** + - **NA** + - **Generation Only** + * - EPE + - El Paso Electric Company + - 5701 + - `EPE <_static/BA_Quick_Look_Plots/EPE_Quick_Look_Plots.png>`_ + * - ERCO + - Electric Reliability Council of Texas + - 5723 + - `ERCO <_static/BA_Quick_Look_Plots/ERCO_Quick_Look_Plots.png>`_ + * - FMPP + - Florida Municipal Power Pool + - 14610 + - `FMPP <_static/BA_Quick_Look_Plots/FMPP_Quick_Look_Plots.png>`_ + * - FPC + - Duke Energy Florida + - 6455 + - `FPC <_static/BA_Quick_Look_Plots/FPC_Quick_Look_Plots.png>`_ + * - FPL + - Florida Power and Light + - 6452 + - `FPL <_static/BA_Quick_Look_Plots/FPL_Quick_Look_Plots.png>`_ + * - GCPD + - Public Utility District No. 2 of Grant County + - 14624 + - `GCPD <_static/BA_Quick_Look_Plots/GCPD_Quick_Look_Plots.png>`_ + * - **GLHB** + - **GridLiance** + - **NA** + - **Not Geolocated** + * - **GRID** + - **Gridforce Energy Management** + - **NA** + - **Generation Only** + * - **GRIF** + - **Griffith Energy** + - **NA** + - **Generation Only** + * - **GRMA** + - **Gila River Power** + - **NA** + - **Generation Only** + * - GVL + - Gainesville Regional Utilities + - 6909 + - `GVL <_static/BA_Quick_Look_Plots/GVL_Quick_Look_Plots.png>`_ + * - **GWA** + - **NaturEner Power Watch** + - **NA** + - **Generation Only** + * - **HGMA** + - **New Harquahala Generating Company** + - **NA** + - **Generation Only** + * - HST + - City of Homestead + - 8795 + - `HST <_static/BA_Quick_Look_Plots/HST_Quick_Look_Plots.png>`_ + * - IID + - Imperial Irrigation District + - 9216 + - `IID <_static/BA_Quick_Look_Plots/IID_Quick_Look_Plots.png>`_ + * - IPCO + - Idaho Power Company + - 9191 + - `IPCO <_static/BA_Quick_Look_Plots/IPCO_Quick_Look_Plots.png>`_ + * - ISNE + - Independent System Operator of New England + - 13434 + - `ISNE <_static/BA_Quick_Look_Plots/ISNE_Quick_Look_Plots.png>`_ + * - JEA + - JEA + - 9617 + - `JEA <_static/BA_Quick_Look_Plots/JEA_Quick_Look_Plots.png>`_ + * - LDWP + - Los Angeles Department of Water and Power + - 11208 + - `LDWP <_static/BA_Quick_Look_Plots/LDWP_Quick_Look_Plots.png>`_ + * - LGEE + - Louisville Gas and Electric Company and Kentucky Utilities Company + - 11249 + - `LGEE <_static/BA_Quick_Look_Plots/LGEE_Quick_Look_Plots.png>`_ + * - MISO + - Midcontinent Independent System Operator + - 56669 + - `MISO <_static/BA_Quick_Look_Plots/MISO_Quick_Look_Plots.png>`_ + * - NEVP + - Nevada Power Company + - 13407 + - `NEVP <_static/BA_Quick_Look_Plots/NEVP_Quick_Look_Plots.png>`_ + * - NSB + - Utilities Commission of New Smyrna Beach + - 13485 + - `NSB <_static/BA_Quick_Look_Plots/NSB_Quick_Look_Plots.png>`_ + * - NWMT + - NorthWestern Corporation + - 12825 + - `NWMT <_static/BA_Quick_Look_Plots/NWMT_Quick_Look_Plots.png>`_ + * - NYIS + - New York Independent System Operator + - 13501 + - `NYIS <_static/BA_Quick_Look_Plots/NYIS_Quick_Look_Plots.png>`_ + * - **OVEC** + - **Ohio Valley Electric Corporation** + - **NA** + - **Retired** + * - PACE + - PacifiCorp East + - 14379 + - `PACE <_static/BA_Quick_Look_Plots/PACE_Quick_Look_Plots.png>`_ + * - PACW + - PacifiCorp West + - 14378 + - `PACW <_static/BA_Quick_Look_Plots/PACW_Quick_Look_Plots.png>`_ + * - PGE + - Portland General Electric Company + - 15248 + - `PGE <_static/BA_Quick_Look_Plots/PGE_Quick_Look_Plots.png>`_ + * - PJM + - PJM Interconnection + - 14725 + - `PJM <_static/BA_Quick_Look_Plots/PJM_Quick_Look_Plots.png>`_ + * - PNM + - Public Service Company of New Mexico + - 15473 + - `PNM <_static/BA_Quick_Look_Plots/PNM_Quick_Look_Plots.png>`_ + * - PSCO + - Public Service Company of Colorado + - 15466 + - `PSCO <_static/BA_Quick_Look_Plots/PSCO_Quick_Look_Plots.png>`_ + * - PSEI + - Puget Sound Energy + - 15500 + - `PSEI <_static/BA_Quick_Look_Plots/PSEI_Quick_Look_Plots.png>`_ + * - SC + - South Carolina Public Service Authority + - 17543 + - `SC <_static/BA_Quick_Look_Plots/SC_Quick_Look_Plots.png>`_ + * - SCEG + - South Carolina Electric and Gas Company + - 17539 + - `SCEG <_static/BA_Quick_Look_Plots/SCEG_Quick_Look_Plots.png>`_ + * - SCL + - Seattle City Light + - 16868 + - `SCL <_static/BA_Quick_Look_Plots/SCL_Quick_Look_Plots.png>`_ + * - SEC + - Seminole Electric Cooperative + - 21554 + - `SEC <_static/BA_Quick_Look_Plots/SEC_Quick_Look_Plots.png>`_ + * - SEPA + - Southeastern Power Administration + - **NA** + - **Generation Only** + * - SOCO + - Southern Company Services - Transmission + - 18195 + - `SOCO <_static/BA_Quick_Look_Plots/SOCO_Quick_Look_Plots.png>`_ + * - SPA + - Southwestern Power Administration + - 17716 + - `SPA <_static/BA_Quick_Look_Plots/SPA_Quick_Look_Plots.png>`_ + * - SRP + - Salt River Project + - 16572 + - `SRP <_static/BA_Quick_Look_Plots/SRP_Quick_Look_Plots.png>`_ + * - SWPP + - Southwest Power Pool + - 59504 + - `SWPP <_static/BA_Quick_Look_Plots/SWPP_Quick_Look_Plots.png>`_ + * - TAL + - City of Tallahassee + - 18445 + - `TAL <_static/BA_Quick_Look_Plots/TAL_Quick_Look_Plots.png>`_ + * - TEC + - Tampa Electric Company + - 18454 + - `TEC <_static/BA_Quick_Look_Plots/TEC_Quick_Look_Plots.png>`_ + * - TEPC + - Tucson Electric Power + - 24211 + - `TEPC <_static/BA_Quick_Look_Plots/TEPC_Quick_Look_Plots.png>`_ + * - TIDC + - Turlock Irrigation District + - 19281 + - `TIDC <_static/BA_Quick_Look_Plots/TIDC_Quick_Look_Plots.png>`_ + * - TPWR + - City of Tacoma Department of Public Utilities + - 18429 + - `TPWR <_static/BA_Quick_Look_Plots/TPWR_Quick_Look_Plots.png>`_ + * - TVA + - Tennessee Valley Authority + - 18642 + - `TVA <_static/BA_Quick_Look_Plots/TVA_Quick_Look_Plots.png>`_ + * - WACM + - Western Area Power Administration - Rocky Mountain Region + - 28503 + - `WACM <_static/BA_Quick_Look_Plots/WACM_Quick_Look_Plots.png>`_ + * - WALC + - Western Area Power Administration - Desert Southwest Region + - 25471 + - `WALC <_static/BA_Quick_Look_Plots/WALC_Quick_Look_Plots.png>`_ + * - WAUW + - Western Area Power Administration - Upper Great Plains West + - 19610 + - `WAUW <_static/BA_Quick_Look_Plots/WAUW_Quick_Look_Plots.png>`_ + * - **WWA** + - **NaturEner Wind Watch** + - **NA** + - **Generation Only** + * - **YAD** + - **Alcoa Power Generating - Yadkin Division** + - **NA** + - **Generation Only** + + +Geolocating Balancing Authorities +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +As a spatially-explicit model, **tell** needs the ability to geolocate the loads it projects. Since the fundamental projections +in **tell** occur at the spatial scale of BAs, we needed to devise a way to determine where each BA operated within the U.S. +For **tell**, being able to do this geolocation using county boundaries has a number of benefits in terms of load disaggregation +and reaggregation - so we focused on techniques to map BAs to the counties they operate in. While there are multiple maps +of BA service territories available online, there are several fundamental challenges to using maps generated by others: + +1. The provenance of the data and methodology underpinning most of the maps is unknown. In other words, there is no way to determine +how the BAs were placed and if the methods used to do so are robust. + +2. The maps often depict the BAs as spatially unique and non-overlapping. For a county-scale mapping at least, we know this to be +untrue. Additionally, the maps are typically static representations of how BAs were configured at a single point in time. As the +actual territory of BAs can and does change over time, this presents challenges for placing BA loads occurring over a range of years. + +3. Maps available online are often cartoon or stylized versions of reality with curvy lines that do not follow traditional geopolitical +boundaries. As such, to go from the cartoon map to an actual list of counties that a BA operates in would necessitate a number of +subjective decisions that are not reproducible from person to person. + +Given these limitations, we devised our own method to geolocate BAs in **tell**. We eventually found a publicly available +dataset from the EIA that served as our foundation. The `EIA-861 `_ dataset is an annual +report describing the characteristics of the electric power industry in the U.S. Among other information, EIA-861 contains two sets of +data that are critical to **tell**: + +* The "Service_Territory_YYYY.xlsx" spreadsheet provides a list of every county that a given utility operates in: + +.. image:: _static/utility_to_county.png + :width: 600 + :align: center + +* The "Sales_Ult_Cust_YYYY.xlsx" spreadsheet provides the BA that each utility reports to in a given state: + +.. image:: _static/utility_to_ba.png + :width: 600 + :align: center + +Using these two datasets in combination, **tell** reverse engineers the counties that each BA likely operated in within a given year. In +addition to being completely objective and reproducible, this method overcomes the limitations described above because it allows +more than one BA to be mapped to a single county and also allows the geolocation of BAs to evolve over time. **tell** +maps BA service territory annually from 2015-2020. The results of that mapping are summarized graphically in the map below. +The spatial extent of each BA in 2019 is shown in the link for each BA in the table above. + +.. image:: _static/Overlapping_Balancing_Authorities_Map.png + :width: 900 + :align: center + +This figure shows the number of BAs that **tell** identifies as operating within each county in 2019. The bottom panel shows an example +of four different BAs reported operating in Brevard County, FL. While the majority of counties only have one BA identified, some counties +have as many as five. Note that a handful of counties had zero BAs identified as operating within them in 2019. Because we think these +BA-to-county mappings may be useful to many others the output files from the mapping process are included as .csv files below. They can be +reproduced within the **tell** package by running the ``tell.map_ba_service_territory`` function. + +.. list-table:: + :header-rows: 1 + + * - Year + - File + * - 2015 + - `Mapping <_static/User_Guide_Data/ba_service_territory_2015.csv>`_ + * - 2016 + - `Mapping <_static/User_Guide_Data/ba_service_territory_2016.csv>`_ + * - 2017 + - `Mapping <_static/User_Guide_Data/ba_service_territory_2017.csv>`_ + * - 2018 + - `Mapping <_static/User_Guide_Data/ba_service_territory_2018.csv>`_ + * - 2019 + - `Mapping <_static/User_Guide_Data/ba_service_territory_2019.csv>`_ + * - 2020 + - `Mapping <_static/User_Guide_Data/ba_service_territory_2020.csv>`_ + + +Load Disaggregation and Reaggregation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +**tell** uses multiple instances of load disaggregation and reaggregation in order to cross spatiotemporal scales. The fundamental +projections in **tell** occur at the spatial scale of BAs. In order to compare those hourly load values at the BA-level with the +annual state-level load values produced by GCAM-USA, we first disaggregate the hourly projected BA-level loads to the county-level +and then reaggregate those hourly county-level loads to an annual total load projection for each state. For each BA we identify +the counties that BA operates in using the methodology described above. We then use the county-level populations for those counties +to determine the fraction of the BA's total load that should be assigned to each county. A graphical depiction of this for the ISNE BA +is shown below. Using this approach, the load received by each county in a BA's service territory has the same shape and temporal +patterns, but the magnitude varies depending on the population in that county relative to the total population in the BA's service +territory. As there are spatial overlaps in BAs, many counties receive partial loads from more than one BA. + +.. image:: _static/Load_Projection_Dissagregation_Example_ISNE.png + :width: 900 + :align: center + +Once the load projections from all BAs in **tell** have been disaggregated to the county-level, we next sum up the loads from all +counties in a given state to get annual state-level total loads which are scaled to match the projections from GCAM-USA. The scaling +factors for each state are then applied to all county- and BA-level hourly load values in that state. The final output of **tell** is thus +a series of 8760-hr time series of total electricity loads at the county-, state-, and BA-scale that are conceptually and quantitatively +consistent with each other. + +It is important to note that the future evolution of population is also taken into account in **tell**. Projected annual changes in +population for each county and state are generated using the Shared Socioeconomic Pathways (`SSPs `_) +scenarios. Those future populations are used to derive new weighting factors to be used in disaggregating and reaggregating future **tell** loads. +Thus, in an scenario where lots of people move to, for example, Southern California, the counties there would not only receive a higher +proportion of the BA-level loads for BAs operating there, but would also have an incrementally larger impact on the future total +hourly load profile for California as a whole. + + +Multilayer Perceptron (MLP) Models +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +**tell** uses a series of multilayer perceptron (MLP) models to project future loads. There is one unique MLP model for each BA. The MLP model +for each BA is trained and evaluated independently. The MLP models are trained on historical load data from the `EIA-930 `_ +dataset and weather from IM3's historical runs using the Weather Research and Forecasting (WRF) model. In the production version of **tell** +the MLP models for each BA were trained on data from 2016-2018 and evaluated against observed loads from 2019. While the EIA-930 data extends past +the year 2019, COVID-19 induced significant changes in the diurnal profile of electricity demand (e.g., `Burleyson et al. 2021 `_) +so we opted not to use 2020+ data in the MLP model training or evaluation. In the future, **tell** could be retrained repeatedly as more and +more EIA-930 data becomes available. + +Details of the MLP predictive variables are included in the table below. The default parameter settings for training the MLP models are stored +in the `mlp_settings.yml `_ file in */data* folder in the **tell** repository. +The hyperparameters for the **tell** MLP models (e.g., hidden layer sizes, maximum iterations, and validation fraction) were determined +using a grid search approach. Hyperparameters were allowed to vary across BAs. Default hyperparameters for each BA are +also included in the */data/models* folder in the **tell** repository. + +.. list-table:: + :header-rows: 1 + + * - Variable + - Description + - Units/Format + * - Temperature + - 2-m temperature from WRF (T2) + - K + * - Specific humidity + - 2-m water vapor mixing ratio from WRF (Q2) + - kg kg :sup:`-1` + * - Shortwave radiation + - Downwelling shortwave radiative flux at the surface from WRF (SWdn) + - W m :sup:`-2` + * - Longwave radiation + - Downwwelling longwave radiative flux at the surface from WRF (GLW) + - W m :sup:`-2` + * - Wind speed + - 10-m wind speed derived from the U and V wind components from WRF (U10 and V10) + - m s :sup:`-1` + * - Hour of the day + - Hour of the day in UTC + - 00-23 UTC + * - Day of the week + - Is the day a weekday or weekend? + - Weekdays (1) or Weekends (0) + * - Federal holiday + - Is the day a federal holiday? + - Yes (1) or No (0) + +In general, the **tell** empirical models work quite well. 76% (41/54) of the BAs have an R2 value greater than 0.75 +while 83% (45/54) have a MAPE under 10%. + +.. image:: _static/MLP_Summary_Statistics.png + :width: 900 + :align: center + +It's illustrative to look at the error metrics as a function of load. To do this, we calculate the mean hourly load +for each BA during the evaluation year and then plot the error statistics as a function of that mean load. Analyzing +the data in this way demonstrates that the BAs with the poorly performing empirical models are almost universally the +smaller BAs. The largest BAs, which are critically important for the overall demand on the grid, generally perform quite +well. Of the 10 BAs with the largest mean demand, 9/10 have a MAPE value under 5% and an R2 value greater than 0.85. +Conversely, of the 10 worst performing BAs (judged by their MAPE value), 7/10 have an average hourly load less than +1700 MWh. + +.. image:: _static/MLP_Summary_Statistics_vs_Load.png + :width: 900 + :align: center + +Because the empirical models that underpin **tell** are so critically important we created a separate analysis notebook +where users can explore the model's performance characteristics collectively and for individual BAs. The MLP calibration +and evaluation notebook can be found +`here `_. + + +Incorporating Detailed Sectoral Models +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +By design **tell** projects future time-series of the *total* hourly load at different spatial scales. These *total* loads +are responsive to variations in population and climate. It is important to note that **tell** does not resolve the +load profiles for individual sectors of the electric industry (e.g., residential, commercial, industrial, and commercial). +However, the model is designed so that it can be modified to reflect changes in these individual sectors in a relatively +straightforward way. We know that technologies in each of these sectors are currently and are likely to continue to evolve +quickly. For example, the rapid penetration of rooftop solar will modify future grid-scale electricity demand from residential +customers. Similarly, widespread adoption of electric vehicles will impact the magnitude and shape of the load profiles in the +residential, commercial, and transportation sectors. In order to reflect technology change in a given sector you need a detailed +understanding of that sector as well as an ability to simulate future changes due to specific technologies. + +While **tell** was not designed for this level of detail, other detailed sectoral models are. We built **tell** to incorporate +technological changes by partnering with these detailed sectoral models. The figure below shows how this might work conceptually. +The top row reflects information that might come out of a detailed residential energy model. In panel (a) we show the diurnal +load profiles for residential customers in a given region. The load profile reflects a typical springtime load profile +in residential buildings. Now imagine that you wanted to simulate the impact of widespread rooftop solar adoption within that +region. Panel (b) shows the potential solar energy supply simulated by the detailed model. The solar energy curve follows a typical +sinusoidal pattern that peaks at solar noon. Finally, panel (c) shows the impact of rooftop solar on the residential demand profile. + +.. image:: _static/Load_Perturbation_Incorporation_Example.png + :width: 900 + :align: center + +**tell** can take the output of the detailed residential buildings sector model and use it to modify the time-series +of *total* load that the model projects. The way to do this is to take the difference values produced by the detailed sectoral +model (i.e., the difference between the base and modified residential load profiles) and add those perturbations directly on top +of the *total* load time-series produced by **tell**. Panel (d) shows how this would play out in **tell**. The black line represents +the **tell** hourly *total* load time-series before the intervention and the red line shows the *total* load time-series after the +rooftop solar difference values from the residential model were added. + +This approach means that **tell** doesn't need to know anything about the residential energy sector or the fraction of the total +load it represents. All **tell** cares about is how the intervention you want to explore will translate into changes in the sectoral +load time-series. Note that in order to do this the detailed sectoral model needs to produce output at at least one of the spatial +scales in **tell** (i.e., counties, states, or BAs). This approach allows users of detailed sectoral models to explore how specific +interventions will impact future demands at the grid-scale without having to have complementary sectoral models of all other sectors. +Finally, if the detailed sectoral model projects changes in the load shape but doesn't resolve the magnitude at a given spatial scale, +it should be possible to use year-over-year changes from the GCAM-USA sectoral models to scale the load shape changes before they are +passed on to **tell**. + + +Scenarios +~~~~~~~~~ +**tell** is designed to work in conjunction with the U.S. version of the Global Change Analysis Model (GCAM-USA) +to explore different future scenarios of population and climate change. The models are configured to run the following +combinations of Representative Concentration Pathways (`RCPs `_) +and Shared Socioeconomic Pathways (`SSPs `_): + +.. list-table:: + :header-rows: 1 + + * - Climate Scenario + - Population Scenario + - scenario_name + * - RCP 4.5 - Cooler + - SSP3 + - rcp45cooler_ssp3 + * - RCP 4.5 - Cooler + - SSP5 + - rcp45cooler_ssp5 + * - RCP 4.5 - Hotter + - SSP3 + - rcp45hotter_ssp3 + * - RCP 4.5 - Hotter + - SSP5 + - rcp45hotter_ssp5 + * - RCP 8.5 - Cooler + - SSP3 + - rcp85cooler_ssp3 + * - RCP 8.5 - Cooler + - SSP5 + - rcp85cooler_ssp5 + * - RCP 8.5 - Hotter + - SSP3 + - rcp85hotter_ssp3 + * - RCP 8.5 - Hotter + - SSP5 + - rcp85hotter_ssp5 + + +Outputs +------- +**tell** produces four types of output files. Each type of output is written out as a .csv file or series of .csv files in ``tell_data/outputs/tell_output/scenario_name``. +Each type of output file can be suppressed by commenting out the relevant output function in ``execute_forward.py``. Missing values in each output file are +coded as -9999. All times are in UTC. + + +State Summary Data +~~~~~~~~~~~~~~~~~~ +This output file gives the annual total loads for each of the 48 states in the CONUS as well as the District of Columbia. It also contains the scaling factor for +each state that force the aggregate annual total loads from **tell** to agree with those produced by GCAM-USA. + +Filename: *TELL_State_Summary_Data_YYYY.csv* + +.. list-table:: + :header-rows: 1 + + * - Name + - Description + - Units/Format + * - Year + - Year of load + - NA + * - State_Name + - Name of the state + - NA + * - State_FIPS + - FIPS code of the state + - NA + * - State_Scaling_Factor + - Scaling factor to force agreement between **tell** and GCAM-USA annual total loads + - NA + * - GCAM_USA_Load_TWh + - Annual total load for the state from GCAM-USA + - TWh + * - Raw_TELL_Load_TWh + - Unscaled annual total load for the state from TELL + - TWh + * - Scaled_TELL_Load_TWh + - Scaled annual total load for the state from TELL + - TWh + + +Balancing Authority Hourly Load Data +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +This output file gives the hourly time-series of total loads for each of the BAs simulated by **tell**. + +Filename: *TELL_Balancing_Authority_Hourly_Load_Data_YYYY.csv* + +.. list-table:: + :header-rows: 1 + + * - Name + - Description + - Units/Format + * - BA_Code + - Alphanumeric code for the BA + - NA + * - BA_Number + - Designated EIA number for the BA + - NA + * - Time_UTC + - Hour of the load in UTC + - YYYY-MM-DD HH:MM:SS + * - Raw_TELL_BA_Load_MWh + - Unscaled hourly total load for the BA from TELL + - MWh + * - Scaled_TELL_BA_Load_MWh + - Scaled hourly total load for the BA from TELL + - MWh + + +State Hourly Load Data +~~~~~~~~~~~~~~~~~~~~~~ +This output file gives the hourly time-series of total loads for each of the 48 states in the CONUS and the District of Columbia. + +Filename: *TELL_State_Hourly_Load_Data_YYYY.csv* + +.. list-table:: + :header-rows: 1 + + * - Name + - Description + - Units/Format + * - State_Name + - Name of the state + - NA + * - State_FIPS + - FIPS code of the state + - NA + * - Time_UTC + - Hour of the load in UTC + - YYYY-MM-DD HH:MM:SS + * - Raw_TELL_State_Load_MWh + - Unscaled hourly total load for the state from TELL + - MWh + * - Scaled_TELL_State_Load_MWh + - Scaled hourly total load for the state from TELL + - MWh + + +County Hourly Load Data +~~~~~~~~~~~~~~~~~~~~~~~ +This collection of output files gives the hourly time-series of total loads for each county in the CONUS and the District of Columbia. +These output files are stored in a subdirectory of the output directory named ``County_Level_Data``. Note that since it takes a while to +write out the county-level output data this output is optional. To output county-level load projections just set the ``save_county_data`` +flag to True when calling the ``tell.execute_forward`` function. + +Filename Format: *TELL_statename_countyname_Hourly_Load_Data_YYYY.csv* + +.. list-table:: + :header-rows: 1 + + * - Name + - Description + - Units/Format + * - County_Name + - Name of the county + - NA + * - County_FIPS + - FIPS code of the county + - NA + * - State_Name + - Name of the state the county is in + - NA + * - State_FIPS + - FIPS code of the state + - NA + * - Time_UTC + - Hour of the load in UTC + - YYYY-MM-DD HH:MM:SS + * - Raw_TELL_County_Load_MWh + - Unscaled hourly total load for the county from TELL + - MWh + * - Scaled_TELL_County_Load_MWh + - Scaled hourly total load for the county from TELL + - MWh \ No newline at end of file diff --git a/_sphinx_design_static/design-tabs.js b/_sphinx_design_static/design-tabs.js new file mode 100644 index 00000000..b25bd6a4 --- /dev/null +++ b/_sphinx_design_static/design-tabs.js @@ -0,0 +1,101 @@ +// @ts-check + +// Extra JS capability for selected tabs to be synced +// The selection is stored in local storage so that it persists across page loads. + +/** + * @type {Record} + */ +let sd_id_to_elements = {}; +const storageKeyPrefix = "sphinx-design-tab-id-"; + +/** + * Create a key for a tab element. + * @param {HTMLElement} el - The tab element. + * @returns {[string, string, string] | null} - The key. + * + */ +function create_key(el) { + let syncId = el.getAttribute("data-sync-id"); + let syncGroup = el.getAttribute("data-sync-group"); + if (!syncId || !syncGroup) return null; + return [syncGroup, syncId, syncGroup + "--" + syncId]; +} + +/** + * Initialize the tab selection. + * + */ +function ready() { + // Find all tabs with sync data + + /** @type {string[]} */ + let groups = []; + + document.querySelectorAll(".sd-tab-label").forEach((label) => { + if (label instanceof HTMLElement) { + let data = create_key(label); + if (data) { + let [group, id, key] = data; + + // add click event listener + // @ts-ignore + label.onclick = onSDLabelClick; + + // store map of key to elements + if (!sd_id_to_elements[key]) { + sd_id_to_elements[key] = []; + } + sd_id_to_elements[key].push(label); + + if (groups.indexOf(group) === -1) { + groups.push(group); + // Check if a specific tab has been selected via URL parameter + const tabParam = new URLSearchParams(window.location.search).get( + group + ); + if (tabParam) { + console.log( + "sphinx-design: Selecting tab id for group '" + + group + + "' from URL parameter: " + + tabParam + ); + window.sessionStorage.setItem(storageKeyPrefix + group, tabParam); + } + } + + // Check is a specific tab has been selected previously + let previousId = window.sessionStorage.getItem( + storageKeyPrefix + group + ); + if (previousId === id) { + // console.log( + // "sphinx-design: Selecting tab from session storage: " + id + // ); + // @ts-ignore + label.previousElementSibling.checked = true; + } + } + } + }); +} + +/** + * Activate other tabs with the same sync id. + * + * @this {HTMLElement} - The element that was clicked. + */ +function onSDLabelClick() { + let data = create_key(this); + if (!data) return; + let [group, id, key] = data; + for (const label of sd_id_to_elements[key]) { + if (label === this) continue; + // @ts-ignore + label.previousElementSibling.checked = true; + } + window.sessionStorage.setItem(storageKeyPrefix + group, id); +} + +document.addEventListener("DOMContentLoaded", ready, false); diff --git a/_sphinx_design_static/sphinx-design.min.css b/_sphinx_design_static/sphinx-design.min.css new file mode 100644 index 00000000..860c36da --- /dev/null +++ b/_sphinx_design_static/sphinx-design.min.css @@ -0,0 +1 @@ +.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative;font-size:var(--sd-fontsize-dropdown)}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary.sd-summary-title{padding:.5em .6em .5em 1em;font-size:var(--sd-fontsize-dropdown-title);font-weight:var(--sd-fontweight-dropdown-title);user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;list-style:none;display:inline-flex;justify-content:space-between}details.sd-dropdown summary.sd-summary-title::-webkit-details-marker{display:none}details.sd-dropdown summary.sd-summary-title:focus{outline:none}details.sd-dropdown summary.sd-summary-title .sd-summary-icon{margin-right:.6em;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary.sd-summary-title .sd-summary-text{flex-grow:1;line-height:1.5;padding-right:.5rem}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker{pointer-events:none;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker svg{opacity:.6}details.sd-dropdown summary.sd-summary-title:hover .sd-summary-state-marker svg{opacity:1;transform:scale(1.1)}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown .sd-summary-chevron-right{transition:.25s}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-right{transform:rotate(90deg)}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-down{transform:rotate(180deg)}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-bg: rgba(0, 113, 188, 0.2);--sd-color-secondary-bg: rgba(108, 117, 125, 0.2);--sd-color-success-bg: rgba(40, 167, 69, 0.2);--sd-color-info-bg: rgba(23, 162, 184, 0.2);--sd-color-warning-bg: rgba(240, 179, 126, 0.2);--sd-color-danger-bg: rgba(220, 53, 69, 0.2);--sd-color-light-bg: rgba(248, 249, 250, 0.2);--sd-color-muted-bg: rgba(108, 117, 125, 0.2);--sd-color-dark-bg: rgba(33, 37, 41, 0.2);--sd-color-black-bg: rgba(0, 0, 0, 0.2);--sd-color-white-bg: rgba(255, 255, 255, 0.2);--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem;--sd-fontsize-dropdown: inherit;--sd-fontsize-dropdown-title: 1rem;--sd-fontweight-dropdown-title: 700} diff --git a/_static/BA_Quick_Look_Plots/AECI_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/AECI_Quick_Look_Plots.png new file mode 100644 index 00000000..59fb1eca Binary files /dev/null and b/_static/BA_Quick_Look_Plots/AECI_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/AEC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/AEC_Quick_Look_Plots.png new file mode 100644 index 00000000..1c95728c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/AEC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/AVA_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/AVA_Quick_Look_Plots.png new file mode 100644 index 00000000..6084da57 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/AVA_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/AZPS_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/AZPS_Quick_Look_Plots.png new file mode 100644 index 00000000..68757a76 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/AZPS_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/BANC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/BANC_Quick_Look_Plots.png new file mode 100644 index 00000000..57fe42fe Binary files /dev/null and b/_static/BA_Quick_Look_Plots/BANC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/BPAT_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/BPAT_Quick_Look_Plots.png new file mode 100644 index 00000000..e27afbe5 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/BPAT_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/CHPD_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/CHPD_Quick_Look_Plots.png new file mode 100644 index 00000000..084f8494 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/CHPD_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/CISO_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/CISO_Quick_Look_Plots.png new file mode 100644 index 00000000..4b67912e Binary files /dev/null and b/_static/BA_Quick_Look_Plots/CISO_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/CPLE_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/CPLE_Quick_Look_Plots.png new file mode 100644 index 00000000..ba1886bb Binary files /dev/null and b/_static/BA_Quick_Look_Plots/CPLE_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/DOPD_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/DOPD_Quick_Look_Plots.png new file mode 100644 index 00000000..2fd9c4bf Binary files /dev/null and b/_static/BA_Quick_Look_Plots/DOPD_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/DUK_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/DUK_Quick_Look_Plots.png new file mode 100644 index 00000000..7e5050fb Binary files /dev/null and b/_static/BA_Quick_Look_Plots/DUK_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/EPE_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/EPE_Quick_Look_Plots.png new file mode 100644 index 00000000..02fb166a Binary files /dev/null and b/_static/BA_Quick_Look_Plots/EPE_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/ERCO_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/ERCO_Quick_Look_Plots.png new file mode 100644 index 00000000..8a13a1f0 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/ERCO_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/FMPP_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/FMPP_Quick_Look_Plots.png new file mode 100644 index 00000000..d9a0cc97 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/FMPP_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/FPC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/FPC_Quick_Look_Plots.png new file mode 100644 index 00000000..90cecd4b Binary files /dev/null and b/_static/BA_Quick_Look_Plots/FPC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/FPL_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/FPL_Quick_Look_Plots.png new file mode 100644 index 00000000..ac937e1c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/FPL_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/GCPD_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/GCPD_Quick_Look_Plots.png new file mode 100644 index 00000000..a34d28ed Binary files /dev/null and b/_static/BA_Quick_Look_Plots/GCPD_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/GVL_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/GVL_Quick_Look_Plots.png new file mode 100644 index 00000000..be4fdc48 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/GVL_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/HST_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/HST_Quick_Look_Plots.png new file mode 100644 index 00000000..a40c17ef Binary files /dev/null and b/_static/BA_Quick_Look_Plots/HST_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/IID_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/IID_Quick_Look_Plots.png new file mode 100644 index 00000000..1a29555a Binary files /dev/null and b/_static/BA_Quick_Look_Plots/IID_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/IPCO_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/IPCO_Quick_Look_Plots.png new file mode 100644 index 00000000..35fa5c6c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/IPCO_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/ISNE_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/ISNE_Quick_Look_Plots.png new file mode 100644 index 00000000..7b8ac21d Binary files /dev/null and b/_static/BA_Quick_Look_Plots/ISNE_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/JEA_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/JEA_Quick_Look_Plots.png new file mode 100644 index 00000000..5b5cf143 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/JEA_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/LDWP_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/LDWP_Quick_Look_Plots.png new file mode 100644 index 00000000..e6a1bbc7 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/LDWP_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/LGEE_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/LGEE_Quick_Look_Plots.png new file mode 100644 index 00000000..e11f52ea Binary files /dev/null and b/_static/BA_Quick_Look_Plots/LGEE_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/MISO_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/MISO_Quick_Look_Plots.png new file mode 100644 index 00000000..4b4fdd5b Binary files /dev/null and b/_static/BA_Quick_Look_Plots/MISO_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/NEVP_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/NEVP_Quick_Look_Plots.png new file mode 100644 index 00000000..d781d90e Binary files /dev/null and b/_static/BA_Quick_Look_Plots/NEVP_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/NSB_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/NSB_Quick_Look_Plots.png new file mode 100644 index 00000000..5610b471 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/NSB_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/NWMT_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/NWMT_Quick_Look_Plots.png new file mode 100644 index 00000000..1b9074a3 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/NWMT_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/NYIS_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/NYIS_Quick_Look_Plots.png new file mode 100644 index 00000000..87a9c892 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/NYIS_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/OVEC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/OVEC_Quick_Look_Plots.png new file mode 100644 index 00000000..09fe12c3 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/OVEC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PACE_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PACE_Quick_Look_Plots.png new file mode 100644 index 00000000..e56760e6 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PACE_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PACW_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PACW_Quick_Look_Plots.png new file mode 100644 index 00000000..760e110c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PACW_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PGE_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PGE_Quick_Look_Plots.png new file mode 100644 index 00000000..45d021f3 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PGE_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PJM_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PJM_Quick_Look_Plots.png new file mode 100644 index 00000000..3daa8095 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PJM_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PNM_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PNM_Quick_Look_Plots.png new file mode 100644 index 00000000..60d408f7 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PNM_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PSCO_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PSCO_Quick_Look_Plots.png new file mode 100644 index 00000000..d1a9cd1c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PSCO_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/PSEI_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/PSEI_Quick_Look_Plots.png new file mode 100644 index 00000000..94c0d5a6 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/PSEI_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SCEG_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SCEG_Quick_Look_Plots.png new file mode 100644 index 00000000..63e91d9c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SCEG_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SCL_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SCL_Quick_Look_Plots.png new file mode 100644 index 00000000..5bad0df7 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SCL_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SC_Quick_Look_Plots.png new file mode 100644 index 00000000..9d689b40 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SEC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SEC_Quick_Look_Plots.png new file mode 100644 index 00000000..e8c0e28c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SEC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SOCO_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SOCO_Quick_Look_Plots.png new file mode 100644 index 00000000..e4f607ea Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SOCO_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SPA_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SPA_Quick_Look_Plots.png new file mode 100644 index 00000000..899430f6 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SPA_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SRP_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SRP_Quick_Look_Plots.png new file mode 100644 index 00000000..b999ca7c Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SRP_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/SWPP_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/SWPP_Quick_Look_Plots.png new file mode 100644 index 00000000..a50a5131 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/SWPP_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/TAL_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/TAL_Quick_Look_Plots.png new file mode 100644 index 00000000..79a3cbfe Binary files /dev/null and b/_static/BA_Quick_Look_Plots/TAL_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/TEC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/TEC_Quick_Look_Plots.png new file mode 100644 index 00000000..7c47c699 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/TEC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/TEPC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/TEPC_Quick_Look_Plots.png new file mode 100644 index 00000000..14ad8d91 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/TEPC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/TIDC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/TIDC_Quick_Look_Plots.png new file mode 100644 index 00000000..7f85e8f0 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/TIDC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/TPWR_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/TPWR_Quick_Look_Plots.png new file mode 100644 index 00000000..c18e0fdd Binary files /dev/null and b/_static/BA_Quick_Look_Plots/TPWR_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/TVA_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/TVA_Quick_Look_Plots.png new file mode 100644 index 00000000..0883e838 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/TVA_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/WACM_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/WACM_Quick_Look_Plots.png new file mode 100644 index 00000000..b860e78f Binary files /dev/null and b/_static/BA_Quick_Look_Plots/WACM_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/WALC_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/WALC_Quick_Look_Plots.png new file mode 100644 index 00000000..186b1bc0 Binary files /dev/null and b/_static/BA_Quick_Look_Plots/WALC_Quick_Look_Plots.png differ diff --git a/_static/BA_Quick_Look_Plots/WAUW_Quick_Look_Plots.png b/_static/BA_Quick_Look_Plots/WAUW_Quick_Look_Plots.png new file mode 100644 index 00000000..df72c48b Binary files /dev/null and b/_static/BA_Quick_Look_Plots/WAUW_Quick_Look_Plots.png differ diff --git a/_static/Load_Perturbation_Incorporation_Example.png b/_static/Load_Perturbation_Incorporation_Example.png new file mode 100644 index 00000000..fb8e7446 Binary files /dev/null and b/_static/Load_Perturbation_Incorporation_Example.png differ diff --git a/_static/Load_Projection_Dissagregation_Example_ISNE.png b/_static/Load_Projection_Dissagregation_Example_ISNE.png new file mode 100644 index 00000000..bbdd8388 Binary files /dev/null and b/_static/Load_Projection_Dissagregation_Example_ISNE.png differ diff --git a/_static/MLP_Summary_Statistics.png b/_static/MLP_Summary_Statistics.png new file mode 100644 index 00000000..f4dbf969 Binary files /dev/null and b/_static/MLP_Summary_Statistics.png differ diff --git a/_static/MLP_Summary_Statistics_vs_Load.png b/_static/MLP_Summary_Statistics_vs_Load.png new file mode 100644 index 00000000..b2b30ac3 Binary files /dev/null and b/_static/MLP_Summary_Statistics_vs_Load.png differ diff --git a/_static/Overlapping_Balancing_Authorities_Map.png b/_static/Overlapping_Balancing_Authorities_Map.png new file mode 100644 index 00000000..0ec2b4a7 Binary files /dev/null and b/_static/Overlapping_Balancing_Authorities_Map.png differ diff --git a/_static/User_Guide_Data/ba_service_territory_2015.csv b/_static/User_Guide_Data/ba_service_territory_2015.csv new file mode 100644 index 00000000..4cf04206 --- /dev/null +++ b/_static/User_Guide_Data/ba_service_territory_2015.csv @@ -0,0 +1,5385 @@ +Year,State_FIPS,State_Name,County_FIPS,County_Name,BA_Number,BA_Code +2015,23000.0,Maine,23003.0,Aroostook County,1.0,NBSO +2015,23000.0,Maine,23009.0,Hancock County,1.0,NBSO +2015,23000.0,Maine,23019.0,Penobscot County,1.0,NBSO +2015,23000.0,Maine,23021.0,Piscataquis County,1.0,NBSO +2015,23000.0,Maine,23027.0,Waldo County,1.0,NBSO +2015,23000.0,Maine,23029.0,Washington County,1.0,NBSO +2015,1000.0,Alabama,1001.0,Autauga County,189.0,AEC +2015,1000.0,Alabama,1003.0,Baldwin County,189.0,AEC +2015,1000.0,Alabama,1005.0,Barbour County,189.0,AEC +2015,1000.0,Alabama,1007.0,Bibb County,189.0,AEC +2015,1000.0,Alabama,1011.0,Bullock County,189.0,AEC +2015,1000.0,Alabama,1013.0,Butler County,189.0,AEC +2015,1000.0,Alabama,1015.0,Calhoun County,189.0,AEC +2015,1000.0,Alabama,1017.0,Chambers County,189.0,AEC +2015,1000.0,Alabama,1021.0,Chilton County,189.0,AEC +2015,1000.0,Alabama,1025.0,Clarke County,189.0,AEC +2015,1000.0,Alabama,1027.0,Clay County,189.0,AEC +2015,1000.0,Alabama,1029.0,Cleburne County,189.0,AEC +2015,1000.0,Alabama,1031.0,Coffee County,189.0,AEC +2015,1000.0,Alabama,1035.0,Conecuh County,189.0,AEC +2015,1000.0,Alabama,1037.0,Coosa County,189.0,AEC +2015,1000.0,Alabama,1039.0,Covington County,189.0,AEC +2015,1000.0,Alabama,1041.0,Crenshaw County,189.0,AEC +2015,1000.0,Alabama,1045.0,Dale County,189.0,AEC +2015,1000.0,Alabama,1047.0,Dallas County,189.0,AEC +2015,1000.0,Alabama,1051.0,Elmore County,189.0,AEC +2015,1000.0,Alabama,1053.0,Escambia County,189.0,AEC +2015,1000.0,Alabama,1055.0,Etowah County,189.0,AEC +2015,1000.0,Alabama,1061.0,Geneva County,189.0,AEC +2015,1000.0,Alabama,1067.0,Henry County,189.0,AEC +2015,1000.0,Alabama,1069.0,Houston County,189.0,AEC +2015,1000.0,Alabama,1081.0,Lee County,189.0,AEC +2015,1000.0,Alabama,1085.0,Lowndes County,189.0,AEC +2015,1000.0,Alabama,1087.0,Macon County,189.0,AEC +2015,1000.0,Alabama,1099.0,Monroe County,189.0,AEC +2015,1000.0,Alabama,1101.0,Montgomery County,189.0,AEC +2015,1000.0,Alabama,1105.0,Perry County,189.0,AEC +2015,1000.0,Alabama,1109.0,Pike County,189.0,AEC +2015,1000.0,Alabama,1111.0,Randolph County,189.0,AEC +2015,1000.0,Alabama,1113.0,Russell County,189.0,AEC +2015,1000.0,Alabama,1115.0,Shelby County,189.0,AEC +2015,1000.0,Alabama,1117.0,St. Clair County,189.0,AEC +2015,1000.0,Alabama,1121.0,Talladega County,189.0,AEC +2015,1000.0,Alabama,1123.0,Tallapoosa County,189.0,AEC +2015,1000.0,Alabama,1129.0,Washington County,189.0,AEC +2015,1000.0,Alabama,1131.0,Wilcox County,189.0,AEC +2015,12000.0,Florida,12005.0,Bay County,189.0,AEC +2015,12000.0,Florida,12013.0,Calhoun County,189.0,AEC +2015,12000.0,Florida,12033.0,Escambia County,189.0,AEC +2015,12000.0,Florida,12045.0,Gulf County,189.0,AEC +2015,12000.0,Florida,12059.0,Holmes County,189.0,AEC +2015,12000.0,Florida,12063.0,Jackson County,189.0,AEC +2015,12000.0,Florida,12091.0,Okaloosa County,189.0,AEC +2015,12000.0,Florida,12113.0,Santa Rosa County,189.0,AEC +2015,12000.0,Florida,12131.0,Walton County,189.0,AEC +2015,12000.0,Florida,12133.0,Washington County,189.0,AEC +2015,2000.0,Alaska,2020.0,Anchorage Municipality,599.0,AMPL +2015,4000.0,Arizona,4001.0,Apache County,803.0,AZPS +2015,4000.0,Arizona,4003.0,Cochise County ,803.0,AZPS +2015,4000.0,Arizona,4005.0,Coconino County,803.0,AZPS +2015,4000.0,Arizona,4007.0,Gila County,803.0,AZPS +2015,4000.0,Arizona,4009.0,Graham County,803.0,AZPS +2015,4000.0,Arizona,4011.0,Greenlee County,803.0,AZPS +2015,4000.0,Arizona,4013.0,Maricopa County,803.0,AZPS +2015,4000.0,Arizona,4015.0,Mohave County,803.0,AZPS +2015,4000.0,Arizona,4017.0,Navajo County,803.0,AZPS +2015,4000.0,Arizona,4019.0,Pima County,803.0,AZPS +2015,4000.0,Arizona,4021.0,Pinal County,803.0,AZPS +2015,4000.0,Arizona,4023.0,Santa Cruz County,803.0,AZPS +2015,4000.0,Arizona,4025.0,Yavapai County,803.0,AZPS +2015,4000.0,Arizona,4027.0,Yuma County,803.0,AZPS +2015,5000.0,Arkansas,5035.0,Crittenden County,924.0,AECI +2015,19000.0,Iowa,19007.0,Appanoose County,924.0,AECI +2015,19000.0,Iowa,19051.0,Davis County,924.0,AECI +2015,19000.0,Iowa,19053.0,Decatur County,924.0,AECI +2015,19000.0,Iowa,19057.0,Des Moines County,924.0,AECI +2015,19000.0,Iowa,19071.0,Fremont County,924.0,AECI +2015,19000.0,Iowa,19087.0,Henry County,924.0,AECI +2015,19000.0,Iowa,19101.0,Jefferson County,924.0,AECI +2015,19000.0,Iowa,19107.0,Keokuk County,924.0,AECI +2015,19000.0,Iowa,19111.0,Lee County,924.0,AECI +2015,19000.0,Iowa,19115.0,Louisa County,924.0,AECI +2015,19000.0,Iowa,19117.0,Lucas County,924.0,AECI +2015,19000.0,Iowa,19125.0,Marion County,924.0,AECI +2015,19000.0,Iowa,19135.0,Monroe County,924.0,AECI +2015,19000.0,Iowa,19145.0,Page County,924.0,AECI +2015,19000.0,Iowa,19159.0,Ringgold County,924.0,AECI +2015,19000.0,Iowa,19173.0,Taylor County,924.0,AECI +2015,19000.0,Iowa,19177.0,Van Buren County,924.0,AECI +2015,19000.0,Iowa,19179.0,Wapello County,924.0,AECI +2015,19000.0,Iowa,19183.0,Washington County,924.0,AECI +2015,19000.0,Iowa,19185.0,Wayne County,924.0,AECI +2015,29000.0,Missouri,29001.0,Adair County,924.0,AECI +2015,29000.0,Missouri,29003.0,Andrew County,924.0,AECI +2015,29000.0,Missouri,29005.0,Atchison County,924.0,AECI +2015,29000.0,Missouri,29007.0,Audrain County,924.0,AECI +2015,29000.0,Missouri,29009.0,Barry County,924.0,AECI +2015,29000.0,Missouri,29011.0,Barton County,924.0,AECI +2015,29000.0,Missouri,29013.0,Bates County,924.0,AECI +2015,29000.0,Missouri,29015.0,Benton County,924.0,AECI +2015,29000.0,Missouri,29017.0,Bollinger County,924.0,AECI +2015,29000.0,Missouri,29019.0,Boone County,924.0,AECI +2015,29000.0,Missouri,29021.0,Buchanan County,924.0,AECI +2015,29000.0,Missouri,29023.0,Butler County,924.0,AECI +2015,29000.0,Missouri,29025.0,Caldwell County,924.0,AECI +2015,29000.0,Missouri,29027.0,Callaway County,924.0,AECI +2015,29000.0,Missouri,29029.0,Camden County,924.0,AECI +2015,29000.0,Missouri,29031.0,Cape Girardeau County,924.0,AECI +2015,29000.0,Missouri,29033.0,Carroll County,924.0,AECI +2015,29000.0,Missouri,29035.0,Carter County,924.0,AECI +2015,29000.0,Missouri,29037.0,Cass County,924.0,AECI +2015,29000.0,Missouri,29039.0,Cedar County,924.0,AECI +2015,29000.0,Missouri,29041.0,Chariton County,924.0,AECI +2015,29000.0,Missouri,29043.0,Christian County,924.0,AECI +2015,29000.0,Missouri,29045.0,Clark County,924.0,AECI +2015,29000.0,Missouri,29047.0,Clay County,924.0,AECI +2015,29000.0,Missouri,29049.0,Clinton County,924.0,AECI +2015,29000.0,Missouri,29051.0,Cole County,924.0,AECI +2015,29000.0,Missouri,29053.0,Cooper County,924.0,AECI +2015,29000.0,Missouri,29055.0,Crawford County,924.0,AECI +2015,29000.0,Missouri,29057.0,Dade County,924.0,AECI +2015,29000.0,Missouri,29059.0,Dallas County,924.0,AECI +2015,29000.0,Missouri,29061.0,Daviess County,924.0,AECI +2015,29000.0,Missouri,29063.0,DeKalb County,924.0,AECI +2015,29000.0,Missouri,29065.0,Dent County,924.0,AECI +2015,29000.0,Missouri,29067.0,Douglas County,924.0,AECI +2015,29000.0,Missouri,29069.0,Dunklin County,924.0,AECI +2015,29000.0,Missouri,29071.0,Franklin County,924.0,AECI +2015,29000.0,Missouri,29073.0,Gasconade County,924.0,AECI +2015,29000.0,Missouri,29075.0,Gentry County,924.0,AECI +2015,29000.0,Missouri,29077.0,Greene County,924.0,AECI +2015,29000.0,Missouri,29079.0,Grundy County,924.0,AECI +2015,29000.0,Missouri,29081.0,Harrison County,924.0,AECI +2015,29000.0,Missouri,29083.0,Henry County,924.0,AECI +2015,29000.0,Missouri,29085.0,Hickory County,924.0,AECI +2015,29000.0,Missouri,29087.0,Holt County,924.0,AECI +2015,29000.0,Missouri,29089.0,Howard County,924.0,AECI +2015,29000.0,Missouri,29091.0,Howell County,924.0,AECI +2015,29000.0,Missouri,29093.0,Iron County,924.0,AECI +2015,29000.0,Missouri,29095.0,Jackson County,924.0,AECI +2015,29000.0,Missouri,29097.0,Jasper County,924.0,AECI +2015,29000.0,Missouri,29099.0,Jefferson County,924.0,AECI +2015,29000.0,Missouri,29101.0,Johnson County,924.0,AECI +2015,29000.0,Missouri,29103.0,Knox County,924.0,AECI +2015,29000.0,Missouri,29105.0,Laclede County,924.0,AECI +2015,29000.0,Missouri,29107.0,Lafayette County,924.0,AECI +2015,29000.0,Missouri,29109.0,Lawrence County,924.0,AECI +2015,29000.0,Missouri,29111.0,Lewis County,924.0,AECI +2015,29000.0,Missouri,29113.0,Lincoln County,924.0,AECI +2015,29000.0,Missouri,29115.0,Linn County,924.0,AECI +2015,29000.0,Missouri,29117.0,Livingston County,924.0,AECI +2015,29000.0,Missouri,29119.0,McDonald County,924.0,AECI +2015,29000.0,Missouri,29121.0,Macon County,924.0,AECI +2015,29000.0,Missouri,29123.0,Madison County,924.0,AECI +2015,29000.0,Missouri,29125.0,Maries County,924.0,AECI +2015,29000.0,Missouri,29127.0,Marion County,924.0,AECI +2015,29000.0,Missouri,29129.0,Mercer County,924.0,AECI +2015,29000.0,Missouri,29131.0,Miller County,924.0,AECI +2015,29000.0,Missouri,29133.0,Mississippi County,924.0,AECI +2015,29000.0,Missouri,29135.0,Moniteau County,924.0,AECI +2015,29000.0,Missouri,29137.0,Monroe County,924.0,AECI +2015,29000.0,Missouri,29139.0,Montgomery County,924.0,AECI +2015,29000.0,Missouri,29141.0,Morgan County,924.0,AECI +2015,29000.0,Missouri,29143.0,New Madrid County,924.0,AECI +2015,29000.0,Missouri,29145.0,Newton County,924.0,AECI +2015,29000.0,Missouri,29147.0,Nodaway County,924.0,AECI +2015,29000.0,Missouri,29149.0,Oregon County,924.0,AECI +2015,29000.0,Missouri,29151.0,Osage County,924.0,AECI +2015,29000.0,Missouri,29153.0,Ozark County,924.0,AECI +2015,29000.0,Missouri,29155.0,Pemiscot County,924.0,AECI +2015,29000.0,Missouri,29159.0,Pettis County,924.0,AECI +2015,29000.0,Missouri,29161.0,Phelps County,924.0,AECI +2015,29000.0,Missouri,29163.0,Pike County,924.0,AECI +2015,29000.0,Missouri,29165.0,Platte County,924.0,AECI +2015,29000.0,Missouri,29167.0,Polk County,924.0,AECI +2015,29000.0,Missouri,29169.0,Pulaski County,924.0,AECI +2015,29000.0,Missouri,29171.0,Putnam County,924.0,AECI +2015,29000.0,Missouri,29173.0,Ralls County,924.0,AECI +2015,29000.0,Missouri,29175.0,Randolph County,924.0,AECI +2015,29000.0,Missouri,29177.0,Ray County,924.0,AECI +2015,29000.0,Missouri,29179.0,Reynolds County,924.0,AECI +2015,29000.0,Missouri,29181.0,Ripley County,924.0,AECI +2015,29000.0,Missouri,29183.0,St. Charles County,924.0,AECI +2015,29000.0,Missouri,29185.0,St. Clair County,924.0,AECI +2015,29000.0,Missouri,29195.0,Saline County,924.0,AECI +2015,29000.0,Missouri,29197.0,Schuyler County,924.0,AECI +2015,29000.0,Missouri,29199.0,Scotland County,924.0,AECI +2015,29000.0,Missouri,29201.0,Scott County,924.0,AECI +2015,29000.0,Missouri,29203.0,Shannon County,924.0,AECI +2015,29000.0,Missouri,29205.0,Shelby County,924.0,AECI +2015,29000.0,Missouri,29207.0,Stoddard County,924.0,AECI +2015,29000.0,Missouri,29209.0,Stone County,924.0,AECI +2015,29000.0,Missouri,29211.0,Sullivan County,924.0,AECI +2015,29000.0,Missouri,29213.0,Taney County,924.0,AECI +2015,29000.0,Missouri,29215.0,Texas County,924.0,AECI +2015,29000.0,Missouri,29217.0,Vernon County,924.0,AECI +2015,29000.0,Missouri,29219.0,Warren County,924.0,AECI +2015,29000.0,Missouri,29221.0,Washington County,924.0,AECI +2015,29000.0,Missouri,29223.0,Wayne County,924.0,AECI +2015,29000.0,Missouri,29225.0,Webster County,924.0,AECI +2015,29000.0,Missouri,29227.0,Worth County,924.0,AECI +2015,29000.0,Missouri,29229.0,Wright County,924.0,AECI +2015,40000.0,Oklahoma,40001.0,Adair County,924.0,AECI +2015,40000.0,Oklahoma,40005.0,Atoka County,924.0,AECI +2015,40000.0,Oklahoma,40021.0,Cherokee County,924.0,AECI +2015,40000.0,Oklahoma,40037.0,Creek County,924.0,AECI +2015,40000.0,Oklahoma,40041.0,Delaware County,924.0,AECI +2015,40000.0,Oklahoma,40047.0,Garfield County,924.0,AECI +2015,40000.0,Oklahoma,40061.0,Haskell County,924.0,AECI +2015,40000.0,Oklahoma,40077.0,Latimer County,924.0,AECI +2015,40000.0,Oklahoma,40079.0,Le Flore County,924.0,AECI +2015,40000.0,Oklahoma,40081.0,Lincoln County,924.0,AECI +2015,40000.0,Oklahoma,40083.0,Logan County,924.0,AECI +2015,40000.0,Oklahoma,40091.0,McIntosh County,924.0,AECI +2015,40000.0,Oklahoma,40097.0,Mayes County,924.0,AECI +2015,40000.0,Oklahoma,40101.0,Muskogee County,924.0,AECI +2015,40000.0,Oklahoma,40103.0,Noble County,924.0,AECI +2015,40000.0,Oklahoma,40105.0,Nowata County,924.0,AECI +2015,40000.0,Oklahoma,40107.0,Okfuskee County,924.0,AECI +2015,40000.0,Oklahoma,40109.0,Oklahoma County,924.0,AECI +2015,40000.0,Oklahoma,40111.0,Okmulgee County,924.0,AECI +2015,40000.0,Oklahoma,40113.0,Osage County,924.0,AECI +2015,40000.0,Oklahoma,40117.0,Pawnee County,924.0,AECI +2015,40000.0,Oklahoma,40119.0,Payne County,924.0,AECI +2015,40000.0,Oklahoma,40121.0,Pittsburg County,924.0,AECI +2015,40000.0,Oklahoma,40127.0,Pushmataha County,924.0,AECI +2015,40000.0,Oklahoma,40131.0,Rogers County,924.0,AECI +2015,40000.0,Oklahoma,40133.0,Seminole County,924.0,AECI +2015,40000.0,Oklahoma,40135.0,Sequoyah County,924.0,AECI +2015,40000.0,Oklahoma,40143.0,Tulsa County,924.0,AECI +2015,40000.0,Oklahoma,40145.0,Wagoner County,924.0,AECI +2015,40000.0,Oklahoma,40147.0,Washington County,924.0,AECI +2015,16000.0,Idaho,16009.0,Benewah County,1738.0,BPAT +2015,16000.0,Idaho,16017.0,Bonner County,1738.0,BPAT +2015,16000.0,Idaho,16019.0,Bonneville County,1738.0,BPAT +2015,16000.0,Idaho,16021.0,Boundary County,1738.0,BPAT +2015,16000.0,Idaho,16029.0,Caribou County,1738.0,BPAT +2015,16000.0,Idaho,16031.0,Cassia County,1738.0,BPAT +2015,16000.0,Idaho,16033.0,Clark County,1738.0,BPAT +2015,16000.0,Idaho,16035.0,Clearwater County,1738.0,BPAT +2015,16000.0,Idaho,16043.0,Fremont County,1738.0,BPAT +2015,16000.0,Idaho,16049.0,Idaho County,1738.0,BPAT +2015,16000.0,Idaho,16051.0,Jefferson County,1738.0,BPAT +2015,16000.0,Idaho,16055.0,Kootenai County,1738.0,BPAT +2015,16000.0,Idaho,16057.0,Latah County,1738.0,BPAT +2015,16000.0,Idaho,16061.0,Lewis County,1738.0,BPAT +2015,16000.0,Idaho,16065.0,Madison County,1738.0,BPAT +2015,16000.0,Idaho,16067.0,Minidoka County,1738.0,BPAT +2015,16000.0,Idaho,16069.0,Nez Perce County,1738.0,BPAT +2015,16000.0,Idaho,16071.0,Oneida County,1738.0,BPAT +2015,16000.0,Idaho,16073.0,Owyhee County,1738.0,BPAT +2015,16000.0,Idaho,16077.0,Power County,1738.0,BPAT +2015,16000.0,Idaho,16079.0,Shoshone County,1738.0,BPAT +2015,16000.0,Idaho,16081.0,Teton County,1738.0,BPAT +2015,30000.0,Montana,30003.0,Big Horn County,1738.0,BPAT +2015,30000.0,Montana,30009.0,Carbon County,1738.0,BPAT +2015,30000.0,Montana,30029.0,Flathead County,1738.0,BPAT +2015,30000.0,Montana,30031.0,Gallatin County,1738.0,BPAT +2015,30000.0,Montana,30039.0,Granite County,1738.0,BPAT +2015,30000.0,Montana,30047.0,Lake County,1738.0,BPAT +2015,30000.0,Montana,30053.0,Lincoln County,1738.0,BPAT +2015,30000.0,Montana,30061.0,Mineral County,1738.0,BPAT +2015,30000.0,Montana,30063.0,Missoula County,1738.0,BPAT +2015,30000.0,Montana,30067.0,Park County,1738.0,BPAT +2015,30000.0,Montana,30077.0,Powell County,1738.0,BPAT +2015,30000.0,Montana,30081.0,Ravalli County,1738.0,BPAT +2015,30000.0,Montana,30089.0,Sanders County,1738.0,BPAT +2015,32000.0,Nevada,32007.0,Elko County,1738.0,BPAT +2015,32000.0,Nevada,32013.0,Humboldt County,1738.0,BPAT +2015,41000.0,Oregon,41001.0,Baker County,1738.0,BPAT +2015,41000.0,Oregon,41003.0,Benton County,1738.0,BPAT +2015,41000.0,Oregon,41007.0,Clatsop County,1738.0,BPAT +2015,41000.0,Oregon,41009.0,Columbia County,1738.0,BPAT +2015,41000.0,Oregon,41011.0,Coos County,1738.0,BPAT +2015,41000.0,Oregon,41013.0,Crook County,1738.0,BPAT +2015,41000.0,Oregon,41015.0,Curry County,1738.0,BPAT +2015,41000.0,Oregon,41017.0,Deschutes County,1738.0,BPAT +2015,41000.0,Oregon,41019.0,Douglas County,1738.0,BPAT +2015,41000.0,Oregon,41021.0,Gilliam County,1738.0,BPAT +2015,41000.0,Oregon,41023.0,Grant County,1738.0,BPAT +2015,41000.0,Oregon,41025.0,Harney County,1738.0,BPAT +2015,41000.0,Oregon,41027.0,Hood River County,1738.0,BPAT +2015,41000.0,Oregon,41031.0,Jefferson County,1738.0,BPAT +2015,41000.0,Oregon,41035.0,Klamath County,1738.0,BPAT +2015,41000.0,Oregon,41037.0,Lake County,1738.0,BPAT +2015,41000.0,Oregon,41039.0,Lane County,1738.0,BPAT +2015,41000.0,Oregon,41041.0,Lincoln County,1738.0,BPAT +2015,41000.0,Oregon,41043.0,Linn County,1738.0,BPAT +2015,41000.0,Oregon,41045.0,Malheur County,1738.0,BPAT +2015,41000.0,Oregon,41047.0,Marion County,1738.0,BPAT +2015,41000.0,Oregon,41049.0,Morrow County,1738.0,BPAT +2015,41000.0,Oregon,41051.0,Multnomah County,1738.0,BPAT +2015,41000.0,Oregon,41053.0,Polk County,1738.0,BPAT +2015,41000.0,Oregon,41055.0,Sherman County,1738.0,BPAT +2015,41000.0,Oregon,41057.0,Tillamook County,1738.0,BPAT +2015,41000.0,Oregon,41059.0,Umatilla County,1738.0,BPAT +2015,41000.0,Oregon,41061.0,Union County,1738.0,BPAT +2015,41000.0,Oregon,41063.0,Wallowa County,1738.0,BPAT +2015,41000.0,Oregon,41065.0,Wasco County,1738.0,BPAT +2015,41000.0,Oregon,41067.0,Washington County,1738.0,BPAT +2015,41000.0,Oregon,41069.0,Wheeler County,1738.0,BPAT +2015,41000.0,Oregon,41071.0,Yamhill County,1738.0,BPAT +2015,49000.0,Utah,49003.0,Box Elder County,1738.0,BPAT +2015,53000.0,Washington,53001.0,Adams County,1738.0,BPAT +2015,53000.0,Washington,53003.0,Asotin County,1738.0,BPAT +2015,53000.0,Washington,53005.0,Benton County,1738.0,BPAT +2015,53000.0,Washington,53009.0,Clallam County,1738.0,BPAT +2015,53000.0,Washington,53011.0,Clark County,1738.0,BPAT +2015,53000.0,Washington,53013.0,Columbia County,1738.0,BPAT +2015,53000.0,Washington,53015.0,Cowlitz County,1738.0,BPAT +2015,53000.0,Washington,53019.0,Ferry County,1738.0,BPAT +2015,53000.0,Washington,53021.0,Franklin County,1738.0,BPAT +2015,53000.0,Washington,53023.0,Garfield County,1738.0,BPAT +2015,53000.0,Washington,53025.0,Grant County,1738.0,BPAT +2015,53000.0,Washington,53027.0,Grays Harbor County,1738.0,BPAT +2015,53000.0,Washington,53029.0,Island County,1738.0,BPAT +2015,53000.0,Washington,53031.0,Jefferson County,1738.0,BPAT +2015,53000.0,Washington,53035.0,Kitsap County,1738.0,BPAT +2015,53000.0,Washington,53037.0,Kittitas County,1738.0,BPAT +2015,53000.0,Washington,53039.0,Klickitat County,1738.0,BPAT +2015,53000.0,Washington,53041.0,Lewis County,1738.0,BPAT +2015,53000.0,Washington,53043.0,Lincoln County,1738.0,BPAT +2015,53000.0,Washington,53045.0,Mason County,1738.0,BPAT +2015,53000.0,Washington,53047.0,Okanogan County,1738.0,BPAT +2015,53000.0,Washington,53049.0,Pacific County,1738.0,BPAT +2015,53000.0,Washington,53051.0,Pend Oreille County,1738.0,BPAT +2015,53000.0,Washington,53053.0,Pierce County,1738.0,BPAT +2015,53000.0,Washington,53055.0,San Juan County,1738.0,BPAT +2015,53000.0,Washington,53059.0,Skamania County,1738.0,BPAT +2015,53000.0,Washington,53061.0,Snohomish County,1738.0,BPAT +2015,53000.0,Washington,53063.0,Spokane County,1738.0,BPAT +2015,53000.0,Washington,53065.0,Stevens County,1738.0,BPAT +2015,53000.0,Washington,53067.0,Thurston County,1738.0,BPAT +2015,53000.0,Washington,53069.0,Wahkiakum County,1738.0,BPAT +2015,53000.0,Washington,53071.0,Walla Walla County,1738.0,BPAT +2015,53000.0,Washington,53073.0,Whatcom County,1738.0,BPAT +2015,53000.0,Washington,53075.0,Whitman County,1738.0,BPAT +2015,53000.0,Washington,53077.0,Yakima County,1738.0,BPAT +2015,56000.0,Wyoming,56023.0,Lincoln County,1738.0,BPAT +2015,56000.0,Wyoming,56033.0,Sheridan County,1738.0,BPAT +2015,56000.0,Wyoming,56035.0,Sublette County,1738.0,BPAT +2015,56000.0,Wyoming,56039.0,Teton County,1738.0,BPAT +2015,6000.0,California,6001.0,Alameda County,2775.0,CISO +2015,6000.0,California,6003.0,Alpine County,2775.0,CISO +2015,6000.0,California,6005.0,Amador County,2775.0,CISO +2015,6000.0,California,6007.0,Butte County,2775.0,CISO +2015,6000.0,California,6009.0,Calaveras County,2775.0,CISO +2015,6000.0,California,6011.0,Colusa County,2775.0,CISO +2015,6000.0,California,6013.0,Contra Costa County,2775.0,CISO +2015,6000.0,California,6017.0,El Dorado County,2775.0,CISO +2015,6000.0,California,6019.0,Fresno County,2775.0,CISO +2015,6000.0,California,6021.0,Glenn County,2775.0,CISO +2015,6000.0,California,6023.0,Humboldt County,2775.0,CISO +2015,6000.0,California,6025.0,Imperial County,2775.0,CISO +2015,6000.0,California,6027.0,Inyo County,2775.0,CISO +2015,6000.0,California,6029.0,Kern County,2775.0,CISO +2015,6000.0,California,6031.0,Kings County,2775.0,CISO +2015,6000.0,California,6033.0,Lake County,2775.0,CISO +2015,6000.0,California,6035.0,Lassen County,2775.0,CISO +2015,6000.0,California,6037.0,Los Angeles County,2775.0,CISO +2015,6000.0,California,6039.0,Madera County,2775.0,CISO +2015,6000.0,California,6041.0,Marin County,2775.0,CISO +2015,6000.0,California,6043.0,Mariposa County,2775.0,CISO +2015,6000.0,California,6045.0,Mendocino County,2775.0,CISO +2015,6000.0,California,6047.0,Merced County,2775.0,CISO +2015,6000.0,California,6049.0,Modoc County,2775.0,CISO +2015,6000.0,California,6051.0,Mono County,2775.0,CISO +2015,6000.0,California,6053.0,Monterey County,2775.0,CISO +2015,6000.0,California,6055.0,Napa County,2775.0,CISO +2015,6000.0,California,6057.0,Nevada County,2775.0,CISO +2015,6000.0,California,6059.0,Orange County,2775.0,CISO +2015,6000.0,California,6061.0,Placer County,2775.0,CISO +2015,6000.0,California,6063.0,Plumas County,2775.0,CISO +2015,6000.0,California,6065.0,Riverside County,2775.0,CISO +2015,6000.0,California,6067.0,Sacramento County,2775.0,CISO +2015,6000.0,California,6069.0,San Benito County,2775.0,CISO +2015,6000.0,California,6071.0,San Bernardino County,2775.0,CISO +2015,6000.0,California,6073.0,San Diego County,2775.0,CISO +2015,6000.0,California,6075.0,San Francisco County,2775.0,CISO +2015,6000.0,California,6077.0,San Joaquin County,2775.0,CISO +2015,6000.0,California,6079.0,San Luis Obispo County,2775.0,CISO +2015,6000.0,California,6081.0,San Mateo County,2775.0,CISO +2015,6000.0,California,6083.0,Santa Barbara County,2775.0,CISO +2015,6000.0,California,6085.0,Santa Clara County,2775.0,CISO +2015,6000.0,California,6087.0,Santa Cruz County,2775.0,CISO +2015,6000.0,California,6089.0,Shasta County,2775.0,CISO +2015,6000.0,California,6091.0,Sierra County,2775.0,CISO +2015,6000.0,California,6093.0,Siskiyou County,2775.0,CISO +2015,6000.0,California,6095.0,Solano County,2775.0,CISO +2015,6000.0,California,6097.0,Sonoma County,2775.0,CISO +2015,6000.0,California,6099.0,Stanislaus County,2775.0,CISO +2015,6000.0,California,6101.0,Sutter County,2775.0,CISO +2015,6000.0,California,6103.0,Tehama County,2775.0,CISO +2015,6000.0,California,6105.0,Trinity County,2775.0,CISO +2015,6000.0,California,6107.0,Tulare County,2775.0,CISO +2015,6000.0,California,6109.0,Tuolumne County,2775.0,CISO +2015,6000.0,California,6111.0,Ventura County,2775.0,CISO +2015,6000.0,California,6113.0,Yolo County,2775.0,CISO +2015,6000.0,California,6115.0,Yuba County,2775.0,CISO +2015,32000.0,Nevada,32031.0,Washoe County,2775.0,CISO +2015,37000.0,North Carolina,37001.0,Alamance County,3046.0,CPLE +2015,37000.0,North Carolina,37007.0,Anson County,3046.0,CPLE +2015,37000.0,North Carolina,37011.0,Avery County,3046.0,CPLE +2015,37000.0,North Carolina,37013.0,Beaufort County,3046.0,CPLE +2015,37000.0,North Carolina,37017.0,Bladen County,3046.0,CPLE +2015,37000.0,North Carolina,37019.0,Brunswick County,3046.0,CPLE +2015,37000.0,North Carolina,37021.0,Buncombe County,3046.0,CPLE +2015,37000.0,North Carolina,37031.0,Carteret County,3046.0,CPLE +2015,37000.0,North Carolina,37033.0,Caswell County,3046.0,CPLE +2015,37000.0,North Carolina,37037.0,Chatham County,3046.0,CPLE +2015,37000.0,North Carolina,37041.0,Chowan County,3046.0,CPLE +2015,37000.0,North Carolina,37047.0,Columbus County,3046.0,CPLE +2015,37000.0,North Carolina,37049.0,Craven County,3046.0,CPLE +2015,37000.0,North Carolina,37051.0,Cumberland County,3046.0,CPLE +2015,37000.0,North Carolina,37061.0,Duplin County,3046.0,CPLE +2015,37000.0,North Carolina,37063.0,Durham County,3046.0,CPLE +2015,37000.0,North Carolina,37065.0,Edgecombe County,3046.0,CPLE +2015,37000.0,North Carolina,37069.0,Franklin County,3046.0,CPLE +2015,37000.0,North Carolina,37077.0,Granville County,3046.0,CPLE +2015,37000.0,North Carolina,37079.0,Greene County,3046.0,CPLE +2015,37000.0,North Carolina,37081.0,Guilford County,3046.0,CPLE +2015,37000.0,North Carolina,37083.0,Halifax County,3046.0,CPLE +2015,37000.0,North Carolina,37085.0,Harnett County,3046.0,CPLE +2015,37000.0,North Carolina,37087.0,Haywood County,3046.0,CPLE +2015,37000.0,North Carolina,37089.0,Henderson County,3046.0,CPLE +2015,37000.0,North Carolina,37093.0,Hoke County,3046.0,CPLE +2015,37000.0,North Carolina,37099.0,Jackson County,3046.0,CPLE +2015,37000.0,North Carolina,37101.0,Johnston County,3046.0,CPLE +2015,37000.0,North Carolina,37103.0,Jones County,3046.0,CPLE +2015,37000.0,North Carolina,37105.0,Lee County,3046.0,CPLE +2015,37000.0,North Carolina,37107.0,Lenoir County,3046.0,CPLE +2015,37000.0,North Carolina,37111.0,McDowell County,3046.0,CPLE +2015,37000.0,North Carolina,37115.0,Madison County,3046.0,CPLE +2015,37000.0,North Carolina,37117.0,Martin County,3046.0,CPLE +2015,37000.0,North Carolina,37121.0,Mitchell County,3046.0,CPLE +2015,37000.0,North Carolina,37123.0,Montgomery County,3046.0,CPLE +2015,37000.0,North Carolina,37125.0,Moore County,3046.0,CPLE +2015,37000.0,North Carolina,37127.0,Nash County,3046.0,CPLE +2015,37000.0,North Carolina,37129.0,New Hanover County,3046.0,CPLE +2015,37000.0,North Carolina,37133.0,Onslow County,3046.0,CPLE +2015,37000.0,North Carolina,37135.0,Orange County,3046.0,CPLE +2015,37000.0,North Carolina,37137.0,Pamlico County,3046.0,CPLE +2015,37000.0,North Carolina,37139.0,Pasquotank County,3046.0,CPLE +2015,37000.0,North Carolina,37141.0,Pender County,3046.0,CPLE +2015,37000.0,North Carolina,37145.0,Person County,3046.0,CPLE +2015,37000.0,North Carolina,37147.0,Pitt County,3046.0,CPLE +2015,37000.0,North Carolina,37151.0,Randolph County,3046.0,CPLE +2015,37000.0,North Carolina,37153.0,Richmond County,3046.0,CPLE +2015,37000.0,North Carolina,37155.0,Robeson County,3046.0,CPLE +2015,37000.0,North Carolina,37161.0,Rutherford County,3046.0,CPLE +2015,37000.0,North Carolina,37163.0,Sampson County,3046.0,CPLE +2015,37000.0,North Carolina,37165.0,Scotland County,3046.0,CPLE +2015,37000.0,North Carolina,37167.0,Stanly County,3046.0,CPLE +2015,37000.0,North Carolina,37179.0,Union County,3046.0,CPLE +2015,37000.0,North Carolina,37181.0,Vance County,3046.0,CPLE +2015,37000.0,North Carolina,37183.0,Wake County,3046.0,CPLE +2015,37000.0,North Carolina,37185.0,Warren County,3046.0,CPLE +2015,37000.0,North Carolina,37191.0,Wayne County,3046.0,CPLE +2015,37000.0,North Carolina,37195.0,Wilson County,3046.0,CPLE +2015,37000.0,North Carolina,37199.0,Yancey County,3046.0,CPLE +2015,45000.0,South Carolina,45025.0,Chesterfield County,3046.0,CPLE +2015,45000.0,South Carolina,45027.0,Clarendon County,3046.0,CPLE +2015,45000.0,South Carolina,45031.0,Darlington County,3046.0,CPLE +2015,45000.0,South Carolina,45033.0,Dillon County,3046.0,CPLE +2015,45000.0,South Carolina,45041.0,Florence County,3046.0,CPLE +2015,45000.0,South Carolina,45043.0,Georgetown County,3046.0,CPLE +2015,45000.0,South Carolina,45051.0,Horry County,3046.0,CPLE +2015,45000.0,South Carolina,45055.0,Kershaw County,3046.0,CPLE +2015,45000.0,South Carolina,45061.0,Lee County,3046.0,CPLE +2015,45000.0,South Carolina,45067.0,Marion County,3046.0,CPLE +2015,45000.0,South Carolina,45069.0,Marlboro County,3046.0,CPLE +2015,45000.0,South Carolina,45085.0,Sumter County,3046.0,CPLE +2015,45000.0,South Carolina,45089.0,Williamsburg County,3046.0,CPLE +2015,47000.0,Tennessee,47029.0,Cocke County,3046.0,CPLE +2015,47000.0,Tennessee,47171.0,Unicoi County,3046.0,CPLE +2015,53000.0,Washington,53007.0,Chelan County,3413.0,CHPD +2015,53000.0,Washington,53033.0,King County,3413.0,CHPD +2015,53000.0,Washington,53037.0,Kittitas County,3413.0,CHPD +2015,53000.0,Washington,53047.0,Okanogan County,3413.0,CHPD +2015,2000.0,Alaska,2020.0,Anchorage Municipality,3522.0,CEA +2015,2000.0,Alaska,2122.0,Kenai Peninsula Borough,3522.0,CEA +2015,53000.0,Washington,53017.0,Douglas County,5326.0,DOPD +2015,53000.0,Washington,53047.0,Okanogan County,5326.0,DOPD +2015,13000.0,Georgia,13241.0,Rabun County,5416.0,DUK +2015,37000.0,North Carolina,37001.0,Alamance County,5416.0,DUK +2015,37000.0,North Carolina,37003.0,Alexander County,5416.0,DUK +2015,37000.0,North Carolina,37005.0,Alleghany County,5416.0,DUK +2015,37000.0,North Carolina,37007.0,Anson County,5416.0,DUK +2015,37000.0,North Carolina,37009.0,Ashe County,5416.0,DUK +2015,37000.0,North Carolina,37011.0,Avery County,5416.0,DUK +2015,37000.0,North Carolina,37021.0,Buncombe County,5416.0,DUK +2015,37000.0,North Carolina,37023.0,Burke County,5416.0,DUK +2015,37000.0,North Carolina,37025.0,Cabarrus County,5416.0,DUK +2015,37000.0,North Carolina,37027.0,Caldwell County,5416.0,DUK +2015,37000.0,North Carolina,37033.0,Caswell County,5416.0,DUK +2015,37000.0,North Carolina,37035.0,Catawba County,5416.0,DUK +2015,37000.0,North Carolina,37037.0,Chatham County,5416.0,DUK +2015,37000.0,North Carolina,37039.0,Cherokee County,5416.0,DUK +2015,37000.0,North Carolina,37043.0,Clay County,5416.0,DUK +2015,37000.0,North Carolina,37045.0,Cleveland County,5416.0,DUK +2015,37000.0,North Carolina,37057.0,Davidson County,5416.0,DUK +2015,37000.0,North Carolina,37059.0,Davie County,5416.0,DUK +2015,37000.0,North Carolina,37063.0,Durham County,5416.0,DUK +2015,37000.0,North Carolina,37067.0,Forsyth County,5416.0,DUK +2015,37000.0,North Carolina,37071.0,Gaston County,5416.0,DUK +2015,37000.0,North Carolina,37075.0,Graham County,5416.0,DUK +2015,37000.0,North Carolina,37077.0,Granville County,5416.0,DUK +2015,37000.0,North Carolina,37081.0,Guilford County,5416.0,DUK +2015,37000.0,North Carolina,37087.0,Haywood County,5416.0,DUK +2015,37000.0,North Carolina,37089.0,Henderson County,5416.0,DUK +2015,37000.0,North Carolina,37097.0,Iredell County,5416.0,DUK +2015,37000.0,North Carolina,37099.0,Jackson County,5416.0,DUK +2015,37000.0,North Carolina,37109.0,Lincoln County,5416.0,DUK +2015,37000.0,North Carolina,37111.0,McDowell County,5416.0,DUK +2015,37000.0,North Carolina,37113.0,Macon County,5416.0,DUK +2015,37000.0,North Carolina,37115.0,Madison County,5416.0,DUK +2015,37000.0,North Carolina,37119.0,Mecklenburg County,5416.0,DUK +2015,37000.0,North Carolina,37121.0,Mitchell County,5416.0,DUK +2015,37000.0,North Carolina,37123.0,Montgomery County,5416.0,DUK +2015,37000.0,North Carolina,37135.0,Orange County,5416.0,DUK +2015,37000.0,North Carolina,37145.0,Person County,5416.0,DUK +2015,37000.0,North Carolina,37149.0,Polk County,5416.0,DUK +2015,37000.0,North Carolina,37151.0,Randolph County,5416.0,DUK +2015,37000.0,North Carolina,37157.0,Rockingham County,5416.0,DUK +2015,37000.0,North Carolina,37159.0,Rowan County,5416.0,DUK +2015,37000.0,North Carolina,37161.0,Rutherford County,5416.0,DUK +2015,37000.0,North Carolina,37167.0,Stanly County,5416.0,DUK +2015,37000.0,North Carolina,37169.0,Stokes County,5416.0,DUK +2015,37000.0,North Carolina,37171.0,Surry County,5416.0,DUK +2015,37000.0,North Carolina,37173.0,Swain County,5416.0,DUK +2015,37000.0,North Carolina,37175.0,Transylvania County,5416.0,DUK +2015,37000.0,North Carolina,37179.0,Union County,5416.0,DUK +2015,37000.0,North Carolina,37183.0,Wake County,5416.0,DUK +2015,37000.0,North Carolina,37189.0,Watauga County,5416.0,DUK +2015,37000.0,North Carolina,37193.0,Wilkes County,5416.0,DUK +2015,37000.0,North Carolina,37197.0,Yadkin County,5416.0,DUK +2015,45000.0,South Carolina,45001.0,Abbeville County,5416.0,DUK +2015,45000.0,South Carolina,45007.0,Anderson County,5416.0,DUK +2015,45000.0,South Carolina,45021.0,Cherokee County,5416.0,DUK +2015,45000.0,South Carolina,45023.0,Chester County,5416.0,DUK +2015,45000.0,South Carolina,45037.0,Edgefield County,5416.0,DUK +2015,45000.0,South Carolina,45039.0,Fairfield County,5416.0,DUK +2015,45000.0,South Carolina,45045.0,Greenville County,5416.0,DUK +2015,45000.0,South Carolina,45047.0,Greenwood County,5416.0,DUK +2015,45000.0,South Carolina,45055.0,Kershaw County,5416.0,DUK +2015,45000.0,South Carolina,45057.0,Lancaster County,5416.0,DUK +2015,45000.0,South Carolina,45059.0,Laurens County,5416.0,DUK +2015,45000.0,South Carolina,45065.0,McCormick County,5416.0,DUK +2015,45000.0,South Carolina,45071.0,Newberry County,5416.0,DUK +2015,45000.0,South Carolina,45073.0,Oconee County,5416.0,DUK +2015,45000.0,South Carolina,45077.0,Pickens County,5416.0,DUK +2015,45000.0,South Carolina,45081.0,Saluda County,5416.0,DUK +2015,45000.0,South Carolina,45083.0,Spartanburg County,5416.0,DUK +2015,45000.0,South Carolina,45087.0,Union County,5416.0,DUK +2015,45000.0,South Carolina,45091.0,York County,5416.0,DUK +2015,35000.0,New Mexico,35013.0,Dona Ana County,5701.0,EPE +2015,35000.0,New Mexico,35015.0,Eddy County,5701.0,EPE +2015,35000.0,New Mexico,35029.0,Luna County,5701.0,EPE +2015,35000.0,New Mexico,35035.0,Otero County,5701.0,EPE +2015,35000.0,New Mexico,35051.0,Sierra County,5701.0,EPE +2015,48000.0,Texas,48043.0,Brewster County,5701.0,EPE +2015,48000.0,Texas,48105.0,Crockett County,5701.0,EPE +2015,48000.0,Texas,48109.0,Culberson County,5701.0,EPE +2015,48000.0,Texas,48127.0,Dimmit County,5701.0,EPE +2015,48000.0,Texas,48137.0,Edwards County,5701.0,EPE +2015,48000.0,Texas,48141.0,El Paso County,5701.0,EPE +2015,48000.0,Texas,48229.0,Hudspeth County,5701.0,EPE +2015,48000.0,Texas,48243.0,Jeff Davis County,5701.0,EPE +2015,48000.0,Texas,48271.0,Kinney County,5701.0,EPE +2015,48000.0,Texas,48323.0,Maverick County,5701.0,EPE +2015,48000.0,Texas,48371.0,Pecos County,5701.0,EPE +2015,48000.0,Texas,48377.0,Presidio County,5701.0,EPE +2015,48000.0,Texas,48389.0,Reeves County,5701.0,EPE +2015,48000.0,Texas,48443.0,Terrell County,5701.0,EPE +2015,48000.0,Texas,48463.0,Uvalde County,5701.0,EPE +2015,48000.0,Texas,48465.0,Val Verde County,5701.0,EPE +2015,48000.0,Texas,48479.0,Webb County,5701.0,EPE +2015,48000.0,Texas,48507.0,Zavala County,5701.0,EPE +2015,17000.0,Illinois,17073.0,Henry County,5723.0,ERCO +2015,17000.0,Illinois,17131.0,Mercer County,5723.0,ERCO +2015,17000.0,Illinois,17161.0,Rock Island County,5723.0,ERCO +2015,19000.0,Iowa,19001.0,Adair County,5723.0,ERCO +2015,19000.0,Iowa,19003.0,Adams County,5723.0,ERCO +2015,19000.0,Iowa,19009.0,Audubon County,5723.0,ERCO +2015,19000.0,Iowa,19013.0,Black Hawk County,5723.0,ERCO +2015,19000.0,Iowa,19017.0,Bremer County,5723.0,ERCO +2015,19000.0,Iowa,19019.0,Buchanan County,5723.0,ERCO +2015,19000.0,Iowa,19021.0,Buena Vista County,5723.0,ERCO +2015,19000.0,Iowa,19023.0,Butler County,5723.0,ERCO +2015,19000.0,Iowa,19025.0,Calhoun County,5723.0,ERCO +2015,19000.0,Iowa,19027.0,Carroll County,5723.0,ERCO +2015,19000.0,Iowa,19029.0,Cass County,5723.0,ERCO +2015,19000.0,Iowa,19033.0,Cerro Gordo County,5723.0,ERCO +2015,19000.0,Iowa,19035.0,Cherokee County,5723.0,ERCO +2015,19000.0,Iowa,19037.0,Chickasaw County,5723.0,ERCO +2015,19000.0,Iowa,19045.0,Clinton County,5723.0,ERCO +2015,19000.0,Iowa,19047.0,Crawford County,5723.0,ERCO +2015,19000.0,Iowa,19049.0,Dallas County,5723.0,ERCO +2015,19000.0,Iowa,19067.0,Floyd County,5723.0,ERCO +2015,19000.0,Iowa,19069.0,Franklin County,5723.0,ERCO +2015,19000.0,Iowa,19071.0,Fremont County,5723.0,ERCO +2015,19000.0,Iowa,19079.0,Hamilton County,5723.0,ERCO +2015,19000.0,Iowa,19083.0,Hardin County,5723.0,ERCO +2015,19000.0,Iowa,19085.0,Harrison County,5723.0,ERCO +2015,19000.0,Iowa,19091.0,Humboldt County,5723.0,ERCO +2015,19000.0,Iowa,19093.0,Ida County,5723.0,ERCO +2015,19000.0,Iowa,19099.0,Jasper County,5723.0,ERCO +2015,19000.0,Iowa,19103.0,Johnson County,5723.0,ERCO +2015,19000.0,Iowa,19109.0,Kossuth County,5723.0,ERCO +2015,19000.0,Iowa,19119.0,Lyon County,5723.0,ERCO +2015,19000.0,Iowa,19121.0,Madison County,5723.0,ERCO +2015,19000.0,Iowa,19123.0,Mahaska County,5723.0,ERCO +2015,19000.0,Iowa,19125.0,Marion County,5723.0,ERCO +2015,19000.0,Iowa,19129.0,Mills County,5723.0,ERCO +2015,19000.0,Iowa,19133.0,Monona County,5723.0,ERCO +2015,19000.0,Iowa,19135.0,Monroe County,5723.0,ERCO +2015,19000.0,Iowa,19137.0,Montgomery County,5723.0,ERCO +2015,19000.0,Iowa,19139.0,Muscatine County,5723.0,ERCO +2015,19000.0,Iowa,19141.0,O'Brien County,5723.0,ERCO +2015,19000.0,Iowa,19145.0,Page County,5723.0,ERCO +2015,19000.0,Iowa,19147.0,Palo Alto County,5723.0,ERCO +2015,19000.0,Iowa,19149.0,Plymouth County,5723.0,ERCO +2015,19000.0,Iowa,19151.0,Pocahontas County,5723.0,ERCO +2015,19000.0,Iowa,19153.0,Polk County,5723.0,ERCO +2015,19000.0,Iowa,19155.0,Pottawattamie County,5723.0,ERCO +2015,19000.0,Iowa,19157.0,Poweshiek County,5723.0,ERCO +2015,19000.0,Iowa,19161.0,Sac County,5723.0,ERCO +2015,19000.0,Iowa,19163.0,Scott County,5723.0,ERCO +2015,19000.0,Iowa,19165.0,Shelby County,5723.0,ERCO +2015,19000.0,Iowa,19167.0,Sioux County,5723.0,ERCO +2015,19000.0,Iowa,19173.0,Taylor County,5723.0,ERCO +2015,19000.0,Iowa,19179.0,Wapello County,5723.0,ERCO +2015,19000.0,Iowa,19181.0,Warren County,5723.0,ERCO +2015,19000.0,Iowa,19183.0,Washington County,5723.0,ERCO +2015,19000.0,Iowa,19187.0,Webster County,5723.0,ERCO +2015,19000.0,Iowa,19193.0,Woodbury County,5723.0,ERCO +2015,19000.0,Iowa,19197.0,Wright County,5723.0,ERCO +2015,35000.0,New Mexico,35015.0,Eddy County,5723.0,ERCO +2015,35000.0,New Mexico,35035.0,Otero County,5723.0,ERCO +2015,46000.0,South Dakota,46083.0,Lincoln County,5723.0,ERCO +2015,46000.0,South Dakota,46127.0,Union County,5723.0,ERCO +2015,48000.0,Texas,48001.0,Anderson County,5723.0,ERCO +2015,48000.0,Texas,48005.0,Angelina County,5723.0,ERCO +2015,48000.0,Texas,48007.0,Aransas County,5723.0,ERCO +2015,48000.0,Texas,48009.0,Archer County,5723.0,ERCO +2015,48000.0,Texas,48011.0,Armstrong County,5723.0,ERCO +2015,48000.0,Texas,48013.0,Atascosa County,5723.0,ERCO +2015,48000.0,Texas,48015.0,Austin County,5723.0,ERCO +2015,48000.0,Texas,48019.0,Bandera County,5723.0,ERCO +2015,48000.0,Texas,48021.0,Bastrop County,5723.0,ERCO +2015,48000.0,Texas,48023.0,Baylor County,5723.0,ERCO +2015,48000.0,Texas,48025.0,Bee County,5723.0,ERCO +2015,48000.0,Texas,48027.0,Bell County,5723.0,ERCO +2015,48000.0,Texas,48029.0,Bexar County,5723.0,ERCO +2015,48000.0,Texas,48031.0,Blanco County,5723.0,ERCO +2015,48000.0,Texas,48033.0,Borden County,5723.0,ERCO +2015,48000.0,Texas,48035.0,Bosque County,5723.0,ERCO +2015,48000.0,Texas,48039.0,Brazoria County,5723.0,ERCO +2015,48000.0,Texas,48041.0,Brazos County,5723.0,ERCO +2015,48000.0,Texas,48043.0,Brewster County,5723.0,ERCO +2015,48000.0,Texas,48045.0,Briscoe County,5723.0,ERCO +2015,48000.0,Texas,48047.0,Brooks County,5723.0,ERCO +2015,48000.0,Texas,48049.0,Brown County,5723.0,ERCO +2015,48000.0,Texas,48051.0,Burleson County,5723.0,ERCO +2015,48000.0,Texas,48053.0,Burnet County,5723.0,ERCO +2015,48000.0,Texas,48055.0,Caldwell County,5723.0,ERCO +2015,48000.0,Texas,48057.0,Calhoun County,5723.0,ERCO +2015,48000.0,Texas,48059.0,Callahan County,5723.0,ERCO +2015,48000.0,Texas,48061.0,Cameron County,5723.0,ERCO +2015,48000.0,Texas,48073.0,Cherokee County,5723.0,ERCO +2015,48000.0,Texas,48075.0,Childress County,5723.0,ERCO +2015,48000.0,Texas,48077.0,Clay County,5723.0,ERCO +2015,48000.0,Texas,48081.0,Coke County,5723.0,ERCO +2015,48000.0,Texas,48083.0,Coleman County,5723.0,ERCO +2015,48000.0,Texas,48085.0,Collin County,5723.0,ERCO +2015,48000.0,Texas,48087.0,Collingsworth County,5723.0,ERCO +2015,48000.0,Texas,48089.0,Colorado County,5723.0,ERCO +2015,48000.0,Texas,48091.0,Comal County,5723.0,ERCO +2015,48000.0,Texas,48093.0,Comanche County,5723.0,ERCO +2015,48000.0,Texas,48095.0,Concho County,5723.0,ERCO +2015,48000.0,Texas,48097.0,Cooke County,5723.0,ERCO +2015,48000.0,Texas,48099.0,Coryell County,5723.0,ERCO +2015,48000.0,Texas,48101.0,Cottle County,5723.0,ERCO +2015,48000.0,Texas,48105.0,Crockett County,5723.0,ERCO +2015,48000.0,Texas,48107.0,Crosby County,5723.0,ERCO +2015,48000.0,Texas,48109.0,Culberson County,5723.0,ERCO +2015,48000.0,Texas,48113.0,Dallas County,5723.0,ERCO +2015,48000.0,Texas,48119.0,Delta County,5723.0,ERCO +2015,48000.0,Texas,48121.0,Denton County,5723.0,ERCO +2015,48000.0,Texas,48123.0,DeWitt County,5723.0,ERCO +2015,48000.0,Texas,48125.0,Dickens County,5723.0,ERCO +2015,48000.0,Texas,48127.0,Dimmit County,5723.0,ERCO +2015,48000.0,Texas,48129.0,Donley County,5723.0,ERCO +2015,48000.0,Texas,48131.0,Duval County,5723.0,ERCO +2015,48000.0,Texas,48133.0,Eastland County,5723.0,ERCO +2015,48000.0,Texas,48137.0,Edwards County,5723.0,ERCO +2015,48000.0,Texas,48139.0,Ellis County,5723.0,ERCO +2015,48000.0,Texas,48141.0,El Paso County,5723.0,ERCO +2015,48000.0,Texas,48143.0,Erath County,5723.0,ERCO +2015,48000.0,Texas,48145.0,Falls County,5723.0,ERCO +2015,48000.0,Texas,48147.0,Fannin County,5723.0,ERCO +2015,48000.0,Texas,48149.0,Fayette County,5723.0,ERCO +2015,48000.0,Texas,48151.0,Fisher County,5723.0,ERCO +2015,48000.0,Texas,48153.0,Floyd County,5723.0,ERCO +2015,48000.0,Texas,48155.0,Foard County,5723.0,ERCO +2015,48000.0,Texas,48159.0,Franklin County,5723.0,ERCO +2015,48000.0,Texas,48161.0,Freestone County,5723.0,ERCO +2015,48000.0,Texas,48163.0,Frio County,5723.0,ERCO +2015,48000.0,Texas,48169.0,Garza County,5723.0,ERCO +2015,48000.0,Texas,48171.0,Gillespie County,5723.0,ERCO +2015,48000.0,Texas,48173.0,Glasscock County,5723.0,ERCO +2015,48000.0,Texas,48175.0,Goliad County,5723.0,ERCO +2015,48000.0,Texas,48177.0,Gonzales County,5723.0,ERCO +2015,48000.0,Texas,48179.0,Gray County,5723.0,ERCO +2015,48000.0,Texas,48181.0,Grayson County,5723.0,ERCO +2015,48000.0,Texas,48185.0,Grimes County,5723.0,ERCO +2015,48000.0,Texas,48187.0,Guadalupe County,5723.0,ERCO +2015,48000.0,Texas,48189.0,Hale County,5723.0,ERCO +2015,48000.0,Texas,48191.0,Hall County,5723.0,ERCO +2015,48000.0,Texas,48193.0,Hamilton County,5723.0,ERCO +2015,48000.0,Texas,48197.0,Hardeman County,5723.0,ERCO +2015,48000.0,Texas,48201.0,Harris County,5723.0,ERCO +2015,48000.0,Texas,48207.0,Haskell County,5723.0,ERCO +2015,48000.0,Texas,48209.0,Hays County,5723.0,ERCO +2015,48000.0,Texas,48211.0,Hemphill County,5723.0,ERCO +2015,48000.0,Texas,48213.0,Henderson County,5723.0,ERCO +2015,48000.0,Texas,48215.0,Hidalgo County,5723.0,ERCO +2015,48000.0,Texas,48217.0,Hill County,5723.0,ERCO +2015,48000.0,Texas,48219.0,Hockley County,5723.0,ERCO +2015,48000.0,Texas,48221.0,Hood County,5723.0,ERCO +2015,48000.0,Texas,48223.0,Hopkins County,5723.0,ERCO +2015,48000.0,Texas,48225.0,Houston County,5723.0,ERCO +2015,48000.0,Texas,48229.0,Hudspeth County,5723.0,ERCO +2015,48000.0,Texas,48231.0,Hunt County,5723.0,ERCO +2015,48000.0,Texas,48235.0,Irion County,5723.0,ERCO +2015,48000.0,Texas,48237.0,Jack County,5723.0,ERCO +2015,48000.0,Texas,48239.0,Jackson County,5723.0,ERCO +2015,48000.0,Texas,48243.0,Jeff Davis County,5723.0,ERCO +2015,48000.0,Texas,48247.0,Jim Hogg County,5723.0,ERCO +2015,48000.0,Texas,48249.0,Jim Wells County,5723.0,ERCO +2015,48000.0,Texas,48251.0,Johnson County,5723.0,ERCO +2015,48000.0,Texas,48253.0,Jones County,5723.0,ERCO +2015,48000.0,Texas,48255.0,Karnes County,5723.0,ERCO +2015,48000.0,Texas,48257.0,Kaufman County,5723.0,ERCO +2015,48000.0,Texas,48259.0,Kendall County,5723.0,ERCO +2015,48000.0,Texas,48261.0,Kenedy County,5723.0,ERCO +2015,48000.0,Texas,48263.0,Kent County,5723.0,ERCO +2015,48000.0,Texas,48265.0,Kerr County,5723.0,ERCO +2015,48000.0,Texas,48267.0,Kimble County,5723.0,ERCO +2015,48000.0,Texas,48269.0,King County,5723.0,ERCO +2015,48000.0,Texas,48271.0,Kinney County,5723.0,ERCO +2015,48000.0,Texas,48273.0,Kleberg County,5723.0,ERCO +2015,48000.0,Texas,48275.0,Knox County,5723.0,ERCO +2015,48000.0,Texas,48277.0,Lamar County,5723.0,ERCO +2015,48000.0,Texas,48279.0,Lamb County,5723.0,ERCO +2015,48000.0,Texas,48281.0,Lampasas County,5723.0,ERCO +2015,48000.0,Texas,48283.0,La Salle County,5723.0,ERCO +2015,48000.0,Texas,48285.0,Lavaca County,5723.0,ERCO +2015,48000.0,Texas,48287.0,Lee County,5723.0,ERCO +2015,48000.0,Texas,48289.0,Leon County,5723.0,ERCO +2015,48000.0,Texas,48293.0,Limestone County,5723.0,ERCO +2015,48000.0,Texas,48297.0,Live Oak County,5723.0,ERCO +2015,48000.0,Texas,48299.0,Llano County,5723.0,ERCO +2015,48000.0,Texas,48303.0,Lubbock County,5723.0,ERCO +2015,48000.0,Texas,48305.0,Lynn County,5723.0,ERCO +2015,48000.0,Texas,48307.0,McCulloch County,5723.0,ERCO +2015,48000.0,Texas,48309.0,McLennan County,5723.0,ERCO +2015,48000.0,Texas,48311.0,McMullen County,5723.0,ERCO +2015,48000.0,Texas,48313.0,Madison County,5723.0,ERCO +2015,48000.0,Texas,48319.0,Mason County,5723.0,ERCO +2015,48000.0,Texas,48321.0,Matagorda County,5723.0,ERCO +2015,48000.0,Texas,48323.0,Maverick County,5723.0,ERCO +2015,48000.0,Texas,48325.0,Medina County,5723.0,ERCO +2015,48000.0,Texas,48327.0,Menard County,5723.0,ERCO +2015,48000.0,Texas,48331.0,Milam County,5723.0,ERCO +2015,48000.0,Texas,48333.0,Mills County,5723.0,ERCO +2015,48000.0,Texas,48335.0,Mitchell County,5723.0,ERCO +2015,48000.0,Texas,48337.0,Montague County,5723.0,ERCO +2015,48000.0,Texas,48339.0,Montgomery County,5723.0,ERCO +2015,48000.0,Texas,48345.0,Motley County,5723.0,ERCO +2015,48000.0,Texas,48347.0,Nacogdoches County,5723.0,ERCO +2015,48000.0,Texas,48349.0,Navarro County,5723.0,ERCO +2015,48000.0,Texas,48353.0,Nolan County,5723.0,ERCO +2015,48000.0,Texas,48355.0,Nueces County,5723.0,ERCO +2015,48000.0,Texas,48363.0,Palo Pinto County,5723.0,ERCO +2015,48000.0,Texas,48367.0,Parker County,5723.0,ERCO +2015,48000.0,Texas,48371.0,Pecos County,5723.0,ERCO +2015,48000.0,Texas,48377.0,Presidio County,5723.0,ERCO +2015,48000.0,Texas,48379.0,Rains County,5723.0,ERCO +2015,48000.0,Texas,48381.0,Randall County,5723.0,ERCO +2015,48000.0,Texas,48383.0,Reagan County,5723.0,ERCO +2015,48000.0,Texas,48385.0,Real County,5723.0,ERCO +2015,48000.0,Texas,48387.0,Red River County,5723.0,ERCO +2015,48000.0,Texas,48389.0,Reeves County,5723.0,ERCO +2015,48000.0,Texas,48391.0,Refugio County,5723.0,ERCO +2015,48000.0,Texas,48393.0,Roberts County,5723.0,ERCO +2015,48000.0,Texas,48395.0,Robertson County,5723.0,ERCO +2015,48000.0,Texas,48397.0,Rockwall County,5723.0,ERCO +2015,48000.0,Texas,48399.0,Runnels County,5723.0,ERCO +2015,48000.0,Texas,48401.0,Rusk County,5723.0,ERCO +2015,48000.0,Texas,48409.0,San Patricio County,5723.0,ERCO +2015,48000.0,Texas,48411.0,San Saba County,5723.0,ERCO +2015,48000.0,Texas,48413.0,Schleicher County,5723.0,ERCO +2015,48000.0,Texas,48415.0,Scurry County,5723.0,ERCO +2015,48000.0,Texas,48417.0,Shackelford County,5723.0,ERCO +2015,48000.0,Texas,48423.0,Smith County,5723.0,ERCO +2015,48000.0,Texas,48425.0,Somervell County,5723.0,ERCO +2015,48000.0,Texas,48427.0,Starr County,5723.0,ERCO +2015,48000.0,Texas,48429.0,Stephens County,5723.0,ERCO +2015,48000.0,Texas,48431.0,Sterling County,5723.0,ERCO +2015,48000.0,Texas,48433.0,Stonewall County,5723.0,ERCO +2015,48000.0,Texas,48435.0,Sutton County,5723.0,ERCO +2015,48000.0,Texas,48437.0,Swisher County,5723.0,ERCO +2015,48000.0,Texas,48439.0,Tarrant County,5723.0,ERCO +2015,48000.0,Texas,48441.0,Taylor County,5723.0,ERCO +2015,48000.0,Texas,48443.0,Terrell County,5723.0,ERCO +2015,48000.0,Texas,48447.0,Throckmorton County,5723.0,ERCO +2015,48000.0,Texas,48451.0,Tom Green County,5723.0,ERCO +2015,48000.0,Texas,48453.0,Travis County,5723.0,ERCO +2015,48000.0,Texas,48455.0,Trinity County,5723.0,ERCO +2015,48000.0,Texas,48461.0,Upton County,5723.0,ERCO +2015,48000.0,Texas,48463.0,Uvalde County,5723.0,ERCO +2015,48000.0,Texas,48465.0,Val Verde County,5723.0,ERCO +2015,48000.0,Texas,48467.0,Van Zandt County,5723.0,ERCO +2015,48000.0,Texas,48469.0,Victoria County,5723.0,ERCO +2015,48000.0,Texas,48471.0,Walker County,5723.0,ERCO +2015,48000.0,Texas,48473.0,Waller County,5723.0,ERCO +2015,48000.0,Texas,48477.0,Washington County,5723.0,ERCO +2015,48000.0,Texas,48479.0,Webb County,5723.0,ERCO +2015,48000.0,Texas,48481.0,Wharton County,5723.0,ERCO +2015,48000.0,Texas,48483.0,Wheeler County,5723.0,ERCO +2015,48000.0,Texas,48487.0,Wilbarger County,5723.0,ERCO +2015,48000.0,Texas,48489.0,Willacy County,5723.0,ERCO +2015,48000.0,Texas,48491.0,Williamson County,5723.0,ERCO +2015,48000.0,Texas,48493.0,Wilson County,5723.0,ERCO +2015,48000.0,Texas,48497.0,Wise County,5723.0,ERCO +2015,48000.0,Texas,48499.0,Wood County,5723.0,ERCO +2015,48000.0,Texas,48503.0,Young County,5723.0,ERCO +2015,48000.0,Texas,48505.0,Zapata County,5723.0,ERCO +2015,48000.0,Texas,48507.0,Zavala County,5723.0,ERCO +2015,17000.0,Illinois,17127.0,Massac County,5748.0,EEI +2015,21000.0,Kentucky,21145.0,McCracken County,5748.0,EEI +2015,12000.0,Florida,12001.0,Alachua County,6452.0,FPL +2015,12000.0,Florida,12003.0,Baker County,6452.0,FPL +2015,12000.0,Florida,12007.0,Bradford County,6452.0,FPL +2015,12000.0,Florida,12009.0,Brevard County,6452.0,FPL +2015,12000.0,Florida,12011.0,Broward County,6452.0,FPL +2015,12000.0,Florida,12015.0,Charlotte County,6452.0,FPL +2015,12000.0,Florida,12019.0,Clay County,6452.0,FPL +2015,12000.0,Florida,12021.0,Collier County,6452.0,FPL +2015,12000.0,Florida,12023.0,Columbia County,6452.0,FPL +2015,12000.0,Florida,12027.0,DeSoto County,6452.0,FPL +2015,12000.0,Florida,12031.0,Duval County,6452.0,FPL +2015,12000.0,Florida,12035.0,Flagler County,6452.0,FPL +2015,12000.0,Florida,12043.0,Glades County,6452.0,FPL +2015,12000.0,Florida,12049.0,Hardee County,6452.0,FPL +2015,12000.0,Florida,12051.0,Hendry County,6452.0,FPL +2015,12000.0,Florida,12055.0,Highlands County,6452.0,FPL +2015,12000.0,Florida,12061.0,Indian River County,6452.0,FPL +2015,12000.0,Florida,12071.0,Lee County,6452.0,FPL +2015,12000.0,Florida,12081.0,Manatee County,6452.0,FPL +2015,12000.0,Florida,12085.0,Martin County,6452.0,FPL +2015,12000.0,Florida,12086.0,Miami-Dade County,6452.0,FPL +2015,12000.0,Florida,12087.0,Monroe County,6452.0,FPL +2015,12000.0,Florida,12089.0,Nassau County,6452.0,FPL +2015,12000.0,Florida,12093.0,Okeechobee County,6452.0,FPL +2015,12000.0,Florida,12095.0,Orange County,6452.0,FPL +2015,12000.0,Florida,12097.0,Osceola County,6452.0,FPL +2015,12000.0,Florida,12099.0,Palm Beach County,6452.0,FPL +2015,12000.0,Florida,12107.0,Putnam County,6452.0,FPL +2015,12000.0,Florida,12109.0,St. Johns County,6452.0,FPL +2015,12000.0,Florida,12111.0,St. Lucie County,6452.0,FPL +2015,12000.0,Florida,12115.0,Sarasota County,6452.0,FPL +2015,12000.0,Florida,12117.0,Seminole County,6452.0,FPL +2015,12000.0,Florida,12121.0,Suwannee County,6452.0,FPL +2015,12000.0,Florida,12125.0,Union County,6452.0,FPL +2015,12000.0,Florida,12127.0,Volusia County,6452.0,FPL +2015,12000.0,Florida,12001.0,Alachua County,6455.0,FPC +2015,12000.0,Florida,12005.0,Bay County,6455.0,FPC +2015,12000.0,Florida,12009.0,Brevard County,6455.0,FPC +2015,12000.0,Florida,12017.0,Citrus County,6455.0,FPC +2015,12000.0,Florida,12023.0,Columbia County,6455.0,FPC +2015,12000.0,Florida,12029.0,Dixie County,6455.0,FPC +2015,12000.0,Florida,12035.0,Flagler County,6455.0,FPC +2015,12000.0,Florida,12037.0,Franklin County,6455.0,FPC +2015,12000.0,Florida,12039.0,Gadsden County,6455.0,FPC +2015,12000.0,Florida,12041.0,Gilchrist County,6455.0,FPC +2015,12000.0,Florida,12045.0,Gulf County,6455.0,FPC +2015,12000.0,Florida,12047.0,Hamilton County,6455.0,FPC +2015,12000.0,Florida,12049.0,Hardee County,6455.0,FPC +2015,12000.0,Florida,12051.0,Hendry County,6455.0,FPC +2015,12000.0,Florida,12053.0,Hernando County,6455.0,FPC +2015,12000.0,Florida,12055.0,Highlands County,6455.0,FPC +2015,12000.0,Florida,12057.0,Hillsborough County,6455.0,FPC +2015,12000.0,Florida,12065.0,Jefferson County,6455.0,FPC +2015,12000.0,Florida,12067.0,Lafayette County,6455.0,FPC +2015,12000.0,Florida,12069.0,Lake County,6455.0,FPC +2015,12000.0,Florida,12073.0,Leon County,6455.0,FPC +2015,12000.0,Florida,12075.0,Levy County,6455.0,FPC +2015,12000.0,Florida,12079.0,Madison County,6455.0,FPC +2015,12000.0,Florida,12083.0,Marion County,6455.0,FPC +2015,12000.0,Florida,12095.0,Orange County,6455.0,FPC +2015,12000.0,Florida,12097.0,Osceola County,6455.0,FPC +2015,12000.0,Florida,12101.0,Pasco County,6455.0,FPC +2015,12000.0,Florida,12103.0,Pinellas County,6455.0,FPC +2015,12000.0,Florida,12105.0,Polk County,6455.0,FPC +2015,12000.0,Florida,12117.0,Seminole County,6455.0,FPC +2015,12000.0,Florida,12119.0,Sumter County,6455.0,FPC +2015,12000.0,Florida,12121.0,Suwannee County,6455.0,FPC +2015,12000.0,Florida,12123.0,Taylor County,6455.0,FPC +2015,12000.0,Florida,12127.0,Volusia County,6455.0,FPC +2015,12000.0,Florida,12129.0,Wakulla County,6455.0,FPC +2015,12000.0,Florida,12001.0,Alachua County,6909.0,GVL +2015,12000.0,Florida,12086.0,Miami-Dade County,8795.0,HST +2015,16000.0,Idaho,16001.0,Ada County,9191.0,IPCO +2015,16000.0,Idaho,16003.0,Adams County,9191.0,IPCO +2015,16000.0,Idaho,16005.0,Bannock County,9191.0,IPCO +2015,16000.0,Idaho,16011.0,Bingham County,9191.0,IPCO +2015,16000.0,Idaho,16013.0,Blaine County,9191.0,IPCO +2015,16000.0,Idaho,16015.0,Boise County,9191.0,IPCO +2015,16000.0,Idaho,16025.0,Camas County,9191.0,IPCO +2015,16000.0,Idaho,16027.0,Canyon County,9191.0,IPCO +2015,16000.0,Idaho,16031.0,Cassia County,9191.0,IPCO +2015,16000.0,Idaho,16037.0,Custer County,9191.0,IPCO +2015,16000.0,Idaho,16039.0,Elmore County,9191.0,IPCO +2015,16000.0,Idaho,16045.0,Gem County,9191.0,IPCO +2015,16000.0,Idaho,16047.0,Gooding County,9191.0,IPCO +2015,16000.0,Idaho,16049.0,Idaho County,9191.0,IPCO +2015,16000.0,Idaho,16053.0,Jerome County,9191.0,IPCO +2015,16000.0,Idaho,16059.0,Lemhi County,9191.0,IPCO +2015,16000.0,Idaho,16063.0,Lincoln County,9191.0,IPCO +2015,16000.0,Idaho,16067.0,Minidoka County,9191.0,IPCO +2015,16000.0,Idaho,16071.0,Oneida County,9191.0,IPCO +2015,16000.0,Idaho,16073.0,Owyhee County,9191.0,IPCO +2015,16000.0,Idaho,16075.0,Payette County,9191.0,IPCO +2015,16000.0,Idaho,16077.0,Power County,9191.0,IPCO +2015,16000.0,Idaho,16083.0,Twin Falls County,9191.0,IPCO +2015,16000.0,Idaho,16085.0,Valley County,9191.0,IPCO +2015,16000.0,Idaho,16087.0,Washington County,9191.0,IPCO +2015,41000.0,Oregon,41001.0,Baker County,9191.0,IPCO +2015,41000.0,Oregon,41023.0,Grant County,9191.0,IPCO +2015,41000.0,Oregon,41025.0,Harney County,9191.0,IPCO +2015,41000.0,Oregon,41045.0,Malheur County,9191.0,IPCO +2015,41000.0,Oregon,41063.0,Wallowa County,9191.0,IPCO +2015,6000.0,California,6025.0,Imperial County,9216.0,IID +2015,6000.0,California,6065.0,Riverside County,9216.0,IID +2015,6000.0,California,6073.0,San Diego County,9216.0,IID +2015,12000.0,Florida,12013.0,Calhoun County,9617.0,JEA +2015,12000.0,Florida,12019.0,Clay County,9617.0,JEA +2015,12000.0,Florida,12031.0,Duval County,9617.0,JEA +2015,12000.0,Florida,12063.0,Jackson County,9617.0,JEA +2015,12000.0,Florida,12077.0,Liberty County,9617.0,JEA +2015,12000.0,Florida,12089.0,Nassau County,9617.0,JEA +2015,12000.0,Florida,12109.0,St. Johns County,9617.0,JEA +2015,6000.0,California,6027.0,Inyo County,11208.0,LDWP +2015,6000.0,California,6037.0,Los Angeles County,11208.0,LDWP +2015,18000.0,Indiana,18147.0,Spencer County,11249.0,LGEE +2015,21000.0,Kentucky,21001.0,Adair County,11249.0,LGEE +2015,21000.0,Kentucky,21005.0,Anderson County,11249.0,LGEE +2015,21000.0,Kentucky,21007.0,Ballard County,11249.0,LGEE +2015,21000.0,Kentucky,21009.0,Barren County,11249.0,LGEE +2015,21000.0,Kentucky,21011.0,Bath County,11249.0,LGEE +2015,21000.0,Kentucky,21013.0,Bell County,11249.0,LGEE +2015,21000.0,Kentucky,21017.0,Bourbon County,11249.0,LGEE +2015,21000.0,Kentucky,21021.0,Boyle County,11249.0,LGEE +2015,21000.0,Kentucky,21023.0,Bracken County,11249.0,LGEE +2015,21000.0,Kentucky,21029.0,Bullitt County,11249.0,LGEE +2015,21000.0,Kentucky,21033.0,Caldwell County,11249.0,LGEE +2015,21000.0,Kentucky,21037.0,Campbell County,11249.0,LGEE +2015,21000.0,Kentucky,21039.0,Carlisle County,11249.0,LGEE +2015,21000.0,Kentucky,21041.0,Carroll County,11249.0,LGEE +2015,21000.0,Kentucky,21045.0,Casey County,11249.0,LGEE +2015,21000.0,Kentucky,21047.0,Christian County,11249.0,LGEE +2015,21000.0,Kentucky,21049.0,Clark County,11249.0,LGEE +2015,21000.0,Kentucky,21051.0,Clay County,11249.0,LGEE +2015,21000.0,Kentucky,21055.0,Crittenden County,11249.0,LGEE +2015,21000.0,Kentucky,21059.0,Daviess County,11249.0,LGEE +2015,21000.0,Kentucky,21061.0,Edmonson County,11249.0,LGEE +2015,21000.0,Kentucky,21065.0,Estill County,11249.0,LGEE +2015,21000.0,Kentucky,21067.0,Fayette County,11249.0,LGEE +2015,21000.0,Kentucky,21069.0,Fleming County,11249.0,LGEE +2015,21000.0,Kentucky,21073.0,Franklin County,11249.0,LGEE +2015,21000.0,Kentucky,21075.0,Fulton County,11249.0,LGEE +2015,21000.0,Kentucky,21077.0,Gallatin County,11249.0,LGEE +2015,21000.0,Kentucky,21079.0,Garrard County,11249.0,LGEE +2015,21000.0,Kentucky,21081.0,Grant County,11249.0,LGEE +2015,21000.0,Kentucky,21085.0,Grayson County,11249.0,LGEE +2015,21000.0,Kentucky,21087.0,Green County,11249.0,LGEE +2015,21000.0,Kentucky,21093.0,Hardin County,11249.0,LGEE +2015,21000.0,Kentucky,21095.0,Harlan County,11249.0,LGEE +2015,21000.0,Kentucky,21097.0,Harrison County,11249.0,LGEE +2015,21000.0,Kentucky,21099.0,Hart County,11249.0,LGEE +2015,21000.0,Kentucky,21101.0,Henderson County,11249.0,LGEE +2015,21000.0,Kentucky,21103.0,Henry County,11249.0,LGEE +2015,21000.0,Kentucky,21105.0,Hickman County,11249.0,LGEE +2015,21000.0,Kentucky,21107.0,Hopkins County,11249.0,LGEE +2015,21000.0,Kentucky,21111.0,Jefferson County,11249.0,LGEE +2015,21000.0,Kentucky,21113.0,Jessamine County,11249.0,LGEE +2015,21000.0,Kentucky,21121.0,Knox County,11249.0,LGEE +2015,21000.0,Kentucky,21123.0,Larue County,11249.0,LGEE +2015,21000.0,Kentucky,21125.0,Laurel County,11249.0,LGEE +2015,21000.0,Kentucky,21129.0,Lee County,11249.0,LGEE +2015,21000.0,Kentucky,21137.0,Lincoln County,11249.0,LGEE +2015,21000.0,Kentucky,21139.0,Livingston County,11249.0,LGEE +2015,21000.0,Kentucky,21143.0,Lyon County,11249.0,LGEE +2015,21000.0,Kentucky,21145.0,McCracken County,11249.0,LGEE +2015,21000.0,Kentucky,21147.0,McCreary County,11249.0,LGEE +2015,21000.0,Kentucky,21149.0,McLean County,11249.0,LGEE +2015,21000.0,Kentucky,21151.0,Madison County,11249.0,LGEE +2015,21000.0,Kentucky,21155.0,Marion County,11249.0,LGEE +2015,21000.0,Kentucky,21161.0,Mason County,11249.0,LGEE +2015,21000.0,Kentucky,21163.0,Meade County,11249.0,LGEE +2015,21000.0,Kentucky,21167.0,Mercer County,11249.0,LGEE +2015,21000.0,Kentucky,21173.0,Montgomery County,11249.0,LGEE +2015,21000.0,Kentucky,21177.0,Muhlenberg County,11249.0,LGEE +2015,21000.0,Kentucky,21179.0,Nelson County,11249.0,LGEE +2015,21000.0,Kentucky,21181.0,Nicholas County,11249.0,LGEE +2015,21000.0,Kentucky,21183.0,Ohio County,11249.0,LGEE +2015,21000.0,Kentucky,21185.0,Oldham County,11249.0,LGEE +2015,21000.0,Kentucky,21187.0,Owen County,11249.0,LGEE +2015,21000.0,Kentucky,21191.0,Pendleton County,11249.0,LGEE +2015,21000.0,Kentucky,21199.0,Pulaski County,11249.0,LGEE +2015,21000.0,Kentucky,21201.0,Robertson County,11249.0,LGEE +2015,21000.0,Kentucky,21203.0,Rockcastle County,11249.0,LGEE +2015,21000.0,Kentucky,21205.0,Rowan County,11249.0,LGEE +2015,21000.0,Kentucky,21207.0,Russell County,11249.0,LGEE +2015,21000.0,Kentucky,21209.0,Scott County,11249.0,LGEE +2015,21000.0,Kentucky,21211.0,Shelby County,11249.0,LGEE +2015,21000.0,Kentucky,21215.0,Spencer County,11249.0,LGEE +2015,21000.0,Kentucky,21217.0,Taylor County,11249.0,LGEE +2015,21000.0,Kentucky,21223.0,Trimble County,11249.0,LGEE +2015,21000.0,Kentucky,21225.0,Union County,11249.0,LGEE +2015,21000.0,Kentucky,21229.0,Washington County,11249.0,LGEE +2015,21000.0,Kentucky,21233.0,Webster County,11249.0,LGEE +2015,21000.0,Kentucky,21235.0,Whitley County,11249.0,LGEE +2015,21000.0,Kentucky,21239.0,Woodford County,11249.0,LGEE +2015,47000.0,Tennessee,47025.0,Claiborne County,11249.0,LGEE +2015,51000.0,Virginia,51051.0,Dickenson County,11249.0,LGEE +2015,51000.0,Virginia,51105.0,Lee County,11249.0,LGEE +2015,51000.0,Virginia,51167.0,Russell County,11249.0,LGEE +2015,51000.0,Virginia,51169.0,Scott County,11249.0,LGEE +2015,51000.0,Virginia,51195.0,Wise County,11249.0,LGEE +2015,51000.0,Virginia,51720.0,Norton City,11249.0,LGEE +2015,16000.0,Idaho,16033.0,Clark County,12825.0,NWMT +2015,30000.0,Montana,30001.0,Beaverhead County,12825.0,NWMT +2015,30000.0,Montana,30003.0,Big Horn County,12825.0,NWMT +2015,30000.0,Montana,30005.0,Blaine County,12825.0,NWMT +2015,30000.0,Montana,30007.0,Broadwater County,12825.0,NWMT +2015,30000.0,Montana,30009.0,Carbon County,12825.0,NWMT +2015,30000.0,Montana,30011.0,Carter County,12825.0,NWMT +2015,30000.0,Montana,30013.0,Cascade County,12825.0,NWMT +2015,30000.0,Montana,30015.0,Chouteau County,12825.0,NWMT +2015,30000.0,Montana,30017.0,Custer County,12825.0,NWMT +2015,30000.0,Montana,30021.0,Dawson County,12825.0,NWMT +2015,30000.0,Montana,30023.0,Deer Lodge County,12825.0,NWMT +2015,30000.0,Montana,30025.0,Fallon County,12825.0,NWMT +2015,30000.0,Montana,30027.0,Fergus County,12825.0,NWMT +2015,30000.0,Montana,30029.0,Flathead County,12825.0,NWMT +2015,30000.0,Montana,30031.0,Gallatin County,12825.0,NWMT +2015,30000.0,Montana,30035.0,Glacier County,12825.0,NWMT +2015,30000.0,Montana,30037.0,Golden Valley County,12825.0,NWMT +2015,30000.0,Montana,30039.0,Granite County,12825.0,NWMT +2015,30000.0,Montana,30041.0,Hill County,12825.0,NWMT +2015,30000.0,Montana,30043.0,Jefferson County,12825.0,NWMT +2015,30000.0,Montana,30045.0,Judith Basin County,12825.0,NWMT +2015,30000.0,Montana,30047.0,Lake County,12825.0,NWMT +2015,30000.0,Montana,30049.0,Lewis and Clark County,12825.0,NWMT +2015,30000.0,Montana,30051.0,Liberty County,12825.0,NWMT +2015,30000.0,Montana,30057.0,Madison County,12825.0,NWMT +2015,30000.0,Montana,30059.0,Meagher County,12825.0,NWMT +2015,30000.0,Montana,30061.0,Mineral County,12825.0,NWMT +2015,30000.0,Montana,30063.0,Missoula County,12825.0,NWMT +2015,30000.0,Montana,30065.0,Musselshell County,12825.0,NWMT +2015,30000.0,Montana,30067.0,Park County,12825.0,NWMT +2015,30000.0,Montana,30071.0,Phillips County,12825.0,NWMT +2015,30000.0,Montana,30073.0,Pondera County,12825.0,NWMT +2015,30000.0,Montana,30075.0,Powder River County,12825.0,NWMT +2015,30000.0,Montana,30077.0,Powell County,12825.0,NWMT +2015,30000.0,Montana,30079.0,Prairie County,12825.0,NWMT +2015,30000.0,Montana,30081.0,Ravalli County,12825.0,NWMT +2015,30000.0,Montana,30087.0,Rosebud County,12825.0,NWMT +2015,30000.0,Montana,30089.0,Sanders County,12825.0,NWMT +2015,30000.0,Montana,30093.0,Silver Bow County,12825.0,NWMT +2015,30000.0,Montana,30095.0,Stillwater County,12825.0,NWMT +2015,30000.0,Montana,30097.0,Sweet Grass County,12825.0,NWMT +2015,30000.0,Montana,30099.0,Teton County,12825.0,NWMT +2015,30000.0,Montana,30101.0,Toole County,12825.0,NWMT +2015,30000.0,Montana,30105.0,Valley County,12825.0,NWMT +2015,30000.0,Montana,30107.0,Wheatland County,12825.0,NWMT +2015,56000.0,Wyoming,56029.0,Park County,12825.0,NWMT +2015,6000.0,California,6027.0,Inyo County,13047.0,NEVP +2015,6000.0,California,6051.0,Mono County,13047.0,NEVP +2015,6000.0,California,6057.0,Nevada County,13047.0,NEVP +2015,6000.0,California,6061.0,Placer County,13047.0,NEVP +2015,32000.0,Nevada,32001.0,Churchill County,13047.0,NEVP +2015,32000.0,Nevada,32003.0,Clark County,13047.0,NEVP +2015,32000.0,Nevada,32005.0,Douglas County,13047.0,NEVP +2015,32000.0,Nevada,32007.0,Elko County,13047.0,NEVP +2015,32000.0,Nevada,32009.0,Esmeralda County,13047.0,NEVP +2015,32000.0,Nevada,32011.0,Eureka County,13047.0,NEVP +2015,32000.0,Nevada,32013.0,Humboldt County,13047.0,NEVP +2015,32000.0,Nevada,32015.0,Lander County,13047.0,NEVP +2015,32000.0,Nevada,32019.0,Lyon County,13047.0,NEVP +2015,32000.0,Nevada,32021.0,Mineral County,13047.0,NEVP +2015,32000.0,Nevada,32023.0,Nye County,13047.0,NEVP +2015,32000.0,Nevada,32027.0,Pershing County,13047.0,NEVP +2015,32000.0,Nevada,32029.0,Storey County,13047.0,NEVP +2015,32000.0,Nevada,32031.0,Washoe County,13047.0,NEVP +2015,32000.0,Nevada,32033.0,White Pine County,13047.0,NEVP +2015,32000.0,Nevada,32510.0,Carson City,13047.0,NEVP +2015,49000.0,Utah,49023.0,Juab County,13047.0,NEVP +2015,49000.0,Utah,49027.0,Millard County,13047.0,NEVP +2015,49000.0,Utah,49045.0,Tooele County,13047.0,NEVP +2015,6000.0,California,6027.0,Inyo County,13407.0,NEVP +2015,6000.0,California,6051.0,Mono County,13407.0,NEVP +2015,6000.0,California,6057.0,Nevada County,13407.0,NEVP +2015,6000.0,California,6061.0,Placer County,13407.0,NEVP +2015,32000.0,Nevada,32001.0,Churchill County,13407.0,NEVP +2015,32000.0,Nevada,32003.0,Clark County,13407.0,NEVP +2015,32000.0,Nevada,32005.0,Douglas County,13407.0,NEVP +2015,32000.0,Nevada,32007.0,Elko County,13407.0,NEVP +2015,32000.0,Nevada,32009.0,Esmeralda County,13407.0,NEVP +2015,32000.0,Nevada,32011.0,Eureka County,13407.0,NEVP +2015,32000.0,Nevada,32013.0,Humboldt County,13407.0,NEVP +2015,32000.0,Nevada,32015.0,Lander County,13407.0,NEVP +2015,32000.0,Nevada,32019.0,Lyon County,13407.0,NEVP +2015,32000.0,Nevada,32021.0,Mineral County,13407.0,NEVP +2015,32000.0,Nevada,32023.0,Nye County,13407.0,NEVP +2015,32000.0,Nevada,32027.0,Pershing County,13407.0,NEVP +2015,32000.0,Nevada,32029.0,Storey County,13407.0,NEVP +2015,32000.0,Nevada,32031.0,Washoe County,13407.0,NEVP +2015,32000.0,Nevada,32033.0,White Pine County,13407.0,NEVP +2015,32000.0,Nevada,32510.0,Carson City,13407.0,NEVP +2015,49000.0,Utah,49023.0,Juab County,13407.0,NEVP +2015,49000.0,Utah,49027.0,Millard County,13407.0,NEVP +2015,49000.0,Utah,49045.0,Tooele County,13407.0,NEVP +2015,9000.0,Connecticut,9001.0,Fairfield County,13434.0,ISNE +2015,9000.0,Connecticut,9003.0,Hartford County,13434.0,ISNE +2015,9000.0,Connecticut,9005.0,Litchfield County,13434.0,ISNE +2015,9000.0,Connecticut,9007.0,Middlesex County,13434.0,ISNE +2015,9000.0,Connecticut,9009.0,New Haven County,13434.0,ISNE +2015,9000.0,Connecticut,9011.0,New London County,13434.0,ISNE +2015,9000.0,Connecticut,9013.0,Tolland County,13434.0,ISNE +2015,9000.0,Connecticut,9015.0,Windham County,13434.0,ISNE +2015,23000.0,Maine,23001.0,Androscoggin County,13434.0,ISNE +2015,23000.0,Maine,23003.0,Aroostook County,13434.0,ISNE +2015,23000.0,Maine,23005.0,Cumberland County,13434.0,ISNE +2015,23000.0,Maine,23007.0,Franklin County,13434.0,ISNE +2015,23000.0,Maine,23009.0,Hancock County,13434.0,ISNE +2015,23000.0,Maine,23011.0,Kennebec County,13434.0,ISNE +2015,23000.0,Maine,23013.0,Knox County,13434.0,ISNE +2015,23000.0,Maine,23015.0,Lincoln County,13434.0,ISNE +2015,23000.0,Maine,23017.0,Oxford County,13434.0,ISNE +2015,23000.0,Maine,23019.0,Penobscot County,13434.0,ISNE +2015,23000.0,Maine,23021.0,Piscataquis County,13434.0,ISNE +2015,23000.0,Maine,23023.0,Sagadahoc County,13434.0,ISNE +2015,23000.0,Maine,23025.0,Somerset County,13434.0,ISNE +2015,23000.0,Maine,23027.0,Waldo County,13434.0,ISNE +2015,23000.0,Maine,23029.0,Washington County,13434.0,ISNE +2015,23000.0,Maine,23031.0,York County,13434.0,ISNE +2015,25000.0,Massachusetts,25001.0,Barnstable County,13434.0,ISNE +2015,25000.0,Massachusetts,25003.0,Berkshire County,13434.0,ISNE +2015,25000.0,Massachusetts,25005.0,Bristol County,13434.0,ISNE +2015,25000.0,Massachusetts,25007.0,Dukes County,13434.0,ISNE +2015,25000.0,Massachusetts,25009.0,Essex County,13434.0,ISNE +2015,25000.0,Massachusetts,25011.0,Franklin County,13434.0,ISNE +2015,25000.0,Massachusetts,25013.0,Hampden County,13434.0,ISNE +2015,25000.0,Massachusetts,25015.0,Hampshire County,13434.0,ISNE +2015,25000.0,Massachusetts,25017.0,Middlesex County,13434.0,ISNE +2015,25000.0,Massachusetts,25019.0,Nantucket County,13434.0,ISNE +2015,25000.0,Massachusetts,25021.0,Norfolk County,13434.0,ISNE +2015,25000.0,Massachusetts,25023.0,Plymouth County,13434.0,ISNE +2015,25000.0,Massachusetts,25025.0,Suffolk County,13434.0,ISNE +2015,25000.0,Massachusetts,25027.0,Worcester County,13434.0,ISNE +2015,33000.0,New Hampshire,33001.0,Belknap County,13434.0,ISNE +2015,33000.0,New Hampshire,33003.0,Carroll County,13434.0,ISNE +2015,33000.0,New Hampshire,33005.0,Cheshire County,13434.0,ISNE +2015,33000.0,New Hampshire,33007.0,Coos County,13434.0,ISNE +2015,33000.0,New Hampshire,33009.0,Grafton County,13434.0,ISNE +2015,33000.0,New Hampshire,33011.0,Hillsborough County,13434.0,ISNE +2015,33000.0,New Hampshire,33013.0,Merrimack County,13434.0,ISNE +2015,33000.0,New Hampshire,33015.0,Rockingham County,13434.0,ISNE +2015,33000.0,New Hampshire,33017.0,Strafford County,13434.0,ISNE +2015,33000.0,New Hampshire,33019.0,Sullivan County,13434.0,ISNE +2015,36000.0,New York,36103.0,Suffolk County,13434.0,ISNE +2015,44000.0,Rhode Island,44001.0,Bristol County,13434.0,ISNE +2015,44000.0,Rhode Island,44003.0,Kent County,13434.0,ISNE +2015,44000.0,Rhode Island,44005.0,Newport County,13434.0,ISNE +2015,44000.0,Rhode Island,44007.0,Providence County,13434.0,ISNE +2015,44000.0,Rhode Island,44009.0,Washington County,13434.0,ISNE +2015,50000.0,Vermont,50001.0,Addison County,13434.0,ISNE +2015,50000.0,Vermont,50003.0,Bennington County,13434.0,ISNE +2015,50000.0,Vermont,50005.0,Caledonia County,13434.0,ISNE +2015,50000.0,Vermont,50007.0,Chittenden County,13434.0,ISNE +2015,50000.0,Vermont,50009.0,Essex County,13434.0,ISNE +2015,50000.0,Vermont,50011.0,Franklin County,13434.0,ISNE +2015,50000.0,Vermont,50013.0,Grand Isle County,13434.0,ISNE +2015,50000.0,Vermont,50015.0,Lamoille County,13434.0,ISNE +2015,50000.0,Vermont,50017.0,Orange County,13434.0,ISNE +2015,50000.0,Vermont,50019.0,Orleans County,13434.0,ISNE +2015,50000.0,Vermont,50021.0,Rutland County,13434.0,ISNE +2015,50000.0,Vermont,50023.0,Washington County,13434.0,ISNE +2015,50000.0,Vermont,50025.0,Windham County,13434.0,ISNE +2015,50000.0,Vermont,50027.0,Windsor County,13434.0,ISNE +2015,12000.0,Florida,12127.0,Volusia County,13485.0,NSB +2015,34000.0,New Jersey,34003.0,Bergen County,13501.0,NYIS +2015,34000.0,New Jersey,34031.0,Passaic County,13501.0,NYIS +2015,34000.0,New Jersey,34037.0,Sussex County,13501.0,NYIS +2015,36000.0,New York,36001.0,Albany County,13501.0,NYIS +2015,36000.0,New York,36003.0,Allegany County,13501.0,NYIS +2015,36000.0,New York,36005.0,Bronx County,13501.0,NYIS +2015,36000.0,New York,36007.0,Broome County,13501.0,NYIS +2015,36000.0,New York,36009.0,Cattaraugus County,13501.0,NYIS +2015,36000.0,New York,36011.0,Cayuga County,13501.0,NYIS +2015,36000.0,New York,36013.0,Chautauqua County,13501.0,NYIS +2015,36000.0,New York,36015.0,Chemung County,13501.0,NYIS +2015,36000.0,New York,36017.0,Chenango County,13501.0,NYIS +2015,36000.0,New York,36019.0,Clinton County,13501.0,NYIS +2015,36000.0,New York,36021.0,Columbia County,13501.0,NYIS +2015,36000.0,New York,36023.0,Cortland County,13501.0,NYIS +2015,36000.0,New York,36025.0,Delaware County,13501.0,NYIS +2015,36000.0,New York,36027.0,Dutchess County,13501.0,NYIS +2015,36000.0,New York,36029.0,Erie County,13501.0,NYIS +2015,36000.0,New York,36031.0,Essex County,13501.0,NYIS +2015,36000.0,New York,36033.0,Franklin County,13501.0,NYIS +2015,36000.0,New York,36035.0,Fulton County,13501.0,NYIS +2015,36000.0,New York,36037.0,Genesee County,13501.0,NYIS +2015,36000.0,New York,36039.0,Greene County,13501.0,NYIS +2015,36000.0,New York,36041.0,Hamilton County,13501.0,NYIS +2015,36000.0,New York,36043.0,Herkimer County,13501.0,NYIS +2015,36000.0,New York,36045.0,Jefferson County,13501.0,NYIS +2015,36000.0,New York,36047.0,Kings County,13501.0,NYIS +2015,36000.0,New York,36049.0,Lewis County,13501.0,NYIS +2015,36000.0,New York,36051.0,Livingston County,13501.0,NYIS +2015,36000.0,New York,36053.0,Madison County,13501.0,NYIS +2015,36000.0,New York,36055.0,Monroe County,13501.0,NYIS +2015,36000.0,New York,36057.0,Montgomery County,13501.0,NYIS +2015,36000.0,New York,36059.0,Nassau County,13501.0,NYIS +2015,36000.0,New York,36061.0,New York County,13501.0,NYIS +2015,36000.0,New York,36063.0,Niagara County,13501.0,NYIS +2015,36000.0,New York,36065.0,Oneida County,13501.0,NYIS +2015,36000.0,New York,36067.0,Onondaga County,13501.0,NYIS +2015,36000.0,New York,36069.0,Ontario County,13501.0,NYIS +2015,36000.0,New York,36071.0,Orange County,13501.0,NYIS +2015,36000.0,New York,36073.0,Orleans County,13501.0,NYIS +2015,36000.0,New York,36075.0,Oswego County,13501.0,NYIS +2015,36000.0,New York,36077.0,Otsego County,13501.0,NYIS +2015,36000.0,New York,36079.0,Putnam County,13501.0,NYIS +2015,36000.0,New York,36081.0,Queens County,13501.0,NYIS +2015,36000.0,New York,36083.0,Rensselaer County,13501.0,NYIS +2015,36000.0,New York,36085.0,Richmond County,13501.0,NYIS +2015,36000.0,New York,36087.0,Rockland County,13501.0,NYIS +2015,36000.0,New York,36089.0,St. Lawrence County,13501.0,NYIS +2015,36000.0,New York,36091.0,Saratoga County,13501.0,NYIS +2015,36000.0,New York,36093.0,Schenectady County,13501.0,NYIS +2015,36000.0,New York,36095.0,Schoharie County,13501.0,NYIS +2015,36000.0,New York,36097.0,Schuyler County,13501.0,NYIS +2015,36000.0,New York,36099.0,Seneca County,13501.0,NYIS +2015,36000.0,New York,36101.0,Steuben County,13501.0,NYIS +2015,36000.0,New York,36103.0,Suffolk County,13501.0,NYIS +2015,36000.0,New York,36105.0,Sullivan County,13501.0,NYIS +2015,36000.0,New York,36107.0,Tioga County,13501.0,NYIS +2015,36000.0,New York,36109.0,Tompkins County,13501.0,NYIS +2015,36000.0,New York,36111.0,Ulster County,13501.0,NYIS +2015,36000.0,New York,36113.0,Warren County,13501.0,NYIS +2015,36000.0,New York,36115.0,Washington County,13501.0,NYIS +2015,36000.0,New York,36117.0,Wayne County,13501.0,NYIS +2015,36000.0,New York,36119.0,Westchester County,13501.0,NYIS +2015,36000.0,New York,36121.0,Wyoming County,13501.0,NYIS +2015,36000.0,New York,36123.0,Yates County,13501.0,NYIS +2015,42000.0,Pennsylvania,42103.0,Pike County,13501.0,NYIS +2015,4000.0,Arizona,4001.0,Apache County,14378.0,PACW +2015,4000.0,Arizona,4003.0,Cochise County ,14378.0,PACW +2015,4000.0,Arizona,4005.0,Coconino County,14378.0,PACW +2015,4000.0,Arizona,4007.0,Gila County,14378.0,PACW +2015,4000.0,Arizona,4012.0,La Paz County,14378.0,PACW +2015,4000.0,Arizona,4013.0,Maricopa County,14378.0,PACW +2015,4000.0,Arizona,4015.0,Mohave County,14378.0,PACW +2015,4000.0,Arizona,4017.0,Navajo County,14378.0,PACW +2015,4000.0,Arizona,4019.0,Pima County,14378.0,PACW +2015,4000.0,Arizona,4021.0,Pinal County,14378.0,PACW +2015,4000.0,Arizona,4025.0,Yavapai County,14378.0,PACW +2015,4000.0,Arizona,4027.0,Yuma County,14378.0,PACW +2015,6000.0,California,6001.0,Alameda County,14378.0,PACW +2015,6000.0,California,6007.0,Butte County,14378.0,PACW +2015,6000.0,California,6009.0,Calaveras County,14378.0,PACW +2015,6000.0,California,6011.0,Colusa County,14378.0,PACW +2015,6000.0,California,6013.0,Contra Costa County,14378.0,PACW +2015,6000.0,California,6015.0,Del Norte County,14378.0,PACW +2015,6000.0,California,6019.0,Fresno County,14378.0,PACW +2015,6000.0,California,6021.0,Glenn County,14378.0,PACW +2015,6000.0,California,6025.0,Imperial County,14378.0,PACW +2015,6000.0,California,6035.0,Lassen County,14378.0,PACW +2015,6000.0,California,6039.0,Madera County,14378.0,PACW +2015,6000.0,California,6047.0,Merced County,14378.0,PACW +2015,6000.0,California,6049.0,Modoc County,14378.0,PACW +2015,6000.0,California,6061.0,Placer County,14378.0,PACW +2015,6000.0,California,6065.0,Riverside County,14378.0,PACW +2015,6000.0,California,6067.0,Sacramento County,14378.0,PACW +2015,6000.0,California,6071.0,San Bernardino County,14378.0,PACW +2015,6000.0,California,6077.0,San Joaquin County,14378.0,PACW +2015,6000.0,California,6085.0,Santa Clara County,14378.0,PACW +2015,6000.0,California,6089.0,Shasta County,14378.0,PACW +2015,6000.0,California,6093.0,Siskiyou County,14378.0,PACW +2015,6000.0,California,6095.0,Solano County,14378.0,PACW +2015,6000.0,California,6099.0,Stanislaus County,14378.0,PACW +2015,6000.0,California,6101.0,Sutter County,14378.0,PACW +2015,6000.0,California,6103.0,Tehama County,14378.0,PACW +2015,6000.0,California,6105.0,Trinity County,14378.0,PACW +2015,6000.0,California,6109.0,Tuolumne County,14378.0,PACW +2015,6000.0,California,6113.0,Yolo County,14378.0,PACW +2015,6000.0,California,6115.0,Yuba County,14378.0,PACW +2015,8000.0,Colorado,8001.0,Adams County,14378.0,PACW +2015,8000.0,Colorado,8013.0,Boulder County,14378.0,PACW +2015,8000.0,Colorado,8014.0,Broomfield County,14378.0,PACW +2015,8000.0,Colorado,8015.0,Chaffee County,14378.0,PACW +2015,8000.0,Colorado,8019.0,Clear Creek County,14378.0,PACW +2015,8000.0,Colorado,8027.0,Custer County,14378.0,PACW +2015,8000.0,Colorado,8029.0,Delta County,14378.0,PACW +2015,8000.0,Colorado,8033.0,Dolores County,14378.0,PACW +2015,8000.0,Colorado,8035.0,Douglas County,14378.0,PACW +2015,8000.0,Colorado,8041.0,El Paso County,14378.0,PACW +2015,8000.0,Colorado,8043.0,Fremont County,14378.0,PACW +2015,8000.0,Colorado,8045.0,Garfield County,14378.0,PACW +2015,8000.0,Colorado,8049.0,Grand County,14378.0,PACW +2015,8000.0,Colorado,8051.0,Gunnison County,14378.0,PACW +2015,8000.0,Colorado,8057.0,Jackson County,14378.0,PACW +2015,8000.0,Colorado,8059.0,Jefferson County,14378.0,PACW +2015,8000.0,Colorado,8065.0,Lake County,14378.0,PACW +2015,8000.0,Colorado,8067.0,La Plata County,14378.0,PACW +2015,8000.0,Colorado,8069.0,Larimer County,14378.0,PACW +2015,8000.0,Colorado,8073.0,Lincoln County,14378.0,PACW +2015,8000.0,Colorado,8075.0,Logan County,14378.0,PACW +2015,8000.0,Colorado,8077.0,Mesa County,14378.0,PACW +2015,8000.0,Colorado,8081.0,Moffat County,14378.0,PACW +2015,8000.0,Colorado,8083.0,Montezuma County,14378.0,PACW +2015,8000.0,Colorado,8085.0,Montrose County,14378.0,PACW +2015,8000.0,Colorado,8087.0,Morgan County,14378.0,PACW +2015,8000.0,Colorado,8091.0,Ouray County,14378.0,PACW +2015,8000.0,Colorado,8095.0,Phillips County,14378.0,PACW +2015,8000.0,Colorado,8097.0,Pitkin County,14378.0,PACW +2015,8000.0,Colorado,8101.0,Pueblo County,14378.0,PACW +2015,8000.0,Colorado,8103.0,Rio Blanco County,14378.0,PACW +2015,8000.0,Colorado,8107.0,Routt County,14378.0,PACW +2015,8000.0,Colorado,8109.0,Saguache County,14378.0,PACW +2015,8000.0,Colorado,8113.0,San Miguel County,14378.0,PACW +2015,8000.0,Colorado,8115.0,Sedgwick County,14378.0,PACW +2015,8000.0,Colorado,8117.0,Summit County,14378.0,PACW +2015,8000.0,Colorado,8121.0,Washington County,14378.0,PACW +2015,8000.0,Colorado,8123.0,Weld County,14378.0,PACW +2015,8000.0,Colorado,8125.0,Yuma County,14378.0,PACW +2015,16000.0,Idaho,16005.0,Bannock County,14378.0,PACW +2015,16000.0,Idaho,16007.0,Bear Lake County,14378.0,PACW +2015,16000.0,Idaho,16011.0,Bingham County,14378.0,PACW +2015,16000.0,Idaho,16019.0,Bonneville County,14378.0,PACW +2015,16000.0,Idaho,16023.0,Butte County,14378.0,PACW +2015,16000.0,Idaho,16029.0,Caribou County,14378.0,PACW +2015,16000.0,Idaho,16033.0,Clark County,14378.0,PACW +2015,16000.0,Idaho,16041.0,Franklin County,14378.0,PACW +2015,16000.0,Idaho,16043.0,Fremont County,14378.0,PACW +2015,16000.0,Idaho,16051.0,Jefferson County,14378.0,PACW +2015,16000.0,Idaho,16065.0,Madison County,14378.0,PACW +2015,16000.0,Idaho,16071.0,Oneida County,14378.0,PACW +2015,16000.0,Idaho,16077.0,Power County,14378.0,PACW +2015,16000.0,Idaho,16081.0,Teton County,14378.0,PACW +2015,19000.0,Iowa,19001.0,Adair County,14378.0,PACW +2015,19000.0,Iowa,19009.0,Audubon County,14378.0,PACW +2015,19000.0,Iowa,19029.0,Cass County,14378.0,PACW +2015,19000.0,Iowa,19035.0,Cherokee County,14378.0,PACW +2015,19000.0,Iowa,19041.0,Clay County,14378.0,PACW +2015,19000.0,Iowa,19047.0,Crawford County,14378.0,PACW +2015,19000.0,Iowa,19119.0,Lyon County,14378.0,PACW +2015,19000.0,Iowa,19133.0,Monona County,14378.0,PACW +2015,19000.0,Iowa,19141.0,O'Brien County,14378.0,PACW +2015,19000.0,Iowa,19149.0,Plymouth County,14378.0,PACW +2015,19000.0,Iowa,19155.0,Pottawattamie County,14378.0,PACW +2015,19000.0,Iowa,19159.0,Ringgold County,14378.0,PACW +2015,19000.0,Iowa,19165.0,Shelby County,14378.0,PACW +2015,19000.0,Iowa,19167.0,Sioux County,14378.0,PACW +2015,19000.0,Iowa,19173.0,Taylor County,14378.0,PACW +2015,19000.0,Iowa,19175.0,Union County,14378.0,PACW +2015,19000.0,Iowa,19193.0,Woodbury County,14378.0,PACW +2015,27000.0,Minnesota,27023.0,Chippewa County,14378.0,PACW +2015,27000.0,Minnesota,27027.0,Clay County,14378.0,PACW +2015,27000.0,Minnesota,27051.0,Grant County,14378.0,PACW +2015,27000.0,Minnesota,27073.0,Lac Qui Parle County,14378.0,PACW +2015,27000.0,Minnesota,27111.0,Otter Tail County,14378.0,PACW +2015,27000.0,Minnesota,27119.0,Polk County,14378.0,PACW +2015,27000.0,Minnesota,27149.0,Stevens County,14378.0,PACW +2015,27000.0,Minnesota,27151.0,Swift County,14378.0,PACW +2015,27000.0,Minnesota,27167.0,Wilkin County,14378.0,PACW +2015,27000.0,Minnesota,27173.0,Yellow Medicine County,14378.0,PACW +2015,29000.0,Missouri,29147.0,Nodaway County,14378.0,PACW +2015,30000.0,Montana,30003.0,Big Horn County,14378.0,PACW +2015,30000.0,Montana,30005.0,Blaine County,14378.0,PACW +2015,30000.0,Montana,30009.0,Carbon County,14378.0,PACW +2015,30000.0,Montana,30013.0,Cascade County,14378.0,PACW +2015,30000.0,Montana,30015.0,Chouteau County,14378.0,PACW +2015,30000.0,Montana,30017.0,Custer County,14378.0,PACW +2015,30000.0,Montana,30021.0,Dawson County,14378.0,PACW +2015,30000.0,Montana,30025.0,Fallon County,14378.0,PACW +2015,30000.0,Montana,30033.0,Garfield County,14378.0,PACW +2015,30000.0,Montana,30041.0,Hill County,14378.0,PACW +2015,30000.0,Montana,30049.0,Lewis and Clark County,14378.0,PACW +2015,30000.0,Montana,30051.0,Liberty County,14378.0,PACW +2015,30000.0,Montana,30055.0,McCone County,14378.0,PACW +2015,30000.0,Montana,30071.0,Phillips County,14378.0,PACW +2015,30000.0,Montana,30073.0,Pondera County,14378.0,PACW +2015,30000.0,Montana,30079.0,Prairie County,14378.0,PACW +2015,30000.0,Montana,30083.0,Richland County,14378.0,PACW +2015,30000.0,Montana,30085.0,Roosevelt County,14378.0,PACW +2015,30000.0,Montana,30087.0,Rosebud County,14378.0,PACW +2015,30000.0,Montana,30099.0,Teton County,14378.0,PACW +2015,30000.0,Montana,30101.0,Toole County,14378.0,PACW +2015,30000.0,Montana,30103.0,Treasure County,14378.0,PACW +2015,30000.0,Montana,30105.0,Valley County,14378.0,PACW +2015,30000.0,Montana,30109.0,Wibaux County,14378.0,PACW +2015,30000.0,Montana,30111.0,Yellowstone County,14378.0,PACW +2015,31000.0,Nebraska,31003.0,Antelope County,14378.0,PACW +2015,31000.0,Nebraska,31007.0,Banner County,14378.0,PACW +2015,31000.0,Nebraska,31011.0,Boone County,14378.0,PACW +2015,31000.0,Nebraska,31013.0,Box Butte County,14378.0,PACW +2015,31000.0,Nebraska,31015.0,Boyd County,14378.0,PACW +2015,31000.0,Nebraska,31027.0,Cedar County,14378.0,PACW +2015,31000.0,Nebraska,31033.0,Cheyenne County,14378.0,PACW +2015,31000.0,Nebraska,31043.0,Dakota County,14378.0,PACW +2015,31000.0,Nebraska,31045.0,Dawes County,14378.0,PACW +2015,31000.0,Nebraska,31049.0,Deuel County,14378.0,PACW +2015,31000.0,Nebraska,31051.0,Dixon County,14378.0,PACW +2015,31000.0,Nebraska,31077.0,Greeley County,14378.0,PACW +2015,31000.0,Nebraska,31089.0,Holt County,14378.0,PACW +2015,31000.0,Nebraska,31101.0,Keith County,14378.0,PACW +2015,31000.0,Nebraska,31105.0,Kimball County,14378.0,PACW +2015,31000.0,Nebraska,31121.0,Merrick County,14378.0,PACW +2015,31000.0,Nebraska,31123.0,Morrill County,14378.0,PACW +2015,31000.0,Nebraska,31125.0,Nance County,14378.0,PACW +2015,31000.0,Nebraska,31157.0,Scotts Bluff County,14378.0,PACW +2015,31000.0,Nebraska,31165.0,Sioux County,14378.0,PACW +2015,31000.0,Nebraska,31183.0,Wheeler County,14378.0,PACW +2015,32000.0,Nevada,32003.0,Clark County,14378.0,PACW +2015,32000.0,Nevada,32031.0,Washoe County,14378.0,PACW +2015,35000.0,New Mexico,35045.0,San Juan County,14378.0,PACW +2015,38000.0,North Dakota,38001.0,Adams County,14378.0,PACW +2015,38000.0,North Dakota,38003.0,Barnes County,14378.0,PACW +2015,38000.0,North Dakota,38005.0,Benson County,14378.0,PACW +2015,38000.0,North Dakota,38007.0,Billings County,14378.0,PACW +2015,38000.0,North Dakota,38011.0,Bowman County,14378.0,PACW +2015,38000.0,North Dakota,38015.0,Burleigh County,14378.0,PACW +2015,38000.0,North Dakota,38017.0,Cass County,14378.0,PACW +2015,38000.0,North Dakota,38021.0,Dickey County,14378.0,PACW +2015,38000.0,North Dakota,38025.0,Dunn County,14378.0,PACW +2015,38000.0,North Dakota,38027.0,Eddy County,14378.0,PACW +2015,38000.0,North Dakota,38029.0,Emmons County,14378.0,PACW +2015,38000.0,North Dakota,38031.0,Foster County,14378.0,PACW +2015,38000.0,North Dakota,38033.0,Golden Valley County,14378.0,PACW +2015,38000.0,North Dakota,38035.0,Grand Forks County,14378.0,PACW +2015,38000.0,North Dakota,38037.0,Grant County,14378.0,PACW +2015,38000.0,North Dakota,38039.0,Griggs County,14378.0,PACW +2015,38000.0,North Dakota,38043.0,Kidder County,14378.0,PACW +2015,38000.0,North Dakota,38045.0,LaMoure County,14378.0,PACW +2015,38000.0,North Dakota,38049.0,McHenry County,14378.0,PACW +2015,38000.0,North Dakota,38053.0,McKenzie County,14378.0,PACW +2015,38000.0,North Dakota,38055.0,McLean County,14378.0,PACW +2015,38000.0,North Dakota,38057.0,Mercer County,14378.0,PACW +2015,38000.0,North Dakota,38059.0,Morton County,14378.0,PACW +2015,38000.0,North Dakota,38063.0,Nelson County,14378.0,PACW +2015,38000.0,North Dakota,38065.0,Oliver County,14378.0,PACW +2015,38000.0,North Dakota,38069.0,Pierce County,14378.0,PACW +2015,38000.0,North Dakota,38071.0,Ramsey County,14378.0,PACW +2015,38000.0,North Dakota,38073.0,Ransom County,14378.0,PACW +2015,38000.0,North Dakota,38081.0,Sargent County,14378.0,PACW +2015,38000.0,North Dakota,38087.0,Slope County,14378.0,PACW +2015,38000.0,North Dakota,38089.0,Stark County,14378.0,PACW +2015,38000.0,North Dakota,38091.0,Steele County,14378.0,PACW +2015,38000.0,North Dakota,38093.0,Stutsman County,14378.0,PACW +2015,38000.0,North Dakota,38095.0,Towner County,14378.0,PACW +2015,38000.0,North Dakota,38097.0,Traill County,14378.0,PACW +2015,38000.0,North Dakota,38101.0,Ward County,14378.0,PACW +2015,38000.0,North Dakota,38103.0,Wells County,14378.0,PACW +2015,38000.0,North Dakota,38105.0,Williams County,14378.0,PACW +2015,41000.0,Oregon,41003.0,Benton County,14378.0,PACW +2015,41000.0,Oregon,41007.0,Clatsop County,14378.0,PACW +2015,41000.0,Oregon,41011.0,Coos County,14378.0,PACW +2015,41000.0,Oregon,41013.0,Crook County,14378.0,PACW +2015,41000.0,Oregon,41017.0,Deschutes County,14378.0,PACW +2015,41000.0,Oregon,41019.0,Douglas County,14378.0,PACW +2015,41000.0,Oregon,41021.0,Gilliam County,14378.0,PACW +2015,41000.0,Oregon,41027.0,Hood River County,14378.0,PACW +2015,41000.0,Oregon,41029.0,Jackson County,14378.0,PACW +2015,41000.0,Oregon,41031.0,Jefferson County,14378.0,PACW +2015,41000.0,Oregon,41033.0,Josephine County,14378.0,PACW +2015,41000.0,Oregon,41035.0,Klamath County,14378.0,PACW +2015,41000.0,Oregon,41037.0,Lake County,14378.0,PACW +2015,41000.0,Oregon,41039.0,Lane County,14378.0,PACW +2015,41000.0,Oregon,41041.0,Lincoln County,14378.0,PACW +2015,41000.0,Oregon,41043.0,Linn County,14378.0,PACW +2015,41000.0,Oregon,41047.0,Marion County,14378.0,PACW +2015,41000.0,Oregon,41049.0,Morrow County,14378.0,PACW +2015,41000.0,Oregon,41051.0,Multnomah County,14378.0,PACW +2015,41000.0,Oregon,41053.0,Polk County,14378.0,PACW +2015,41000.0,Oregon,41055.0,Sherman County,14378.0,PACW +2015,41000.0,Oregon,41057.0,Tillamook County,14378.0,PACW +2015,41000.0,Oregon,41059.0,Umatilla County,14378.0,PACW +2015,41000.0,Oregon,41063.0,Wallowa County,14378.0,PACW +2015,41000.0,Oregon,41065.0,Wasco County,14378.0,PACW +2015,46000.0,South Dakota,46003.0,Aurora County,14378.0,PACW +2015,46000.0,South Dakota,46005.0,Beadle County,14378.0,PACW +2015,46000.0,South Dakota,46007.0,Bennett County,14378.0,PACW +2015,46000.0,South Dakota,46009.0,Bon Homme County,14378.0,PACW +2015,46000.0,South Dakota,46011.0,Brookings County,14378.0,PACW +2015,46000.0,South Dakota,46013.0,Brown County,14378.0,PACW +2015,46000.0,South Dakota,46015.0,Brule County,14378.0,PACW +2015,46000.0,South Dakota,46017.0,Buffalo County,14378.0,PACW +2015,46000.0,South Dakota,46019.0,Butte County,14378.0,PACW +2015,46000.0,South Dakota,46021.0,Campbell County,14378.0,PACW +2015,46000.0,South Dakota,46023.0,Charles Mix County,14378.0,PACW +2015,46000.0,South Dakota,46025.0,Clark County,14378.0,PACW +2015,46000.0,South Dakota,46027.0,Clay County,14378.0,PACW +2015,46000.0,South Dakota,46029.0,Codington County,14378.0,PACW +2015,46000.0,South Dakota,46033.0,Custer County,14378.0,PACW +2015,46000.0,South Dakota,46035.0,Davison County,14378.0,PACW +2015,46000.0,South Dakota,46037.0,Day County,14378.0,PACW +2015,46000.0,South Dakota,46039.0,Deuel County,14378.0,PACW +2015,46000.0,South Dakota,46041.0,Dewey County,14378.0,PACW +2015,46000.0,South Dakota,46043.0,Douglas County,14378.0,PACW +2015,46000.0,South Dakota,46047.0,Fall River County,14378.0,PACW +2015,46000.0,South Dakota,46051.0,Grant County,14378.0,PACW +2015,46000.0,South Dakota,46053.0,Gregory County,14378.0,PACW +2015,46000.0,South Dakota,46055.0,Haakon County,14378.0,PACW +2015,46000.0,South Dakota,46057.0,Hamlin County,14378.0,PACW +2015,46000.0,South Dakota,46059.0,Hand County,14378.0,PACW +2015,46000.0,South Dakota,46061.0,Hanson County,14378.0,PACW +2015,46000.0,South Dakota,46065.0,Hughes County,14378.0,PACW +2015,46000.0,South Dakota,46067.0,Hutchinson County,14378.0,PACW +2015,46000.0,South Dakota,46069.0,Hyde County,14378.0,PACW +2015,46000.0,South Dakota,46071.0,Jackson County,14378.0,PACW +2015,46000.0,South Dakota,46073.0,Jerauld County,14378.0,PACW +2015,46000.0,South Dakota,46075.0,Jones County,14378.0,PACW +2015,46000.0,South Dakota,46083.0,Lincoln County,14378.0,PACW +2015,46000.0,South Dakota,46085.0,Lyman County,14378.0,PACW +2015,46000.0,South Dakota,46087.0,McCook County,14378.0,PACW +2015,46000.0,South Dakota,46091.0,Marshall County,14378.0,PACW +2015,46000.0,South Dakota,46093.0,Meade County,14378.0,PACW +2015,46000.0,South Dakota,46099.0,Minnehaha County,14378.0,PACW +2015,46000.0,South Dakota,46101.0,Moody County,14378.0,PACW +2015,46000.0,South Dakota,46103.0,Pennington County,14378.0,PACW +2015,46000.0,South Dakota,46105.0,Perkins County,14378.0,PACW +2015,46000.0,South Dakota,46107.0,Potter County,14378.0,PACW +2015,46000.0,South Dakota,46109.0,Roberts County,14378.0,PACW +2015,46000.0,South Dakota,46111.0,Sanborn County,14378.0,PACW +2015,46000.0,South Dakota,46115.0,Spink County,14378.0,PACW +2015,46000.0,South Dakota,46117.0,Stanley County,14378.0,PACW +2015,46000.0,South Dakota,46119.0,Sully County,14378.0,PACW +2015,46000.0,South Dakota,46121.0,Todd County,14378.0,PACW +2015,46000.0,South Dakota,46123.0,Tripp County,14378.0,PACW +2015,46000.0,South Dakota,46125.0,Turner County,14378.0,PACW +2015,46000.0,South Dakota,46127.0,Union County,14378.0,PACW +2015,46000.0,South Dakota,46129.0,Walworth County,14378.0,PACW +2015,46000.0,South Dakota,46135.0,Yankton County,14378.0,PACW +2015,46000.0,South Dakota,46137.0,Ziebach County,14378.0,PACW +2015,49000.0,Utah,49001.0,Beaver County,14378.0,PACW +2015,49000.0,Utah,49003.0,Box Elder County,14378.0,PACW +2015,49000.0,Utah,49005.0,Cache County,14378.0,PACW +2015,49000.0,Utah,49007.0,Carbon County,14378.0,PACW +2015,49000.0,Utah,49009.0,Daggett County,14378.0,PACW +2015,49000.0,Utah,49011.0,Davis County,14378.0,PACW +2015,49000.0,Utah,49013.0,Duchesne County,14378.0,PACW +2015,49000.0,Utah,49015.0,Emery County,14378.0,PACW +2015,49000.0,Utah,49017.0,Garfield County,14378.0,PACW +2015,49000.0,Utah,49019.0,Grand County,14378.0,PACW +2015,49000.0,Utah,49021.0,Iron County,14378.0,PACW +2015,49000.0,Utah,49023.0,Juab County,14378.0,PACW +2015,49000.0,Utah,49027.0,Millard County,14378.0,PACW +2015,49000.0,Utah,49029.0,Morgan County,14378.0,PACW +2015,49000.0,Utah,49031.0,Piute County,14378.0,PACW +2015,49000.0,Utah,49033.0,Rich County,14378.0,PACW +2015,49000.0,Utah,49035.0,Salt Lake County,14378.0,PACW +2015,49000.0,Utah,49037.0,San Juan County,14378.0,PACW +2015,49000.0,Utah,49039.0,Sanpete County,14378.0,PACW +2015,49000.0,Utah,49041.0,Sevier County,14378.0,PACW +2015,49000.0,Utah,49043.0,Summit County,14378.0,PACW +2015,49000.0,Utah,49045.0,Tooele County,14378.0,PACW +2015,49000.0,Utah,49047.0,Uintah County,14378.0,PACW +2015,49000.0,Utah,49049.0,Utah County,14378.0,PACW +2015,49000.0,Utah,49051.0,Wasatch County,14378.0,PACW +2015,49000.0,Utah,49053.0,Washington County,14378.0,PACW +2015,49000.0,Utah,49057.0,Weber County,14378.0,PACW +2015,53000.0,Washington,53005.0,Benton County,14378.0,PACW +2015,53000.0,Washington,53013.0,Columbia County,14378.0,PACW +2015,53000.0,Washington,53015.0,Cowlitz County,14378.0,PACW +2015,53000.0,Washington,53023.0,Garfield County,14378.0,PACW +2015,53000.0,Washington,53071.0,Walla Walla County,14378.0,PACW +2015,53000.0,Washington,53077.0,Yakima County,14378.0,PACW +2015,56000.0,Wyoming,56001.0,Albany County,14378.0,PACW +2015,56000.0,Wyoming,56003.0,Big Horn County,14378.0,PACW +2015,56000.0,Wyoming,56007.0,Carbon County,14378.0,PACW +2015,56000.0,Wyoming,56009.0,Converse County,14378.0,PACW +2015,56000.0,Wyoming,56013.0,Fremont County,14378.0,PACW +2015,56000.0,Wyoming,56015.0,Goshen County,14378.0,PACW +2015,56000.0,Wyoming,56017.0,Hot Springs County,14378.0,PACW +2015,56000.0,Wyoming,56019.0,Johnson County,14378.0,PACW +2015,56000.0,Wyoming,56021.0,Laramie County,14378.0,PACW +2015,56000.0,Wyoming,56023.0,Lincoln County,14378.0,PACW +2015,56000.0,Wyoming,56025.0,Natrona County,14378.0,PACW +2015,56000.0,Wyoming,56027.0,Niobrara County,14378.0,PACW +2015,56000.0,Wyoming,56029.0,Park County,14378.0,PACW +2015,56000.0,Wyoming,56031.0,Platte County,14378.0,PACW +2015,56000.0,Wyoming,56035.0,Sublette County,14378.0,PACW +2015,56000.0,Wyoming,56037.0,Sweetwater County,14378.0,PACW +2015,56000.0,Wyoming,56041.0,Uinta County,14378.0,PACW +2015,56000.0,Wyoming,56043.0,Washakie County,14378.0,PACW +2015,4000.0,Arizona,4001.0,Apache County,14379.0,PACE +2015,4000.0,Arizona,4005.0,Coconino County,14379.0,PACE +2015,4000.0,Arizona,4015.0,Mohave County,14379.0,PACE +2015,4000.0,Arizona,4017.0,Navajo County,14379.0,PACE +2015,6000.0,California,6015.0,Del Norte County,14379.0,PACE +2015,6000.0,California,6049.0,Modoc County,14379.0,PACE +2015,6000.0,California,6089.0,Shasta County,14379.0,PACE +2015,6000.0,California,6093.0,Siskiyou County,14379.0,PACE +2015,16000.0,Idaho,16005.0,Bannock County,14379.0,PACE +2015,16000.0,Idaho,16007.0,Bear Lake County,14379.0,PACE +2015,16000.0,Idaho,16011.0,Bingham County,14379.0,PACE +2015,16000.0,Idaho,16019.0,Bonneville County,14379.0,PACE +2015,16000.0,Idaho,16023.0,Butte County,14379.0,PACE +2015,16000.0,Idaho,16029.0,Caribou County,14379.0,PACE +2015,16000.0,Idaho,16033.0,Clark County,14379.0,PACE +2015,16000.0,Idaho,16041.0,Franklin County,14379.0,PACE +2015,16000.0,Idaho,16043.0,Fremont County,14379.0,PACE +2015,16000.0,Idaho,16051.0,Jefferson County,14379.0,PACE +2015,16000.0,Idaho,16065.0,Madison County,14379.0,PACE +2015,16000.0,Idaho,16071.0,Oneida County,14379.0,PACE +2015,16000.0,Idaho,16077.0,Power County,14379.0,PACE +2015,16000.0,Idaho,16081.0,Teton County,14379.0,PACE +2015,35000.0,New Mexico,35031.0,McKinley County,14379.0,PACE +2015,35000.0,New Mexico,35045.0,San Juan County,14379.0,PACE +2015,38000.0,North Dakota,38057.0,Mercer County,14379.0,PACE +2015,41000.0,Oregon,41003.0,Benton County,14379.0,PACE +2015,41000.0,Oregon,41007.0,Clatsop County,14379.0,PACE +2015,41000.0,Oregon,41011.0,Coos County,14379.0,PACE +2015,41000.0,Oregon,41013.0,Crook County,14379.0,PACE +2015,41000.0,Oregon,41017.0,Deschutes County,14379.0,PACE +2015,41000.0,Oregon,41019.0,Douglas County,14379.0,PACE +2015,41000.0,Oregon,41021.0,Gilliam County,14379.0,PACE +2015,41000.0,Oregon,41027.0,Hood River County,14379.0,PACE +2015,41000.0,Oregon,41029.0,Jackson County,14379.0,PACE +2015,41000.0,Oregon,41031.0,Jefferson County,14379.0,PACE +2015,41000.0,Oregon,41033.0,Josephine County,14379.0,PACE +2015,41000.0,Oregon,41035.0,Klamath County,14379.0,PACE +2015,41000.0,Oregon,41037.0,Lake County,14379.0,PACE +2015,41000.0,Oregon,41039.0,Lane County,14379.0,PACE +2015,41000.0,Oregon,41041.0,Lincoln County,14379.0,PACE +2015,41000.0,Oregon,41043.0,Linn County,14379.0,PACE +2015,41000.0,Oregon,41047.0,Marion County,14379.0,PACE +2015,41000.0,Oregon,41049.0,Morrow County,14379.0,PACE +2015,41000.0,Oregon,41051.0,Multnomah County,14379.0,PACE +2015,41000.0,Oregon,41053.0,Polk County,14379.0,PACE +2015,41000.0,Oregon,41055.0,Sherman County,14379.0,PACE +2015,41000.0,Oregon,41057.0,Tillamook County,14379.0,PACE +2015,41000.0,Oregon,41059.0,Umatilla County,14379.0,PACE +2015,41000.0,Oregon,41063.0,Wallowa County,14379.0,PACE +2015,41000.0,Oregon,41065.0,Wasco County,14379.0,PACE +2015,46000.0,South Dakota,46093.0,Meade County,14379.0,PACE +2015,49000.0,Utah,49001.0,Beaver County,14379.0,PACE +2015,49000.0,Utah,49003.0,Box Elder County,14379.0,PACE +2015,49000.0,Utah,49005.0,Cache County,14379.0,PACE +2015,49000.0,Utah,49007.0,Carbon County,14379.0,PACE +2015,49000.0,Utah,49011.0,Davis County,14379.0,PACE +2015,49000.0,Utah,49013.0,Duchesne County,14379.0,PACE +2015,49000.0,Utah,49015.0,Emery County,14379.0,PACE +2015,49000.0,Utah,49017.0,Garfield County,14379.0,PACE +2015,49000.0,Utah,49019.0,Grand County,14379.0,PACE +2015,49000.0,Utah,49021.0,Iron County,14379.0,PACE +2015,49000.0,Utah,49023.0,Juab County,14379.0,PACE +2015,49000.0,Utah,49027.0,Millard County,14379.0,PACE +2015,49000.0,Utah,49029.0,Morgan County,14379.0,PACE +2015,49000.0,Utah,49031.0,Piute County,14379.0,PACE +2015,49000.0,Utah,49033.0,Rich County,14379.0,PACE +2015,49000.0,Utah,49035.0,Salt Lake County,14379.0,PACE +2015,49000.0,Utah,49037.0,San Juan County,14379.0,PACE +2015,49000.0,Utah,49039.0,Sanpete County,14379.0,PACE +2015,49000.0,Utah,49041.0,Sevier County,14379.0,PACE +2015,49000.0,Utah,49043.0,Summit County,14379.0,PACE +2015,49000.0,Utah,49045.0,Tooele County,14379.0,PACE +2015,49000.0,Utah,49047.0,Uintah County,14379.0,PACE +2015,49000.0,Utah,49049.0,Utah County,14379.0,PACE +2015,49000.0,Utah,49051.0,Wasatch County,14379.0,PACE +2015,49000.0,Utah,49053.0,Washington County,14379.0,PACE +2015,49000.0,Utah,49057.0,Weber County,14379.0,PACE +2015,53000.0,Washington,53005.0,Benton County,14379.0,PACE +2015,53000.0,Washington,53013.0,Columbia County,14379.0,PACE +2015,53000.0,Washington,53015.0,Cowlitz County,14379.0,PACE +2015,53000.0,Washington,53023.0,Garfield County,14379.0,PACE +2015,53000.0,Washington,53071.0,Walla Walla County,14379.0,PACE +2015,53000.0,Washington,53077.0,Yakima County,14379.0,PACE +2015,56000.0,Wyoming,56001.0,Albany County,14379.0,PACE +2015,56000.0,Wyoming,56003.0,Big Horn County,14379.0,PACE +2015,56000.0,Wyoming,56007.0,Carbon County,14379.0,PACE +2015,56000.0,Wyoming,56009.0,Converse County,14379.0,PACE +2015,56000.0,Wyoming,56013.0,Fremont County,14379.0,PACE +2015,56000.0,Wyoming,56017.0,Hot Springs County,14379.0,PACE +2015,56000.0,Wyoming,56019.0,Johnson County,14379.0,PACE +2015,56000.0,Wyoming,56023.0,Lincoln County,14379.0,PACE +2015,56000.0,Wyoming,56025.0,Natrona County,14379.0,PACE +2015,56000.0,Wyoming,56029.0,Park County,14379.0,PACE +2015,56000.0,Wyoming,56031.0,Platte County,14379.0,PACE +2015,56000.0,Wyoming,56035.0,Sublette County,14379.0,PACE +2015,56000.0,Wyoming,56037.0,Sweetwater County,14379.0,PACE +2015,56000.0,Wyoming,56041.0,Uinta County,14379.0,PACE +2015,56000.0,Wyoming,56043.0,Washakie County,14379.0,PACE +2015,12000.0,Florida,12019.0,Clay County,14610.0,FMPP +2015,12000.0,Florida,12061.0,Indian River County,14610.0,FMPP +2015,12000.0,Florida,12083.0,Marion County,14610.0,FMPP +2015,12000.0,Florida,12087.0,Monroe County,14610.0,FMPP +2015,12000.0,Florida,12095.0,Orange County,14610.0,FMPP +2015,12000.0,Florida,12097.0,Osceola County,14610.0,FMPP +2015,12000.0,Florida,12099.0,Palm Beach County,14610.0,FMPP +2015,12000.0,Florida,12105.0,Polk County,14610.0,FMPP +2015,12000.0,Florida,12111.0,St. Lucie County,14610.0,FMPP +2015,53000.0,Washington,53001.0,Adams County,14624.0,GCPD +2015,53000.0,Washington,53017.0,Douglas County,14624.0,GCPD +2015,53000.0,Washington,53025.0,Grant County,14624.0,GCPD +2015,53000.0,Washington,53037.0,Kittitas County,14624.0,GCPD +2015,53000.0,Washington,53043.0,Lincoln County,14624.0,GCPD +2015,10000.0,Delaware,10001.0,Kent County,14725.0,PJM +2015,10000.0,Delaware,10003.0,New Castle County,14725.0,PJM +2015,10000.0,Delaware,10005.0,Sussex County,14725.0,PJM +2015,11000.0,District of Columbia,11000.0,District of Columbia,14725.0,PJM +2015,17000.0,Illinois,17007.0,Boone County,14725.0,PJM +2015,17000.0,Illinois,17011.0,Bureau County,14725.0,PJM +2015,17000.0,Illinois,17015.0,Carroll County,14725.0,PJM +2015,17000.0,Illinois,17031.0,Cook County,14725.0,PJM +2015,17000.0,Illinois,17037.0,DeKalb County,14725.0,PJM +2015,17000.0,Illinois,17043.0,DuPage County,14725.0,PJM +2015,17000.0,Illinois,17053.0,Ford County,14725.0,PJM +2015,17000.0,Illinois,17063.0,Grundy County,14725.0,PJM +2015,17000.0,Illinois,17073.0,Henry County,14725.0,PJM +2015,17000.0,Illinois,17085.0,Jo Daviess County,14725.0,PJM +2015,17000.0,Illinois,17089.0,Kane County,14725.0,PJM +2015,17000.0,Illinois,17091.0,Kankakee County,14725.0,PJM +2015,17000.0,Illinois,17093.0,Kendall County,14725.0,PJM +2015,17000.0,Illinois,17097.0,Lake County,14725.0,PJM +2015,17000.0,Illinois,17099.0,LaSalle County,14725.0,PJM +2015,17000.0,Illinois,17103.0,Lee County,14725.0,PJM +2015,17000.0,Illinois,17105.0,Livingston County,14725.0,PJM +2015,17000.0,Illinois,17111.0,McHenry County,14725.0,PJM +2015,17000.0,Illinois,17123.0,Marshall County,14725.0,PJM +2015,17000.0,Illinois,17131.0,Mercer County,14725.0,PJM +2015,17000.0,Illinois,17141.0,Ogle County,14725.0,PJM +2015,17000.0,Illinois,17161.0,Rock Island County,14725.0,PJM +2015,17000.0,Illinois,17177.0,Stephenson County,14725.0,PJM +2015,17000.0,Illinois,17195.0,Whiteside County,14725.0,PJM +2015,17000.0,Illinois,17197.0,Will County,14725.0,PJM +2015,17000.0,Illinois,17201.0,Winnebago County,14725.0,PJM +2015,17000.0,Illinois,17203.0,Woodford County,14725.0,PJM +2015,18000.0,Indiana,18001.0,Adams County,14725.0,PJM +2015,18000.0,Indiana,18003.0,Allen County,14725.0,PJM +2015,18000.0,Indiana,18009.0,Blackford County,14725.0,PJM +2015,18000.0,Indiana,18027.0,Daviess County,14725.0,PJM +2015,18000.0,Indiana,18033.0,DeKalb County,14725.0,PJM +2015,18000.0,Indiana,18035.0,Delaware County,14725.0,PJM +2015,18000.0,Indiana,18039.0,Elkhart County,14725.0,PJM +2015,18000.0,Indiana,18047.0,Franklin County,14725.0,PJM +2015,18000.0,Indiana,18053.0,Grant County,14725.0,PJM +2015,18000.0,Indiana,18057.0,Hamilton County,14725.0,PJM +2015,18000.0,Indiana,18065.0,Henry County,14725.0,PJM +2015,18000.0,Indiana,18067.0,Howard County,14725.0,PJM +2015,18000.0,Indiana,18069.0,Huntington County,14725.0,PJM +2015,18000.0,Indiana,18075.0,Jay County,14725.0,PJM +2015,18000.0,Indiana,18085.0,Kosciusko County,14725.0,PJM +2015,18000.0,Indiana,18087.0,LaGrange County,14725.0,PJM +2015,18000.0,Indiana,18091.0,LaPorte County,14725.0,PJM +2015,18000.0,Indiana,18095.0,Madison County,14725.0,PJM +2015,18000.0,Indiana,18099.0,Marshall County,14725.0,PJM +2015,18000.0,Indiana,18103.0,Miami County,14725.0,PJM +2015,18000.0,Indiana,18113.0,Noble County,14725.0,PJM +2015,18000.0,Indiana,18135.0,Randolph County,14725.0,PJM +2015,18000.0,Indiana,18141.0,St. Joseph County,14725.0,PJM +2015,18000.0,Indiana,18151.0,Steuben County,14725.0,PJM +2015,18000.0,Indiana,18159.0,Tipton County,14725.0,PJM +2015,18000.0,Indiana,18169.0,Wabash County,14725.0,PJM +2015,18000.0,Indiana,18177.0,Wayne County,14725.0,PJM +2015,18000.0,Indiana,18179.0,Wells County,14725.0,PJM +2015,18000.0,Indiana,18183.0,Whitley County,14725.0,PJM +2015,19000.0,Iowa,19001.0,Adair County,14725.0,PJM +2015,19000.0,Iowa,19003.0,Adams County,14725.0,PJM +2015,19000.0,Iowa,19009.0,Audubon County,14725.0,PJM +2015,19000.0,Iowa,19013.0,Black Hawk County,14725.0,PJM +2015,19000.0,Iowa,19017.0,Bremer County,14725.0,PJM +2015,19000.0,Iowa,19019.0,Buchanan County,14725.0,PJM +2015,19000.0,Iowa,19021.0,Buena Vista County,14725.0,PJM +2015,19000.0,Iowa,19023.0,Butler County,14725.0,PJM +2015,19000.0,Iowa,19025.0,Calhoun County,14725.0,PJM +2015,19000.0,Iowa,19027.0,Carroll County,14725.0,PJM +2015,19000.0,Iowa,19029.0,Cass County,14725.0,PJM +2015,19000.0,Iowa,19033.0,Cerro Gordo County,14725.0,PJM +2015,19000.0,Iowa,19035.0,Cherokee County,14725.0,PJM +2015,19000.0,Iowa,19037.0,Chickasaw County,14725.0,PJM +2015,19000.0,Iowa,19045.0,Clinton County,14725.0,PJM +2015,19000.0,Iowa,19047.0,Crawford County,14725.0,PJM +2015,19000.0,Iowa,19049.0,Dallas County,14725.0,PJM +2015,19000.0,Iowa,19067.0,Floyd County,14725.0,PJM +2015,19000.0,Iowa,19069.0,Franklin County,14725.0,PJM +2015,19000.0,Iowa,19071.0,Fremont County,14725.0,PJM +2015,19000.0,Iowa,19079.0,Hamilton County,14725.0,PJM +2015,19000.0,Iowa,19083.0,Hardin County,14725.0,PJM +2015,19000.0,Iowa,19085.0,Harrison County,14725.0,PJM +2015,19000.0,Iowa,19091.0,Humboldt County,14725.0,PJM +2015,19000.0,Iowa,19093.0,Ida County,14725.0,PJM +2015,19000.0,Iowa,19099.0,Jasper County,14725.0,PJM +2015,19000.0,Iowa,19103.0,Johnson County,14725.0,PJM +2015,19000.0,Iowa,19109.0,Kossuth County,14725.0,PJM +2015,19000.0,Iowa,19119.0,Lyon County,14725.0,PJM +2015,19000.0,Iowa,19121.0,Madison County,14725.0,PJM +2015,19000.0,Iowa,19123.0,Mahaska County,14725.0,PJM +2015,19000.0,Iowa,19125.0,Marion County,14725.0,PJM +2015,19000.0,Iowa,19129.0,Mills County,14725.0,PJM +2015,19000.0,Iowa,19133.0,Monona County,14725.0,PJM +2015,19000.0,Iowa,19135.0,Monroe County,14725.0,PJM +2015,19000.0,Iowa,19137.0,Montgomery County,14725.0,PJM +2015,19000.0,Iowa,19139.0,Muscatine County,14725.0,PJM +2015,19000.0,Iowa,19141.0,O'Brien County,14725.0,PJM +2015,19000.0,Iowa,19145.0,Page County,14725.0,PJM +2015,19000.0,Iowa,19147.0,Palo Alto County,14725.0,PJM +2015,19000.0,Iowa,19149.0,Plymouth County,14725.0,PJM +2015,19000.0,Iowa,19151.0,Pocahontas County,14725.0,PJM +2015,19000.0,Iowa,19153.0,Polk County,14725.0,PJM +2015,19000.0,Iowa,19155.0,Pottawattamie County,14725.0,PJM +2015,19000.0,Iowa,19157.0,Poweshiek County,14725.0,PJM +2015,19000.0,Iowa,19161.0,Sac County,14725.0,PJM +2015,19000.0,Iowa,19163.0,Scott County,14725.0,PJM +2015,19000.0,Iowa,19165.0,Shelby County,14725.0,PJM +2015,19000.0,Iowa,19167.0,Sioux County,14725.0,PJM +2015,19000.0,Iowa,19173.0,Taylor County,14725.0,PJM +2015,19000.0,Iowa,19179.0,Wapello County,14725.0,PJM +2015,19000.0,Iowa,19181.0,Warren County,14725.0,PJM +2015,19000.0,Iowa,19183.0,Washington County,14725.0,PJM +2015,19000.0,Iowa,19187.0,Webster County,14725.0,PJM +2015,19000.0,Iowa,19193.0,Woodbury County,14725.0,PJM +2015,19000.0,Iowa,19197.0,Wright County,14725.0,PJM +2015,21000.0,Kentucky,21001.0,Adair County,14725.0,PJM +2015,21000.0,Kentucky,21005.0,Anderson County,14725.0,PJM +2015,21000.0,Kentucky,21009.0,Barren County,14725.0,PJM +2015,21000.0,Kentucky,21011.0,Bath County,14725.0,PJM +2015,21000.0,Kentucky,21013.0,Bell County,14725.0,PJM +2015,21000.0,Kentucky,21015.0,Boone County,14725.0,PJM +2015,21000.0,Kentucky,21017.0,Bourbon County,14725.0,PJM +2015,21000.0,Kentucky,21019.0,Boyd County,14725.0,PJM +2015,21000.0,Kentucky,21021.0,Boyle County,14725.0,PJM +2015,21000.0,Kentucky,21023.0,Bracken County,14725.0,PJM +2015,21000.0,Kentucky,21025.0,Breathitt County,14725.0,PJM +2015,21000.0,Kentucky,21027.0,Breckinridge County,14725.0,PJM +2015,21000.0,Kentucky,21029.0,Bullitt County,14725.0,PJM +2015,21000.0,Kentucky,21037.0,Campbell County,14725.0,PJM +2015,21000.0,Kentucky,21041.0,Carroll County,14725.0,PJM +2015,21000.0,Kentucky,21043.0,Carter County,14725.0,PJM +2015,21000.0,Kentucky,21045.0,Casey County,14725.0,PJM +2015,21000.0,Kentucky,21049.0,Clark County,14725.0,PJM +2015,21000.0,Kentucky,21051.0,Clay County,14725.0,PJM +2015,21000.0,Kentucky,21053.0,Clinton County,14725.0,PJM +2015,21000.0,Kentucky,21057.0,Cumberland County,14725.0,PJM +2015,21000.0,Kentucky,21061.0,Edmonson County,14725.0,PJM +2015,21000.0,Kentucky,21063.0,Elliott County,14725.0,PJM +2015,21000.0,Kentucky,21065.0,Estill County,14725.0,PJM +2015,21000.0,Kentucky,21067.0,Fayette County,14725.0,PJM +2015,21000.0,Kentucky,21069.0,Fleming County,14725.0,PJM +2015,21000.0,Kentucky,21071.0,Floyd County,14725.0,PJM +2015,21000.0,Kentucky,21073.0,Franklin County,14725.0,PJM +2015,21000.0,Kentucky,21077.0,Gallatin County,14725.0,PJM +2015,21000.0,Kentucky,21079.0,Garrard County,14725.0,PJM +2015,21000.0,Kentucky,21081.0,Grant County,14725.0,PJM +2015,21000.0,Kentucky,21085.0,Grayson County,14725.0,PJM +2015,21000.0,Kentucky,21087.0,Green County,14725.0,PJM +2015,21000.0,Kentucky,21089.0,Greenup County,14725.0,PJM +2015,21000.0,Kentucky,21093.0,Hardin County,14725.0,PJM +2015,21000.0,Kentucky,21095.0,Harlan County,14725.0,PJM +2015,21000.0,Kentucky,21097.0,Harrison County,14725.0,PJM +2015,21000.0,Kentucky,21099.0,Hart County,14725.0,PJM +2015,21000.0,Kentucky,21103.0,Henry County,14725.0,PJM +2015,21000.0,Kentucky,21109.0,Jackson County,14725.0,PJM +2015,21000.0,Kentucky,21111.0,Jefferson County,14725.0,PJM +2015,21000.0,Kentucky,21113.0,Jessamine County,14725.0,PJM +2015,21000.0,Kentucky,21115.0,Johnson County,14725.0,PJM +2015,21000.0,Kentucky,21117.0,Kenton County,14725.0,PJM +2015,21000.0,Kentucky,21119.0,Knott County,14725.0,PJM +2015,21000.0,Kentucky,21121.0,Knox County,14725.0,PJM +2015,21000.0,Kentucky,21123.0,Larue County,14725.0,PJM +2015,21000.0,Kentucky,21125.0,Laurel County,14725.0,PJM +2015,21000.0,Kentucky,21127.0,Lawrence County,14725.0,PJM +2015,21000.0,Kentucky,21129.0,Lee County,14725.0,PJM +2015,21000.0,Kentucky,21131.0,Leslie County,14725.0,PJM +2015,21000.0,Kentucky,21133.0,Letcher County,14725.0,PJM +2015,21000.0,Kentucky,21135.0,Lewis County,14725.0,PJM +2015,21000.0,Kentucky,21137.0,Lincoln County,14725.0,PJM +2015,21000.0,Kentucky,21147.0,McCreary County,14725.0,PJM +2015,21000.0,Kentucky,21151.0,Madison County,14725.0,PJM +2015,21000.0,Kentucky,21153.0,Magoffin County,14725.0,PJM +2015,21000.0,Kentucky,21155.0,Marion County,14725.0,PJM +2015,21000.0,Kentucky,21159.0,Martin County,14725.0,PJM +2015,21000.0,Kentucky,21161.0,Mason County,14725.0,PJM +2015,21000.0,Kentucky,21163.0,Meade County,14725.0,PJM +2015,21000.0,Kentucky,21165.0,Menifee County,14725.0,PJM +2015,21000.0,Kentucky,21167.0,Mercer County,14725.0,PJM +2015,21000.0,Kentucky,21169.0,Metcalfe County,14725.0,PJM +2015,21000.0,Kentucky,21173.0,Montgomery County,14725.0,PJM +2015,21000.0,Kentucky,21175.0,Morgan County,14725.0,PJM +2015,21000.0,Kentucky,21179.0,Nelson County,14725.0,PJM +2015,21000.0,Kentucky,21181.0,Nicholas County,14725.0,PJM +2015,21000.0,Kentucky,21185.0,Oldham County,14725.0,PJM +2015,21000.0,Kentucky,21187.0,Owen County,14725.0,PJM +2015,21000.0,Kentucky,21189.0,Owsley County,14725.0,PJM +2015,21000.0,Kentucky,21191.0,Pendleton County,14725.0,PJM +2015,21000.0,Kentucky,21193.0,Perry County,14725.0,PJM +2015,21000.0,Kentucky,21195.0,Pike County,14725.0,PJM +2015,21000.0,Kentucky,21197.0,Powell County,14725.0,PJM +2015,21000.0,Kentucky,21199.0,Pulaski County,14725.0,PJM +2015,21000.0,Kentucky,21201.0,Robertson County,14725.0,PJM +2015,21000.0,Kentucky,21203.0,Rockcastle County,14725.0,PJM +2015,21000.0,Kentucky,21205.0,Rowan County,14725.0,PJM +2015,21000.0,Kentucky,21207.0,Russell County,14725.0,PJM +2015,21000.0,Kentucky,21209.0,Scott County,14725.0,PJM +2015,21000.0,Kentucky,21211.0,Shelby County,14725.0,PJM +2015,21000.0,Kentucky,21215.0,Spencer County,14725.0,PJM +2015,21000.0,Kentucky,21217.0,Taylor County,14725.0,PJM +2015,21000.0,Kentucky,21223.0,Trimble County,14725.0,PJM +2015,21000.0,Kentucky,21229.0,Washington County,14725.0,PJM +2015,21000.0,Kentucky,21231.0,Wayne County,14725.0,PJM +2015,21000.0,Kentucky,21235.0,Whitley County,14725.0,PJM +2015,21000.0,Kentucky,21237.0,Wolfe County,14725.0,PJM +2015,21000.0,Kentucky,21239.0,Woodford County,14725.0,PJM +2015,24000.0,Maryland,24001.0,Allegany County,14725.0,PJM +2015,24000.0,Maryland,24003.0,Anne Arundel County,14725.0,PJM +2015,24000.0,Maryland,24005.0,Baltimore County,14725.0,PJM +2015,24000.0,Maryland,24009.0,Calvert County,14725.0,PJM +2015,24000.0,Maryland,24011.0,Caroline County,14725.0,PJM +2015,24000.0,Maryland,24013.0,Carroll County,14725.0,PJM +2015,24000.0,Maryland,24015.0,Cecil County,14725.0,PJM +2015,24000.0,Maryland,24017.0,Charles County,14725.0,PJM +2015,24000.0,Maryland,24019.0,Dorchester County,14725.0,PJM +2015,24000.0,Maryland,24021.0,Frederick County,14725.0,PJM +2015,24000.0,Maryland,24023.0,Garrett County,14725.0,PJM +2015,24000.0,Maryland,24025.0,Harford County,14725.0,PJM +2015,24000.0,Maryland,24027.0,Howard County,14725.0,PJM +2015,24000.0,Maryland,24029.0,Kent County,14725.0,PJM +2015,24000.0,Maryland,24031.0,Montgomery County,14725.0,PJM +2015,24000.0,Maryland,24033.0,Prince George's County,14725.0,PJM +2015,24000.0,Maryland,24035.0,Queen Anne's County,14725.0,PJM +2015,24000.0,Maryland,24037.0,St. Mary's County,14725.0,PJM +2015,24000.0,Maryland,24039.0,Somerset County,14725.0,PJM +2015,24000.0,Maryland,24041.0,Talbot County,14725.0,PJM +2015,24000.0,Maryland,24043.0,Washington County,14725.0,PJM +2015,24000.0,Maryland,24045.0,Wicomico County,14725.0,PJM +2015,24000.0,Maryland,24047.0,Worcester County,14725.0,PJM +2015,24000.0,Maryland,24510.0,Baltimore City,14725.0,PJM +2015,26000.0,Michigan,26005.0,Allegan County,14725.0,PJM +2015,26000.0,Michigan,26021.0,Berrien County,14725.0,PJM +2015,26000.0,Michigan,26027.0,Cass County,14725.0,PJM +2015,26000.0,Michigan,26077.0,Kalamazoo County,14725.0,PJM +2015,26000.0,Michigan,26091.0,Lenawee County,14725.0,PJM +2015,26000.0,Michigan,26115.0,Monroe County,14725.0,PJM +2015,26000.0,Michigan,26149.0,St. Joseph County,14725.0,PJM +2015,26000.0,Michigan,26159.0,Van Buren County,14725.0,PJM +2015,34000.0,New Jersey,34001.0,Atlantic County,14725.0,PJM +2015,34000.0,New Jersey,34003.0,Bergen County,14725.0,PJM +2015,34000.0,New Jersey,34005.0,Burlington County,14725.0,PJM +2015,34000.0,New Jersey,34007.0,Camden County,14725.0,PJM +2015,34000.0,New Jersey,34009.0,Cape May County,14725.0,PJM +2015,34000.0,New Jersey,34011.0,Cumberland County,14725.0,PJM +2015,34000.0,New Jersey,34013.0,Essex County,14725.0,PJM +2015,34000.0,New Jersey,34015.0,Gloucester County,14725.0,PJM +2015,34000.0,New Jersey,34017.0,Hudson County,14725.0,PJM +2015,34000.0,New Jersey,34019.0,Hunterdon County,14725.0,PJM +2015,34000.0,New Jersey,34021.0,Mercer County,14725.0,PJM +2015,34000.0,New Jersey,34023.0,Middlesex County,14725.0,PJM +2015,34000.0,New Jersey,34025.0,Monmouth County,14725.0,PJM +2015,34000.0,New Jersey,34027.0,Morris County,14725.0,PJM +2015,34000.0,New Jersey,34029.0,Ocean County,14725.0,PJM +2015,34000.0,New Jersey,34031.0,Passaic County,14725.0,PJM +2015,34000.0,New Jersey,34033.0,Salem County,14725.0,PJM +2015,34000.0,New Jersey,34035.0,Somerset County,14725.0,PJM +2015,34000.0,New Jersey,34037.0,Sussex County,14725.0,PJM +2015,34000.0,New Jersey,34039.0,Union County,14725.0,PJM +2015,34000.0,New Jersey,34041.0,Warren County,14725.0,PJM +2015,36000.0,New York,36015.0,Chemung County,14725.0,PJM +2015,36000.0,New York,36107.0,Tioga County,14725.0,PJM +2015,37000.0,North Carolina,37013.0,Beaufort County,14725.0,PJM +2015,37000.0,North Carolina,37015.0,Bertie County,14725.0,PJM +2015,37000.0,North Carolina,37029.0,Camden County,14725.0,PJM +2015,37000.0,North Carolina,37041.0,Chowan County,14725.0,PJM +2015,37000.0,North Carolina,37049.0,Craven County,14725.0,PJM +2015,37000.0,North Carolina,37053.0,Currituck County,14725.0,PJM +2015,37000.0,North Carolina,37055.0,Dare County,14725.0,PJM +2015,37000.0,North Carolina,37065.0,Edgecombe County,14725.0,PJM +2015,37000.0,North Carolina,37073.0,Gates County,14725.0,PJM +2015,37000.0,North Carolina,37077.0,Granville County,14725.0,PJM +2015,37000.0,North Carolina,37083.0,Halifax County,14725.0,PJM +2015,37000.0,North Carolina,37091.0,Hertford County,14725.0,PJM +2015,37000.0,North Carolina,37095.0,Hyde County,14725.0,PJM +2015,37000.0,North Carolina,37117.0,Martin County,14725.0,PJM +2015,37000.0,North Carolina,37127.0,Nash County,14725.0,PJM +2015,37000.0,North Carolina,37131.0,Northampton County,14725.0,PJM +2015,37000.0,North Carolina,37137.0,Pamlico County,14725.0,PJM +2015,37000.0,North Carolina,37139.0,Pasquotank County,14725.0,PJM +2015,37000.0,North Carolina,37143.0,Perquimans County,14725.0,PJM +2015,37000.0,North Carolina,37145.0,Person County,14725.0,PJM +2015,37000.0,North Carolina,37147.0,Pitt County,14725.0,PJM +2015,37000.0,North Carolina,37177.0,Tyrrell County,14725.0,PJM +2015,37000.0,North Carolina,37181.0,Vance County,14725.0,PJM +2015,37000.0,North Carolina,37185.0,Warren County,14725.0,PJM +2015,37000.0,North Carolina,37187.0,Washington County,14725.0,PJM +2015,37000.0,North Carolina,37195.0,Wilson County,14725.0,PJM +2015,39000.0,Ohio,39001.0,Adams County,14725.0,PJM +2015,39000.0,Ohio,39003.0,Allen County,14725.0,PJM +2015,39000.0,Ohio,39005.0,Ashland County,14725.0,PJM +2015,39000.0,Ohio,39007.0,Ashtabula County,14725.0,PJM +2015,39000.0,Ohio,39009.0,Athens County,14725.0,PJM +2015,39000.0,Ohio,39011.0,Auglaize County,14725.0,PJM +2015,39000.0,Ohio,39013.0,Belmont County,14725.0,PJM +2015,39000.0,Ohio,39015.0,Brown County,14725.0,PJM +2015,39000.0,Ohio,39017.0,Butler County,14725.0,PJM +2015,39000.0,Ohio,39019.0,Carroll County,14725.0,PJM +2015,39000.0,Ohio,39021.0,Champaign County,14725.0,PJM +2015,39000.0,Ohio,39023.0,Clark County,14725.0,PJM +2015,39000.0,Ohio,39025.0,Clermont County,14725.0,PJM +2015,39000.0,Ohio,39027.0,Clinton County,14725.0,PJM +2015,39000.0,Ohio,39029.0,Columbiana County,14725.0,PJM +2015,39000.0,Ohio,39031.0,Coshocton County,14725.0,PJM +2015,39000.0,Ohio,39033.0,Crawford County,14725.0,PJM +2015,39000.0,Ohio,39035.0,Cuyahoga County,14725.0,PJM +2015,39000.0,Ohio,39037.0,Darke County,14725.0,PJM +2015,39000.0,Ohio,39039.0,Defiance County,14725.0,PJM +2015,39000.0,Ohio,39041.0,Delaware County,14725.0,PJM +2015,39000.0,Ohio,39043.0,Erie County,14725.0,PJM +2015,39000.0,Ohio,39045.0,Fairfield County,14725.0,PJM +2015,39000.0,Ohio,39047.0,Fayette County,14725.0,PJM +2015,39000.0,Ohio,39049.0,Franklin County,14725.0,PJM +2015,39000.0,Ohio,39051.0,Fulton County,14725.0,PJM +2015,39000.0,Ohio,39053.0,Gallia County,14725.0,PJM +2015,39000.0,Ohio,39055.0,Geauga County,14725.0,PJM +2015,39000.0,Ohio,39057.0,Greene County,14725.0,PJM +2015,39000.0,Ohio,39059.0,Guernsey County,14725.0,PJM +2015,39000.0,Ohio,39061.0,Hamilton County,14725.0,PJM +2015,39000.0,Ohio,39063.0,Hancock County,14725.0,PJM +2015,39000.0,Ohio,39065.0,Hardin County,14725.0,PJM +2015,39000.0,Ohio,39067.0,Harrison County,14725.0,PJM +2015,39000.0,Ohio,39069.0,Henry County,14725.0,PJM +2015,39000.0,Ohio,39071.0,Highland County,14725.0,PJM +2015,39000.0,Ohio,39073.0,Hocking County,14725.0,PJM +2015,39000.0,Ohio,39075.0,Holmes County,14725.0,PJM +2015,39000.0,Ohio,39077.0,Huron County,14725.0,PJM +2015,39000.0,Ohio,39079.0,Jackson County,14725.0,PJM +2015,39000.0,Ohio,39081.0,Jefferson County,14725.0,PJM +2015,39000.0,Ohio,39083.0,Knox County,14725.0,PJM +2015,39000.0,Ohio,39085.0,Lake County,14725.0,PJM +2015,39000.0,Ohio,39087.0,Lawrence County,14725.0,PJM +2015,39000.0,Ohio,39089.0,Licking County,14725.0,PJM +2015,39000.0,Ohio,39091.0,Logan County,14725.0,PJM +2015,39000.0,Ohio,39093.0,Lorain County,14725.0,PJM +2015,39000.0,Ohio,39095.0,Lucas County,14725.0,PJM +2015,39000.0,Ohio,39097.0,Madison County,14725.0,PJM +2015,39000.0,Ohio,39099.0,Mahoning County,14725.0,PJM +2015,39000.0,Ohio,39101.0,Marion County,14725.0,PJM +2015,39000.0,Ohio,39103.0,Medina County,14725.0,PJM +2015,39000.0,Ohio,39105.0,Meigs County,14725.0,PJM +2015,39000.0,Ohio,39107.0,Mercer County,14725.0,PJM +2015,39000.0,Ohio,39109.0,Miami County,14725.0,PJM +2015,39000.0,Ohio,39111.0,Monroe County,14725.0,PJM +2015,39000.0,Ohio,39113.0,Montgomery County,14725.0,PJM +2015,39000.0,Ohio,39115.0,Morgan County,14725.0,PJM +2015,39000.0,Ohio,39117.0,Morrow County,14725.0,PJM +2015,39000.0,Ohio,39119.0,Muskingum County,14725.0,PJM +2015,39000.0,Ohio,39121.0,Noble County,14725.0,PJM +2015,39000.0,Ohio,39123.0,Ottawa County,14725.0,PJM +2015,39000.0,Ohio,39125.0,Paulding County,14725.0,PJM +2015,39000.0,Ohio,39127.0,Perry County,14725.0,PJM +2015,39000.0,Ohio,39129.0,Pickaway County,14725.0,PJM +2015,39000.0,Ohio,39131.0,Pike County,14725.0,PJM +2015,39000.0,Ohio,39133.0,Portage County,14725.0,PJM +2015,39000.0,Ohio,39135.0,Preble County,14725.0,PJM +2015,39000.0,Ohio,39137.0,Putnam County,14725.0,PJM +2015,39000.0,Ohio,39139.0,Richland County,14725.0,PJM +2015,39000.0,Ohio,39141.0,Ross County,14725.0,PJM +2015,39000.0,Ohio,39143.0,Sandusky County,14725.0,PJM +2015,39000.0,Ohio,39145.0,Scioto County,14725.0,PJM +2015,39000.0,Ohio,39147.0,Seneca County,14725.0,PJM +2015,39000.0,Ohio,39149.0,Shelby County,14725.0,PJM +2015,39000.0,Ohio,39151.0,Stark County,14725.0,PJM +2015,39000.0,Ohio,39153.0,Summit County,14725.0,PJM +2015,39000.0,Ohio,39155.0,Trumbull County,14725.0,PJM +2015,39000.0,Ohio,39157.0,Tuscarawas County,14725.0,PJM +2015,39000.0,Ohio,39159.0,Union County,14725.0,PJM +2015,39000.0,Ohio,39161.0,Van Wert County,14725.0,PJM +2015,39000.0,Ohio,39163.0,Vinton County,14725.0,PJM +2015,39000.0,Ohio,39165.0,Warren County,14725.0,PJM +2015,39000.0,Ohio,39167.0,Washington County,14725.0,PJM +2015,39000.0,Ohio,39169.0,Wayne County,14725.0,PJM +2015,39000.0,Ohio,39171.0,Williams County,14725.0,PJM +2015,39000.0,Ohio,39173.0,Wood County,14725.0,PJM +2015,39000.0,Ohio,39175.0,Wyandot County,14725.0,PJM +2015,42000.0,Pennsylvania,42001.0,Adams County,14725.0,PJM +2015,42000.0,Pennsylvania,42003.0,Allegheny County,14725.0,PJM +2015,42000.0,Pennsylvania,42005.0,Armstrong County,14725.0,PJM +2015,42000.0,Pennsylvania,42007.0,Beaver County,14725.0,PJM +2015,42000.0,Pennsylvania,42009.0,Bedford County,14725.0,PJM +2015,42000.0,Pennsylvania,42011.0,Berks County,14725.0,PJM +2015,42000.0,Pennsylvania,42013.0,Blair County,14725.0,PJM +2015,42000.0,Pennsylvania,42015.0,Bradford County,14725.0,PJM +2015,42000.0,Pennsylvania,42017.0,Bucks County,14725.0,PJM +2015,42000.0,Pennsylvania,42019.0,Butler County,14725.0,PJM +2015,42000.0,Pennsylvania,42021.0,Cambria County,14725.0,PJM +2015,42000.0,Pennsylvania,42023.0,Cameron County,14725.0,PJM +2015,42000.0,Pennsylvania,42025.0,Carbon County,14725.0,PJM +2015,42000.0,Pennsylvania,42027.0,Centre County,14725.0,PJM +2015,42000.0,Pennsylvania,42029.0,Chester County,14725.0,PJM +2015,42000.0,Pennsylvania,42031.0,Clarion County,14725.0,PJM +2015,42000.0,Pennsylvania,42033.0,Clearfield County,14725.0,PJM +2015,42000.0,Pennsylvania,42035.0,Clinton County,14725.0,PJM +2015,42000.0,Pennsylvania,42037.0,Columbia County,14725.0,PJM +2015,42000.0,Pennsylvania,42039.0,Crawford County,14725.0,PJM +2015,42000.0,Pennsylvania,42041.0,Cumberland County,14725.0,PJM +2015,42000.0,Pennsylvania,42043.0,Dauphin County,14725.0,PJM +2015,42000.0,Pennsylvania,42045.0,Delaware County,14725.0,PJM +2015,42000.0,Pennsylvania,42047.0,Elk County,14725.0,PJM +2015,42000.0,Pennsylvania,42049.0,Erie County,14725.0,PJM +2015,42000.0,Pennsylvania,42051.0,Fayette County,14725.0,PJM +2015,42000.0,Pennsylvania,42053.0,Forest County,14725.0,PJM +2015,42000.0,Pennsylvania,42055.0,Franklin County,14725.0,PJM +2015,42000.0,Pennsylvania,42057.0,Fulton County,14725.0,PJM +2015,42000.0,Pennsylvania,42059.0,Greene County,14725.0,PJM +2015,42000.0,Pennsylvania,42061.0,Huntingdon County,14725.0,PJM +2015,42000.0,Pennsylvania,42063.0,Indiana County,14725.0,PJM +2015,42000.0,Pennsylvania,42065.0,Jefferson County,14725.0,PJM +2015,42000.0,Pennsylvania,42067.0,Juniata County,14725.0,PJM +2015,42000.0,Pennsylvania,42069.0,Lackawanna County,14725.0,PJM +2015,42000.0,Pennsylvania,42071.0,Lancaster County,14725.0,PJM +2015,42000.0,Pennsylvania,42073.0,Lawrence County,14725.0,PJM +2015,42000.0,Pennsylvania,42075.0,Lebanon County,14725.0,PJM +2015,42000.0,Pennsylvania,42077.0,Lehigh County,14725.0,PJM +2015,42000.0,Pennsylvania,42079.0,Luzerne County,14725.0,PJM +2015,42000.0,Pennsylvania,42081.0,Lycoming County,14725.0,PJM +2015,42000.0,Pennsylvania,42083.0,McKean County,14725.0,PJM +2015,42000.0,Pennsylvania,42085.0,Mercer County,14725.0,PJM +2015,42000.0,Pennsylvania,42087.0,Mifflin County,14725.0,PJM +2015,42000.0,Pennsylvania,42089.0,Monroe County,14725.0,PJM +2015,42000.0,Pennsylvania,42091.0,Montgomery County,14725.0,PJM +2015,42000.0,Pennsylvania,42093.0,Montour County,14725.0,PJM +2015,42000.0,Pennsylvania,42095.0,Northampton County,14725.0,PJM +2015,42000.0,Pennsylvania,42097.0,Northumberland County,14725.0,PJM +2015,42000.0,Pennsylvania,42099.0,Perry County,14725.0,PJM +2015,42000.0,Pennsylvania,42101.0,Philadelphia County,14725.0,PJM +2015,42000.0,Pennsylvania,42103.0,Pike County,14725.0,PJM +2015,42000.0,Pennsylvania,42105.0,Potter County,14725.0,PJM +2015,42000.0,Pennsylvania,42107.0,Schuylkill County,14725.0,PJM +2015,42000.0,Pennsylvania,42109.0,Snyder County,14725.0,PJM +2015,42000.0,Pennsylvania,42111.0,Somerset County,14725.0,PJM +2015,42000.0,Pennsylvania,42113.0,Sullivan County,14725.0,PJM +2015,42000.0,Pennsylvania,42115.0,Susquehanna County,14725.0,PJM +2015,42000.0,Pennsylvania,42117.0,Tioga County,14725.0,PJM +2015,42000.0,Pennsylvania,42119.0,Union County,14725.0,PJM +2015,42000.0,Pennsylvania,42121.0,Venango County,14725.0,PJM +2015,42000.0,Pennsylvania,42123.0,Warren County,14725.0,PJM +2015,42000.0,Pennsylvania,42125.0,Washington County,14725.0,PJM +2015,42000.0,Pennsylvania,42127.0,Wayne County,14725.0,PJM +2015,42000.0,Pennsylvania,42129.0,Westmoreland County,14725.0,PJM +2015,42000.0,Pennsylvania,42131.0,Wyoming County,14725.0,PJM +2015,42000.0,Pennsylvania,42133.0,York County,14725.0,PJM +2015,46000.0,South Dakota,46083.0,Lincoln County,14725.0,PJM +2015,46000.0,South Dakota,46127.0,Union County,14725.0,PJM +2015,47000.0,Tennessee,47013.0,Campbell County,14725.0,PJM +2015,47000.0,Tennessee,47025.0,Claiborne County,14725.0,PJM +2015,47000.0,Tennessee,47073.0,Hawkins County,14725.0,PJM +2015,47000.0,Tennessee,47137.0,Pickett County,14725.0,PJM +2015,47000.0,Tennessee,47151.0,Scott County,14725.0,PJM +2015,47000.0,Tennessee,47163.0,Sullivan County,14725.0,PJM +2015,47000.0,Tennessee,47179.0,Washington County,14725.0,PJM +2015,51000.0,Virginia,51001.0,Accomack County,14725.0,PJM +2015,51000.0,Virginia,51003.0,Albemarle County,14725.0,PJM +2015,51000.0,Virginia,51005.0,Alleghany County,14725.0,PJM +2015,51000.0,Virginia,51007.0,Amelia County,14725.0,PJM +2015,51000.0,Virginia,51009.0,Amherst County,14725.0,PJM +2015,51000.0,Virginia,51011.0,Appomattox County,14725.0,PJM +2015,51000.0,Virginia,51013.0,Arlington County,14725.0,PJM +2015,51000.0,Virginia,51015.0,Augusta County,14725.0,PJM +2015,51000.0,Virginia,51017.0,Bath County,14725.0,PJM +2015,51000.0,Virginia,51019.0,Bedford County,14725.0,PJM +2015,51000.0,Virginia,51021.0,Bland County,14725.0,PJM +2015,51000.0,Virginia,51023.0,Botetourt County,14725.0,PJM +2015,51000.0,Virginia,51025.0,Brunswick County,14725.0,PJM +2015,51000.0,Virginia,51027.0,Buchanan County,14725.0,PJM +2015,51000.0,Virginia,51029.0,Buckingham County,14725.0,PJM +2015,51000.0,Virginia,51031.0,Campbell County,14725.0,PJM +2015,51000.0,Virginia,51033.0,Caroline County,14725.0,PJM +2015,51000.0,Virginia,51035.0,Carroll County,14725.0,PJM +2015,51000.0,Virginia,51036.0,Charles City County,14725.0,PJM +2015,51000.0,Virginia,51037.0,Charlotte County,14725.0,PJM +2015,51000.0,Virginia,51041.0,Chesterfield County,14725.0,PJM +2015,51000.0,Virginia,51043.0,Clarke County,14725.0,PJM +2015,51000.0,Virginia,51045.0,Craig County,14725.0,PJM +2015,51000.0,Virginia,51047.0,Culpeper County,14725.0,PJM +2015,51000.0,Virginia,51049.0,Cumberland County,14725.0,PJM +2015,51000.0,Virginia,51051.0,Dickenson County,14725.0,PJM +2015,51000.0,Virginia,51053.0,Dinwiddie County,14725.0,PJM +2015,51000.0,Virginia,51057.0,Essex County,14725.0,PJM +2015,51000.0,Virginia,51059.0,Fairfax County,14725.0,PJM +2015,51000.0,Virginia,51061.0,Fauquier County,14725.0,PJM +2015,51000.0,Virginia,51063.0,Floyd County,14725.0,PJM +2015,51000.0,Virginia,51065.0,Fluvanna County,14725.0,PJM +2015,51000.0,Virginia,51067.0,Franklin County,14725.0,PJM +2015,51000.0,Virginia,51069.0,Frederick County,14725.0,PJM +2015,51000.0,Virginia,51071.0,Giles County,14725.0,PJM +2015,51000.0,Virginia,51073.0,Gloucester County,14725.0,PJM +2015,51000.0,Virginia,51075.0,Goochland County,14725.0,PJM +2015,51000.0,Virginia,51077.0,Grayson County,14725.0,PJM +2015,51000.0,Virginia,51079.0,Greene County,14725.0,PJM +2015,51000.0,Virginia,51081.0,Greensville County,14725.0,PJM +2015,51000.0,Virginia,51083.0,Halifax County,14725.0,PJM +2015,51000.0,Virginia,51085.0,Hanover County,14725.0,PJM +2015,51000.0,Virginia,51087.0,Henrico County,14725.0,PJM +2015,51000.0,Virginia,51089.0,Henry County,14725.0,PJM +2015,51000.0,Virginia,51091.0,Highland County,14725.0,PJM +2015,51000.0,Virginia,51093.0,Isle of Wight County,14725.0,PJM +2015,51000.0,Virginia,51095.0,James City County,14725.0,PJM +2015,51000.0,Virginia,51097.0,King and Queen County,14725.0,PJM +2015,51000.0,Virginia,51099.0,King George County,14725.0,PJM +2015,51000.0,Virginia,51101.0,King William County,14725.0,PJM +2015,51000.0,Virginia,51103.0,Lancaster County,14725.0,PJM +2015,51000.0,Virginia,51107.0,Loudoun County,14725.0,PJM +2015,51000.0,Virginia,51109.0,Louisa County,14725.0,PJM +2015,51000.0,Virginia,51111.0,Lunenburg County,14725.0,PJM +2015,51000.0,Virginia,51113.0,Madison County,14725.0,PJM +2015,51000.0,Virginia,51115.0,Mathews County,14725.0,PJM +2015,51000.0,Virginia,51117.0,Mecklenburg County,14725.0,PJM +2015,51000.0,Virginia,51119.0,Middlesex County,14725.0,PJM +2015,51000.0,Virginia,51121.0,Montgomery County,14725.0,PJM +2015,51000.0,Virginia,51125.0,Nelson County,14725.0,PJM +2015,51000.0,Virginia,51127.0,New Kent County,14725.0,PJM +2015,51000.0,Virginia,51131.0,Northampton County,14725.0,PJM +2015,51000.0,Virginia,51133.0,Northumberland County,14725.0,PJM +2015,51000.0,Virginia,51135.0,Nottoway County,14725.0,PJM +2015,51000.0,Virginia,51137.0,Orange County,14725.0,PJM +2015,51000.0,Virginia,51139.0,Page County,14725.0,PJM +2015,51000.0,Virginia,51141.0,Patrick County,14725.0,PJM +2015,51000.0,Virginia,51143.0,Pittsylvania County,14725.0,PJM +2015,51000.0,Virginia,51145.0,Powhatan County,14725.0,PJM +2015,51000.0,Virginia,51147.0,Prince Edward County,14725.0,PJM +2015,51000.0,Virginia,51149.0,Prince George County,14725.0,PJM +2015,51000.0,Virginia,51153.0,Prince William County,14725.0,PJM +2015,51000.0,Virginia,51155.0,Pulaski County,14725.0,PJM +2015,51000.0,Virginia,51157.0,Rappahannock County,14725.0,PJM +2015,51000.0,Virginia,51159.0,Richmond County,14725.0,PJM +2015,51000.0,Virginia,51161.0,Roanoke County,14725.0,PJM +2015,51000.0,Virginia,51163.0,Rockbridge County,14725.0,PJM +2015,51000.0,Virginia,51165.0,Rockingham County,14725.0,PJM +2015,51000.0,Virginia,51167.0,Russell County,14725.0,PJM +2015,51000.0,Virginia,51169.0,Scott County,14725.0,PJM +2015,51000.0,Virginia,51171.0,Shenandoah County,14725.0,PJM +2015,51000.0,Virginia,51173.0,Smyth County,14725.0,PJM +2015,51000.0,Virginia,51175.0,Southampton County,14725.0,PJM +2015,51000.0,Virginia,51177.0,Spotsylvania County,14725.0,PJM +2015,51000.0,Virginia,51179.0,Stafford County,14725.0,PJM +2015,51000.0,Virginia,51181.0,Surry County,14725.0,PJM +2015,51000.0,Virginia,51183.0,Sussex County,14725.0,PJM +2015,51000.0,Virginia,51185.0,Tazewell County,14725.0,PJM +2015,51000.0,Virginia,51187.0,Warren County,14725.0,PJM +2015,51000.0,Virginia,51191.0,Washington County,14725.0,PJM +2015,51000.0,Virginia,51193.0,Westmoreland County,14725.0,PJM +2015,51000.0,Virginia,51195.0,Wise County,14725.0,PJM +2015,51000.0,Virginia,51197.0,Wythe County,14725.0,PJM +2015,51000.0,Virginia,51199.0,York County,14725.0,PJM +2015,51000.0,Virginia,51510.0,Alexandria City,14725.0,PJM +2015,51000.0,Virginia,51515.0,Bedford City,14725.0,PJM +2015,51000.0,Virginia,51530.0,Buena Vista City,14725.0,PJM +2015,51000.0,Virginia,51540.0,Charlottesville City,14725.0,PJM +2015,51000.0,Virginia,51550.0,Chesapeake City,14725.0,PJM +2015,51000.0,Virginia,51570.0,Colonial Heights City,14725.0,PJM +2015,51000.0,Virginia,51580.0,Covington City,14725.0,PJM +2015,51000.0,Virginia,51590.0,Danville City,14725.0,PJM +2015,51000.0,Virginia,51595.0,Emporia City,14725.0,PJM +2015,51000.0,Virginia,51600.0,Fairfax City,14725.0,PJM +2015,51000.0,Virginia,51610.0,Falls Church City,14725.0,PJM +2015,51000.0,Virginia,51620.0,Franklin City,14725.0,PJM +2015,51000.0,Virginia,51630.0,Fredericksburg City,14725.0,PJM +2015,51000.0,Virginia,51640.0,Galax City,14725.0,PJM +2015,51000.0,Virginia,51650.0,Hampton City,14725.0,PJM +2015,51000.0,Virginia,51660.0,Harrisonburg City,14725.0,PJM +2015,51000.0,Virginia,51670.0,Hopewell City,14725.0,PJM +2015,51000.0,Virginia,51678.0,Lexington City,14725.0,PJM +2015,51000.0,Virginia,51680.0,Lynchburg City,14725.0,PJM +2015,51000.0,Virginia,51683.0,Manassas City,14725.0,PJM +2015,51000.0,Virginia,51685.0,Manassas Park City,14725.0,PJM +2015,51000.0,Virginia,51690.0,Martinsville City,14725.0,PJM +2015,51000.0,Virginia,51700.0,Newport News City,14725.0,PJM +2015,51000.0,Virginia,51710.0,Norfolk City,14725.0,PJM +2015,51000.0,Virginia,51730.0,Petersburg City,14725.0,PJM +2015,51000.0,Virginia,51735.0,Poquoson City,14725.0,PJM +2015,51000.0,Virginia,51740.0,Portsmouth City,14725.0,PJM +2015,51000.0,Virginia,51750.0,Radford City,14725.0,PJM +2015,51000.0,Virginia,51760.0,Richmond City,14725.0,PJM +2015,51000.0,Virginia,51770.0,Roanoke City,14725.0,PJM +2015,51000.0,Virginia,51775.0,Salem City,14725.0,PJM +2015,51000.0,Virginia,51790.0,Staunton City,14725.0,PJM +2015,51000.0,Virginia,51800.0,Suffolk City,14725.0,PJM +2015,51000.0,Virginia,51810.0,Virginia Beach City,14725.0,PJM +2015,51000.0,Virginia,51820.0,Waynesboro City,14725.0,PJM +2015,51000.0,Virginia,51830.0,Williamsburg City,14725.0,PJM +2015,51000.0,Virginia,51840.0,Winchester City,14725.0,PJM +2015,54000.0,West Virginia,54001.0,Barbour County,14725.0,PJM +2015,54000.0,West Virginia,54003.0,Berkeley County,14725.0,PJM +2015,54000.0,West Virginia,54005.0,Boone County,14725.0,PJM +2015,54000.0,West Virginia,54007.0,Braxton County,14725.0,PJM +2015,54000.0,West Virginia,54009.0,Brooke County,14725.0,PJM +2015,54000.0,West Virginia,54011.0,Cabell County,14725.0,PJM +2015,54000.0,West Virginia,54013.0,Calhoun County,14725.0,PJM +2015,54000.0,West Virginia,54015.0,Clay County,14725.0,PJM +2015,54000.0,West Virginia,54017.0,Doddridge County,14725.0,PJM +2015,54000.0,West Virginia,54019.0,Fayette County,14725.0,PJM +2015,54000.0,West Virginia,54021.0,Gilmer County,14725.0,PJM +2015,54000.0,West Virginia,54023.0,Grant County,14725.0,PJM +2015,54000.0,West Virginia,54025.0,Greenbrier County,14725.0,PJM +2015,54000.0,West Virginia,54027.0,Hampshire County,14725.0,PJM +2015,54000.0,West Virginia,54029.0,Hancock County,14725.0,PJM +2015,54000.0,West Virginia,54031.0,Hardy County,14725.0,PJM +2015,54000.0,West Virginia,54033.0,Harrison County,14725.0,PJM +2015,54000.0,West Virginia,54035.0,Jackson County,14725.0,PJM +2015,54000.0,West Virginia,54037.0,Jefferson County,14725.0,PJM +2015,54000.0,West Virginia,54039.0,Kanawha County,14725.0,PJM +2015,54000.0,West Virginia,54041.0,Lewis County,14725.0,PJM +2015,54000.0,West Virginia,54043.0,Lincoln County,14725.0,PJM +2015,54000.0,West Virginia,54045.0,Logan County,14725.0,PJM +2015,54000.0,West Virginia,54047.0,McDowell County,14725.0,PJM +2015,54000.0,West Virginia,54049.0,Marion County,14725.0,PJM +2015,54000.0,West Virginia,54051.0,Marshall County,14725.0,PJM +2015,54000.0,West Virginia,54053.0,Mason County,14725.0,PJM +2015,54000.0,West Virginia,54055.0,Mercer County,14725.0,PJM +2015,54000.0,West Virginia,54057.0,Mineral County,14725.0,PJM +2015,54000.0,West Virginia,54059.0,Mingo County,14725.0,PJM +2015,54000.0,West Virginia,54061.0,Monongalia County,14725.0,PJM +2015,54000.0,West Virginia,54063.0,Monroe County,14725.0,PJM +2015,54000.0,West Virginia,54065.0,Morgan County,14725.0,PJM +2015,54000.0,West Virginia,54067.0,Nicholas County,14725.0,PJM +2015,54000.0,West Virginia,54069.0,Ohio County,14725.0,PJM +2015,54000.0,West Virginia,54071.0,Pendleton County,14725.0,PJM +2015,54000.0,West Virginia,54073.0,Pleasants County,14725.0,PJM +2015,54000.0,West Virginia,54075.0,Pocahontas County,14725.0,PJM +2015,54000.0,West Virginia,54077.0,Preston County,14725.0,PJM +2015,54000.0,West Virginia,54079.0,Putnam County,14725.0,PJM +2015,54000.0,West Virginia,54081.0,Raleigh County,14725.0,PJM +2015,54000.0,West Virginia,54083.0,Randolph County,14725.0,PJM +2015,54000.0,West Virginia,54085.0,Ritchie County,14725.0,PJM +2015,54000.0,West Virginia,54087.0,Roane County,14725.0,PJM +2015,54000.0,West Virginia,54089.0,Summers County,14725.0,PJM +2015,54000.0,West Virginia,54091.0,Taylor County,14725.0,PJM +2015,54000.0,West Virginia,54093.0,Tucker County,14725.0,PJM +2015,54000.0,West Virginia,54095.0,Tyler County,14725.0,PJM +2015,54000.0,West Virginia,54097.0,Upshur County,14725.0,PJM +2015,54000.0,West Virginia,54099.0,Wayne County,14725.0,PJM +2015,54000.0,West Virginia,54101.0,Webster County,14725.0,PJM +2015,54000.0,West Virginia,54103.0,Wetzel County,14725.0,PJM +2015,54000.0,West Virginia,54105.0,Wirt County,14725.0,PJM +2015,54000.0,West Virginia,54107.0,Wood County,14725.0,PJM +2015,54000.0,West Virginia,54109.0,Wyoming County,14725.0,PJM +2015,41000.0,Oregon,41005.0,Clackamas County,15248.0,PGE +2015,41000.0,Oregon,41009.0,Columbia County,15248.0,PGE +2015,41000.0,Oregon,41047.0,Marion County,15248.0,PGE +2015,41000.0,Oregon,41051.0,Multnomah County,15248.0,PGE +2015,41000.0,Oregon,41053.0,Polk County,15248.0,PGE +2015,41000.0,Oregon,41067.0,Washington County,15248.0,PGE +2015,41000.0,Oregon,41071.0,Yamhill County,15248.0,PGE +2015,8000.0,Colorado,8001.0,Adams County,15466.0,PSCO +2015,8000.0,Colorado,8003.0,Alamosa County,15466.0,PSCO +2015,8000.0,Colorado,8005.0,Arapahoe County,15466.0,PSCO +2015,8000.0,Colorado,8007.0,Archuleta County,15466.0,PSCO +2015,8000.0,Colorado,8009.0,Baca County,15466.0,PSCO +2015,8000.0,Colorado,8011.0,Bent County,15466.0,PSCO +2015,8000.0,Colorado,8013.0,Boulder County,15466.0,PSCO +2015,8000.0,Colorado,8015.0,Chaffee County,15466.0,PSCO +2015,8000.0,Colorado,8019.0,Clear Creek County,15466.0,PSCO +2015,8000.0,Colorado,8021.0,Conejos County,15466.0,PSCO +2015,8000.0,Colorado,8023.0,Costilla County,15466.0,PSCO +2015,8000.0,Colorado,8025.0,Crowley County,15466.0,PSCO +2015,8000.0,Colorado,8027.0,Custer County,15466.0,PSCO +2015,8000.0,Colorado,8029.0,Delta County,15466.0,PSCO +2015,8000.0,Colorado,8031.0,Denver County,15466.0,PSCO +2015,8000.0,Colorado,8033.0,Dolores County,15466.0,PSCO +2015,8000.0,Colorado,8035.0,Douglas County,15466.0,PSCO +2015,8000.0,Colorado,8037.0,Eagle County,15466.0,PSCO +2015,8000.0,Colorado,8039.0,Elbert County,15466.0,PSCO +2015,8000.0,Colorado,8041.0,El Paso County,15466.0,PSCO +2015,8000.0,Colorado,8043.0,Fremont County,15466.0,PSCO +2015,8000.0,Colorado,8045.0,Garfield County,15466.0,PSCO +2015,8000.0,Colorado,8047.0,Gilpin County,15466.0,PSCO +2015,8000.0,Colorado,8049.0,Grand County,15466.0,PSCO +2015,8000.0,Colorado,8051.0,Gunnison County,15466.0,PSCO +2015,8000.0,Colorado,8053.0,Hinsdale County,15466.0,PSCO +2015,8000.0,Colorado,8055.0,Huerfano County,15466.0,PSCO +2015,8000.0,Colorado,8059.0,Jefferson County,15466.0,PSCO +2015,8000.0,Colorado,8061.0,Kiowa County,15466.0,PSCO +2015,8000.0,Colorado,8065.0,Lake County,15466.0,PSCO +2015,8000.0,Colorado,8067.0,La Plata County,15466.0,PSCO +2015,8000.0,Colorado,8069.0,Larimer County,15466.0,PSCO +2015,8000.0,Colorado,8071.0,Las Animas County,15466.0,PSCO +2015,8000.0,Colorado,8075.0,Logan County,15466.0,PSCO +2015,8000.0,Colorado,8077.0,Mesa County,15466.0,PSCO +2015,8000.0,Colorado,8079.0,Mineral County,15466.0,PSCO +2015,8000.0,Colorado,8081.0,Moffat County,15466.0,PSCO +2015,8000.0,Colorado,8083.0,Montezuma County,15466.0,PSCO +2015,8000.0,Colorado,8085.0,Montrose County,15466.0,PSCO +2015,8000.0,Colorado,8087.0,Morgan County,15466.0,PSCO +2015,8000.0,Colorado,8089.0,Otero County,15466.0,PSCO +2015,8000.0,Colorado,8091.0,Ouray County,15466.0,PSCO +2015,8000.0,Colorado,8093.0,Park County,15466.0,PSCO +2015,8000.0,Colorado,8097.0,Pitkin County,15466.0,PSCO +2015,8000.0,Colorado,8099.0,Prowers County,15466.0,PSCO +2015,8000.0,Colorado,8101.0,Pueblo County,15466.0,PSCO +2015,8000.0,Colorado,8103.0,Rio Blanco County,15466.0,PSCO +2015,8000.0,Colorado,8105.0,Rio Grande County,15466.0,PSCO +2015,8000.0,Colorado,8107.0,Routt County,15466.0,PSCO +2015,8000.0,Colorado,8109.0,Saguache County,15466.0,PSCO +2015,8000.0,Colorado,8113.0,San Miguel County,15466.0,PSCO +2015,8000.0,Colorado,8117.0,Summit County,15466.0,PSCO +2015,8000.0,Colorado,8119.0,Teller County,15466.0,PSCO +2015,8000.0,Colorado,8121.0,Washington County,15466.0,PSCO +2015,8000.0,Colorado,8123.0,Weld County,15466.0,PSCO +2015,8000.0,Colorado,8125.0,Yuma County,15466.0,PSCO +2015,56000.0,Wyoming,56007.0,Carbon County,15466.0,PSCO +2015,4000.0,Arizona,4001.0,Apache County,15473.0,PNM +2015,4000.0,Arizona,4003.0,Cochise County ,15473.0,PNM +2015,4000.0,Arizona,4007.0,Gila County,15473.0,PNM +2015,4000.0,Arizona,4011.0,Greenlee County,15473.0,PNM +2015,4000.0,Arizona,4017.0,Navajo County,15473.0,PNM +2015,8000.0,Colorado,8071.0,Las Animas County,15473.0,PNM +2015,35000.0,New Mexico,35001.0,Bernalillo County,15473.0,PNM +2015,35000.0,New Mexico,35003.0,Catron County,15473.0,PNM +2015,35000.0,New Mexico,35005.0,Chaves County,15473.0,PNM +2015,35000.0,New Mexico,35006.0,Cibola County,15473.0,PNM +2015,35000.0,New Mexico,35007.0,Colfax County,15473.0,PNM +2015,35000.0,New Mexico,35011.0,De Baca County,15473.0,PNM +2015,35000.0,New Mexico,35013.0,Dona Ana County,15473.0,PNM +2015,35000.0,New Mexico,35017.0,Grant County,15473.0,PNM +2015,35000.0,New Mexico,35019.0,Guadalupe County,15473.0,PNM +2015,35000.0,New Mexico,35021.0,Harding County,15473.0,PNM +2015,35000.0,New Mexico,35023.0,Hidalgo County,15473.0,PNM +2015,35000.0,New Mexico,35027.0,Lincoln County,15473.0,PNM +2015,35000.0,New Mexico,35028.0,Los Alamos County,15473.0,PNM +2015,35000.0,New Mexico,35029.0,Luna County,15473.0,PNM +2015,35000.0,New Mexico,35031.0,McKinley County,15473.0,PNM +2015,35000.0,New Mexico,35033.0,Mora County,15473.0,PNM +2015,35000.0,New Mexico,35035.0,Otero County,15473.0,PNM +2015,35000.0,New Mexico,35037.0,Quay County,15473.0,PNM +2015,35000.0,New Mexico,35039.0,Rio Arriba County,15473.0,PNM +2015,35000.0,New Mexico,35043.0,Sandoval County,15473.0,PNM +2015,35000.0,New Mexico,35045.0,San Juan County,15473.0,PNM +2015,35000.0,New Mexico,35047.0,San Miguel County,15473.0,PNM +2015,35000.0,New Mexico,35049.0,Santa Fe County,15473.0,PNM +2015,35000.0,New Mexico,35051.0,Sierra County,15473.0,PNM +2015,35000.0,New Mexico,35053.0,Socorro County,15473.0,PNM +2015,35000.0,New Mexico,35055.0,Taos County,15473.0,PNM +2015,35000.0,New Mexico,35057.0,Torrance County,15473.0,PNM +2015,35000.0,New Mexico,35059.0,Union County,15473.0,PNM +2015,35000.0,New Mexico,35061.0,Valencia County,15473.0,PNM +2015,40000.0,Oklahoma,40025.0,Cimarron County,15473.0,PNM +2015,48000.0,Texas,48111.0,Dallam County,15473.0,PNM +2015,48000.0,Texas,48205.0,Hartley County,15473.0,PNM +2015,53000.0,Washington,53029.0,Island County,15500.0,PSEI +2015,53000.0,Washington,53033.0,King County,15500.0,PSEI +2015,53000.0,Washington,53035.0,Kitsap County,15500.0,PSEI +2015,53000.0,Washington,53037.0,Kittitas County,15500.0,PSEI +2015,53000.0,Washington,53053.0,Pierce County,15500.0,PSEI +2015,53000.0,Washington,53057.0,Skagit County,15500.0,PSEI +2015,53000.0,Washington,53067.0,Thurston County,15500.0,PSEI +2015,53000.0,Washington,53073.0,Whatcom County,15500.0,PSEI +2015,6000.0,California,6061.0,Placer County,16534.0,BANC +2015,6000.0,California,6067.0,Sacramento County,16534.0,BANC +2015,6000.0,California,6077.0,San Joaquin County,16534.0,BANC +2015,6000.0,California,6089.0,Shasta County,16534.0,BANC +2015,6000.0,California,6099.0,Stanislaus County,16534.0,BANC +2015,4000.0,Arizona,4007.0,Gila County,16572.0,SRP +2015,4000.0,Arizona,4013.0,Maricopa County,16572.0,SRP +2015,4000.0,Arizona,4021.0,Pinal County,16572.0,SRP +2015,53000.0,Washington,53033.0,King County,16868.0,SCL +2015,45000.0,South Carolina,45001.0,Abbeville County,17539.0,SCEG +2015,45000.0,South Carolina,45003.0,Aiken County,17539.0,SCEG +2015,45000.0,South Carolina,45005.0,Allendale County,17539.0,SCEG +2015,45000.0,South Carolina,45009.0,Bamberg County,17539.0,SCEG +2015,45000.0,South Carolina,45011.0,Barnwell County,17539.0,SCEG +2015,45000.0,South Carolina,45013.0,Beaufort County,17539.0,SCEG +2015,45000.0,South Carolina,45015.0,Berkeley County,17539.0,SCEG +2015,45000.0,South Carolina,45017.0,Calhoun County,17539.0,SCEG +2015,45000.0,South Carolina,45019.0,Charleston County,17539.0,SCEG +2015,45000.0,South Carolina,45029.0,Colleton County,17539.0,SCEG +2015,45000.0,South Carolina,45035.0,Dorchester County,17539.0,SCEG +2015,45000.0,South Carolina,45037.0,Edgefield County,17539.0,SCEG +2015,45000.0,South Carolina,45039.0,Fairfield County,17539.0,SCEG +2015,45000.0,South Carolina,45047.0,Greenwood County,17539.0,SCEG +2015,45000.0,South Carolina,45049.0,Hampton County,17539.0,SCEG +2015,45000.0,South Carolina,45053.0,Jasper County,17539.0,SCEG +2015,45000.0,South Carolina,45055.0,Kershaw County,17539.0,SCEG +2015,45000.0,South Carolina,45061.0,Lee County,17539.0,SCEG +2015,45000.0,South Carolina,45063.0,Lexington County,17539.0,SCEG +2015,45000.0,South Carolina,45065.0,McCormick County,17539.0,SCEG +2015,45000.0,South Carolina,45071.0,Newberry County,17539.0,SCEG +2015,45000.0,South Carolina,45075.0,Orangeburg County,17539.0,SCEG +2015,45000.0,South Carolina,45079.0,Richland County,17539.0,SCEG +2015,45000.0,South Carolina,45081.0,Saluda County,17539.0,SCEG +2015,45000.0,South Carolina,45087.0,Union County,17539.0,SCEG +2015,45000.0,South Carolina,45003.0,Aiken County,17543.0,SC +2015,45000.0,South Carolina,45005.0,Allendale County,17543.0,SC +2015,45000.0,South Carolina,45009.0,Bamberg County,17543.0,SC +2015,45000.0,South Carolina,45011.0,Barnwell County,17543.0,SC +2015,45000.0,South Carolina,45013.0,Beaufort County,17543.0,SC +2015,45000.0,South Carolina,45015.0,Berkeley County,17543.0,SC +2015,45000.0,South Carolina,45017.0,Calhoun County,17543.0,SC +2015,45000.0,South Carolina,45019.0,Charleston County,17543.0,SC +2015,45000.0,South Carolina,45023.0,Chester County,17543.0,SC +2015,45000.0,South Carolina,45025.0,Chesterfield County,17543.0,SC +2015,45000.0,South Carolina,45027.0,Clarendon County,17543.0,SC +2015,45000.0,South Carolina,45029.0,Colleton County,17543.0,SC +2015,45000.0,South Carolina,45031.0,Darlington County,17543.0,SC +2015,45000.0,South Carolina,45033.0,Dillon County,17543.0,SC +2015,45000.0,South Carolina,45035.0,Dorchester County,17543.0,SC +2015,45000.0,South Carolina,45037.0,Edgefield County,17543.0,SC +2015,45000.0,South Carolina,45039.0,Fairfield County,17543.0,SC +2015,45000.0,South Carolina,45041.0,Florence County,17543.0,SC +2015,45000.0,South Carolina,45043.0,Georgetown County,17543.0,SC +2015,45000.0,South Carolina,45047.0,Greenwood County,17543.0,SC +2015,45000.0,South Carolina,45049.0,Hampton County,17543.0,SC +2015,45000.0,South Carolina,45051.0,Horry County,17543.0,SC +2015,45000.0,South Carolina,45053.0,Jasper County,17543.0,SC +2015,45000.0,South Carolina,45055.0,Kershaw County,17543.0,SC +2015,45000.0,South Carolina,45057.0,Lancaster County,17543.0,SC +2015,45000.0,South Carolina,45059.0,Laurens County,17543.0,SC +2015,45000.0,South Carolina,45061.0,Lee County,17543.0,SC +2015,45000.0,South Carolina,45063.0,Lexington County,17543.0,SC +2015,45000.0,South Carolina,45065.0,McCormick County,17543.0,SC +2015,45000.0,South Carolina,45067.0,Marion County,17543.0,SC +2015,45000.0,South Carolina,45069.0,Marlboro County,17543.0,SC +2015,45000.0,South Carolina,45071.0,Newberry County,17543.0,SC +2015,45000.0,South Carolina,45075.0,Orangeburg County,17543.0,SC +2015,45000.0,South Carolina,45079.0,Richland County,17543.0,SC +2015,45000.0,South Carolina,45081.0,Saluda County,17543.0,SC +2015,45000.0,South Carolina,45085.0,Sumter County,17543.0,SC +2015,45000.0,South Carolina,45089.0,Williamsburg County,17543.0,SC +2015,45000.0,South Carolina,45091.0,York County,17543.0,SC +2015,5000.0,Arkansas,5055.0,Greene County,17716.0,SPA +2015,29000.0,Missouri,29023.0,Butler County,17716.0,SPA +2015,29000.0,Missouri,29097.0,Jasper County,17716.0,SPA +2015,29000.0,Missouri,29143.0,New Madrid County,17716.0,SPA +2015,29000.0,Missouri,29201.0,Scott County,17716.0,SPA +2015,1000.0,Alabama,1001.0,Autauga County,18195.0,SOCO +2015,1000.0,Alabama,1003.0,Baldwin County,18195.0,SOCO +2015,1000.0,Alabama,1005.0,Barbour County,18195.0,SOCO +2015,1000.0,Alabama,1007.0,Bibb County,18195.0,SOCO +2015,1000.0,Alabama,1009.0,Blount County,18195.0,SOCO +2015,1000.0,Alabama,1011.0,Bullock County,18195.0,SOCO +2015,1000.0,Alabama,1013.0,Butler County,18195.0,SOCO +2015,1000.0,Alabama,1015.0,Calhoun County,18195.0,SOCO +2015,1000.0,Alabama,1017.0,Chambers County,18195.0,SOCO +2015,1000.0,Alabama,1019.0,Cherokee County,18195.0,SOCO +2015,1000.0,Alabama,1021.0,Chilton County,18195.0,SOCO +2015,1000.0,Alabama,1023.0,Choctaw County,18195.0,SOCO +2015,1000.0,Alabama,1025.0,Clarke County,18195.0,SOCO +2015,1000.0,Alabama,1027.0,Clay County,18195.0,SOCO +2015,1000.0,Alabama,1029.0,Cleburne County,18195.0,SOCO +2015,1000.0,Alabama,1031.0,Coffee County,18195.0,SOCO +2015,1000.0,Alabama,1035.0,Conecuh County,18195.0,SOCO +2015,1000.0,Alabama,1037.0,Coosa County,18195.0,SOCO +2015,1000.0,Alabama,1039.0,Covington County,18195.0,SOCO +2015,1000.0,Alabama,1041.0,Crenshaw County,18195.0,SOCO +2015,1000.0,Alabama,1043.0,Cullman County,18195.0,SOCO +2015,1000.0,Alabama,1045.0,Dale County,18195.0,SOCO +2015,1000.0,Alabama,1047.0,Dallas County,18195.0,SOCO +2015,1000.0,Alabama,1051.0,Elmore County,18195.0,SOCO +2015,1000.0,Alabama,1053.0,Escambia County,18195.0,SOCO +2015,1000.0,Alabama,1055.0,Etowah County,18195.0,SOCO +2015,1000.0,Alabama,1057.0,Fayette County,18195.0,SOCO +2015,1000.0,Alabama,1059.0,Franklin County,18195.0,SOCO +2015,1000.0,Alabama,1061.0,Geneva County,18195.0,SOCO +2015,1000.0,Alabama,1063.0,Greene County,18195.0,SOCO +2015,1000.0,Alabama,1065.0,Hale County,18195.0,SOCO +2015,1000.0,Alabama,1067.0,Henry County,18195.0,SOCO +2015,1000.0,Alabama,1069.0,Houston County,18195.0,SOCO +2015,1000.0,Alabama,1073.0,Jefferson County,18195.0,SOCO +2015,1000.0,Alabama,1075.0,Lamar County,18195.0,SOCO +2015,1000.0,Alabama,1079.0,Lawrence County,18195.0,SOCO +2015,1000.0,Alabama,1081.0,Lee County,18195.0,SOCO +2015,1000.0,Alabama,1085.0,Lowndes County,18195.0,SOCO +2015,1000.0,Alabama,1087.0,Macon County,18195.0,SOCO +2015,1000.0,Alabama,1091.0,Marengo County,18195.0,SOCO +2015,1000.0,Alabama,1093.0,Marion County,18195.0,SOCO +2015,1000.0,Alabama,1095.0,Marshall County,18195.0,SOCO +2015,1000.0,Alabama,1097.0,Mobile County,18195.0,SOCO +2015,1000.0,Alabama,1099.0,Monroe County,18195.0,SOCO +2015,1000.0,Alabama,1101.0,Montgomery County,18195.0,SOCO +2015,1000.0,Alabama,1105.0,Perry County,18195.0,SOCO +2015,1000.0,Alabama,1107.0,Pickens County,18195.0,SOCO +2015,1000.0,Alabama,1109.0,Pike County,18195.0,SOCO +2015,1000.0,Alabama,1111.0,Randolph County,18195.0,SOCO +2015,1000.0,Alabama,1113.0,Russell County,18195.0,SOCO +2015,1000.0,Alabama,1115.0,Shelby County,18195.0,SOCO +2015,1000.0,Alabama,1117.0,St. Clair County,18195.0,SOCO +2015,1000.0,Alabama,1119.0,Sumter County,18195.0,SOCO +2015,1000.0,Alabama,1121.0,Talladega County,18195.0,SOCO +2015,1000.0,Alabama,1123.0,Tallapoosa County,18195.0,SOCO +2015,1000.0,Alabama,1125.0,Tuscaloosa County,18195.0,SOCO +2015,1000.0,Alabama,1127.0,Walker County,18195.0,SOCO +2015,1000.0,Alabama,1129.0,Washington County,18195.0,SOCO +2015,1000.0,Alabama,1131.0,Wilcox County,18195.0,SOCO +2015,1000.0,Alabama,1133.0,Winston County,18195.0,SOCO +2015,12000.0,Florida,12003.0,Baker County,18195.0,SOCO +2015,12000.0,Florida,12005.0,Bay County,18195.0,SOCO +2015,12000.0,Florida,12013.0,Calhoun County,18195.0,SOCO +2015,12000.0,Florida,12033.0,Escambia County,18195.0,SOCO +2015,12000.0,Florida,12059.0,Holmes County,18195.0,SOCO +2015,12000.0,Florida,12063.0,Jackson County,18195.0,SOCO +2015,12000.0,Florida,12089.0,Nassau County,18195.0,SOCO +2015,12000.0,Florida,12091.0,Okaloosa County,18195.0,SOCO +2015,12000.0,Florida,12113.0,Santa Rosa County,18195.0,SOCO +2015,12000.0,Florida,12131.0,Walton County,18195.0,SOCO +2015,12000.0,Florida,12133.0,Washington County,18195.0,SOCO +2015,13000.0,Georgia,13001.0,Appling County,18195.0,SOCO +2015,13000.0,Georgia,13003.0,Atkinson County,18195.0,SOCO +2015,13000.0,Georgia,13005.0,Bacon County,18195.0,SOCO +2015,13000.0,Georgia,13007.0,Baker County,18195.0,SOCO +2015,13000.0,Georgia,13009.0,Baldwin County,18195.0,SOCO +2015,13000.0,Georgia,13011.0,Banks County,18195.0,SOCO +2015,13000.0,Georgia,13013.0,Barrow County,18195.0,SOCO +2015,13000.0,Georgia,13015.0,Bartow County,18195.0,SOCO +2015,13000.0,Georgia,13017.0,Ben Hill County,18195.0,SOCO +2015,13000.0,Georgia,13019.0,Berrien County,18195.0,SOCO +2015,13000.0,Georgia,13021.0,Bibb County,18195.0,SOCO +2015,13000.0,Georgia,13023.0,Bleckley County,18195.0,SOCO +2015,13000.0,Georgia,13025.0,Brantley County,18195.0,SOCO +2015,13000.0,Georgia,13027.0,Brooks County,18195.0,SOCO +2015,13000.0,Georgia,13029.0,Bryan County,18195.0,SOCO +2015,13000.0,Georgia,13031.0,Bulloch County,18195.0,SOCO +2015,13000.0,Georgia,13033.0,Burke County,18195.0,SOCO +2015,13000.0,Georgia,13035.0,Butts County,18195.0,SOCO +2015,13000.0,Georgia,13037.0,Calhoun County,18195.0,SOCO +2015,13000.0,Georgia,13039.0,Camden County,18195.0,SOCO +2015,13000.0,Georgia,13043.0,Candler County,18195.0,SOCO +2015,13000.0,Georgia,13045.0,Carroll County,18195.0,SOCO +2015,13000.0,Georgia,13047.0,Catoosa County,18195.0,SOCO +2015,13000.0,Georgia,13049.0,Charlton County,18195.0,SOCO +2015,13000.0,Georgia,13051.0,Chatham County,18195.0,SOCO +2015,13000.0,Georgia,13053.0,Chattahoochee County,18195.0,SOCO +2015,13000.0,Georgia,13055.0,Chattooga County,18195.0,SOCO +2015,13000.0,Georgia,13057.0,Cherokee County,18195.0,SOCO +2015,13000.0,Georgia,13059.0,Clarke County,18195.0,SOCO +2015,13000.0,Georgia,13061.0,Clay County,18195.0,SOCO +2015,13000.0,Georgia,13063.0,Clayton County,18195.0,SOCO +2015,13000.0,Georgia,13065.0,Clinch County,18195.0,SOCO +2015,13000.0,Georgia,13067.0,Cobb County,18195.0,SOCO +2015,13000.0,Georgia,13069.0,Coffee County,18195.0,SOCO +2015,13000.0,Georgia,13071.0,Colquitt County,18195.0,SOCO +2015,13000.0,Georgia,13073.0,Columbia County,18195.0,SOCO +2015,13000.0,Georgia,13075.0,Cook County,18195.0,SOCO +2015,13000.0,Georgia,13077.0,Coweta County,18195.0,SOCO +2015,13000.0,Georgia,13079.0,Crawford County,18195.0,SOCO +2015,13000.0,Georgia,13081.0,Crisp County,18195.0,SOCO +2015,13000.0,Georgia,13083.0,Dade County,18195.0,SOCO +2015,13000.0,Georgia,13085.0,Dawson County,18195.0,SOCO +2015,13000.0,Georgia,13087.0,Decatur County,18195.0,SOCO +2015,13000.0,Georgia,13089.0,DeKalb County,18195.0,SOCO +2015,13000.0,Georgia,13091.0,Dodge County,18195.0,SOCO +2015,13000.0,Georgia,13093.0,Dooly County,18195.0,SOCO +2015,13000.0,Georgia,13095.0,Dougherty County,18195.0,SOCO +2015,13000.0,Georgia,13097.0,Douglas County,18195.0,SOCO +2015,13000.0,Georgia,13099.0,Early County,18195.0,SOCO +2015,13000.0,Georgia,13101.0,Echols County,18195.0,SOCO +2015,13000.0,Georgia,13103.0,Effingham County,18195.0,SOCO +2015,13000.0,Georgia,13105.0,Elbert County,18195.0,SOCO +2015,13000.0,Georgia,13107.0,Emanuel County,18195.0,SOCO +2015,13000.0,Georgia,13109.0,Evans County,18195.0,SOCO +2015,13000.0,Georgia,13111.0,Fannin County,18195.0,SOCO +2015,13000.0,Georgia,13113.0,Fayette County,18195.0,SOCO +2015,13000.0,Georgia,13115.0,Floyd County,18195.0,SOCO +2015,13000.0,Georgia,13117.0,Forsyth County,18195.0,SOCO +2015,13000.0,Georgia,13119.0,Franklin County,18195.0,SOCO +2015,13000.0,Georgia,13121.0,Fulton County,18195.0,SOCO +2015,13000.0,Georgia,13123.0,Gilmer County,18195.0,SOCO +2015,13000.0,Georgia,13125.0,Glascock County,18195.0,SOCO +2015,13000.0,Georgia,13127.0,Glynn County,18195.0,SOCO +2015,13000.0,Georgia,13129.0,Gordon County,18195.0,SOCO +2015,13000.0,Georgia,13131.0,Grady County,18195.0,SOCO +2015,13000.0,Georgia,13133.0,Greene County,18195.0,SOCO +2015,13000.0,Georgia,13135.0,Gwinnett County,18195.0,SOCO +2015,13000.0,Georgia,13137.0,Habersham County,18195.0,SOCO +2015,13000.0,Georgia,13139.0,Hall County,18195.0,SOCO +2015,13000.0,Georgia,13141.0,Hancock County,18195.0,SOCO +2015,13000.0,Georgia,13143.0,Haralson County,18195.0,SOCO +2015,13000.0,Georgia,13145.0,Harris County,18195.0,SOCO +2015,13000.0,Georgia,13147.0,Hart County,18195.0,SOCO +2015,13000.0,Georgia,13149.0,Heard County,18195.0,SOCO +2015,13000.0,Georgia,13151.0,Henry County,18195.0,SOCO +2015,13000.0,Georgia,13153.0,Houston County,18195.0,SOCO +2015,13000.0,Georgia,13155.0,Irwin County,18195.0,SOCO +2015,13000.0,Georgia,13157.0,Jackson County,18195.0,SOCO +2015,13000.0,Georgia,13159.0,Jasper County,18195.0,SOCO +2015,13000.0,Georgia,13161.0,Jeff Davis County,18195.0,SOCO +2015,13000.0,Georgia,13163.0,Jefferson County,18195.0,SOCO +2015,13000.0,Georgia,13165.0,Jenkins County,18195.0,SOCO +2015,13000.0,Georgia,13167.0,Johnson County,18195.0,SOCO +2015,13000.0,Georgia,13169.0,Jones County,18195.0,SOCO +2015,13000.0,Georgia,13171.0,Lamar County,18195.0,SOCO +2015,13000.0,Georgia,13173.0,Lanier County,18195.0,SOCO +2015,13000.0,Georgia,13175.0,Laurens County,18195.0,SOCO +2015,13000.0,Georgia,13177.0,Lee County,18195.0,SOCO +2015,13000.0,Georgia,13179.0,Liberty County,18195.0,SOCO +2015,13000.0,Georgia,13181.0,Lincoln County,18195.0,SOCO +2015,13000.0,Georgia,13183.0,Long County,18195.0,SOCO +2015,13000.0,Georgia,13185.0,Lowndes County,18195.0,SOCO +2015,13000.0,Georgia,13187.0,Lumpkin County,18195.0,SOCO +2015,13000.0,Georgia,13189.0,McDuffie County,18195.0,SOCO +2015,13000.0,Georgia,13191.0,McIntosh County,18195.0,SOCO +2015,13000.0,Georgia,13193.0,Macon County,18195.0,SOCO +2015,13000.0,Georgia,13195.0,Madison County,18195.0,SOCO +2015,13000.0,Georgia,13197.0,Marion County,18195.0,SOCO +2015,13000.0,Georgia,13199.0,Meriwether County,18195.0,SOCO +2015,13000.0,Georgia,13201.0,Miller County,18195.0,SOCO +2015,13000.0,Georgia,13205.0,Mitchell County,18195.0,SOCO +2015,13000.0,Georgia,13207.0,Monroe County,18195.0,SOCO +2015,13000.0,Georgia,13209.0,Montgomery County,18195.0,SOCO +2015,13000.0,Georgia,13211.0,Morgan County,18195.0,SOCO +2015,13000.0,Georgia,13213.0,Murray County,18195.0,SOCO +2015,13000.0,Georgia,13215.0,Muscogee County,18195.0,SOCO +2015,13000.0,Georgia,13217.0,Newton County,18195.0,SOCO +2015,13000.0,Georgia,13219.0,Oconee County,18195.0,SOCO +2015,13000.0,Georgia,13221.0,Oglethorpe County,18195.0,SOCO +2015,13000.0,Georgia,13223.0,Paulding County,18195.0,SOCO +2015,13000.0,Georgia,13225.0,Peach County,18195.0,SOCO +2015,13000.0,Georgia,13227.0,Pickens County,18195.0,SOCO +2015,13000.0,Georgia,13229.0,Pierce County,18195.0,SOCO +2015,13000.0,Georgia,13231.0,Pike County,18195.0,SOCO +2015,13000.0,Georgia,13233.0,Polk County,18195.0,SOCO +2015,13000.0,Georgia,13235.0,Pulaski County,18195.0,SOCO +2015,13000.0,Georgia,13237.0,Putnam County,18195.0,SOCO +2015,13000.0,Georgia,13239.0,Quitman County,18195.0,SOCO +2015,13000.0,Georgia,13241.0,Rabun County,18195.0,SOCO +2015,13000.0,Georgia,13243.0,Randolph County,18195.0,SOCO +2015,13000.0,Georgia,13245.0,Richmond County,18195.0,SOCO +2015,13000.0,Georgia,13247.0,Rockdale County,18195.0,SOCO +2015,13000.0,Georgia,13249.0,Schley County,18195.0,SOCO +2015,13000.0,Georgia,13251.0,Screven County,18195.0,SOCO +2015,13000.0,Georgia,13253.0,Seminole County,18195.0,SOCO +2015,13000.0,Georgia,13255.0,Spalding County,18195.0,SOCO +2015,13000.0,Georgia,13257.0,Stephens County,18195.0,SOCO +2015,13000.0,Georgia,13259.0,Stewart County,18195.0,SOCO +2015,13000.0,Georgia,13261.0,Sumter County,18195.0,SOCO +2015,13000.0,Georgia,13263.0,Talbot County,18195.0,SOCO +2015,13000.0,Georgia,13265.0,Taliaferro County,18195.0,SOCO +2015,13000.0,Georgia,13267.0,Tattnall County,18195.0,SOCO +2015,13000.0,Georgia,13269.0,Taylor County,18195.0,SOCO +2015,13000.0,Georgia,13271.0,Telfair County,18195.0,SOCO +2015,13000.0,Georgia,13273.0,Terrell County,18195.0,SOCO +2015,13000.0,Georgia,13275.0,Thomas County,18195.0,SOCO +2015,13000.0,Georgia,13277.0,Tift County,18195.0,SOCO +2015,13000.0,Georgia,13279.0,Toombs County,18195.0,SOCO +2015,13000.0,Georgia,13283.0,Treutlen County,18195.0,SOCO +2015,13000.0,Georgia,13285.0,Troup County,18195.0,SOCO +2015,13000.0,Georgia,13287.0,Turner County,18195.0,SOCO +2015,13000.0,Georgia,13289.0,Twiggs County,18195.0,SOCO +2015,13000.0,Georgia,13293.0,Upson County,18195.0,SOCO +2015,13000.0,Georgia,13295.0,Walker County,18195.0,SOCO +2015,13000.0,Georgia,13297.0,Walton County,18195.0,SOCO +2015,13000.0,Georgia,13299.0,Ware County,18195.0,SOCO +2015,13000.0,Georgia,13301.0,Warren County,18195.0,SOCO +2015,13000.0,Georgia,13303.0,Washington County,18195.0,SOCO +2015,13000.0,Georgia,13305.0,Wayne County,18195.0,SOCO +2015,13000.0,Georgia,13307.0,Webster County,18195.0,SOCO +2015,13000.0,Georgia,13309.0,Wheeler County,18195.0,SOCO +2015,13000.0,Georgia,13311.0,White County,18195.0,SOCO +2015,13000.0,Georgia,13313.0,Whitfield County,18195.0,SOCO +2015,13000.0,Georgia,13315.0,Wilcox County,18195.0,SOCO +2015,13000.0,Georgia,13317.0,Wilkes County,18195.0,SOCO +2015,13000.0,Georgia,13319.0,Wilkinson County,18195.0,SOCO +2015,13000.0,Georgia,13321.0,Worth County,18195.0,SOCO +2015,28000.0,Mississippi,28023.0,Clarke County,18195.0,SOCO +2015,28000.0,Mississippi,28031.0,Covington County,18195.0,SOCO +2015,28000.0,Mississippi,28035.0,Forrest County,18195.0,SOCO +2015,28000.0,Mississippi,28039.0,George County,18195.0,SOCO +2015,28000.0,Mississippi,28041.0,Greene County,18195.0,SOCO +2015,28000.0,Mississippi,28045.0,Hancock County,18195.0,SOCO +2015,28000.0,Mississippi,28047.0,Harrison County,18195.0,SOCO +2015,28000.0,Mississippi,28059.0,Jackson County,18195.0,SOCO +2015,28000.0,Mississippi,28061.0,Jasper County,18195.0,SOCO +2015,28000.0,Mississippi,28065.0,Jefferson Davis County,18195.0,SOCO +2015,28000.0,Mississippi,28067.0,Jones County,18195.0,SOCO +2015,28000.0,Mississippi,28073.0,Lamar County,18195.0,SOCO +2015,28000.0,Mississippi,28075.0,Lauderdale County,18195.0,SOCO +2015,28000.0,Mississippi,28079.0,Leake County,18195.0,SOCO +2015,28000.0,Mississippi,28091.0,Marion County,18195.0,SOCO +2015,28000.0,Mississippi,28099.0,Neshoba County,18195.0,SOCO +2015,28000.0,Mississippi,28101.0,Newton County,18195.0,SOCO +2015,28000.0,Mississippi,28109.0,Pearl River County,18195.0,SOCO +2015,28000.0,Mississippi,28111.0,Perry County,18195.0,SOCO +2015,28000.0,Mississippi,28123.0,Scott County,18195.0,SOCO +2015,28000.0,Mississippi,28129.0,Smith County,18195.0,SOCO +2015,28000.0,Mississippi,28131.0,Stone County,18195.0,SOCO +2015,28000.0,Mississippi,28153.0,Wayne County,18195.0,SOCO +2015,53000.0,Washington,53033.0,King County,18429.0,TPWR +2015,53000.0,Washington,53041.0,Lewis County,18429.0,TPWR +2015,53000.0,Washington,53045.0,Mason County,18429.0,TPWR +2015,53000.0,Washington,53053.0,Pierce County,18429.0,TPWR +2015,12000.0,Florida,12073.0,Leon County,18445.0,TAL +2015,12000.0,Florida,12057.0,Hillsborough County,18454.0,TEC +2015,12000.0,Florida,12101.0,Pasco County,18454.0,TEC +2015,12000.0,Florida,12103.0,Pinellas County,18454.0,TEC +2015,12000.0,Florida,12105.0,Polk County,18454.0,TEC +2015,1000.0,Alabama,1015.0,Calhoun County,18642.0,TVA +2015,1000.0,Alabama,1019.0,Cherokee County,18642.0,TVA +2015,1000.0,Alabama,1033.0,Colbert County,18642.0,TVA +2015,1000.0,Alabama,1043.0,Cullman County,18642.0,TVA +2015,1000.0,Alabama,1049.0,DeKalb County,18642.0,TVA +2015,1000.0,Alabama,1055.0,Etowah County,18642.0,TVA +2015,1000.0,Alabama,1059.0,Franklin County,18642.0,TVA +2015,1000.0,Alabama,1071.0,Jackson County,18642.0,TVA +2015,1000.0,Alabama,1073.0,Jefferson County,18642.0,TVA +2015,1000.0,Alabama,1077.0,Lauderdale County,18642.0,TVA +2015,1000.0,Alabama,1079.0,Lawrence County,18642.0,TVA +2015,1000.0,Alabama,1083.0,Limestone County,18642.0,TVA +2015,1000.0,Alabama,1089.0,Madison County,18642.0,TVA +2015,1000.0,Alabama,1095.0,Marshall County,18642.0,TVA +2015,1000.0,Alabama,1103.0,Morgan County,18642.0,TVA +2015,1000.0,Alabama,1133.0,Winston County,18642.0,TVA +2015,13000.0,Georgia,13047.0,Catoosa County,18642.0,TVA +2015,13000.0,Georgia,13055.0,Chattooga County,18642.0,TVA +2015,13000.0,Georgia,13083.0,Dade County,18642.0,TVA +2015,13000.0,Georgia,13111.0,Fannin County,18642.0,TVA +2015,13000.0,Georgia,13115.0,Floyd County,18642.0,TVA +2015,13000.0,Georgia,13123.0,Gilmer County,18642.0,TVA +2015,13000.0,Georgia,13129.0,Gordon County,18642.0,TVA +2015,13000.0,Georgia,13213.0,Murray County,18642.0,TVA +2015,13000.0,Georgia,13281.0,Towns County,18642.0,TVA +2015,13000.0,Georgia,13291.0,Union County,18642.0,TVA +2015,13000.0,Georgia,13295.0,Walker County,18642.0,TVA +2015,13000.0,Georgia,13313.0,Whitfield County,18642.0,TVA +2015,21000.0,Kentucky,21001.0,Adair County,18642.0,TVA +2015,21000.0,Kentucky,21003.0,Allen County,18642.0,TVA +2015,21000.0,Kentucky,21009.0,Barren County,18642.0,TVA +2015,21000.0,Kentucky,21031.0,Butler County,18642.0,TVA +2015,21000.0,Kentucky,21035.0,Calloway County,18642.0,TVA +2015,21000.0,Kentucky,21039.0,Carlisle County,18642.0,TVA +2015,21000.0,Kentucky,21047.0,Christian County,18642.0,TVA +2015,21000.0,Kentucky,21053.0,Clinton County,18642.0,TVA +2015,21000.0,Kentucky,21057.0,Cumberland County,18642.0,TVA +2015,21000.0,Kentucky,21061.0,Edmonson County,18642.0,TVA +2015,21000.0,Kentucky,21075.0,Fulton County,18642.0,TVA +2015,21000.0,Kentucky,21081.0,Grant County,18642.0,TVA +2015,21000.0,Kentucky,21083.0,Graves County,18642.0,TVA +2015,21000.0,Kentucky,21085.0,Grayson County,18642.0,TVA +2015,21000.0,Kentucky,21095.0,Harlan County,18642.0,TVA +2015,21000.0,Kentucky,21105.0,Hickman County,18642.0,TVA +2015,21000.0,Kentucky,21107.0,Hopkins County,18642.0,TVA +2015,21000.0,Kentucky,21139.0,Livingston County,18642.0,TVA +2015,21000.0,Kentucky,21141.0,Logan County,18642.0,TVA +2015,21000.0,Kentucky,21145.0,McCracken County,18642.0,TVA +2015,21000.0,Kentucky,21157.0,Marshall County,18642.0,TVA +2015,21000.0,Kentucky,21169.0,Metcalfe County,18642.0,TVA +2015,21000.0,Kentucky,21171.0,Monroe County,18642.0,TVA +2015,21000.0,Kentucky,21177.0,Muhlenberg County,18642.0,TVA +2015,21000.0,Kentucky,21183.0,Ohio County,18642.0,TVA +2015,21000.0,Kentucky,21213.0,Simpson County,18642.0,TVA +2015,21000.0,Kentucky,21219.0,Todd County,18642.0,TVA +2015,21000.0,Kentucky,21221.0,Trigg County,18642.0,TVA +2015,21000.0,Kentucky,21227.0,Warren County,18642.0,TVA +2015,21000.0,Kentucky,21235.0,Whitley County,18642.0,TVA +2015,28000.0,Mississippi,28003.0,Alcorn County,18642.0,TVA +2015,28000.0,Mississippi,28007.0,Attala County,18642.0,TVA +2015,28000.0,Mississippi,28009.0,Benton County,18642.0,TVA +2015,28000.0,Mississippi,28013.0,Calhoun County,18642.0,TVA +2015,28000.0,Mississippi,28017.0,Chickasaw County,18642.0,TVA +2015,28000.0,Mississippi,28019.0,Choctaw County,18642.0,TVA +2015,28000.0,Mississippi,28023.0,Clarke County,18642.0,TVA +2015,28000.0,Mississippi,28025.0,Clay County,18642.0,TVA +2015,28000.0,Mississippi,28033.0,DeSoto County,18642.0,TVA +2015,28000.0,Mississippi,28057.0,Itawamba County,18642.0,TVA +2015,28000.0,Mississippi,28061.0,Jasper County,18642.0,TVA +2015,28000.0,Mississippi,28069.0,Kemper County,18642.0,TVA +2015,28000.0,Mississippi,28071.0,Lafayette County,18642.0,TVA +2015,28000.0,Mississippi,28075.0,Lauderdale County,18642.0,TVA +2015,28000.0,Mississippi,28079.0,Leake County,18642.0,TVA +2015,28000.0,Mississippi,28081.0,Lee County,18642.0,TVA +2015,28000.0,Mississippi,28087.0,Lowndes County,18642.0,TVA +2015,28000.0,Mississippi,28093.0,Marshall County,18642.0,TVA +2015,28000.0,Mississippi,28095.0,Monroe County,18642.0,TVA +2015,28000.0,Mississippi,28099.0,Neshoba County,18642.0,TVA +2015,28000.0,Mississippi,28101.0,Newton County,18642.0,TVA +2015,28000.0,Mississippi,28103.0,Noxubee County,18642.0,TVA +2015,28000.0,Mississippi,28105.0,Oktibbeha County,18642.0,TVA +2015,28000.0,Mississippi,28107.0,Panola County,18642.0,TVA +2015,28000.0,Mississippi,28115.0,Pontotoc County,18642.0,TVA +2015,28000.0,Mississippi,28117.0,Prentiss County,18642.0,TVA +2015,28000.0,Mississippi,28121.0,Rankin County,18642.0,TVA +2015,28000.0,Mississippi,28123.0,Scott County,18642.0,TVA +2015,28000.0,Mississippi,28135.0,Tallahatchie County,18642.0,TVA +2015,28000.0,Mississippi,28137.0,Tate County,18642.0,TVA +2015,28000.0,Mississippi,28139.0,Tippah County,18642.0,TVA +2015,28000.0,Mississippi,28141.0,Tishomingo County,18642.0,TVA +2015,28000.0,Mississippi,28145.0,Union County,18642.0,TVA +2015,28000.0,Mississippi,28153.0,Wayne County,18642.0,TVA +2015,28000.0,Mississippi,28155.0,Webster County,18642.0,TVA +2015,28000.0,Mississippi,28159.0,Winston County,18642.0,TVA +2015,28000.0,Mississippi,28161.0,Yalobusha County,18642.0,TVA +2015,37000.0,North Carolina,37011.0,Avery County,18642.0,TVA +2015,37000.0,North Carolina,37023.0,Burke County,18642.0,TVA +2015,37000.0,North Carolina,37039.0,Cherokee County,18642.0,TVA +2015,37000.0,North Carolina,37189.0,Watauga County,18642.0,TVA +2015,47000.0,Tennessee,47001.0,Anderson County,18642.0,TVA +2015,47000.0,Tennessee,47003.0,Bedford County,18642.0,TVA +2015,47000.0,Tennessee,47005.0,Benton County,18642.0,TVA +2015,47000.0,Tennessee,47007.0,Bledsoe County,18642.0,TVA +2015,47000.0,Tennessee,47009.0,Blount County,18642.0,TVA +2015,47000.0,Tennessee,47011.0,Bradley County,18642.0,TVA +2015,47000.0,Tennessee,47013.0,Campbell County,18642.0,TVA +2015,47000.0,Tennessee,47015.0,Cannon County,18642.0,TVA +2015,47000.0,Tennessee,47017.0,Carroll County,18642.0,TVA +2015,47000.0,Tennessee,47019.0,Carter County,18642.0,TVA +2015,47000.0,Tennessee,47021.0,Cheatham County,18642.0,TVA +2015,47000.0,Tennessee,47023.0,Chester County,18642.0,TVA +2015,47000.0,Tennessee,47025.0,Claiborne County,18642.0,TVA +2015,47000.0,Tennessee,47027.0,Clay County,18642.0,TVA +2015,47000.0,Tennessee,47029.0,Cocke County,18642.0,TVA +2015,47000.0,Tennessee,47031.0,Coffee County,18642.0,TVA +2015,47000.0,Tennessee,47033.0,Crockett County,18642.0,TVA +2015,47000.0,Tennessee,47035.0,Cumberland County,18642.0,TVA +2015,47000.0,Tennessee,47037.0,Davidson County,18642.0,TVA +2015,47000.0,Tennessee,47039.0,Decatur County,18642.0,TVA +2015,47000.0,Tennessee,47041.0,DeKalb County,18642.0,TVA +2015,47000.0,Tennessee,47043.0,Dickson County,18642.0,TVA +2015,47000.0,Tennessee,47045.0,Dyer County,18642.0,TVA +2015,47000.0,Tennessee,47047.0,Fayette County,18642.0,TVA +2015,47000.0,Tennessee,47049.0,Fentress County,18642.0,TVA +2015,47000.0,Tennessee,47051.0,Franklin County,18642.0,TVA +2015,47000.0,Tennessee,47053.0,Gibson County,18642.0,TVA +2015,47000.0,Tennessee,47055.0,Giles County,18642.0,TVA +2015,47000.0,Tennessee,47057.0,Grainger County,18642.0,TVA +2015,47000.0,Tennessee,47059.0,Greene County,18642.0,TVA +2015,47000.0,Tennessee,47061.0,Grundy County,18642.0,TVA +2015,47000.0,Tennessee,47063.0,Hamblen County,18642.0,TVA +2015,47000.0,Tennessee,47065.0,Hamilton County,18642.0,TVA +2015,47000.0,Tennessee,47067.0,Hancock County,18642.0,TVA +2015,47000.0,Tennessee,47069.0,Hardeman County,18642.0,TVA +2015,47000.0,Tennessee,47071.0,Hardin County,18642.0,TVA +2015,47000.0,Tennessee,47073.0,Hawkins County,18642.0,TVA +2015,47000.0,Tennessee,47075.0,Haywood County,18642.0,TVA +2015,47000.0,Tennessee,47077.0,Henderson County,18642.0,TVA +2015,47000.0,Tennessee,47079.0,Henry County,18642.0,TVA +2015,47000.0,Tennessee,47081.0,Hickman County,18642.0,TVA +2015,47000.0,Tennessee,47083.0,Houston County,18642.0,TVA +2015,47000.0,Tennessee,47085.0,Humphreys County,18642.0,TVA +2015,47000.0,Tennessee,47087.0,Jackson County,18642.0,TVA +2015,47000.0,Tennessee,47089.0,Jefferson County,18642.0,TVA +2015,47000.0,Tennessee,47091.0,Johnson County,18642.0,TVA +2015,47000.0,Tennessee,47093.0,Knox County,18642.0,TVA +2015,47000.0,Tennessee,47095.0,Lake County,18642.0,TVA +2015,47000.0,Tennessee,47097.0,Lauderdale County,18642.0,TVA +2015,47000.0,Tennessee,47099.0,Lawrence County,18642.0,TVA +2015,47000.0,Tennessee,47101.0,Lewis County,18642.0,TVA +2015,47000.0,Tennessee,47103.0,Lincoln County,18642.0,TVA +2015,47000.0,Tennessee,47105.0,Loudon County,18642.0,TVA +2015,47000.0,Tennessee,47107.0,McMinn County,18642.0,TVA +2015,47000.0,Tennessee,47109.0,McNairy County,18642.0,TVA +2015,47000.0,Tennessee,47111.0,Macon County,18642.0,TVA +2015,47000.0,Tennessee,47113.0,Madison County,18642.0,TVA +2015,47000.0,Tennessee,47115.0,Marion County,18642.0,TVA +2015,47000.0,Tennessee,47117.0,Marshall County,18642.0,TVA +2015,47000.0,Tennessee,47119.0,Maury County,18642.0,TVA +2015,47000.0,Tennessee,47121.0,Meigs County,18642.0,TVA +2015,47000.0,Tennessee,47123.0,Monroe County,18642.0,TVA +2015,47000.0,Tennessee,47125.0,Montgomery County,18642.0,TVA +2015,47000.0,Tennessee,47127.0,Moore County,18642.0,TVA +2015,47000.0,Tennessee,47129.0,Morgan County,18642.0,TVA +2015,47000.0,Tennessee,47131.0,Obion County,18642.0,TVA +2015,47000.0,Tennessee,47133.0,Overton County,18642.0,TVA +2015,47000.0,Tennessee,47135.0,Perry County,18642.0,TVA +2015,47000.0,Tennessee,47137.0,Pickett County,18642.0,TVA +2015,47000.0,Tennessee,47139.0,Polk County,18642.0,TVA +2015,47000.0,Tennessee,47141.0,Putnam County,18642.0,TVA +2015,47000.0,Tennessee,47143.0,Rhea County,18642.0,TVA +2015,47000.0,Tennessee,47145.0,Roane County,18642.0,TVA +2015,47000.0,Tennessee,47147.0,Robertson County,18642.0,TVA +2015,47000.0,Tennessee,47149.0,Rutherford County,18642.0,TVA +2015,47000.0,Tennessee,47151.0,Scott County,18642.0,TVA +2015,47000.0,Tennessee,47153.0,Sequatchie County,18642.0,TVA +2015,47000.0,Tennessee,47155.0,Sevier County,18642.0,TVA +2015,47000.0,Tennessee,47157.0,Shelby County,18642.0,TVA +2015,47000.0,Tennessee,47159.0,Smith County,18642.0,TVA +2015,47000.0,Tennessee,47161.0,Stewart County,18642.0,TVA +2015,47000.0,Tennessee,47163.0,Sullivan County,18642.0,TVA +2015,47000.0,Tennessee,47165.0,Sumner County,18642.0,TVA +2015,47000.0,Tennessee,47167.0,Tipton County,18642.0,TVA +2015,47000.0,Tennessee,47169.0,Trousdale County,18642.0,TVA +2015,47000.0,Tennessee,47171.0,Unicoi County,18642.0,TVA +2015,47000.0,Tennessee,47173.0,Union County,18642.0,TVA +2015,47000.0,Tennessee,47175.0,Van Buren County,18642.0,TVA +2015,47000.0,Tennessee,47177.0,Warren County,18642.0,TVA +2015,47000.0,Tennessee,47179.0,Washington County,18642.0,TVA +2015,47000.0,Tennessee,47181.0,Wayne County,18642.0,TVA +2015,47000.0,Tennessee,47183.0,Weakley County,18642.0,TVA +2015,47000.0,Tennessee,47185.0,White County,18642.0,TVA +2015,47000.0,Tennessee,47187.0,Williamson County,18642.0,TVA +2015,47000.0,Tennessee,47189.0,Wilson County,18642.0,TVA +2015,51000.0,Virginia,51105.0,Lee County,18642.0,TVA +2015,51000.0,Virginia,51169.0,Scott County,18642.0,TVA +2015,51000.0,Virginia,51191.0,Washington County,18642.0,TVA +2015,51000.0,Virginia,51195.0,Wise County,18642.0,TVA +2015,51000.0,Virginia,51520.0,Bristol City,18642.0,TVA +2015,6000.0,California,6047.0,Merced County,19281.0,TIDC +2015,6000.0,California,6099.0,Stanislaus County,19281.0,TIDC +2015,6000.0,California,6109.0,Tuolumne County,19281.0,TIDC +2015,15000.0,Hawaii,15003.0,Honolulu County,19547.0,HECO +2015,30000.0,Montana,30003.0,Big Horn County,19610.0,WAUW +2015,30000.0,Montana,30009.0,Carbon County,19610.0,WAUW +2015,30000.0,Montana,30013.0,Cascade County,19610.0,WAUW +2015,30000.0,Montana,30015.0,Chouteau County,19610.0,WAUW +2015,30000.0,Montana,30017.0,Custer County,19610.0,WAUW +2015,30000.0,Montana,30021.0,Dawson County,19610.0,WAUW +2015,30000.0,Montana,30027.0,Fergus County,19610.0,WAUW +2015,30000.0,Montana,30033.0,Garfield County,19610.0,WAUW +2015,30000.0,Montana,30037.0,Golden Valley County,19610.0,WAUW +2015,30000.0,Montana,30045.0,Judith Basin County,19610.0,WAUW +2015,30000.0,Montana,30049.0,Lewis and Clark County,19610.0,WAUW +2015,30000.0,Montana,30051.0,Liberty County,19610.0,WAUW +2015,30000.0,Montana,30055.0,McCone County,19610.0,WAUW +2015,30000.0,Montana,30059.0,Meagher County,19610.0,WAUW +2015,30000.0,Montana,30065.0,Musselshell County,19610.0,WAUW +2015,30000.0,Montana,30069.0,Petroleum County,19610.0,WAUW +2015,30000.0,Montana,30073.0,Pondera County,19610.0,WAUW +2015,30000.0,Montana,30079.0,Prairie County,19610.0,WAUW +2015,30000.0,Montana,30083.0,Richland County,19610.0,WAUW +2015,30000.0,Montana,30085.0,Roosevelt County,19610.0,WAUW +2015,30000.0,Montana,30087.0,Rosebud County,19610.0,WAUW +2015,30000.0,Montana,30095.0,Stillwater County,19610.0,WAUW +2015,30000.0,Montana,30097.0,Sweet Grass County,19610.0,WAUW +2015,30000.0,Montana,30099.0,Teton County,19610.0,WAUW +2015,30000.0,Montana,30101.0,Toole County,19610.0,WAUW +2015,30000.0,Montana,30103.0,Treasure County,19610.0,WAUW +2015,30000.0,Montana,30107.0,Wheatland County,19610.0,WAUW +2015,30000.0,Montana,30111.0,Yellowstone County,19610.0,WAUW +2015,38000.0,North Dakota,38053.0,McKenzie County,19610.0,WAUW +2015,38000.0,North Dakota,38105.0,Williams County,19610.0,WAUW +2015,56000.0,Wyoming,56005.0,Campbell County,19610.0,WAUW +2015,56000.0,Wyoming,56011.0,Crook County,19610.0,WAUW +2015,16000.0,Idaho,16009.0,Benewah County,20169.0,AVA +2015,16000.0,Idaho,16017.0,Bonner County,20169.0,AVA +2015,16000.0,Idaho,16035.0,Clearwater County,20169.0,AVA +2015,16000.0,Idaho,16049.0,Idaho County,20169.0,AVA +2015,16000.0,Idaho,16055.0,Kootenai County,20169.0,AVA +2015,16000.0,Idaho,16057.0,Latah County,20169.0,AVA +2015,16000.0,Idaho,16061.0,Lewis County,20169.0,AVA +2015,16000.0,Idaho,16069.0,Nez Perce County,20169.0,AVA +2015,16000.0,Idaho,16079.0,Shoshone County,20169.0,AVA +2015,30000.0,Montana,30089.0,Sanders County,20169.0,AVA +2015,41000.0,Oregon,41063.0,Wallowa County,20169.0,AVA +2015,53000.0,Washington,53001.0,Adams County,20169.0,AVA +2015,53000.0,Washington,53003.0,Asotin County,20169.0,AVA +2015,53000.0,Washington,53019.0,Ferry County,20169.0,AVA +2015,53000.0,Washington,53023.0,Garfield County,20169.0,AVA +2015,53000.0,Washington,53025.0,Grant County,20169.0,AVA +2015,53000.0,Washington,53043.0,Lincoln County,20169.0,AVA +2015,53000.0,Washington,53051.0,Pend Oreille County,20169.0,AVA +2015,53000.0,Washington,53063.0,Spokane County,20169.0,AVA +2015,53000.0,Washington,53065.0,Stevens County,20169.0,AVA +2015,53000.0,Washington,53075.0,Whitman County,20169.0,AVA +2015,12000.0,Florida,12001.0,Alachua County,21554.0,SEC +2015,12000.0,Florida,12003.0,Baker County,21554.0,SEC +2015,12000.0,Florida,12007.0,Bradford County,21554.0,SEC +2015,12000.0,Florida,12009.0,Brevard County,21554.0,SEC +2015,12000.0,Florida,12017.0,Citrus County,21554.0,SEC +2015,12000.0,Florida,12019.0,Clay County,21554.0,SEC +2015,12000.0,Florida,12023.0,Columbia County,21554.0,SEC +2015,12000.0,Florida,12027.0,DeSoto County,21554.0,SEC +2015,12000.0,Florida,12029.0,Dixie County,21554.0,SEC +2015,12000.0,Florida,12031.0,Duval County,21554.0,SEC +2015,12000.0,Florida,12035.0,Flagler County,21554.0,SEC +2015,12000.0,Florida,12039.0,Gadsden County,21554.0,SEC +2015,12000.0,Florida,12041.0,Gilchrist County,21554.0,SEC +2015,12000.0,Florida,12043.0,Glades County,21554.0,SEC +2015,12000.0,Florida,12047.0,Hamilton County,21554.0,SEC +2015,12000.0,Florida,12049.0,Hardee County,21554.0,SEC +2015,12000.0,Florida,12051.0,Hendry County,21554.0,SEC +2015,12000.0,Florida,12053.0,Hernando County,21554.0,SEC +2015,12000.0,Florida,12055.0,Highlands County,21554.0,SEC +2015,12000.0,Florida,12057.0,Hillsborough County,21554.0,SEC +2015,12000.0,Florida,12061.0,Indian River County,21554.0,SEC +2015,12000.0,Florida,12065.0,Jefferson County,21554.0,SEC +2015,12000.0,Florida,12067.0,Lafayette County,21554.0,SEC +2015,12000.0,Florida,12069.0,Lake County,21554.0,SEC +2015,12000.0,Florida,12073.0,Leon County,21554.0,SEC +2015,12000.0,Florida,12075.0,Levy County,21554.0,SEC +2015,12000.0,Florida,12077.0,Liberty County,21554.0,SEC +2015,12000.0,Florida,12079.0,Madison County,21554.0,SEC +2015,12000.0,Florida,12081.0,Manatee County,21554.0,SEC +2015,12000.0,Florida,12083.0,Marion County,21554.0,SEC +2015,12000.0,Florida,12093.0,Okeechobee County,21554.0,SEC +2015,12000.0,Florida,12097.0,Osceola County,21554.0,SEC +2015,12000.0,Florida,12101.0,Pasco County,21554.0,SEC +2015,12000.0,Florida,12105.0,Polk County,21554.0,SEC +2015,12000.0,Florida,12107.0,Putnam County,21554.0,SEC +2015,12000.0,Florida,12115.0,Sarasota County,21554.0,SEC +2015,12000.0,Florida,12119.0,Sumter County,21554.0,SEC +2015,12000.0,Florida,12121.0,Suwannee County,21554.0,SEC +2015,12000.0,Florida,12123.0,Taylor County,21554.0,SEC +2015,12000.0,Florida,12125.0,Union County,21554.0,SEC +2015,12000.0,Florida,12127.0,Volusia County,21554.0,SEC +2015,12000.0,Florida,12129.0,Wakulla County,21554.0,SEC +2015,4000.0,Arizona,4003.0,Cochise County ,24211.0,TEPC +2015,4000.0,Arizona,4015.0,Mohave County,24211.0,TEPC +2015,4000.0,Arizona,4019.0,Pima County,24211.0,TEPC +2015,4000.0,Arizona,4023.0,Santa Cruz County,24211.0,TEPC +2015,4000.0,Arizona,4001.0,Apache County,25471.0,WALC +2015,4000.0,Arizona,4003.0,Cochise County ,25471.0,WALC +2015,4000.0,Arizona,4005.0,Coconino County,25471.0,WALC +2015,4000.0,Arizona,4007.0,Gila County,25471.0,WALC +2015,4000.0,Arizona,4009.0,Graham County,25471.0,WALC +2015,4000.0,Arizona,4011.0,Greenlee County,25471.0,WALC +2015,4000.0,Arizona,4012.0,La Paz County,25471.0,WALC +2015,4000.0,Arizona,4013.0,Maricopa County,25471.0,WALC +2015,4000.0,Arizona,4015.0,Mohave County,25471.0,WALC +2015,4000.0,Arizona,4017.0,Navajo County,25471.0,WALC +2015,4000.0,Arizona,4019.0,Pima County,25471.0,WALC +2015,4000.0,Arizona,4021.0,Pinal County,25471.0,WALC +2015,4000.0,Arizona,4023.0,Santa Cruz County,25471.0,WALC +2015,4000.0,Arizona,4025.0,Yavapai County,25471.0,WALC +2015,4000.0,Arizona,4027.0,Yuma County,25471.0,WALC +2015,6000.0,California,6001.0,Alameda County,25471.0,WALC +2015,6000.0,California,6007.0,Butte County,25471.0,WALC +2015,6000.0,California,6009.0,Calaveras County,25471.0,WALC +2015,6000.0,California,6011.0,Colusa County,25471.0,WALC +2015,6000.0,California,6013.0,Contra Costa County,25471.0,WALC +2015,6000.0,California,6019.0,Fresno County,25471.0,WALC +2015,6000.0,California,6021.0,Glenn County,25471.0,WALC +2015,6000.0,California,6025.0,Imperial County,25471.0,WALC +2015,6000.0,California,6035.0,Lassen County,25471.0,WALC +2015,6000.0,California,6039.0,Madera County,25471.0,WALC +2015,6000.0,California,6047.0,Merced County,25471.0,WALC +2015,6000.0,California,6049.0,Modoc County,25471.0,WALC +2015,6000.0,California,6061.0,Placer County,25471.0,WALC +2015,6000.0,California,6065.0,Riverside County,25471.0,WALC +2015,6000.0,California,6067.0,Sacramento County,25471.0,WALC +2015,6000.0,California,6071.0,San Bernardino County,25471.0,WALC +2015,6000.0,California,6077.0,San Joaquin County,25471.0,WALC +2015,6000.0,California,6085.0,Santa Clara County,25471.0,WALC +2015,6000.0,California,6089.0,Shasta County,25471.0,WALC +2015,6000.0,California,6093.0,Siskiyou County,25471.0,WALC +2015,6000.0,California,6095.0,Solano County,25471.0,WALC +2015,6000.0,California,6099.0,Stanislaus County,25471.0,WALC +2015,6000.0,California,6101.0,Sutter County,25471.0,WALC +2015,6000.0,California,6103.0,Tehama County,25471.0,WALC +2015,6000.0,California,6105.0,Trinity County,25471.0,WALC +2015,6000.0,California,6109.0,Tuolumne County,25471.0,WALC +2015,6000.0,California,6113.0,Yolo County,25471.0,WALC +2015,6000.0,California,6115.0,Yuba County,25471.0,WALC +2015,8000.0,Colorado,8001.0,Adams County,25471.0,WALC +2015,8000.0,Colorado,8013.0,Boulder County,25471.0,WALC +2015,8000.0,Colorado,8014.0,Broomfield County,25471.0,WALC +2015,8000.0,Colorado,8015.0,Chaffee County,25471.0,WALC +2015,8000.0,Colorado,8019.0,Clear Creek County,25471.0,WALC +2015,8000.0,Colorado,8027.0,Custer County,25471.0,WALC +2015,8000.0,Colorado,8029.0,Delta County,25471.0,WALC +2015,8000.0,Colorado,8033.0,Dolores County,25471.0,WALC +2015,8000.0,Colorado,8035.0,Douglas County,25471.0,WALC +2015,8000.0,Colorado,8041.0,El Paso County,25471.0,WALC +2015,8000.0,Colorado,8043.0,Fremont County,25471.0,WALC +2015,8000.0,Colorado,8045.0,Garfield County,25471.0,WALC +2015,8000.0,Colorado,8049.0,Grand County,25471.0,WALC +2015,8000.0,Colorado,8051.0,Gunnison County,25471.0,WALC +2015,8000.0,Colorado,8057.0,Jackson County,25471.0,WALC +2015,8000.0,Colorado,8059.0,Jefferson County,25471.0,WALC +2015,8000.0,Colorado,8065.0,Lake County,25471.0,WALC +2015,8000.0,Colorado,8067.0,La Plata County,25471.0,WALC +2015,8000.0,Colorado,8069.0,Larimer County,25471.0,WALC +2015,8000.0,Colorado,8073.0,Lincoln County,25471.0,WALC +2015,8000.0,Colorado,8075.0,Logan County,25471.0,WALC +2015,8000.0,Colorado,8077.0,Mesa County,25471.0,WALC +2015,8000.0,Colorado,8081.0,Moffat County,25471.0,WALC +2015,8000.0,Colorado,8083.0,Montezuma County,25471.0,WALC +2015,8000.0,Colorado,8085.0,Montrose County,25471.0,WALC +2015,8000.0,Colorado,8087.0,Morgan County,25471.0,WALC +2015,8000.0,Colorado,8091.0,Ouray County,25471.0,WALC +2015,8000.0,Colorado,8095.0,Phillips County,25471.0,WALC +2015,8000.0,Colorado,8097.0,Pitkin County,25471.0,WALC +2015,8000.0,Colorado,8101.0,Pueblo County,25471.0,WALC +2015,8000.0,Colorado,8103.0,Rio Blanco County,25471.0,WALC +2015,8000.0,Colorado,8107.0,Routt County,25471.0,WALC +2015,8000.0,Colorado,8109.0,Saguache County,25471.0,WALC +2015,8000.0,Colorado,8113.0,San Miguel County,25471.0,WALC +2015,8000.0,Colorado,8115.0,Sedgwick County,25471.0,WALC +2015,8000.0,Colorado,8117.0,Summit County,25471.0,WALC +2015,8000.0,Colorado,8121.0,Washington County,25471.0,WALC +2015,8000.0,Colorado,8123.0,Weld County,25471.0,WALC +2015,8000.0,Colorado,8125.0,Yuma County,25471.0,WALC +2015,19000.0,Iowa,19001.0,Adair County,25471.0,WALC +2015,19000.0,Iowa,19009.0,Audubon County,25471.0,WALC +2015,19000.0,Iowa,19029.0,Cass County,25471.0,WALC +2015,19000.0,Iowa,19035.0,Cherokee County,25471.0,WALC +2015,19000.0,Iowa,19041.0,Clay County,25471.0,WALC +2015,19000.0,Iowa,19047.0,Crawford County,25471.0,WALC +2015,19000.0,Iowa,19119.0,Lyon County,25471.0,WALC +2015,19000.0,Iowa,19133.0,Monona County,25471.0,WALC +2015,19000.0,Iowa,19141.0,O'Brien County,25471.0,WALC +2015,19000.0,Iowa,19149.0,Plymouth County,25471.0,WALC +2015,19000.0,Iowa,19155.0,Pottawattamie County,25471.0,WALC +2015,19000.0,Iowa,19159.0,Ringgold County,25471.0,WALC +2015,19000.0,Iowa,19165.0,Shelby County,25471.0,WALC +2015,19000.0,Iowa,19167.0,Sioux County,25471.0,WALC +2015,19000.0,Iowa,19173.0,Taylor County,25471.0,WALC +2015,19000.0,Iowa,19175.0,Union County,25471.0,WALC +2015,19000.0,Iowa,19193.0,Woodbury County,25471.0,WALC +2015,27000.0,Minnesota,27023.0,Chippewa County,25471.0,WALC +2015,27000.0,Minnesota,27027.0,Clay County,25471.0,WALC +2015,27000.0,Minnesota,27051.0,Grant County,25471.0,WALC +2015,27000.0,Minnesota,27073.0,Lac Qui Parle County,25471.0,WALC +2015,27000.0,Minnesota,27111.0,Otter Tail County,25471.0,WALC +2015,27000.0,Minnesota,27119.0,Polk County,25471.0,WALC +2015,27000.0,Minnesota,27149.0,Stevens County,25471.0,WALC +2015,27000.0,Minnesota,27151.0,Swift County,25471.0,WALC +2015,27000.0,Minnesota,27167.0,Wilkin County,25471.0,WALC +2015,27000.0,Minnesota,27173.0,Yellow Medicine County,25471.0,WALC +2015,29000.0,Missouri,29147.0,Nodaway County,25471.0,WALC +2015,30000.0,Montana,30003.0,Big Horn County,25471.0,WALC +2015,30000.0,Montana,30005.0,Blaine County,25471.0,WALC +2015,30000.0,Montana,30009.0,Carbon County,25471.0,WALC +2015,30000.0,Montana,30013.0,Cascade County,25471.0,WALC +2015,30000.0,Montana,30015.0,Chouteau County,25471.0,WALC +2015,30000.0,Montana,30017.0,Custer County,25471.0,WALC +2015,30000.0,Montana,30021.0,Dawson County,25471.0,WALC +2015,30000.0,Montana,30025.0,Fallon County,25471.0,WALC +2015,30000.0,Montana,30033.0,Garfield County,25471.0,WALC +2015,30000.0,Montana,30041.0,Hill County,25471.0,WALC +2015,30000.0,Montana,30049.0,Lewis and Clark County,25471.0,WALC +2015,30000.0,Montana,30051.0,Liberty County,25471.0,WALC +2015,30000.0,Montana,30055.0,McCone County,25471.0,WALC +2015,30000.0,Montana,30071.0,Phillips County,25471.0,WALC +2015,30000.0,Montana,30073.0,Pondera County,25471.0,WALC +2015,30000.0,Montana,30079.0,Prairie County,25471.0,WALC +2015,30000.0,Montana,30083.0,Richland County,25471.0,WALC +2015,30000.0,Montana,30085.0,Roosevelt County,25471.0,WALC +2015,30000.0,Montana,30087.0,Rosebud County,25471.0,WALC +2015,30000.0,Montana,30099.0,Teton County,25471.0,WALC +2015,30000.0,Montana,30101.0,Toole County,25471.0,WALC +2015,30000.0,Montana,30103.0,Treasure County,25471.0,WALC +2015,30000.0,Montana,30105.0,Valley County,25471.0,WALC +2015,30000.0,Montana,30109.0,Wibaux County,25471.0,WALC +2015,30000.0,Montana,30111.0,Yellowstone County,25471.0,WALC +2015,31000.0,Nebraska,31003.0,Antelope County,25471.0,WALC +2015,31000.0,Nebraska,31007.0,Banner County,25471.0,WALC +2015,31000.0,Nebraska,31011.0,Boone County,25471.0,WALC +2015,31000.0,Nebraska,31013.0,Box Butte County,25471.0,WALC +2015,31000.0,Nebraska,31015.0,Boyd County,25471.0,WALC +2015,31000.0,Nebraska,31027.0,Cedar County,25471.0,WALC +2015,31000.0,Nebraska,31033.0,Cheyenne County,25471.0,WALC +2015,31000.0,Nebraska,31043.0,Dakota County,25471.0,WALC +2015,31000.0,Nebraska,31045.0,Dawes County,25471.0,WALC +2015,31000.0,Nebraska,31049.0,Deuel County,25471.0,WALC +2015,31000.0,Nebraska,31051.0,Dixon County,25471.0,WALC +2015,31000.0,Nebraska,31077.0,Greeley County,25471.0,WALC +2015,31000.0,Nebraska,31089.0,Holt County,25471.0,WALC +2015,31000.0,Nebraska,31101.0,Keith County,25471.0,WALC +2015,31000.0,Nebraska,31105.0,Kimball County,25471.0,WALC +2015,31000.0,Nebraska,31121.0,Merrick County,25471.0,WALC +2015,31000.0,Nebraska,31123.0,Morrill County,25471.0,WALC +2015,31000.0,Nebraska,31125.0,Nance County,25471.0,WALC +2015,31000.0,Nebraska,31157.0,Scotts Bluff County,25471.0,WALC +2015,31000.0,Nebraska,31165.0,Sioux County,25471.0,WALC +2015,31000.0,Nebraska,31183.0,Wheeler County,25471.0,WALC +2015,32000.0,Nevada,32003.0,Clark County,25471.0,WALC +2015,35000.0,New Mexico,35031.0,McKinley County,25471.0,WALC +2015,35000.0,New Mexico,35039.0,Rio Arriba County,25471.0,WALC +2015,35000.0,New Mexico,35043.0,Sandoval County,25471.0,WALC +2015,35000.0,New Mexico,35045.0,San Juan County,25471.0,WALC +2015,35000.0,New Mexico,35049.0,Santa Fe County,25471.0,WALC +2015,38000.0,North Dakota,38001.0,Adams County,25471.0,WALC +2015,38000.0,North Dakota,38003.0,Barnes County,25471.0,WALC +2015,38000.0,North Dakota,38005.0,Benson County,25471.0,WALC +2015,38000.0,North Dakota,38007.0,Billings County,25471.0,WALC +2015,38000.0,North Dakota,38011.0,Bowman County,25471.0,WALC +2015,38000.0,North Dakota,38015.0,Burleigh County,25471.0,WALC +2015,38000.0,North Dakota,38017.0,Cass County,25471.0,WALC +2015,38000.0,North Dakota,38021.0,Dickey County,25471.0,WALC +2015,38000.0,North Dakota,38025.0,Dunn County,25471.0,WALC +2015,38000.0,North Dakota,38027.0,Eddy County,25471.0,WALC +2015,38000.0,North Dakota,38029.0,Emmons County,25471.0,WALC +2015,38000.0,North Dakota,38031.0,Foster County,25471.0,WALC +2015,38000.0,North Dakota,38033.0,Golden Valley County,25471.0,WALC +2015,38000.0,North Dakota,38035.0,Grand Forks County,25471.0,WALC +2015,38000.0,North Dakota,38037.0,Grant County,25471.0,WALC +2015,38000.0,North Dakota,38039.0,Griggs County,25471.0,WALC +2015,38000.0,North Dakota,38043.0,Kidder County,25471.0,WALC +2015,38000.0,North Dakota,38045.0,LaMoure County,25471.0,WALC +2015,38000.0,North Dakota,38049.0,McHenry County,25471.0,WALC +2015,38000.0,North Dakota,38053.0,McKenzie County,25471.0,WALC +2015,38000.0,North Dakota,38055.0,McLean County,25471.0,WALC +2015,38000.0,North Dakota,38057.0,Mercer County,25471.0,WALC +2015,38000.0,North Dakota,38059.0,Morton County,25471.0,WALC +2015,38000.0,North Dakota,38063.0,Nelson County,25471.0,WALC +2015,38000.0,North Dakota,38065.0,Oliver County,25471.0,WALC +2015,38000.0,North Dakota,38069.0,Pierce County,25471.0,WALC +2015,38000.0,North Dakota,38071.0,Ramsey County,25471.0,WALC +2015,38000.0,North Dakota,38073.0,Ransom County,25471.0,WALC +2015,38000.0,North Dakota,38081.0,Sargent County,25471.0,WALC +2015,38000.0,North Dakota,38087.0,Slope County,25471.0,WALC +2015,38000.0,North Dakota,38089.0,Stark County,25471.0,WALC +2015,38000.0,North Dakota,38091.0,Steele County,25471.0,WALC +2015,38000.0,North Dakota,38093.0,Stutsman County,25471.0,WALC +2015,38000.0,North Dakota,38095.0,Towner County,25471.0,WALC +2015,38000.0,North Dakota,38097.0,Traill County,25471.0,WALC +2015,38000.0,North Dakota,38101.0,Ward County,25471.0,WALC +2015,38000.0,North Dakota,38103.0,Wells County,25471.0,WALC +2015,38000.0,North Dakota,38105.0,Williams County,25471.0,WALC +2015,41000.0,Oregon,41035.0,Klamath County,25471.0,WALC +2015,46000.0,South Dakota,46003.0,Aurora County,25471.0,WALC +2015,46000.0,South Dakota,46005.0,Beadle County,25471.0,WALC +2015,46000.0,South Dakota,46007.0,Bennett County,25471.0,WALC +2015,46000.0,South Dakota,46009.0,Bon Homme County,25471.0,WALC +2015,46000.0,South Dakota,46011.0,Brookings County,25471.0,WALC +2015,46000.0,South Dakota,46013.0,Brown County,25471.0,WALC +2015,46000.0,South Dakota,46015.0,Brule County,25471.0,WALC +2015,46000.0,South Dakota,46017.0,Buffalo County,25471.0,WALC +2015,46000.0,South Dakota,46019.0,Butte County,25471.0,WALC +2015,46000.0,South Dakota,46021.0,Campbell County,25471.0,WALC +2015,46000.0,South Dakota,46023.0,Charles Mix County,25471.0,WALC +2015,46000.0,South Dakota,46025.0,Clark County,25471.0,WALC +2015,46000.0,South Dakota,46027.0,Clay County,25471.0,WALC +2015,46000.0,South Dakota,46029.0,Codington County,25471.0,WALC +2015,46000.0,South Dakota,46033.0,Custer County,25471.0,WALC +2015,46000.0,South Dakota,46035.0,Davison County,25471.0,WALC +2015,46000.0,South Dakota,46037.0,Day County,25471.0,WALC +2015,46000.0,South Dakota,46039.0,Deuel County,25471.0,WALC +2015,46000.0,South Dakota,46041.0,Dewey County,25471.0,WALC +2015,46000.0,South Dakota,46043.0,Douglas County,25471.0,WALC +2015,46000.0,South Dakota,46047.0,Fall River County,25471.0,WALC +2015,46000.0,South Dakota,46051.0,Grant County,25471.0,WALC +2015,46000.0,South Dakota,46053.0,Gregory County,25471.0,WALC +2015,46000.0,South Dakota,46055.0,Haakon County,25471.0,WALC +2015,46000.0,South Dakota,46057.0,Hamlin County,25471.0,WALC +2015,46000.0,South Dakota,46059.0,Hand County,25471.0,WALC +2015,46000.0,South Dakota,46061.0,Hanson County,25471.0,WALC +2015,46000.0,South Dakota,46065.0,Hughes County,25471.0,WALC +2015,46000.0,South Dakota,46067.0,Hutchinson County,25471.0,WALC +2015,46000.0,South Dakota,46069.0,Hyde County,25471.0,WALC +2015,46000.0,South Dakota,46071.0,Jackson County,25471.0,WALC +2015,46000.0,South Dakota,46073.0,Jerauld County,25471.0,WALC +2015,46000.0,South Dakota,46075.0,Jones County,25471.0,WALC +2015,46000.0,South Dakota,46083.0,Lincoln County,25471.0,WALC +2015,46000.0,South Dakota,46085.0,Lyman County,25471.0,WALC +2015,46000.0,South Dakota,46087.0,McCook County,25471.0,WALC +2015,46000.0,South Dakota,46091.0,Marshall County,25471.0,WALC +2015,46000.0,South Dakota,46093.0,Meade County,25471.0,WALC +2015,46000.0,South Dakota,46099.0,Minnehaha County,25471.0,WALC +2015,46000.0,South Dakota,46101.0,Moody County,25471.0,WALC +2015,46000.0,South Dakota,46103.0,Pennington County,25471.0,WALC +2015,46000.0,South Dakota,46105.0,Perkins County,25471.0,WALC +2015,46000.0,South Dakota,46107.0,Potter County,25471.0,WALC +2015,46000.0,South Dakota,46109.0,Roberts County,25471.0,WALC +2015,46000.0,South Dakota,46111.0,Sanborn County,25471.0,WALC +2015,46000.0,South Dakota,46115.0,Spink County,25471.0,WALC +2015,46000.0,South Dakota,46117.0,Stanley County,25471.0,WALC +2015,46000.0,South Dakota,46119.0,Sully County,25471.0,WALC +2015,46000.0,South Dakota,46121.0,Todd County,25471.0,WALC +2015,46000.0,South Dakota,46123.0,Tripp County,25471.0,WALC +2015,46000.0,South Dakota,46125.0,Turner County,25471.0,WALC +2015,46000.0,South Dakota,46127.0,Union County,25471.0,WALC +2015,46000.0,South Dakota,46129.0,Walworth County,25471.0,WALC +2015,46000.0,South Dakota,46135.0,Yankton County,25471.0,WALC +2015,46000.0,South Dakota,46137.0,Ziebach County,25471.0,WALC +2015,49000.0,Utah,49009.0,Daggett County,25471.0,WALC +2015,49000.0,Utah,49017.0,Garfield County,25471.0,WALC +2015,49000.0,Utah,49021.0,Iron County,25471.0,WALC +2015,49000.0,Utah,49025.0,Kane County,25471.0,WALC +2015,49000.0,Utah,49031.0,Piute County,25471.0,WALC +2015,49000.0,Utah,49037.0,San Juan County,25471.0,WALC +2015,49000.0,Utah,49041.0,Sevier County,25471.0,WALC +2015,49000.0,Utah,49047.0,Uintah County,25471.0,WALC +2015,49000.0,Utah,49053.0,Washington County,25471.0,WALC +2015,49000.0,Utah,49055.0,Wayne County,25471.0,WALC +2015,56000.0,Wyoming,56001.0,Albany County,25471.0,WALC +2015,56000.0,Wyoming,56003.0,Big Horn County,25471.0,WALC +2015,56000.0,Wyoming,56007.0,Carbon County,25471.0,WALC +2015,56000.0,Wyoming,56009.0,Converse County,25471.0,WALC +2015,56000.0,Wyoming,56013.0,Fremont County,25471.0,WALC +2015,56000.0,Wyoming,56015.0,Goshen County,25471.0,WALC +2015,56000.0,Wyoming,56017.0,Hot Springs County,25471.0,WALC +2015,56000.0,Wyoming,56021.0,Laramie County,25471.0,WALC +2015,56000.0,Wyoming,56023.0,Lincoln County,25471.0,WALC +2015,56000.0,Wyoming,56025.0,Natrona County,25471.0,WALC +2015,56000.0,Wyoming,56027.0,Niobrara County,25471.0,WALC +2015,56000.0,Wyoming,56029.0,Park County,25471.0,WALC +2015,56000.0,Wyoming,56031.0,Platte County,25471.0,WALC +2015,56000.0,Wyoming,56037.0,Sweetwater County,25471.0,WALC +2015,56000.0,Wyoming,56043.0,Washakie County,25471.0,WALC +2015,4000.0,Arizona,4001.0,Apache County,28503.0,WACM +2015,4000.0,Arizona,4003.0,Cochise County ,28503.0,WACM +2015,4000.0,Arizona,4005.0,Coconino County,28503.0,WACM +2015,4000.0,Arizona,4007.0,Gila County,28503.0,WACM +2015,4000.0,Arizona,4012.0,La Paz County,28503.0,WACM +2015,4000.0,Arizona,4013.0,Maricopa County,28503.0,WACM +2015,4000.0,Arizona,4015.0,Mohave County,28503.0,WACM +2015,4000.0,Arizona,4017.0,Navajo County,28503.0,WACM +2015,4000.0,Arizona,4019.0,Pima County,28503.0,WACM +2015,4000.0,Arizona,4021.0,Pinal County,28503.0,WACM +2015,4000.0,Arizona,4025.0,Yavapai County,28503.0,WACM +2015,4000.0,Arizona,4027.0,Yuma County,28503.0,WACM +2015,6000.0,California,6001.0,Alameda County,28503.0,WACM +2015,6000.0,California,6007.0,Butte County,28503.0,WACM +2015,6000.0,California,6009.0,Calaveras County,28503.0,WACM +2015,6000.0,California,6011.0,Colusa County,28503.0,WACM +2015,6000.0,California,6013.0,Contra Costa County,28503.0,WACM +2015,6000.0,California,6019.0,Fresno County,28503.0,WACM +2015,6000.0,California,6021.0,Glenn County,28503.0,WACM +2015,6000.0,California,6025.0,Imperial County,28503.0,WACM +2015,6000.0,California,6035.0,Lassen County,28503.0,WACM +2015,6000.0,California,6039.0,Madera County,28503.0,WACM +2015,6000.0,California,6047.0,Merced County,28503.0,WACM +2015,6000.0,California,6049.0,Modoc County,28503.0,WACM +2015,6000.0,California,6061.0,Placer County,28503.0,WACM +2015,6000.0,California,6065.0,Riverside County,28503.0,WACM +2015,6000.0,California,6067.0,Sacramento County,28503.0,WACM +2015,6000.0,California,6071.0,San Bernardino County,28503.0,WACM +2015,6000.0,California,6077.0,San Joaquin County,28503.0,WACM +2015,6000.0,California,6085.0,Santa Clara County,28503.0,WACM +2015,6000.0,California,6089.0,Shasta County,28503.0,WACM +2015,6000.0,California,6093.0,Siskiyou County,28503.0,WACM +2015,6000.0,California,6095.0,Solano County,28503.0,WACM +2015,6000.0,California,6099.0,Stanislaus County,28503.0,WACM +2015,6000.0,California,6101.0,Sutter County,28503.0,WACM +2015,6000.0,California,6103.0,Tehama County,28503.0,WACM +2015,6000.0,California,6105.0,Trinity County,28503.0,WACM +2015,6000.0,California,6109.0,Tuolumne County,28503.0,WACM +2015,6000.0,California,6113.0,Yolo County,28503.0,WACM +2015,6000.0,California,6115.0,Yuba County,28503.0,WACM +2015,8000.0,Colorado,8001.0,Adams County,28503.0,WACM +2015,8000.0,Colorado,8003.0,Alamosa County,28503.0,WACM +2015,8000.0,Colorado,8005.0,Arapahoe County,28503.0,WACM +2015,8000.0,Colorado,8007.0,Archuleta County,28503.0,WACM +2015,8000.0,Colorado,8009.0,Baca County,28503.0,WACM +2015,8000.0,Colorado,8011.0,Bent County,28503.0,WACM +2015,8000.0,Colorado,8013.0,Boulder County,28503.0,WACM +2015,8000.0,Colorado,8014.0,Broomfield County,28503.0,WACM +2015,8000.0,Colorado,8015.0,Chaffee County,28503.0,WACM +2015,8000.0,Colorado,8017.0,Cheyenne County,28503.0,WACM +2015,8000.0,Colorado,8019.0,Clear Creek County,28503.0,WACM +2015,8000.0,Colorado,8021.0,Conejos County,28503.0,WACM +2015,8000.0,Colorado,8023.0,Costilla County,28503.0,WACM +2015,8000.0,Colorado,8025.0,Crowley County,28503.0,WACM +2015,8000.0,Colorado,8027.0,Custer County,28503.0,WACM +2015,8000.0,Colorado,8029.0,Delta County,28503.0,WACM +2015,8000.0,Colorado,8033.0,Dolores County,28503.0,WACM +2015,8000.0,Colorado,8035.0,Douglas County,28503.0,WACM +2015,8000.0,Colorado,8039.0,Elbert County,28503.0,WACM +2015,8000.0,Colorado,8041.0,El Paso County,28503.0,WACM +2015,8000.0,Colorado,8043.0,Fremont County,28503.0,WACM +2015,8000.0,Colorado,8045.0,Garfield County,28503.0,WACM +2015,8000.0,Colorado,8047.0,Gilpin County,28503.0,WACM +2015,8000.0,Colorado,8049.0,Grand County,28503.0,WACM +2015,8000.0,Colorado,8051.0,Gunnison County,28503.0,WACM +2015,8000.0,Colorado,8053.0,Hinsdale County,28503.0,WACM +2015,8000.0,Colorado,8055.0,Huerfano County,28503.0,WACM +2015,8000.0,Colorado,8057.0,Jackson County,28503.0,WACM +2015,8000.0,Colorado,8059.0,Jefferson County,28503.0,WACM +2015,8000.0,Colorado,8061.0,Kiowa County,28503.0,WACM +2015,8000.0,Colorado,8063.0,Kit Carson County,28503.0,WACM +2015,8000.0,Colorado,8065.0,Lake County,28503.0,WACM +2015,8000.0,Colorado,8067.0,La Plata County,28503.0,WACM +2015,8000.0,Colorado,8069.0,Larimer County,28503.0,WACM +2015,8000.0,Colorado,8071.0,Las Animas County,28503.0,WACM +2015,8000.0,Colorado,8073.0,Lincoln County,28503.0,WACM +2015,8000.0,Colorado,8075.0,Logan County,28503.0,WACM +2015,8000.0,Colorado,8077.0,Mesa County,28503.0,WACM +2015,8000.0,Colorado,8079.0,Mineral County,28503.0,WACM +2015,8000.0,Colorado,8081.0,Moffat County,28503.0,WACM +2015,8000.0,Colorado,8083.0,Montezuma County,28503.0,WACM +2015,8000.0,Colorado,8085.0,Montrose County,28503.0,WACM +2015,8000.0,Colorado,8087.0,Morgan County,28503.0,WACM +2015,8000.0,Colorado,8089.0,Otero County,28503.0,WACM +2015,8000.0,Colorado,8091.0,Ouray County,28503.0,WACM +2015,8000.0,Colorado,8095.0,Phillips County,28503.0,WACM +2015,8000.0,Colorado,8097.0,Pitkin County,28503.0,WACM +2015,8000.0,Colorado,8099.0,Prowers County,28503.0,WACM +2015,8000.0,Colorado,8101.0,Pueblo County,28503.0,WACM +2015,8000.0,Colorado,8103.0,Rio Blanco County,28503.0,WACM +2015,8000.0,Colorado,8105.0,Rio Grande County,28503.0,WACM +2015,8000.0,Colorado,8107.0,Routt County,28503.0,WACM +2015,8000.0,Colorado,8109.0,Saguache County,28503.0,WACM +2015,8000.0,Colorado,8111.0,San Juan County,28503.0,WACM +2015,8000.0,Colorado,8113.0,San Miguel County,28503.0,WACM +2015,8000.0,Colorado,8115.0,Sedgwick County,28503.0,WACM +2015,8000.0,Colorado,8117.0,Summit County,28503.0,WACM +2015,8000.0,Colorado,8119.0,Teller County,28503.0,WACM +2015,8000.0,Colorado,8121.0,Washington County,28503.0,WACM +2015,8000.0,Colorado,8123.0,Weld County,28503.0,WACM +2015,8000.0,Colorado,8125.0,Yuma County,28503.0,WACM +2015,19000.0,Iowa,19001.0,Adair County,28503.0,WACM +2015,19000.0,Iowa,19009.0,Audubon County,28503.0,WACM +2015,19000.0,Iowa,19029.0,Cass County,28503.0,WACM +2015,19000.0,Iowa,19035.0,Cherokee County,28503.0,WACM +2015,19000.0,Iowa,19041.0,Clay County,28503.0,WACM +2015,19000.0,Iowa,19047.0,Crawford County,28503.0,WACM +2015,19000.0,Iowa,19119.0,Lyon County,28503.0,WACM +2015,19000.0,Iowa,19133.0,Monona County,28503.0,WACM +2015,19000.0,Iowa,19141.0,O'Brien County,28503.0,WACM +2015,19000.0,Iowa,19149.0,Plymouth County,28503.0,WACM +2015,19000.0,Iowa,19155.0,Pottawattamie County,28503.0,WACM +2015,19000.0,Iowa,19159.0,Ringgold County,28503.0,WACM +2015,19000.0,Iowa,19165.0,Shelby County,28503.0,WACM +2015,19000.0,Iowa,19167.0,Sioux County,28503.0,WACM +2015,19000.0,Iowa,19173.0,Taylor County,28503.0,WACM +2015,19000.0,Iowa,19175.0,Union County,28503.0,WACM +2015,19000.0,Iowa,19193.0,Woodbury County,28503.0,WACM +2015,27000.0,Minnesota,27023.0,Chippewa County,28503.0,WACM +2015,27000.0,Minnesota,27027.0,Clay County,28503.0,WACM +2015,27000.0,Minnesota,27051.0,Grant County,28503.0,WACM +2015,27000.0,Minnesota,27073.0,Lac Qui Parle County,28503.0,WACM +2015,27000.0,Minnesota,27111.0,Otter Tail County,28503.0,WACM +2015,27000.0,Minnesota,27119.0,Polk County,28503.0,WACM +2015,27000.0,Minnesota,27149.0,Stevens County,28503.0,WACM +2015,27000.0,Minnesota,27151.0,Swift County,28503.0,WACM +2015,27000.0,Minnesota,27167.0,Wilkin County,28503.0,WACM +2015,27000.0,Minnesota,27173.0,Yellow Medicine County,28503.0,WACM +2015,29000.0,Missouri,29147.0,Nodaway County,28503.0,WACM +2015,30000.0,Montana,30003.0,Big Horn County,28503.0,WACM +2015,30000.0,Montana,30005.0,Blaine County,28503.0,WACM +2015,30000.0,Montana,30009.0,Carbon County,28503.0,WACM +2015,30000.0,Montana,30011.0,Carter County,28503.0,WACM +2015,30000.0,Montana,30013.0,Cascade County,28503.0,WACM +2015,30000.0,Montana,30015.0,Chouteau County,28503.0,WACM +2015,30000.0,Montana,30017.0,Custer County,28503.0,WACM +2015,30000.0,Montana,30019.0,Daniels County,28503.0,WACM +2015,30000.0,Montana,30021.0,Dawson County,28503.0,WACM +2015,30000.0,Montana,30025.0,Fallon County,28503.0,WACM +2015,30000.0,Montana,30033.0,Garfield County,28503.0,WACM +2015,30000.0,Montana,30041.0,Hill County,28503.0,WACM +2015,30000.0,Montana,30049.0,Lewis and Clark County,28503.0,WACM +2015,30000.0,Montana,30051.0,Liberty County,28503.0,WACM +2015,30000.0,Montana,30055.0,McCone County,28503.0,WACM +2015,30000.0,Montana,30071.0,Phillips County,28503.0,WACM +2015,30000.0,Montana,30073.0,Pondera County,28503.0,WACM +2015,30000.0,Montana,30075.0,Powder River County,28503.0,WACM +2015,30000.0,Montana,30079.0,Prairie County,28503.0,WACM +2015,30000.0,Montana,30083.0,Richland County,28503.0,WACM +2015,30000.0,Montana,30085.0,Roosevelt County,28503.0,WACM +2015,30000.0,Montana,30087.0,Rosebud County,28503.0,WACM +2015,30000.0,Montana,30091.0,Sheridan County,28503.0,WACM +2015,30000.0,Montana,30099.0,Teton County,28503.0,WACM +2015,30000.0,Montana,30101.0,Toole County,28503.0,WACM +2015,30000.0,Montana,30103.0,Treasure County,28503.0,WACM +2015,30000.0,Montana,30105.0,Valley County,28503.0,WACM +2015,30000.0,Montana,30109.0,Wibaux County,28503.0,WACM +2015,30000.0,Montana,30111.0,Yellowstone County,28503.0,WACM +2015,31000.0,Nebraska,31003.0,Antelope County,28503.0,WACM +2015,31000.0,Nebraska,31005.0,Arthur County,28503.0,WACM +2015,31000.0,Nebraska,31007.0,Banner County,28503.0,WACM +2015,31000.0,Nebraska,31011.0,Boone County,28503.0,WACM +2015,31000.0,Nebraska,31013.0,Box Butte County,28503.0,WACM +2015,31000.0,Nebraska,31015.0,Boyd County,28503.0,WACM +2015,31000.0,Nebraska,31027.0,Cedar County,28503.0,WACM +2015,31000.0,Nebraska,31029.0,Chase County,28503.0,WACM +2015,31000.0,Nebraska,31031.0,Cherry County,28503.0,WACM +2015,31000.0,Nebraska,31033.0,Cheyenne County,28503.0,WACM +2015,31000.0,Nebraska,31037.0,Colfax County,28503.0,WACM +2015,31000.0,Nebraska,31043.0,Dakota County,28503.0,WACM +2015,31000.0,Nebraska,31045.0,Dawes County,28503.0,WACM +2015,31000.0,Nebraska,31049.0,Deuel County,28503.0,WACM +2015,31000.0,Nebraska,31051.0,Dixon County,28503.0,WACM +2015,31000.0,Nebraska,31057.0,Dundy County,28503.0,WACM +2015,31000.0,Nebraska,31069.0,Garden County,28503.0,WACM +2015,31000.0,Nebraska,31075.0,Grant County,28503.0,WACM +2015,31000.0,Nebraska,31077.0,Greeley County,28503.0,WACM +2015,31000.0,Nebraska,31085.0,Hayes County,28503.0,WACM +2015,31000.0,Nebraska,31089.0,Holt County,28503.0,WACM +2015,31000.0,Nebraska,31091.0,Hooker County,28503.0,WACM +2015,31000.0,Nebraska,31101.0,Keith County,28503.0,WACM +2015,31000.0,Nebraska,31105.0,Kimball County,28503.0,WACM +2015,31000.0,Nebraska,31111.0,Lincoln County,28503.0,WACM +2015,31000.0,Nebraska,31117.0,McPherson County,28503.0,WACM +2015,31000.0,Nebraska,31121.0,Merrick County,28503.0,WACM +2015,31000.0,Nebraska,31123.0,Morrill County,28503.0,WACM +2015,31000.0,Nebraska,31125.0,Nance County,28503.0,WACM +2015,31000.0,Nebraska,31135.0,Perkins County,28503.0,WACM +2015,31000.0,Nebraska,31157.0,Scotts Bluff County,28503.0,WACM +2015,31000.0,Nebraska,31161.0,Sheridan County,28503.0,WACM +2015,31000.0,Nebraska,31165.0,Sioux County,28503.0,WACM +2015,31000.0,Nebraska,31183.0,Wheeler County,28503.0,WACM +2015,32000.0,Nevada,32003.0,Clark County,28503.0,WACM +2015,35000.0,New Mexico,35039.0,Rio Arriba County,28503.0,WACM +2015,35000.0,New Mexico,35045.0,San Juan County,28503.0,WACM +2015,38000.0,North Dakota,38001.0,Adams County,28503.0,WACM +2015,38000.0,North Dakota,38003.0,Barnes County,28503.0,WACM +2015,38000.0,North Dakota,38005.0,Benson County,28503.0,WACM +2015,38000.0,North Dakota,38007.0,Billings County,28503.0,WACM +2015,38000.0,North Dakota,38009.0,Bottineau County,28503.0,WACM +2015,38000.0,North Dakota,38011.0,Bowman County,28503.0,WACM +2015,38000.0,North Dakota,38013.0,Burke County,28503.0,WACM +2015,38000.0,North Dakota,38015.0,Burleigh County,28503.0,WACM +2015,38000.0,North Dakota,38017.0,Cass County,28503.0,WACM +2015,38000.0,North Dakota,38021.0,Dickey County,28503.0,WACM +2015,38000.0,North Dakota,38023.0,Divide County,28503.0,WACM +2015,38000.0,North Dakota,38025.0,Dunn County,28503.0,WACM +2015,38000.0,North Dakota,38027.0,Eddy County,28503.0,WACM +2015,38000.0,North Dakota,38029.0,Emmons County,28503.0,WACM +2015,38000.0,North Dakota,38031.0,Foster County,28503.0,WACM +2015,38000.0,North Dakota,38033.0,Golden Valley County,28503.0,WACM +2015,38000.0,North Dakota,38035.0,Grand Forks County,28503.0,WACM +2015,38000.0,North Dakota,38037.0,Grant County,28503.0,WACM +2015,38000.0,North Dakota,38039.0,Griggs County,28503.0,WACM +2015,38000.0,North Dakota,38041.0,Hettinger County,28503.0,WACM +2015,38000.0,North Dakota,38043.0,Kidder County,28503.0,WACM +2015,38000.0,North Dakota,38045.0,LaMoure County,28503.0,WACM +2015,38000.0,North Dakota,38047.0,Logan County,28503.0,WACM +2015,38000.0,North Dakota,38049.0,McHenry County,28503.0,WACM +2015,38000.0,North Dakota,38051.0,McIntosh County,28503.0,WACM +2015,38000.0,North Dakota,38053.0,McKenzie County,28503.0,WACM +2015,38000.0,North Dakota,38055.0,McLean County,28503.0,WACM +2015,38000.0,North Dakota,38057.0,Mercer County,28503.0,WACM +2015,38000.0,North Dakota,38059.0,Morton County,28503.0,WACM +2015,38000.0,North Dakota,38061.0,Mountrail County,28503.0,WACM +2015,38000.0,North Dakota,38063.0,Nelson County,28503.0,WACM +2015,38000.0,North Dakota,38065.0,Oliver County,28503.0,WACM +2015,38000.0,North Dakota,38069.0,Pierce County,28503.0,WACM +2015,38000.0,North Dakota,38071.0,Ramsey County,28503.0,WACM +2015,38000.0,North Dakota,38073.0,Ransom County,28503.0,WACM +2015,38000.0,North Dakota,38075.0,Renville County,28503.0,WACM +2015,38000.0,North Dakota,38081.0,Sargent County,28503.0,WACM +2015,38000.0,North Dakota,38085.0,Sioux County,28503.0,WACM +2015,38000.0,North Dakota,38087.0,Slope County,28503.0,WACM +2015,38000.0,North Dakota,38089.0,Stark County,28503.0,WACM +2015,38000.0,North Dakota,38091.0,Steele County,28503.0,WACM +2015,38000.0,North Dakota,38093.0,Stutsman County,28503.0,WACM +2015,38000.0,North Dakota,38095.0,Towner County,28503.0,WACM +2015,38000.0,North Dakota,38097.0,Traill County,28503.0,WACM +2015,38000.0,North Dakota,38101.0,Ward County,28503.0,WACM +2015,38000.0,North Dakota,38103.0,Wells County,28503.0,WACM +2015,38000.0,North Dakota,38105.0,Williams County,28503.0,WACM +2015,41000.0,Oregon,41035.0,Klamath County,28503.0,WACM +2015,46000.0,South Dakota,46003.0,Aurora County,28503.0,WACM +2015,46000.0,South Dakota,46005.0,Beadle County,28503.0,WACM +2015,46000.0,South Dakota,46007.0,Bennett County,28503.0,WACM +2015,46000.0,South Dakota,46009.0,Bon Homme County,28503.0,WACM +2015,46000.0,South Dakota,46011.0,Brookings County,28503.0,WACM +2015,46000.0,South Dakota,46013.0,Brown County,28503.0,WACM +2015,46000.0,South Dakota,46015.0,Brule County,28503.0,WACM +2015,46000.0,South Dakota,46017.0,Buffalo County,28503.0,WACM +2015,46000.0,South Dakota,46019.0,Butte County,28503.0,WACM +2015,46000.0,South Dakota,46021.0,Campbell County,28503.0,WACM +2015,46000.0,South Dakota,46023.0,Charles Mix County,28503.0,WACM +2015,46000.0,South Dakota,46025.0,Clark County,28503.0,WACM +2015,46000.0,South Dakota,46027.0,Clay County,28503.0,WACM +2015,46000.0,South Dakota,46029.0,Codington County,28503.0,WACM +2015,46000.0,South Dakota,46031.0,Corson County,28503.0,WACM +2015,46000.0,South Dakota,46033.0,Custer County,28503.0,WACM +2015,46000.0,South Dakota,46035.0,Davison County,28503.0,WACM +2015,46000.0,South Dakota,46037.0,Day County,28503.0,WACM +2015,46000.0,South Dakota,46039.0,Deuel County,28503.0,WACM +2015,46000.0,South Dakota,46041.0,Dewey County,28503.0,WACM +2015,46000.0,South Dakota,46043.0,Douglas County,28503.0,WACM +2015,46000.0,South Dakota,46045.0,Edmunds County,28503.0,WACM +2015,46000.0,South Dakota,46047.0,Fall River County,28503.0,WACM +2015,46000.0,South Dakota,46049.0,Faulk County,28503.0,WACM +2015,46000.0,South Dakota,46051.0,Grant County,28503.0,WACM +2015,46000.0,South Dakota,46053.0,Gregory County,28503.0,WACM +2015,46000.0,South Dakota,46055.0,Haakon County,28503.0,WACM +2015,46000.0,South Dakota,46057.0,Hamlin County,28503.0,WACM +2015,46000.0,South Dakota,46059.0,Hand County,28503.0,WACM +2015,46000.0,South Dakota,46061.0,Hanson County,28503.0,WACM +2015,46000.0,South Dakota,46063.0,Harding County,28503.0,WACM +2015,46000.0,South Dakota,46065.0,Hughes County,28503.0,WACM +2015,46000.0,South Dakota,46067.0,Hutchinson County,28503.0,WACM +2015,46000.0,South Dakota,46069.0,Hyde County,28503.0,WACM +2015,46000.0,South Dakota,46071.0,Jackson County,28503.0,WACM +2015,46000.0,South Dakota,46073.0,Jerauld County,28503.0,WACM +2015,46000.0,South Dakota,46075.0,Jones County,28503.0,WACM +2015,46000.0,South Dakota,46077.0,Kingsbury County,28503.0,WACM +2015,46000.0,South Dakota,46081.0,Lawrence County,28503.0,WACM +2015,46000.0,South Dakota,46083.0,Lincoln County,28503.0,WACM +2015,46000.0,South Dakota,46085.0,Lyman County,28503.0,WACM +2015,46000.0,South Dakota,46087.0,McCook County,28503.0,WACM +2015,46000.0,South Dakota,46089.0,McPherson County,28503.0,WACM +2015,46000.0,South Dakota,46091.0,Marshall County,28503.0,WACM +2015,46000.0,South Dakota,46093.0,Meade County,28503.0,WACM +2015,46000.0,South Dakota,46095.0,Mellette County,28503.0,WACM +2015,46000.0,South Dakota,46097.0,Miner County,28503.0,WACM +2015,46000.0,South Dakota,46099.0,Minnehaha County,28503.0,WACM +2015,46000.0,South Dakota,46101.0,Moody County,28503.0,WACM +2015,46000.0,South Dakota,46103.0,Pennington County,28503.0,WACM +2015,46000.0,South Dakota,46105.0,Perkins County,28503.0,WACM +2015,46000.0,South Dakota,46107.0,Potter County,28503.0,WACM +2015,46000.0,South Dakota,46109.0,Roberts County,28503.0,WACM +2015,46000.0,South Dakota,46111.0,Sanborn County,28503.0,WACM +2015,46000.0,South Dakota,46113.0,Shannon County,28503.0,WACM +2015,46000.0,South Dakota,46115.0,Spink County,28503.0,WACM +2015,46000.0,South Dakota,46117.0,Stanley County,28503.0,WACM +2015,46000.0,South Dakota,46119.0,Sully County,28503.0,WACM +2015,46000.0,South Dakota,46121.0,Todd County,28503.0,WACM +2015,46000.0,South Dakota,46123.0,Tripp County,28503.0,WACM +2015,46000.0,South Dakota,46125.0,Turner County,28503.0,WACM +2015,46000.0,South Dakota,46127.0,Union County,28503.0,WACM +2015,46000.0,South Dakota,46129.0,Walworth County,28503.0,WACM +2015,46000.0,South Dakota,46135.0,Yankton County,28503.0,WACM +2015,46000.0,South Dakota,46137.0,Ziebach County,28503.0,WACM +2015,49000.0,Utah,49009.0,Daggett County,28503.0,WACM +2015,49000.0,Utah,49013.0,Duchesne County,28503.0,WACM +2015,49000.0,Utah,49017.0,Garfield County,28503.0,WACM +2015,49000.0,Utah,49021.0,Iron County,28503.0,WACM +2015,49000.0,Utah,49025.0,Kane County,28503.0,WACM +2015,49000.0,Utah,49031.0,Piute County,28503.0,WACM +2015,49000.0,Utah,49037.0,San Juan County,28503.0,WACM +2015,49000.0,Utah,49041.0,Sevier County,28503.0,WACM +2015,49000.0,Utah,49043.0,Summit County,28503.0,WACM +2015,49000.0,Utah,49047.0,Uintah County,28503.0,WACM +2015,49000.0,Utah,49051.0,Wasatch County,28503.0,WACM +2015,49000.0,Utah,49053.0,Washington County,28503.0,WACM +2015,49000.0,Utah,49055.0,Wayne County,28503.0,WACM +2015,56000.0,Wyoming,56001.0,Albany County,28503.0,WACM +2015,56000.0,Wyoming,56003.0,Big Horn County,28503.0,WACM +2015,56000.0,Wyoming,56005.0,Campbell County,28503.0,WACM +2015,56000.0,Wyoming,56007.0,Carbon County,28503.0,WACM +2015,56000.0,Wyoming,56009.0,Converse County,28503.0,WACM +2015,56000.0,Wyoming,56011.0,Crook County,28503.0,WACM +2015,56000.0,Wyoming,56013.0,Fremont County,28503.0,WACM +2015,56000.0,Wyoming,56015.0,Goshen County,28503.0,WACM +2015,56000.0,Wyoming,56017.0,Hot Springs County,28503.0,WACM +2015,56000.0,Wyoming,56019.0,Johnson County,28503.0,WACM +2015,56000.0,Wyoming,56021.0,Laramie County,28503.0,WACM +2015,56000.0,Wyoming,56023.0,Lincoln County,28503.0,WACM +2015,56000.0,Wyoming,56025.0,Natrona County,28503.0,WACM +2015,56000.0,Wyoming,56027.0,Niobrara County,28503.0,WACM +2015,56000.0,Wyoming,56029.0,Park County,28503.0,WACM +2015,56000.0,Wyoming,56031.0,Platte County,28503.0,WACM +2015,56000.0,Wyoming,56033.0,Sheridan County,28503.0,WACM +2015,56000.0,Wyoming,56037.0,Sweetwater County,28503.0,WACM +2015,56000.0,Wyoming,56041.0,Uinta County,28503.0,WACM +2015,56000.0,Wyoming,56043.0,Washakie County,28503.0,WACM +2015,56000.0,Wyoming,56045.0,Weston County,28503.0,WACM +2015,13000.0,Georgia,13079.0,Crawford County,29304.0,SEPA +2015,13000.0,Georgia,13087.0,Decatur County,29304.0,SEPA +2015,13000.0,Georgia,13099.0,Early County,29304.0,SEPA +2015,13000.0,Georgia,13201.0,Miller County,29304.0,SEPA +2015,13000.0,Georgia,13225.0,Peach County,29304.0,SEPA +2015,13000.0,Georgia,13253.0,Seminole County,29304.0,SEPA +2015,1000.0,Alabama,1097.0,Mobile County,56669.0,MISO +2015,1000.0,Alabama,1129.0,Washington County,56669.0,MISO +2015,5000.0,Arkansas,5001.0,Arkansas County,56669.0,MISO +2015,5000.0,Arkansas,5003.0,Ashley County,56669.0,MISO +2015,5000.0,Arkansas,5005.0,Baxter County,56669.0,MISO +2015,5000.0,Arkansas,5009.0,Boone County,56669.0,MISO +2015,5000.0,Arkansas,5011.0,Bradley County,56669.0,MISO +2015,5000.0,Arkansas,5013.0,Calhoun County,56669.0,MISO +2015,5000.0,Arkansas,5015.0,Carroll County,56669.0,MISO +2015,5000.0,Arkansas,5017.0,Chicot County,56669.0,MISO +2015,5000.0,Arkansas,5019.0,Clark County,56669.0,MISO +2015,5000.0,Arkansas,5021.0,Clay County,56669.0,MISO +2015,5000.0,Arkansas,5023.0,Cleburne County,56669.0,MISO +2015,5000.0,Arkansas,5025.0,Cleveland County,56669.0,MISO +2015,5000.0,Arkansas,5027.0,Columbia County,56669.0,MISO +2015,5000.0,Arkansas,5029.0,Conway County,56669.0,MISO +2015,5000.0,Arkansas,5031.0,Craighead County,56669.0,MISO +2015,5000.0,Arkansas,5035.0,Crittenden County,56669.0,MISO +2015,5000.0,Arkansas,5037.0,Cross County,56669.0,MISO +2015,5000.0,Arkansas,5039.0,Dallas County,56669.0,MISO +2015,5000.0,Arkansas,5041.0,Desha County,56669.0,MISO +2015,5000.0,Arkansas,5043.0,Drew County,56669.0,MISO +2015,5000.0,Arkansas,5045.0,Faulkner County,56669.0,MISO +2015,5000.0,Arkansas,5049.0,Fulton County,56669.0,MISO +2015,5000.0,Arkansas,5051.0,Garland County,56669.0,MISO +2015,5000.0,Arkansas,5053.0,Grant County,56669.0,MISO +2015,5000.0,Arkansas,5055.0,Greene County,56669.0,MISO +2015,5000.0,Arkansas,5057.0,Hempstead County,56669.0,MISO +2015,5000.0,Arkansas,5059.0,Hot Spring County,56669.0,MISO +2015,5000.0,Arkansas,5061.0,Howard County,56669.0,MISO +2015,5000.0,Arkansas,5063.0,Independence County,56669.0,MISO +2015,5000.0,Arkansas,5065.0,Izard County,56669.0,MISO +2015,5000.0,Arkansas,5067.0,Jackson County,56669.0,MISO +2015,5000.0,Arkansas,5069.0,Jefferson County,56669.0,MISO +2015,5000.0,Arkansas,5071.0,Johnson County,56669.0,MISO +2015,5000.0,Arkansas,5073.0,Lafayette County,56669.0,MISO +2015,5000.0,Arkansas,5075.0,Lawrence County,56669.0,MISO +2015,5000.0,Arkansas,5077.0,Lee County,56669.0,MISO +2015,5000.0,Arkansas,5079.0,Lincoln County,56669.0,MISO +2015,5000.0,Arkansas,5081.0,Little River County,56669.0,MISO +2015,5000.0,Arkansas,5083.0,Logan County,56669.0,MISO +2015,5000.0,Arkansas,5085.0,Lonoke County,56669.0,MISO +2015,5000.0,Arkansas,5089.0,Marion County,56669.0,MISO +2015,5000.0,Arkansas,5091.0,Miller County,56669.0,MISO +2015,5000.0,Arkansas,5093.0,Mississippi County,56669.0,MISO +2015,5000.0,Arkansas,5095.0,Monroe County,56669.0,MISO +2015,5000.0,Arkansas,5097.0,Montgomery County,56669.0,MISO +2015,5000.0,Arkansas,5099.0,Nevada County,56669.0,MISO +2015,5000.0,Arkansas,5101.0,Newton County,56669.0,MISO +2015,5000.0,Arkansas,5103.0,Ouachita County,56669.0,MISO +2015,5000.0,Arkansas,5105.0,Perry County,56669.0,MISO +2015,5000.0,Arkansas,5107.0,Phillips County,56669.0,MISO +2015,5000.0,Arkansas,5109.0,Pike County,56669.0,MISO +2015,5000.0,Arkansas,5111.0,Poinsett County,56669.0,MISO +2015,5000.0,Arkansas,5113.0,Polk County,56669.0,MISO +2015,5000.0,Arkansas,5115.0,Pope County,56669.0,MISO +2015,5000.0,Arkansas,5117.0,Prairie County,56669.0,MISO +2015,5000.0,Arkansas,5119.0,Pulaski County,56669.0,MISO +2015,5000.0,Arkansas,5121.0,Randolph County,56669.0,MISO +2015,5000.0,Arkansas,5123.0,St. Francis County,56669.0,MISO +2015,5000.0,Arkansas,5125.0,Saline County,56669.0,MISO +2015,5000.0,Arkansas,5127.0,Scott County,56669.0,MISO +2015,5000.0,Arkansas,5129.0,Searcy County,56669.0,MISO +2015,5000.0,Arkansas,5133.0,Sevier County,56669.0,MISO +2015,5000.0,Arkansas,5135.0,Sharp County,56669.0,MISO +2015,5000.0,Arkansas,5137.0,Stone County,56669.0,MISO +2015,5000.0,Arkansas,5139.0,Union County,56669.0,MISO +2015,5000.0,Arkansas,5141.0,Van Buren County,56669.0,MISO +2015,5000.0,Arkansas,5145.0,White County,56669.0,MISO +2015,5000.0,Arkansas,5147.0,Woodruff County,56669.0,MISO +2015,5000.0,Arkansas,5149.0,Yell County,56669.0,MISO +2015,17000.0,Illinois,17001.0,Adams County,56669.0,MISO +2015,17000.0,Illinois,17003.0,Alexander County,56669.0,MISO +2015,17000.0,Illinois,17005.0,Bond County,56669.0,MISO +2015,17000.0,Illinois,17007.0,Boone County,56669.0,MISO +2015,17000.0,Illinois,17009.0,Brown County,56669.0,MISO +2015,17000.0,Illinois,17011.0,Bureau County,56669.0,MISO +2015,17000.0,Illinois,17013.0,Calhoun County,56669.0,MISO +2015,17000.0,Illinois,17015.0,Carroll County,56669.0,MISO +2015,17000.0,Illinois,17017.0,Cass County,56669.0,MISO +2015,17000.0,Illinois,17019.0,Champaign County,56669.0,MISO +2015,17000.0,Illinois,17021.0,Christian County,56669.0,MISO +2015,17000.0,Illinois,17023.0,Clark County,56669.0,MISO +2015,17000.0,Illinois,17025.0,Clay County,56669.0,MISO +2015,17000.0,Illinois,17027.0,Clinton County,56669.0,MISO +2015,17000.0,Illinois,17029.0,Coles County,56669.0,MISO +2015,17000.0,Illinois,17033.0,Crawford County,56669.0,MISO +2015,17000.0,Illinois,17035.0,Cumberland County,56669.0,MISO +2015,17000.0,Illinois,17039.0,De Witt County,56669.0,MISO +2015,17000.0,Illinois,17041.0,Douglas County,56669.0,MISO +2015,17000.0,Illinois,17045.0,Edgar County,56669.0,MISO +2015,17000.0,Illinois,17047.0,Edwards County,56669.0,MISO +2015,17000.0,Illinois,17049.0,Effingham County,56669.0,MISO +2015,17000.0,Illinois,17051.0,Fayette County,56669.0,MISO +2015,17000.0,Illinois,17053.0,Ford County,56669.0,MISO +2015,17000.0,Illinois,17055.0,Franklin County,56669.0,MISO +2015,17000.0,Illinois,17057.0,Fulton County,56669.0,MISO +2015,17000.0,Illinois,17059.0,Gallatin County,56669.0,MISO +2015,17000.0,Illinois,17061.0,Greene County,56669.0,MISO +2015,17000.0,Illinois,17065.0,Hamilton County,56669.0,MISO +2015,17000.0,Illinois,17067.0,Hancock County,56669.0,MISO +2015,17000.0,Illinois,17069.0,Hardin County,56669.0,MISO +2015,17000.0,Illinois,17071.0,Henderson County,56669.0,MISO +2015,17000.0,Illinois,17073.0,Henry County,56669.0,MISO +2015,17000.0,Illinois,17075.0,Iroquois County,56669.0,MISO +2015,17000.0,Illinois,17077.0,Jackson County,56669.0,MISO +2015,17000.0,Illinois,17079.0,Jasper County,56669.0,MISO +2015,17000.0,Illinois,17081.0,Jefferson County,56669.0,MISO +2015,17000.0,Illinois,17083.0,Jersey County,56669.0,MISO +2015,17000.0,Illinois,17085.0,Jo Daviess County,56669.0,MISO +2015,17000.0,Illinois,17087.0,Johnson County,56669.0,MISO +2015,17000.0,Illinois,17093.0,Kendall County,56669.0,MISO +2015,17000.0,Illinois,17095.0,Knox County,56669.0,MISO +2015,17000.0,Illinois,17099.0,LaSalle County,56669.0,MISO +2015,17000.0,Illinois,17101.0,Lawrence County,56669.0,MISO +2015,17000.0,Illinois,17105.0,Livingston County,56669.0,MISO +2015,17000.0,Illinois,17107.0,Logan County,56669.0,MISO +2015,17000.0,Illinois,17109.0,McDonough County,56669.0,MISO +2015,17000.0,Illinois,17111.0,McHenry County,56669.0,MISO +2015,17000.0,Illinois,17113.0,McLean County,56669.0,MISO +2015,17000.0,Illinois,17115.0,Macon County,56669.0,MISO +2015,17000.0,Illinois,17117.0,Macoupin County,56669.0,MISO +2015,17000.0,Illinois,17119.0,Madison County,56669.0,MISO +2015,17000.0,Illinois,17121.0,Marion County,56669.0,MISO +2015,17000.0,Illinois,17123.0,Marshall County,56669.0,MISO +2015,17000.0,Illinois,17125.0,Mason County,56669.0,MISO +2015,17000.0,Illinois,17127.0,Massac County,56669.0,MISO +2015,17000.0,Illinois,17129.0,Menard County,56669.0,MISO +2015,17000.0,Illinois,17131.0,Mercer County,56669.0,MISO +2015,17000.0,Illinois,17133.0,Monroe County,56669.0,MISO +2015,17000.0,Illinois,17135.0,Montgomery County,56669.0,MISO +2015,17000.0,Illinois,17137.0,Morgan County,56669.0,MISO +2015,17000.0,Illinois,17139.0,Moultrie County,56669.0,MISO +2015,17000.0,Illinois,17143.0,Peoria County,56669.0,MISO +2015,17000.0,Illinois,17145.0,Perry County,56669.0,MISO +2015,17000.0,Illinois,17147.0,Piatt County,56669.0,MISO +2015,17000.0,Illinois,17149.0,Pike County,56669.0,MISO +2015,17000.0,Illinois,17151.0,Pope County,56669.0,MISO +2015,17000.0,Illinois,17153.0,Pulaski County,56669.0,MISO +2015,17000.0,Illinois,17155.0,Putnam County,56669.0,MISO +2015,17000.0,Illinois,17157.0,Randolph County,56669.0,MISO +2015,17000.0,Illinois,17159.0,Richland County,56669.0,MISO +2015,17000.0,Illinois,17161.0,Rock Island County,56669.0,MISO +2015,17000.0,Illinois,17163.0,St. Clair County,56669.0,MISO +2015,17000.0,Illinois,17165.0,Saline County,56669.0,MISO +2015,17000.0,Illinois,17167.0,Sangamon County,56669.0,MISO +2015,17000.0,Illinois,17169.0,Schuyler County,56669.0,MISO +2015,17000.0,Illinois,17171.0,Scott County,56669.0,MISO +2015,17000.0,Illinois,17173.0,Shelby County,56669.0,MISO +2015,17000.0,Illinois,17175.0,Stark County,56669.0,MISO +2015,17000.0,Illinois,17177.0,Stephenson County,56669.0,MISO +2015,17000.0,Illinois,17179.0,Tazewell County,56669.0,MISO +2015,17000.0,Illinois,17181.0,Union County,56669.0,MISO +2015,17000.0,Illinois,17183.0,Vermilion County,56669.0,MISO +2015,17000.0,Illinois,17185.0,Wabash County,56669.0,MISO +2015,17000.0,Illinois,17187.0,Warren County,56669.0,MISO +2015,17000.0,Illinois,17189.0,Washington County,56669.0,MISO +2015,17000.0,Illinois,17191.0,Wayne County,56669.0,MISO +2015,17000.0,Illinois,17193.0,White County,56669.0,MISO +2015,17000.0,Illinois,17195.0,Whiteside County,56669.0,MISO +2015,17000.0,Illinois,17199.0,Williamson County,56669.0,MISO +2015,17000.0,Illinois,17201.0,Winnebago County,56669.0,MISO +2015,17000.0,Illinois,17203.0,Woodford County,56669.0,MISO +2015,18000.0,Indiana,18005.0,Bartholomew County,56669.0,MISO +2015,18000.0,Indiana,18007.0,Benton County,56669.0,MISO +2015,18000.0,Indiana,18011.0,Boone County,56669.0,MISO +2015,18000.0,Indiana,18013.0,Brown County,56669.0,MISO +2015,18000.0,Indiana,18015.0,Carroll County,56669.0,MISO +2015,18000.0,Indiana,18017.0,Cass County,56669.0,MISO +2015,18000.0,Indiana,18019.0,Clark County,56669.0,MISO +2015,18000.0,Indiana,18021.0,Clay County,56669.0,MISO +2015,18000.0,Indiana,18023.0,Clinton County,56669.0,MISO +2015,18000.0,Indiana,18025.0,Crawford County,56669.0,MISO +2015,18000.0,Indiana,18027.0,Daviess County,56669.0,MISO +2015,18000.0,Indiana,18029.0,Dearborn County,56669.0,MISO +2015,18000.0,Indiana,18031.0,Decatur County,56669.0,MISO +2015,18000.0,Indiana,18033.0,DeKalb County,56669.0,MISO +2015,18000.0,Indiana,18035.0,Delaware County,56669.0,MISO +2015,18000.0,Indiana,18037.0,Dubois County,56669.0,MISO +2015,18000.0,Indiana,18039.0,Elkhart County,56669.0,MISO +2015,18000.0,Indiana,18041.0,Fayette County,56669.0,MISO +2015,18000.0,Indiana,18043.0,Floyd County,56669.0,MISO +2015,18000.0,Indiana,18045.0,Fountain County,56669.0,MISO +2015,18000.0,Indiana,18047.0,Franklin County,56669.0,MISO +2015,18000.0,Indiana,18049.0,Fulton County,56669.0,MISO +2015,18000.0,Indiana,18051.0,Gibson County,56669.0,MISO +2015,18000.0,Indiana,18053.0,Grant County,56669.0,MISO +2015,18000.0,Indiana,18055.0,Greene County,56669.0,MISO +2015,18000.0,Indiana,18057.0,Hamilton County,56669.0,MISO +2015,18000.0,Indiana,18059.0,Hancock County,56669.0,MISO +2015,18000.0,Indiana,18061.0,Harrison County,56669.0,MISO +2015,18000.0,Indiana,18063.0,Hendricks County,56669.0,MISO +2015,18000.0,Indiana,18065.0,Henry County,56669.0,MISO +2015,18000.0,Indiana,18067.0,Howard County,56669.0,MISO +2015,18000.0,Indiana,18069.0,Huntington County,56669.0,MISO +2015,18000.0,Indiana,18071.0,Jackson County,56669.0,MISO +2015,18000.0,Indiana,18073.0,Jasper County,56669.0,MISO +2015,18000.0,Indiana,18077.0,Jefferson County,56669.0,MISO +2015,18000.0,Indiana,18079.0,Jennings County,56669.0,MISO +2015,18000.0,Indiana,18081.0,Johnson County,56669.0,MISO +2015,18000.0,Indiana,18083.0,Knox County,56669.0,MISO +2015,18000.0,Indiana,18085.0,Kosciusko County,56669.0,MISO +2015,18000.0,Indiana,18087.0,LaGrange County,56669.0,MISO +2015,18000.0,Indiana,18089.0,Lake County,56669.0,MISO +2015,18000.0,Indiana,18091.0,LaPorte County,56669.0,MISO +2015,18000.0,Indiana,18093.0,Lawrence County,56669.0,MISO +2015,18000.0,Indiana,18095.0,Madison County,56669.0,MISO +2015,18000.0,Indiana,18097.0,Marion County,56669.0,MISO +2015,18000.0,Indiana,18099.0,Marshall County,56669.0,MISO +2015,18000.0,Indiana,18101.0,Martin County,56669.0,MISO +2015,18000.0,Indiana,18103.0,Miami County,56669.0,MISO +2015,18000.0,Indiana,18105.0,Monroe County,56669.0,MISO +2015,18000.0,Indiana,18107.0,Montgomery County,56669.0,MISO +2015,18000.0,Indiana,18109.0,Morgan County,56669.0,MISO +2015,18000.0,Indiana,18111.0,Newton County,56669.0,MISO +2015,18000.0,Indiana,18113.0,Noble County,56669.0,MISO +2015,18000.0,Indiana,18115.0,Ohio County,56669.0,MISO +2015,18000.0,Indiana,18117.0,Orange County,56669.0,MISO +2015,18000.0,Indiana,18119.0,Owen County,56669.0,MISO +2015,18000.0,Indiana,18121.0,Parke County,56669.0,MISO +2015,18000.0,Indiana,18123.0,Perry County,56669.0,MISO +2015,18000.0,Indiana,18125.0,Pike County,56669.0,MISO +2015,18000.0,Indiana,18127.0,Porter County,56669.0,MISO +2015,18000.0,Indiana,18129.0,Posey County,56669.0,MISO +2015,18000.0,Indiana,18131.0,Pulaski County,56669.0,MISO +2015,18000.0,Indiana,18133.0,Putnam County,56669.0,MISO +2015,18000.0,Indiana,18135.0,Randolph County,56669.0,MISO +2015,18000.0,Indiana,18137.0,Ripley County,56669.0,MISO +2015,18000.0,Indiana,18139.0,Rush County,56669.0,MISO +2015,18000.0,Indiana,18141.0,St. Joseph County,56669.0,MISO +2015,18000.0,Indiana,18143.0,Scott County,56669.0,MISO +2015,18000.0,Indiana,18145.0,Shelby County,56669.0,MISO +2015,18000.0,Indiana,18147.0,Spencer County,56669.0,MISO +2015,18000.0,Indiana,18149.0,Starke County,56669.0,MISO +2015,18000.0,Indiana,18151.0,Steuben County,56669.0,MISO +2015,18000.0,Indiana,18153.0,Sullivan County,56669.0,MISO +2015,18000.0,Indiana,18155.0,Switzerland County,56669.0,MISO +2015,18000.0,Indiana,18157.0,Tippecanoe County,56669.0,MISO +2015,18000.0,Indiana,18159.0,Tipton County,56669.0,MISO +2015,18000.0,Indiana,18161.0,Union County,56669.0,MISO +2015,18000.0,Indiana,18163.0,Vanderburgh County,56669.0,MISO +2015,18000.0,Indiana,18165.0,Vermillion County,56669.0,MISO +2015,18000.0,Indiana,18167.0,Vigo County,56669.0,MISO +2015,18000.0,Indiana,18169.0,Wabash County,56669.0,MISO +2015,18000.0,Indiana,18171.0,Warren County,56669.0,MISO +2015,18000.0,Indiana,18173.0,Warrick County,56669.0,MISO +2015,18000.0,Indiana,18175.0,Washington County,56669.0,MISO +2015,18000.0,Indiana,18177.0,Wayne County,56669.0,MISO +2015,18000.0,Indiana,18179.0,Wells County,56669.0,MISO +2015,18000.0,Indiana,18181.0,White County,56669.0,MISO +2015,18000.0,Indiana,18183.0,Whitley County,56669.0,MISO +2015,19000.0,Iowa,19001.0,Adair County,56669.0,MISO +2015,19000.0,Iowa,19003.0,Adams County,56669.0,MISO +2015,19000.0,Iowa,19005.0,Allamakee County,56669.0,MISO +2015,19000.0,Iowa,19007.0,Appanoose County,56669.0,MISO +2015,19000.0,Iowa,19009.0,Audubon County,56669.0,MISO +2015,19000.0,Iowa,19011.0,Benton County,56669.0,MISO +2015,19000.0,Iowa,19013.0,Black Hawk County,56669.0,MISO +2015,19000.0,Iowa,19015.0,Boone County,56669.0,MISO +2015,19000.0,Iowa,19017.0,Bremer County,56669.0,MISO +2015,19000.0,Iowa,19019.0,Buchanan County,56669.0,MISO +2015,19000.0,Iowa,19021.0,Buena Vista County,56669.0,MISO +2015,19000.0,Iowa,19023.0,Butler County,56669.0,MISO +2015,19000.0,Iowa,19025.0,Calhoun County,56669.0,MISO +2015,19000.0,Iowa,19027.0,Carroll County,56669.0,MISO +2015,19000.0,Iowa,19029.0,Cass County,56669.0,MISO +2015,19000.0,Iowa,19031.0,Cedar County,56669.0,MISO +2015,19000.0,Iowa,19033.0,Cerro Gordo County,56669.0,MISO +2015,19000.0,Iowa,19035.0,Cherokee County,56669.0,MISO +2015,19000.0,Iowa,19037.0,Chickasaw County,56669.0,MISO +2015,19000.0,Iowa,19039.0,Clarke County,56669.0,MISO +2015,19000.0,Iowa,19041.0,Clay County,56669.0,MISO +2015,19000.0,Iowa,19043.0,Clayton County,56669.0,MISO +2015,19000.0,Iowa,19045.0,Clinton County,56669.0,MISO +2015,19000.0,Iowa,19047.0,Crawford County,56669.0,MISO +2015,19000.0,Iowa,19049.0,Dallas County,56669.0,MISO +2015,19000.0,Iowa,19051.0,Davis County,56669.0,MISO +2015,19000.0,Iowa,19053.0,Decatur County,56669.0,MISO +2015,19000.0,Iowa,19055.0,Delaware County,56669.0,MISO +2015,19000.0,Iowa,19057.0,Des Moines County,56669.0,MISO +2015,19000.0,Iowa,19059.0,Dickinson County,56669.0,MISO +2015,19000.0,Iowa,19061.0,Dubuque County,56669.0,MISO +2015,19000.0,Iowa,19063.0,Emmet County,56669.0,MISO +2015,19000.0,Iowa,19065.0,Fayette County,56669.0,MISO +2015,19000.0,Iowa,19067.0,Floyd County,56669.0,MISO +2015,19000.0,Iowa,19069.0,Franklin County,56669.0,MISO +2015,19000.0,Iowa,19071.0,Fremont County,56669.0,MISO +2015,19000.0,Iowa,19073.0,Greene County,56669.0,MISO +2015,19000.0,Iowa,19075.0,Grundy County,56669.0,MISO +2015,19000.0,Iowa,19077.0,Guthrie County,56669.0,MISO +2015,19000.0,Iowa,19079.0,Hamilton County,56669.0,MISO +2015,19000.0,Iowa,19081.0,Hancock County,56669.0,MISO +2015,19000.0,Iowa,19083.0,Hardin County,56669.0,MISO +2015,19000.0,Iowa,19085.0,Harrison County,56669.0,MISO +2015,19000.0,Iowa,19087.0,Henry County,56669.0,MISO +2015,19000.0,Iowa,19089.0,Howard County,56669.0,MISO +2015,19000.0,Iowa,19091.0,Humboldt County,56669.0,MISO +2015,19000.0,Iowa,19093.0,Ida County,56669.0,MISO +2015,19000.0,Iowa,19095.0,Iowa County,56669.0,MISO +2015,19000.0,Iowa,19097.0,Jackson County,56669.0,MISO +2015,19000.0,Iowa,19099.0,Jasper County,56669.0,MISO +2015,19000.0,Iowa,19101.0,Jefferson County,56669.0,MISO +2015,19000.0,Iowa,19103.0,Johnson County,56669.0,MISO +2015,19000.0,Iowa,19105.0,Jones County,56669.0,MISO +2015,19000.0,Iowa,19107.0,Keokuk County,56669.0,MISO +2015,19000.0,Iowa,19109.0,Kossuth County,56669.0,MISO +2015,19000.0,Iowa,19111.0,Lee County,56669.0,MISO +2015,19000.0,Iowa,19113.0,Linn County,56669.0,MISO +2015,19000.0,Iowa,19115.0,Louisa County,56669.0,MISO +2015,19000.0,Iowa,19117.0,Lucas County,56669.0,MISO +2015,19000.0,Iowa,19119.0,Lyon County,56669.0,MISO +2015,19000.0,Iowa,19121.0,Madison County,56669.0,MISO +2015,19000.0,Iowa,19123.0,Mahaska County,56669.0,MISO +2015,19000.0,Iowa,19125.0,Marion County,56669.0,MISO +2015,19000.0,Iowa,19127.0,Marshall County,56669.0,MISO +2015,19000.0,Iowa,19129.0,Mills County,56669.0,MISO +2015,19000.0,Iowa,19131.0,Mitchell County,56669.0,MISO +2015,19000.0,Iowa,19133.0,Monona County,56669.0,MISO +2015,19000.0,Iowa,19135.0,Monroe County,56669.0,MISO +2015,19000.0,Iowa,19137.0,Montgomery County,56669.0,MISO +2015,19000.0,Iowa,19139.0,Muscatine County,56669.0,MISO +2015,19000.0,Iowa,19141.0,O'Brien County,56669.0,MISO +2015,19000.0,Iowa,19143.0,Osceola County,56669.0,MISO +2015,19000.0,Iowa,19145.0,Page County,56669.0,MISO +2015,19000.0,Iowa,19147.0,Palo Alto County,56669.0,MISO +2015,19000.0,Iowa,19149.0,Plymouth County,56669.0,MISO +2015,19000.0,Iowa,19151.0,Pocahontas County,56669.0,MISO +2015,19000.0,Iowa,19153.0,Polk County,56669.0,MISO +2015,19000.0,Iowa,19155.0,Pottawattamie County,56669.0,MISO +2015,19000.0,Iowa,19157.0,Poweshiek County,56669.0,MISO +2015,19000.0,Iowa,19159.0,Ringgold County,56669.0,MISO +2015,19000.0,Iowa,19161.0,Sac County,56669.0,MISO +2015,19000.0,Iowa,19163.0,Scott County,56669.0,MISO +2015,19000.0,Iowa,19165.0,Shelby County,56669.0,MISO +2015,19000.0,Iowa,19167.0,Sioux County,56669.0,MISO +2015,19000.0,Iowa,19169.0,Story County,56669.0,MISO +2015,19000.0,Iowa,19171.0,Tama County,56669.0,MISO +2015,19000.0,Iowa,19173.0,Taylor County,56669.0,MISO +2015,19000.0,Iowa,19175.0,Union County,56669.0,MISO +2015,19000.0,Iowa,19177.0,Van Buren County,56669.0,MISO +2015,19000.0,Iowa,19179.0,Wapello County,56669.0,MISO +2015,19000.0,Iowa,19181.0,Warren County,56669.0,MISO +2015,19000.0,Iowa,19183.0,Washington County,56669.0,MISO +2015,19000.0,Iowa,19185.0,Wayne County,56669.0,MISO +2015,19000.0,Iowa,19187.0,Webster County,56669.0,MISO +2015,19000.0,Iowa,19189.0,Winnebago County,56669.0,MISO +2015,19000.0,Iowa,19191.0,Winneshiek County,56669.0,MISO +2015,19000.0,Iowa,19193.0,Woodbury County,56669.0,MISO +2015,19000.0,Iowa,19195.0,Worth County,56669.0,MISO +2015,19000.0,Iowa,19197.0,Wright County,56669.0,MISO +2015,21000.0,Kentucky,21007.0,Ballard County,56669.0,MISO +2015,21000.0,Kentucky,21027.0,Breckinridge County,56669.0,MISO +2015,21000.0,Kentucky,21033.0,Caldwell County,56669.0,MISO +2015,21000.0,Kentucky,21039.0,Carlisle County,56669.0,MISO +2015,21000.0,Kentucky,21055.0,Crittenden County,56669.0,MISO +2015,21000.0,Kentucky,21059.0,Daviess County,56669.0,MISO +2015,21000.0,Kentucky,21083.0,Graves County,56669.0,MISO +2015,21000.0,Kentucky,21085.0,Grayson County,56669.0,MISO +2015,21000.0,Kentucky,21091.0,Hancock County,56669.0,MISO +2015,21000.0,Kentucky,21093.0,Hardin County,56669.0,MISO +2015,21000.0,Kentucky,21101.0,Henderson County,56669.0,MISO +2015,21000.0,Kentucky,21107.0,Hopkins County,56669.0,MISO +2015,21000.0,Kentucky,21139.0,Livingston County,56669.0,MISO +2015,21000.0,Kentucky,21143.0,Lyon County,56669.0,MISO +2015,21000.0,Kentucky,21145.0,McCracken County,56669.0,MISO +2015,21000.0,Kentucky,21149.0,McLean County,56669.0,MISO +2015,21000.0,Kentucky,21157.0,Marshall County,56669.0,MISO +2015,21000.0,Kentucky,21163.0,Meade County,56669.0,MISO +2015,21000.0,Kentucky,21177.0,Muhlenberg County,56669.0,MISO +2015,21000.0,Kentucky,21183.0,Ohio County,56669.0,MISO +2015,21000.0,Kentucky,21225.0,Union County,56669.0,MISO +2015,21000.0,Kentucky,21233.0,Webster County,56669.0,MISO +2015,22000.0,Louisiana,22001.0,Acadia Parish,56669.0,MISO +2015,22000.0,Louisiana,22003.0,Allen Parish,56669.0,MISO +2015,22000.0,Louisiana,22005.0,Ascension Parish,56669.0,MISO +2015,22000.0,Louisiana,22007.0,Assumption Parish,56669.0,MISO +2015,22000.0,Louisiana,22009.0,Avoyelles Parish,56669.0,MISO +2015,22000.0,Louisiana,22011.0,Beauregard Parish,56669.0,MISO +2015,22000.0,Louisiana,22013.0,Bienville Parish,56669.0,MISO +2015,22000.0,Louisiana,22015.0,Bossier Parish,56669.0,MISO +2015,22000.0,Louisiana,22019.0,Calcasieu Parish,56669.0,MISO +2015,22000.0,Louisiana,22021.0,Caldwell Parish,56669.0,MISO +2015,22000.0,Louisiana,22023.0,Cameron Parish,56669.0,MISO +2015,22000.0,Louisiana,22025.0,Catahoula Parish,56669.0,MISO +2015,22000.0,Louisiana,22027.0,Claiborne Parish,56669.0,MISO +2015,22000.0,Louisiana,22029.0,Concordia Parish,56669.0,MISO +2015,22000.0,Louisiana,22031.0,De Soto Parish,56669.0,MISO +2015,22000.0,Louisiana,22033.0,East Baton Rouge Parish,56669.0,MISO +2015,22000.0,Louisiana,22035.0,East Carroll Parish,56669.0,MISO +2015,22000.0,Louisiana,22037.0,East Feliciana Parish,56669.0,MISO +2015,22000.0,Louisiana,22039.0,Evangeline Parish,56669.0,MISO +2015,22000.0,Louisiana,22041.0,Franklin Parish,56669.0,MISO +2015,22000.0,Louisiana,22043.0,Grant Parish,56669.0,MISO +2015,22000.0,Louisiana,22045.0,Iberia Parish,56669.0,MISO +2015,22000.0,Louisiana,22047.0,Iberville Parish,56669.0,MISO +2015,22000.0,Louisiana,22049.0,Jackson Parish,56669.0,MISO +2015,22000.0,Louisiana,22051.0,Jefferson Parish,56669.0,MISO +2015,22000.0,Louisiana,22053.0,Jefferson Davis Parish,56669.0,MISO +2015,22000.0,Louisiana,22055.0,Lafayette Parish,56669.0,MISO +2015,22000.0,Louisiana,22057.0,Lafourche Parish,56669.0,MISO +2015,22000.0,Louisiana,22059.0,La Salle Parish,56669.0,MISO +2015,22000.0,Louisiana,22061.0,Lincoln Parish,56669.0,MISO +2015,22000.0,Louisiana,22063.0,Livingston Parish,56669.0,MISO +2015,22000.0,Louisiana,22065.0,Madison Parish,56669.0,MISO +2015,22000.0,Louisiana,22067.0,Morehouse Parish,56669.0,MISO +2015,22000.0,Louisiana,22069.0,Natchitoches Parish,56669.0,MISO +2015,22000.0,Louisiana,22071.0,Orleans Parish,56669.0,MISO +2015,22000.0,Louisiana,22073.0,Ouachita Parish,56669.0,MISO +2015,22000.0,Louisiana,22075.0,Plaquemines Parish,56669.0,MISO +2015,22000.0,Louisiana,22077.0,Pointe Coupee Parish,56669.0,MISO +2015,22000.0,Louisiana,22079.0,Rapides Parish,56669.0,MISO +2015,22000.0,Louisiana,22081.0,Red River Parish,56669.0,MISO +2015,22000.0,Louisiana,22083.0,Richland Parish,56669.0,MISO +2015,22000.0,Louisiana,22085.0,Sabine Parish,56669.0,MISO +2015,22000.0,Louisiana,22087.0,St. Bernard Parish,56669.0,MISO +2015,22000.0,Louisiana,22089.0,St. Charles Parish,56669.0,MISO +2015,22000.0,Louisiana,22091.0,St. Helena Parish,56669.0,MISO +2015,22000.0,Louisiana,22093.0,St. James Parish,56669.0,MISO +2015,22000.0,Louisiana,22095.0,St. John the Baptist Parish,56669.0,MISO +2015,22000.0,Louisiana,22097.0,St. Landry Parish,56669.0,MISO +2015,22000.0,Louisiana,22099.0,St. Martin Parish,56669.0,MISO +2015,22000.0,Louisiana,22101.0,St. Mary Parish,56669.0,MISO +2015,22000.0,Louisiana,22103.0,St. Tammany Parish,56669.0,MISO +2015,22000.0,Louisiana,22105.0,Tangipahoa Parish,56669.0,MISO +2015,22000.0,Louisiana,22107.0,Tensas Parish,56669.0,MISO +2015,22000.0,Louisiana,22109.0,Terrebonne Parish,56669.0,MISO +2015,22000.0,Louisiana,22111.0,Union Parish,56669.0,MISO +2015,22000.0,Louisiana,22113.0,Vermilion Parish,56669.0,MISO +2015,22000.0,Louisiana,22115.0,Vernon Parish,56669.0,MISO +2015,22000.0,Louisiana,22117.0,Washington Parish,56669.0,MISO +2015,22000.0,Louisiana,22119.0,Webster Parish,56669.0,MISO +2015,22000.0,Louisiana,22121.0,West Baton Rouge Parish,56669.0,MISO +2015,22000.0,Louisiana,22123.0,West Carroll Parish,56669.0,MISO +2015,22000.0,Louisiana,22125.0,West Feliciana Parish,56669.0,MISO +2015,22000.0,Louisiana,22127.0,Winn Parish,56669.0,MISO +2015,26000.0,Michigan,26001.0,Alcona County,56669.0,MISO +2015,26000.0,Michigan,26003.0,Alger County,56669.0,MISO +2015,26000.0,Michigan,26005.0,Allegan County,56669.0,MISO +2015,26000.0,Michigan,26007.0,Alpena County,56669.0,MISO +2015,26000.0,Michigan,26009.0,Antrim County,56669.0,MISO +2015,26000.0,Michigan,26011.0,Arenac County,56669.0,MISO +2015,26000.0,Michigan,26013.0,Baraga County,56669.0,MISO +2015,26000.0,Michigan,26015.0,Barry County,56669.0,MISO +2015,26000.0,Michigan,26017.0,Bay County,56669.0,MISO +2015,26000.0,Michigan,26019.0,Benzie County,56669.0,MISO +2015,26000.0,Michigan,26023.0,Branch County,56669.0,MISO +2015,26000.0,Michigan,26025.0,Calhoun County,56669.0,MISO +2015,26000.0,Michigan,26029.0,Charlevoix County,56669.0,MISO +2015,26000.0,Michigan,26031.0,Cheboygan County,56669.0,MISO +2015,26000.0,Michigan,26033.0,Chippewa County,56669.0,MISO +2015,26000.0,Michigan,26035.0,Clare County,56669.0,MISO +2015,26000.0,Michigan,26037.0,Clinton County,56669.0,MISO +2015,26000.0,Michigan,26039.0,Crawford County,56669.0,MISO +2015,26000.0,Michigan,26041.0,Delta County,56669.0,MISO +2015,26000.0,Michigan,26043.0,Dickinson County,56669.0,MISO +2015,26000.0,Michigan,26045.0,Eaton County,56669.0,MISO +2015,26000.0,Michigan,26047.0,Emmet County,56669.0,MISO +2015,26000.0,Michigan,26049.0,Genesee County,56669.0,MISO +2015,26000.0,Michigan,26051.0,Gladwin County,56669.0,MISO +2015,26000.0,Michigan,26053.0,Gogebic County,56669.0,MISO +2015,26000.0,Michigan,26055.0,Grand Traverse County,56669.0,MISO +2015,26000.0,Michigan,26057.0,Gratiot County,56669.0,MISO +2015,26000.0,Michigan,26059.0,Hillsdale County,56669.0,MISO +2015,26000.0,Michigan,26061.0,Houghton County,56669.0,MISO +2015,26000.0,Michigan,26063.0,Huron County,56669.0,MISO +2015,26000.0,Michigan,26065.0,Ingham County,56669.0,MISO +2015,26000.0,Michigan,26067.0,Ionia County,56669.0,MISO +2015,26000.0,Michigan,26069.0,Iosco County,56669.0,MISO +2015,26000.0,Michigan,26071.0,Iron County,56669.0,MISO +2015,26000.0,Michigan,26073.0,Isabella County,56669.0,MISO +2015,26000.0,Michigan,26075.0,Jackson County,56669.0,MISO +2015,26000.0,Michigan,26077.0,Kalamazoo County,56669.0,MISO +2015,26000.0,Michigan,26079.0,Kalkaska County,56669.0,MISO +2015,26000.0,Michigan,26081.0,Kent County,56669.0,MISO +2015,26000.0,Michigan,26083.0,Keweenaw County,56669.0,MISO +2015,26000.0,Michigan,26085.0,Lake County,56669.0,MISO +2015,26000.0,Michigan,26087.0,Lapeer County,56669.0,MISO +2015,26000.0,Michigan,26089.0,Leelanau County,56669.0,MISO +2015,26000.0,Michigan,26091.0,Lenawee County,56669.0,MISO +2015,26000.0,Michigan,26093.0,Livingston County,56669.0,MISO +2015,26000.0,Michigan,26095.0,Luce County,56669.0,MISO +2015,26000.0,Michigan,26097.0,Mackinac County,56669.0,MISO +2015,26000.0,Michigan,26099.0,Macomb County,56669.0,MISO +2015,26000.0,Michigan,26101.0,Manistee County,56669.0,MISO +2015,26000.0,Michigan,26103.0,Marquette County,56669.0,MISO +2015,26000.0,Michigan,26105.0,Mason County,56669.0,MISO +2015,26000.0,Michigan,26107.0,Mecosta County,56669.0,MISO +2015,26000.0,Michigan,26109.0,Menominee County,56669.0,MISO +2015,26000.0,Michigan,26111.0,Midland County,56669.0,MISO +2015,26000.0,Michigan,26113.0,Missaukee County,56669.0,MISO +2015,26000.0,Michigan,26115.0,Monroe County,56669.0,MISO +2015,26000.0,Michigan,26117.0,Montcalm County,56669.0,MISO +2015,26000.0,Michigan,26119.0,Montmorency County,56669.0,MISO +2015,26000.0,Michigan,26121.0,Muskegon County,56669.0,MISO +2015,26000.0,Michigan,26123.0,Newaygo County,56669.0,MISO +2015,26000.0,Michigan,26125.0,Oakland County,56669.0,MISO +2015,26000.0,Michigan,26127.0,Oceana County,56669.0,MISO +2015,26000.0,Michigan,26129.0,Ogemaw County,56669.0,MISO +2015,26000.0,Michigan,26131.0,Ontonagon County,56669.0,MISO +2015,26000.0,Michigan,26133.0,Osceola County,56669.0,MISO +2015,26000.0,Michigan,26135.0,Oscoda County,56669.0,MISO +2015,26000.0,Michigan,26137.0,Otsego County,56669.0,MISO +2015,26000.0,Michigan,26139.0,Ottawa County,56669.0,MISO +2015,26000.0,Michigan,26141.0,Presque Isle County,56669.0,MISO +2015,26000.0,Michigan,26143.0,Roscommon County,56669.0,MISO +2015,26000.0,Michigan,26145.0,Saginaw County,56669.0,MISO +2015,26000.0,Michigan,26147.0,St. Clair County,56669.0,MISO +2015,26000.0,Michigan,26149.0,St. Joseph County,56669.0,MISO +2015,26000.0,Michigan,26151.0,Sanilac County,56669.0,MISO +2015,26000.0,Michigan,26153.0,Schoolcraft County,56669.0,MISO +2015,26000.0,Michigan,26155.0,Shiawassee County,56669.0,MISO +2015,26000.0,Michigan,26157.0,Tuscola County,56669.0,MISO +2015,26000.0,Michigan,26159.0,Van Buren County,56669.0,MISO +2015,26000.0,Michigan,26161.0,Washtenaw County,56669.0,MISO +2015,26000.0,Michigan,26163.0,Wayne County,56669.0,MISO +2015,26000.0,Michigan,26165.0,Wexford County,56669.0,MISO +2015,27000.0,Minnesota,27001.0,Aitkin County,56669.0,MISO +2015,27000.0,Minnesota,27003.0,Anoka County,56669.0,MISO +2015,27000.0,Minnesota,27005.0,Becker County,56669.0,MISO +2015,27000.0,Minnesota,27007.0,Beltrami County,56669.0,MISO +2015,27000.0,Minnesota,27009.0,Benton County,56669.0,MISO +2015,27000.0,Minnesota,27011.0,Big Stone County,56669.0,MISO +2015,27000.0,Minnesota,27013.0,Blue Earth County,56669.0,MISO +2015,27000.0,Minnesota,27015.0,Brown County,56669.0,MISO +2015,27000.0,Minnesota,27017.0,Carlton County,56669.0,MISO +2015,27000.0,Minnesota,27019.0,Carver County,56669.0,MISO +2015,27000.0,Minnesota,27021.0,Cass County,56669.0,MISO +2015,27000.0,Minnesota,27023.0,Chippewa County,56669.0,MISO +2015,27000.0,Minnesota,27025.0,Chisago County,56669.0,MISO +2015,27000.0,Minnesota,27027.0,Clay County,56669.0,MISO +2015,27000.0,Minnesota,27029.0,Clearwater County,56669.0,MISO +2015,27000.0,Minnesota,27031.0,Cook County,56669.0,MISO +2015,27000.0,Minnesota,27033.0,Cottonwood County,56669.0,MISO +2015,27000.0,Minnesota,27035.0,Crow Wing County,56669.0,MISO +2015,27000.0,Minnesota,27037.0,Dakota County,56669.0,MISO +2015,27000.0,Minnesota,27039.0,Dodge County,56669.0,MISO +2015,27000.0,Minnesota,27041.0,Douglas County,56669.0,MISO +2015,27000.0,Minnesota,27043.0,Faribault County,56669.0,MISO +2015,27000.0,Minnesota,27045.0,Fillmore County,56669.0,MISO +2015,27000.0,Minnesota,27047.0,Freeborn County,56669.0,MISO +2015,27000.0,Minnesota,27049.0,Goodhue County,56669.0,MISO +2015,27000.0,Minnesota,27051.0,Grant County,56669.0,MISO +2015,27000.0,Minnesota,27053.0,Hennepin County,56669.0,MISO +2015,27000.0,Minnesota,27055.0,Houston County,56669.0,MISO +2015,27000.0,Minnesota,27057.0,Hubbard County,56669.0,MISO +2015,27000.0,Minnesota,27059.0,Isanti County,56669.0,MISO +2015,27000.0,Minnesota,27061.0,Itasca County,56669.0,MISO +2015,27000.0,Minnesota,27063.0,Jackson County,56669.0,MISO +2015,27000.0,Minnesota,27065.0,Kanabec County,56669.0,MISO +2015,27000.0,Minnesota,27067.0,Kandiyohi County,56669.0,MISO +2015,27000.0,Minnesota,27069.0,Kittson County,56669.0,MISO +2015,27000.0,Minnesota,27071.0,Koochiching County,56669.0,MISO +2015,27000.0,Minnesota,27073.0,Lac Qui Parle County,56669.0,MISO +2015,27000.0,Minnesota,27075.0,Lake County,56669.0,MISO +2015,27000.0,Minnesota,27077.0,Lake of the Woods County,56669.0,MISO +2015,27000.0,Minnesota,27079.0,Le Sueur County,56669.0,MISO +2015,27000.0,Minnesota,27081.0,Lincoln County,56669.0,MISO +2015,27000.0,Minnesota,27083.0,Lyon County,56669.0,MISO +2015,27000.0,Minnesota,27085.0,McLeod County,56669.0,MISO +2015,27000.0,Minnesota,27087.0,Mahnomen County,56669.0,MISO +2015,27000.0,Minnesota,27089.0,Marshall County,56669.0,MISO +2015,27000.0,Minnesota,27091.0,Martin County,56669.0,MISO +2015,27000.0,Minnesota,27093.0,Meeker County,56669.0,MISO +2015,27000.0,Minnesota,27095.0,Mille Lacs County,56669.0,MISO +2015,27000.0,Minnesota,27097.0,Morrison County,56669.0,MISO +2015,27000.0,Minnesota,27099.0,Mower County,56669.0,MISO +2015,27000.0,Minnesota,27101.0,Murray County,56669.0,MISO +2015,27000.0,Minnesota,27103.0,Nicollet County,56669.0,MISO +2015,27000.0,Minnesota,27105.0,Nobles County,56669.0,MISO +2015,27000.0,Minnesota,27107.0,Norman County,56669.0,MISO +2015,27000.0,Minnesota,27109.0,Olmsted County,56669.0,MISO +2015,27000.0,Minnesota,27111.0,Otter Tail County,56669.0,MISO +2015,27000.0,Minnesota,27113.0,Pennington County,56669.0,MISO +2015,27000.0,Minnesota,27115.0,Pine County,56669.0,MISO +2015,27000.0,Minnesota,27117.0,Pipestone County,56669.0,MISO +2015,27000.0,Minnesota,27119.0,Polk County,56669.0,MISO +2015,27000.0,Minnesota,27121.0,Pope County,56669.0,MISO +2015,27000.0,Minnesota,27123.0,Ramsey County,56669.0,MISO +2015,27000.0,Minnesota,27125.0,Red Lake County,56669.0,MISO +2015,27000.0,Minnesota,27127.0,Redwood County,56669.0,MISO +2015,27000.0,Minnesota,27129.0,Renville County,56669.0,MISO +2015,27000.0,Minnesota,27131.0,Rice County,56669.0,MISO +2015,27000.0,Minnesota,27133.0,Rock County,56669.0,MISO +2015,27000.0,Minnesota,27135.0,Roseau County,56669.0,MISO +2015,27000.0,Minnesota,27137.0,St. Louis County,56669.0,MISO +2015,27000.0,Minnesota,27139.0,Scott County,56669.0,MISO +2015,27000.0,Minnesota,27141.0,Sherburne County,56669.0,MISO +2015,27000.0,Minnesota,27143.0,Sibley County,56669.0,MISO +2015,27000.0,Minnesota,27145.0,Stearns County,56669.0,MISO +2015,27000.0,Minnesota,27147.0,Steele County,56669.0,MISO +2015,27000.0,Minnesota,27149.0,Stevens County,56669.0,MISO +2015,27000.0,Minnesota,27151.0,Swift County,56669.0,MISO +2015,27000.0,Minnesota,27153.0,Todd County,56669.0,MISO +2015,27000.0,Minnesota,27155.0,Traverse County,56669.0,MISO +2015,27000.0,Minnesota,27157.0,Wabasha County,56669.0,MISO +2015,27000.0,Minnesota,27159.0,Wadena County,56669.0,MISO +2015,27000.0,Minnesota,27161.0,Waseca County,56669.0,MISO +2015,27000.0,Minnesota,27163.0,Washington County,56669.0,MISO +2015,27000.0,Minnesota,27165.0,Watonwan County,56669.0,MISO +2015,27000.0,Minnesota,27167.0,Wilkin County,56669.0,MISO +2015,27000.0,Minnesota,27169.0,Winona County,56669.0,MISO +2015,27000.0,Minnesota,27171.0,Wright County,56669.0,MISO +2015,27000.0,Minnesota,27173.0,Yellow Medicine County,56669.0,MISO +2015,28000.0,Mississippi,28001.0,Adams County,56669.0,MISO +2015,28000.0,Mississippi,28005.0,Amite County,56669.0,MISO +2015,28000.0,Mississippi,28007.0,Attala County,56669.0,MISO +2015,28000.0,Mississippi,28011.0,Bolivar County,56669.0,MISO +2015,28000.0,Mississippi,28013.0,Calhoun County,56669.0,MISO +2015,28000.0,Mississippi,28015.0,Carroll County,56669.0,MISO +2015,28000.0,Mississippi,28019.0,Choctaw County,56669.0,MISO +2015,28000.0,Mississippi,28021.0,Claiborne County,56669.0,MISO +2015,28000.0,Mississippi,28023.0,Clarke County,56669.0,MISO +2015,28000.0,Mississippi,28025.0,Clay County,56669.0,MISO +2015,28000.0,Mississippi,28027.0,Coahoma County,56669.0,MISO +2015,28000.0,Mississippi,28029.0,Copiah County,56669.0,MISO +2015,28000.0,Mississippi,28031.0,Covington County,56669.0,MISO +2015,28000.0,Mississippi,28033.0,DeSoto County,56669.0,MISO +2015,28000.0,Mississippi,28035.0,Forrest County,56669.0,MISO +2015,28000.0,Mississippi,28037.0,Franklin County,56669.0,MISO +2015,28000.0,Mississippi,28039.0,George County,56669.0,MISO +2015,28000.0,Mississippi,28041.0,Greene County,56669.0,MISO +2015,28000.0,Mississippi,28043.0,Grenada County,56669.0,MISO +2015,28000.0,Mississippi,28047.0,Harrison County,56669.0,MISO +2015,28000.0,Mississippi,28049.0,Hinds County,56669.0,MISO +2015,28000.0,Mississippi,28051.0,Holmes County,56669.0,MISO +2015,28000.0,Mississippi,28053.0,Humphreys County,56669.0,MISO +2015,28000.0,Mississippi,28055.0,Issaquena County,56669.0,MISO +2015,28000.0,Mississippi,28059.0,Jackson County,56669.0,MISO +2015,28000.0,Mississippi,28061.0,Jasper County,56669.0,MISO +2015,28000.0,Mississippi,28063.0,Jefferson County,56669.0,MISO +2015,28000.0,Mississippi,28065.0,Jefferson Davis County,56669.0,MISO +2015,28000.0,Mississippi,28067.0,Jones County,56669.0,MISO +2015,28000.0,Mississippi,28073.0,Lamar County,56669.0,MISO +2015,28000.0,Mississippi,28077.0,Lawrence County,56669.0,MISO +2015,28000.0,Mississippi,28079.0,Leake County,56669.0,MISO +2015,28000.0,Mississippi,28083.0,Leflore County,56669.0,MISO +2015,28000.0,Mississippi,28085.0,Lincoln County,56669.0,MISO +2015,28000.0,Mississippi,28089.0,Madison County,56669.0,MISO +2015,28000.0,Mississippi,28091.0,Marion County,56669.0,MISO +2015,28000.0,Mississippi,28097.0,Montgomery County,56669.0,MISO +2015,28000.0,Mississippi,28101.0,Newton County,56669.0,MISO +2015,28000.0,Mississippi,28107.0,Panola County,56669.0,MISO +2015,28000.0,Mississippi,28109.0,Pearl River County,56669.0,MISO +2015,28000.0,Mississippi,28111.0,Perry County,56669.0,MISO +2015,28000.0,Mississippi,28113.0,Pike County,56669.0,MISO +2015,28000.0,Mississippi,28119.0,Quitman County,56669.0,MISO +2015,28000.0,Mississippi,28121.0,Rankin County,56669.0,MISO +2015,28000.0,Mississippi,28123.0,Scott County,56669.0,MISO +2015,28000.0,Mississippi,28125.0,Sharkey County,56669.0,MISO +2015,28000.0,Mississippi,28127.0,Simpson County,56669.0,MISO +2015,28000.0,Mississippi,28129.0,Smith County,56669.0,MISO +2015,28000.0,Mississippi,28131.0,Stone County,56669.0,MISO +2015,28000.0,Mississippi,28133.0,Sunflower County,56669.0,MISO +2015,28000.0,Mississippi,28135.0,Tallahatchie County,56669.0,MISO +2015,28000.0,Mississippi,28137.0,Tate County,56669.0,MISO +2015,28000.0,Mississippi,28143.0,Tunica County,56669.0,MISO +2015,28000.0,Mississippi,28147.0,Walthall County,56669.0,MISO +2015,28000.0,Mississippi,28149.0,Warren County,56669.0,MISO +2015,28000.0,Mississippi,28151.0,Washington County,56669.0,MISO +2015,28000.0,Mississippi,28153.0,Wayne County,56669.0,MISO +2015,28000.0,Mississippi,28155.0,Webster County,56669.0,MISO +2015,28000.0,Mississippi,28157.0,Wilkinson County,56669.0,MISO +2015,28000.0,Mississippi,28161.0,Yalobusha County,56669.0,MISO +2015,28000.0,Mississippi,28163.0,Yazoo County,56669.0,MISO +2015,29000.0,Missouri,29001.0,Adair County,56669.0,MISO +2015,29000.0,Missouri,29007.0,Audrain County,56669.0,MISO +2015,29000.0,Missouri,29017.0,Bollinger County,56669.0,MISO +2015,29000.0,Missouri,29019.0,Boone County,56669.0,MISO +2015,29000.0,Missouri,29023.0,Butler County,56669.0,MISO +2015,29000.0,Missouri,29025.0,Caldwell County,56669.0,MISO +2015,29000.0,Missouri,29027.0,Callaway County,56669.0,MISO +2015,29000.0,Missouri,29029.0,Camden County,56669.0,MISO +2015,29000.0,Missouri,29031.0,Cape Girardeau County,56669.0,MISO +2015,29000.0,Missouri,29041.0,Chariton County,56669.0,MISO +2015,29000.0,Missouri,29045.0,Clark County,56669.0,MISO +2015,29000.0,Missouri,29047.0,Clay County,56669.0,MISO +2015,29000.0,Missouri,29049.0,Clinton County,56669.0,MISO +2015,29000.0,Missouri,29051.0,Cole County,56669.0,MISO +2015,29000.0,Missouri,29053.0,Cooper County,56669.0,MISO +2015,29000.0,Missouri,29055.0,Crawford County,56669.0,MISO +2015,29000.0,Missouri,29061.0,Daviess County,56669.0,MISO +2015,29000.0,Missouri,29063.0,DeKalb County,56669.0,MISO +2015,29000.0,Missouri,29069.0,Dunklin County,56669.0,MISO +2015,29000.0,Missouri,29071.0,Franklin County,56669.0,MISO +2015,29000.0,Missouri,29073.0,Gasconade County,56669.0,MISO +2015,29000.0,Missouri,29075.0,Gentry County,56669.0,MISO +2015,29000.0,Missouri,29089.0,Howard County,56669.0,MISO +2015,29000.0,Missouri,29093.0,Iron County,56669.0,MISO +2015,29000.0,Missouri,29099.0,Jefferson County,56669.0,MISO +2015,29000.0,Missouri,29103.0,Knox County,56669.0,MISO +2015,29000.0,Missouri,29111.0,Lewis County,56669.0,MISO +2015,29000.0,Missouri,29113.0,Lincoln County,56669.0,MISO +2015,29000.0,Missouri,29115.0,Linn County,56669.0,MISO +2015,29000.0,Missouri,29117.0,Livingston County,56669.0,MISO +2015,29000.0,Missouri,29121.0,Macon County,56669.0,MISO +2015,29000.0,Missouri,29123.0,Madison County,56669.0,MISO +2015,29000.0,Missouri,29125.0,Maries County,56669.0,MISO +2015,29000.0,Missouri,29127.0,Marion County,56669.0,MISO +2015,29000.0,Missouri,29131.0,Miller County,56669.0,MISO +2015,29000.0,Missouri,29133.0,Mississippi County,56669.0,MISO +2015,29000.0,Missouri,29135.0,Moniteau County,56669.0,MISO +2015,29000.0,Missouri,29137.0,Monroe County,56669.0,MISO +2015,29000.0,Missouri,29139.0,Montgomery County,56669.0,MISO +2015,29000.0,Missouri,29141.0,Morgan County,56669.0,MISO +2015,29000.0,Missouri,29143.0,New Madrid County,56669.0,MISO +2015,29000.0,Missouri,29149.0,Oregon County,56669.0,MISO +2015,29000.0,Missouri,29151.0,Osage County,56669.0,MISO +2015,29000.0,Missouri,29155.0,Pemiscot County,56669.0,MISO +2015,29000.0,Missouri,29157.0,Perry County,56669.0,MISO +2015,29000.0,Missouri,29159.0,Pettis County,56669.0,MISO +2015,29000.0,Missouri,29161.0,Phelps County,56669.0,MISO +2015,29000.0,Missouri,29163.0,Pike County,56669.0,MISO +2015,29000.0,Missouri,29169.0,Pulaski County,56669.0,MISO +2015,29000.0,Missouri,29173.0,Ralls County,56669.0,MISO +2015,29000.0,Missouri,29175.0,Randolph County,56669.0,MISO +2015,29000.0,Missouri,29177.0,Ray County,56669.0,MISO +2015,29000.0,Missouri,29179.0,Reynolds County,56669.0,MISO +2015,29000.0,Missouri,29181.0,Ripley County,56669.0,MISO +2015,29000.0,Missouri,29183.0,St. Charles County,56669.0,MISO +2015,29000.0,Missouri,29186.0,Ste. Genevieve County,56669.0,MISO +2015,29000.0,Missouri,29187.0,St. Francois County,56669.0,MISO +2015,29000.0,Missouri,29195.0,Saline County,56669.0,MISO +2015,29000.0,Missouri,29197.0,Schuyler County,56669.0,MISO +2015,29000.0,Missouri,29199.0,Scotland County,56669.0,MISO +2015,29000.0,Missouri,29201.0,Scott County,56669.0,MISO +2015,29000.0,Missouri,29207.0,Stoddard County,56669.0,MISO +2015,29000.0,Missouri,29211.0,Sullivan County,56669.0,MISO +2015,29000.0,Missouri,29219.0,Warren County,56669.0,MISO +2015,29000.0,Missouri,29221.0,Washington County,56669.0,MISO +2015,29000.0,Missouri,29510.0,St. Louis City,56669.0,MISO +2015,38000.0,North Dakota,38003.0,Barnes County,56669.0,MISO +2015,38000.0,North Dakota,38005.0,Benson County,56669.0,MISO +2015,38000.0,North Dakota,38009.0,Bottineau County,56669.0,MISO +2015,38000.0,North Dakota,38015.0,Burleigh County,56669.0,MISO +2015,38000.0,North Dakota,38017.0,Cass County,56669.0,MISO +2015,38000.0,North Dakota,38019.0,Cavalier County,56669.0,MISO +2015,38000.0,North Dakota,38021.0,Dickey County,56669.0,MISO +2015,38000.0,North Dakota,38027.0,Eddy County,56669.0,MISO +2015,38000.0,North Dakota,38031.0,Foster County,56669.0,MISO +2015,38000.0,North Dakota,38035.0,Grand Forks County,56669.0,MISO +2015,38000.0,North Dakota,38039.0,Griggs County,56669.0,MISO +2015,38000.0,North Dakota,38043.0,Kidder County,56669.0,MISO +2015,38000.0,North Dakota,38045.0,LaMoure County,56669.0,MISO +2015,38000.0,North Dakota,38047.0,Logan County,56669.0,MISO +2015,38000.0,North Dakota,38049.0,McHenry County,56669.0,MISO +2015,38000.0,North Dakota,38051.0,McIntosh County,56669.0,MISO +2015,38000.0,North Dakota,38055.0,McLean County,56669.0,MISO +2015,38000.0,North Dakota,38061.0,Mountrail County,56669.0,MISO +2015,38000.0,North Dakota,38063.0,Nelson County,56669.0,MISO +2015,38000.0,North Dakota,38067.0,Pembina County,56669.0,MISO +2015,38000.0,North Dakota,38069.0,Pierce County,56669.0,MISO +2015,38000.0,North Dakota,38071.0,Ramsey County,56669.0,MISO +2015,38000.0,North Dakota,38073.0,Ransom County,56669.0,MISO +2015,38000.0,North Dakota,38075.0,Renville County,56669.0,MISO +2015,38000.0,North Dakota,38077.0,Richland County,56669.0,MISO +2015,38000.0,North Dakota,38079.0,Rolette County,56669.0,MISO +2015,38000.0,North Dakota,38081.0,Sargent County,56669.0,MISO +2015,38000.0,North Dakota,38083.0,Sheridan County,56669.0,MISO +2015,38000.0,North Dakota,38091.0,Steele County,56669.0,MISO +2015,38000.0,North Dakota,38093.0,Stutsman County,56669.0,MISO +2015,38000.0,North Dakota,38095.0,Towner County,56669.0,MISO +2015,38000.0,North Dakota,38097.0,Traill County,56669.0,MISO +2015,38000.0,North Dakota,38099.0,Walsh County,56669.0,MISO +2015,38000.0,North Dakota,38101.0,Ward County,56669.0,MISO +2015,38000.0,North Dakota,38103.0,Wells County,56669.0,MISO +2015,40000.0,Oklahoma,40079.0,Le Flore County,56669.0,MISO +2015,40000.0,Oklahoma,40089.0,McCurtain County,56669.0,MISO +2015,46000.0,South Dakota,46011.0,Brookings County,56669.0,MISO +2015,46000.0,South Dakota,46029.0,Codington County,56669.0,MISO +2015,46000.0,South Dakota,46037.0,Day County,56669.0,MISO +2015,46000.0,South Dakota,46039.0,Deuel County,56669.0,MISO +2015,46000.0,South Dakota,46051.0,Grant County,56669.0,MISO +2015,46000.0,South Dakota,46057.0,Hamlin County,56669.0,MISO +2015,46000.0,South Dakota,46061.0,Hanson County,56669.0,MISO +2015,46000.0,South Dakota,46067.0,Hutchinson County,56669.0,MISO +2015,46000.0,South Dakota,46077.0,Kingsbury County,56669.0,MISO +2015,46000.0,South Dakota,46079.0,Lake County,56669.0,MISO +2015,46000.0,South Dakota,46083.0,Lincoln County,56669.0,MISO +2015,46000.0,South Dakota,46087.0,McCook County,56669.0,MISO +2015,46000.0,South Dakota,46091.0,Marshall County,56669.0,MISO +2015,46000.0,South Dakota,46097.0,Miner County,56669.0,MISO +2015,46000.0,South Dakota,46099.0,Minnehaha County,56669.0,MISO +2015,46000.0,South Dakota,46101.0,Moody County,56669.0,MISO +2015,46000.0,South Dakota,46109.0,Roberts County,56669.0,MISO +2015,46000.0,South Dakota,46111.0,Sanborn County,56669.0,MISO +2015,46000.0,South Dakota,46125.0,Turner County,56669.0,MISO +2015,46000.0,South Dakota,46127.0,Union County,56669.0,MISO +2015,47000.0,Tennessee,47167.0,Tipton County,56669.0,MISO +2015,48000.0,Texas,48005.0,Angelina County,56669.0,MISO +2015,48000.0,Texas,48037.0,Bowie County,56669.0,MISO +2015,48000.0,Texas,48041.0,Brazos County,56669.0,MISO +2015,48000.0,Texas,48051.0,Burleson County,56669.0,MISO +2015,48000.0,Texas,48071.0,Chambers County,56669.0,MISO +2015,48000.0,Texas,48145.0,Falls County,56669.0,MISO +2015,48000.0,Texas,48167.0,Galveston County,56669.0,MISO +2015,48000.0,Texas,48185.0,Grimes County,56669.0,MISO +2015,48000.0,Texas,48199.0,Hardin County,56669.0,MISO +2015,48000.0,Texas,48201.0,Harris County,56669.0,MISO +2015,48000.0,Texas,48225.0,Houston County,56669.0,MISO +2015,48000.0,Texas,48241.0,Jasper County,56669.0,MISO +2015,48000.0,Texas,48245.0,Jefferson County,56669.0,MISO +2015,48000.0,Texas,48289.0,Leon County,56669.0,MISO +2015,48000.0,Texas,48291.0,Liberty County,56669.0,MISO +2015,48000.0,Texas,48293.0,Limestone County,56669.0,MISO +2015,48000.0,Texas,48313.0,Madison County,56669.0,MISO +2015,48000.0,Texas,48331.0,Milam County,56669.0,MISO +2015,48000.0,Texas,48339.0,Montgomery County,56669.0,MISO +2015,48000.0,Texas,48347.0,Nacogdoches County,56669.0,MISO +2015,48000.0,Texas,48351.0,Newton County,56669.0,MISO +2015,48000.0,Texas,48361.0,Orange County,56669.0,MISO +2015,48000.0,Texas,48365.0,Panola County,56669.0,MISO +2015,48000.0,Texas,48373.0,Polk County,56669.0,MISO +2015,48000.0,Texas,48395.0,Robertson County,56669.0,MISO +2015,48000.0,Texas,48401.0,Rusk County,56669.0,MISO +2015,48000.0,Texas,48403.0,Sabine County,56669.0,MISO +2015,48000.0,Texas,48405.0,San Augustine County,56669.0,MISO +2015,48000.0,Texas,48407.0,San Jacinto County,56669.0,MISO +2015,48000.0,Texas,48419.0,Shelby County,56669.0,MISO +2015,48000.0,Texas,48455.0,Trinity County,56669.0,MISO +2015,48000.0,Texas,48457.0,Tyler County,56669.0,MISO +2015,48000.0,Texas,48471.0,Walker County,56669.0,MISO +2015,48000.0,Texas,48473.0,Waller County,56669.0,MISO +2015,48000.0,Texas,48477.0,Washington County,56669.0,MISO +2015,55000.0,Wisconsin,55001.0,Adams County,56669.0,MISO +2015,55000.0,Wisconsin,55003.0,Ashland County,56669.0,MISO +2015,55000.0,Wisconsin,55005.0,Barron County,56669.0,MISO +2015,55000.0,Wisconsin,55007.0,Bayfield County,56669.0,MISO +2015,55000.0,Wisconsin,55009.0,Brown County,56669.0,MISO +2015,55000.0,Wisconsin,55011.0,Buffalo County,56669.0,MISO +2015,55000.0,Wisconsin,55013.0,Burnett County,56669.0,MISO +2015,55000.0,Wisconsin,55015.0,Calumet County,56669.0,MISO +2015,55000.0,Wisconsin,55017.0,Chippewa County,56669.0,MISO +2015,55000.0,Wisconsin,55019.0,Clark County,56669.0,MISO +2015,55000.0,Wisconsin,55021.0,Columbia County,56669.0,MISO +2015,55000.0,Wisconsin,55023.0,Crawford County,56669.0,MISO +2015,55000.0,Wisconsin,55025.0,Dane County,56669.0,MISO +2015,55000.0,Wisconsin,55027.0,Dodge County,56669.0,MISO +2015,55000.0,Wisconsin,55029.0,Door County,56669.0,MISO +2015,55000.0,Wisconsin,55031.0,Douglas County,56669.0,MISO +2015,55000.0,Wisconsin,55033.0,Dunn County,56669.0,MISO +2015,55000.0,Wisconsin,55035.0,Eau Claire County,56669.0,MISO +2015,55000.0,Wisconsin,55037.0,Florence County,56669.0,MISO +2015,55000.0,Wisconsin,55039.0,Fond du Lac County,56669.0,MISO +2015,55000.0,Wisconsin,55041.0,Forest County,56669.0,MISO +2015,55000.0,Wisconsin,55043.0,Grant County,56669.0,MISO +2015,55000.0,Wisconsin,55045.0,Green County,56669.0,MISO +2015,55000.0,Wisconsin,55047.0,Green Lake County,56669.0,MISO +2015,55000.0,Wisconsin,55049.0,Iowa County,56669.0,MISO +2015,55000.0,Wisconsin,55051.0,Iron County,56669.0,MISO +2015,55000.0,Wisconsin,55053.0,Jackson County,56669.0,MISO +2015,55000.0,Wisconsin,55055.0,Jefferson County,56669.0,MISO +2015,55000.0,Wisconsin,55057.0,Juneau County,56669.0,MISO +2015,55000.0,Wisconsin,55059.0,Kenosha County,56669.0,MISO +2015,55000.0,Wisconsin,55061.0,Kewaunee County,56669.0,MISO +2015,55000.0,Wisconsin,55063.0,La Crosse County,56669.0,MISO +2015,55000.0,Wisconsin,55065.0,Lafayette County,56669.0,MISO +2015,55000.0,Wisconsin,55067.0,Langlade County,56669.0,MISO +2015,55000.0,Wisconsin,55069.0,Lincoln County,56669.0,MISO +2015,55000.0,Wisconsin,55071.0,Manitowoc County,56669.0,MISO +2015,55000.0,Wisconsin,55073.0,Marathon County,56669.0,MISO +2015,55000.0,Wisconsin,55075.0,Marinette County,56669.0,MISO +2015,55000.0,Wisconsin,55077.0,Marquette County,56669.0,MISO +2015,55000.0,Wisconsin,55078.0,Menominee County,56669.0,MISO +2015,55000.0,Wisconsin,55079.0,Milwaukee County,56669.0,MISO +2015,55000.0,Wisconsin,55081.0,Monroe County,56669.0,MISO +2015,55000.0,Wisconsin,55083.0,Oconto County,56669.0,MISO +2015,55000.0,Wisconsin,55085.0,Oneida County,56669.0,MISO +2015,55000.0,Wisconsin,55087.0,Outagamie County,56669.0,MISO +2015,55000.0,Wisconsin,55089.0,Ozaukee County,56669.0,MISO +2015,55000.0,Wisconsin,55091.0,Pepin County,56669.0,MISO +2015,55000.0,Wisconsin,55093.0,Pierce County,56669.0,MISO +2015,55000.0,Wisconsin,55095.0,Polk County,56669.0,MISO +2015,55000.0,Wisconsin,55097.0,Portage County,56669.0,MISO +2015,55000.0,Wisconsin,55099.0,Price County,56669.0,MISO +2015,55000.0,Wisconsin,55101.0,Racine County,56669.0,MISO +2015,55000.0,Wisconsin,55103.0,Richland County,56669.0,MISO +2015,55000.0,Wisconsin,55105.0,Rock County,56669.0,MISO +2015,55000.0,Wisconsin,55107.0,Rusk County,56669.0,MISO +2015,55000.0,Wisconsin,55109.0,St. Croix County,56669.0,MISO +2015,55000.0,Wisconsin,55111.0,Sauk County,56669.0,MISO +2015,55000.0,Wisconsin,55113.0,Sawyer County,56669.0,MISO +2015,55000.0,Wisconsin,55115.0,Shawano County,56669.0,MISO +2015,55000.0,Wisconsin,55117.0,Sheboygan County,56669.0,MISO +2015,55000.0,Wisconsin,55119.0,Taylor County,56669.0,MISO +2015,55000.0,Wisconsin,55121.0,Trempealeau County,56669.0,MISO +2015,55000.0,Wisconsin,55123.0,Vernon County,56669.0,MISO +2015,55000.0,Wisconsin,55125.0,Vilas County,56669.0,MISO +2015,55000.0,Wisconsin,55127.0,Walworth County,56669.0,MISO +2015,55000.0,Wisconsin,55129.0,Washburn County,56669.0,MISO +2015,55000.0,Wisconsin,55131.0,Washington County,56669.0,MISO +2015,55000.0,Wisconsin,55133.0,Waukesha County,56669.0,MISO +2015,55000.0,Wisconsin,55135.0,Waupaca County,56669.0,MISO +2015,55000.0,Wisconsin,55137.0,Waushara County,56669.0,MISO +2015,55000.0,Wisconsin,55139.0,Winnebago County,56669.0,MISO +2015,55000.0,Wisconsin,55141.0,Wood County,56669.0,MISO +2015,4000.0,Arizona,4001.0,Apache County,59504.0,SWPP +2015,4000.0,Arizona,4003.0,Cochise County ,59504.0,SWPP +2015,4000.0,Arizona,4005.0,Coconino County,59504.0,SWPP +2015,4000.0,Arizona,4007.0,Gila County,59504.0,SWPP +2015,4000.0,Arizona,4012.0,La Paz County,59504.0,SWPP +2015,4000.0,Arizona,4013.0,Maricopa County,59504.0,SWPP +2015,4000.0,Arizona,4015.0,Mohave County,59504.0,SWPP +2015,4000.0,Arizona,4017.0,Navajo County,59504.0,SWPP +2015,4000.0,Arizona,4019.0,Pima County,59504.0,SWPP +2015,4000.0,Arizona,4021.0,Pinal County,59504.0,SWPP +2015,4000.0,Arizona,4025.0,Yavapai County,59504.0,SWPP +2015,4000.0,Arizona,4027.0,Yuma County,59504.0,SWPP +2015,5000.0,Arkansas,5007.0,Benton County,59504.0,SWPP +2015,5000.0,Arkansas,5009.0,Boone County,59504.0,SWPP +2015,5000.0,Arkansas,5015.0,Carroll County,59504.0,SWPP +2015,5000.0,Arkansas,5033.0,Crawford County,59504.0,SWPP +2015,5000.0,Arkansas,5047.0,Franklin County,59504.0,SWPP +2015,5000.0,Arkansas,5057.0,Hempstead County,59504.0,SWPP +2015,5000.0,Arkansas,5061.0,Howard County,59504.0,SWPP +2015,5000.0,Arkansas,5071.0,Johnson County,59504.0,SWPP +2015,5000.0,Arkansas,5073.0,Lafayette County,59504.0,SWPP +2015,5000.0,Arkansas,5081.0,Little River County,59504.0,SWPP +2015,5000.0,Arkansas,5083.0,Logan County,59504.0,SWPP +2015,5000.0,Arkansas,5087.0,Madison County,59504.0,SWPP +2015,5000.0,Arkansas,5091.0,Miller County,59504.0,SWPP +2015,5000.0,Arkansas,5101.0,Newton County,59504.0,SWPP +2015,5000.0,Arkansas,5109.0,Pike County,59504.0,SWPP +2015,5000.0,Arkansas,5113.0,Polk County,59504.0,SWPP +2015,5000.0,Arkansas,5115.0,Pope County,59504.0,SWPP +2015,5000.0,Arkansas,5127.0,Scott County,59504.0,SWPP +2015,5000.0,Arkansas,5131.0,Sebastian County,59504.0,SWPP +2015,5000.0,Arkansas,5133.0,Sevier County,59504.0,SWPP +2015,5000.0,Arkansas,5143.0,Washington County,59504.0,SWPP +2015,5000.0,Arkansas,5149.0,Yell County,59504.0,SWPP +2015,6000.0,California,6001.0,Alameda County,59504.0,SWPP +2015,6000.0,California,6007.0,Butte County,59504.0,SWPP +2015,6000.0,California,6009.0,Calaveras County,59504.0,SWPP +2015,6000.0,California,6011.0,Colusa County,59504.0,SWPP +2015,6000.0,California,6013.0,Contra Costa County,59504.0,SWPP +2015,6000.0,California,6019.0,Fresno County,59504.0,SWPP +2015,6000.0,California,6021.0,Glenn County,59504.0,SWPP +2015,6000.0,California,6025.0,Imperial County,59504.0,SWPP +2015,6000.0,California,6035.0,Lassen County,59504.0,SWPP +2015,6000.0,California,6039.0,Madera County,59504.0,SWPP +2015,6000.0,California,6047.0,Merced County,59504.0,SWPP +2015,6000.0,California,6049.0,Modoc County,59504.0,SWPP +2015,6000.0,California,6061.0,Placer County,59504.0,SWPP +2015,6000.0,California,6065.0,Riverside County,59504.0,SWPP +2015,6000.0,California,6067.0,Sacramento County,59504.0,SWPP +2015,6000.0,California,6071.0,San Bernardino County,59504.0,SWPP +2015,6000.0,California,6077.0,San Joaquin County,59504.0,SWPP +2015,6000.0,California,6085.0,Santa Clara County,59504.0,SWPP +2015,6000.0,California,6089.0,Shasta County,59504.0,SWPP +2015,6000.0,California,6093.0,Siskiyou County,59504.0,SWPP +2015,6000.0,California,6095.0,Solano County,59504.0,SWPP +2015,6000.0,California,6099.0,Stanislaus County,59504.0,SWPP +2015,6000.0,California,6101.0,Sutter County,59504.0,SWPP +2015,6000.0,California,6103.0,Tehama County,59504.0,SWPP +2015,6000.0,California,6105.0,Trinity County,59504.0,SWPP +2015,6000.0,California,6109.0,Tuolumne County,59504.0,SWPP +2015,6000.0,California,6113.0,Yolo County,59504.0,SWPP +2015,6000.0,California,6115.0,Yuba County,59504.0,SWPP +2015,8000.0,Colorado,8001.0,Adams County,59504.0,SWPP +2015,8000.0,Colorado,8009.0,Baca County,59504.0,SWPP +2015,8000.0,Colorado,8013.0,Boulder County,59504.0,SWPP +2015,8000.0,Colorado,8014.0,Broomfield County,59504.0,SWPP +2015,8000.0,Colorado,8015.0,Chaffee County,59504.0,SWPP +2015,8000.0,Colorado,8017.0,Cheyenne County,59504.0,SWPP +2015,8000.0,Colorado,8019.0,Clear Creek County,59504.0,SWPP +2015,8000.0,Colorado,8027.0,Custer County,59504.0,SWPP +2015,8000.0,Colorado,8029.0,Delta County,59504.0,SWPP +2015,8000.0,Colorado,8033.0,Dolores County,59504.0,SWPP +2015,8000.0,Colorado,8035.0,Douglas County,59504.0,SWPP +2015,8000.0,Colorado,8041.0,El Paso County,59504.0,SWPP +2015,8000.0,Colorado,8043.0,Fremont County,59504.0,SWPP +2015,8000.0,Colorado,8045.0,Garfield County,59504.0,SWPP +2015,8000.0,Colorado,8049.0,Grand County,59504.0,SWPP +2015,8000.0,Colorado,8051.0,Gunnison County,59504.0,SWPP +2015,8000.0,Colorado,8057.0,Jackson County,59504.0,SWPP +2015,8000.0,Colorado,8059.0,Jefferson County,59504.0,SWPP +2015,8000.0,Colorado,8061.0,Kiowa County,59504.0,SWPP +2015,8000.0,Colorado,8065.0,Lake County,59504.0,SWPP +2015,8000.0,Colorado,8067.0,La Plata County,59504.0,SWPP +2015,8000.0,Colorado,8069.0,Larimer County,59504.0,SWPP +2015,8000.0,Colorado,8073.0,Lincoln County,59504.0,SWPP +2015,8000.0,Colorado,8075.0,Logan County,59504.0,SWPP +2015,8000.0,Colorado,8077.0,Mesa County,59504.0,SWPP +2015,8000.0,Colorado,8081.0,Moffat County,59504.0,SWPP +2015,8000.0,Colorado,8083.0,Montezuma County,59504.0,SWPP +2015,8000.0,Colorado,8085.0,Montrose County,59504.0,SWPP +2015,8000.0,Colorado,8087.0,Morgan County,59504.0,SWPP +2015,8000.0,Colorado,8091.0,Ouray County,59504.0,SWPP +2015,8000.0,Colorado,8095.0,Phillips County,59504.0,SWPP +2015,8000.0,Colorado,8097.0,Pitkin County,59504.0,SWPP +2015,8000.0,Colorado,8099.0,Prowers County,59504.0,SWPP +2015,8000.0,Colorado,8101.0,Pueblo County,59504.0,SWPP +2015,8000.0,Colorado,8103.0,Rio Blanco County,59504.0,SWPP +2015,8000.0,Colorado,8107.0,Routt County,59504.0,SWPP +2015,8000.0,Colorado,8109.0,Saguache County,59504.0,SWPP +2015,8000.0,Colorado,8113.0,San Miguel County,59504.0,SWPP +2015,8000.0,Colorado,8115.0,Sedgwick County,59504.0,SWPP +2015,8000.0,Colorado,8117.0,Summit County,59504.0,SWPP +2015,8000.0,Colorado,8121.0,Washington County,59504.0,SWPP +2015,8000.0,Colorado,8123.0,Weld County,59504.0,SWPP +2015,8000.0,Colorado,8125.0,Yuma County,59504.0,SWPP +2015,19000.0,Iowa,19001.0,Adair County,59504.0,SWPP +2015,19000.0,Iowa,19009.0,Audubon County,59504.0,SWPP +2015,19000.0,Iowa,19017.0,Bremer County,59504.0,SWPP +2015,19000.0,Iowa,19021.0,Buena Vista County,59504.0,SWPP +2015,19000.0,Iowa,19023.0,Butler County,59504.0,SWPP +2015,19000.0,Iowa,19027.0,Carroll County,59504.0,SWPP +2015,19000.0,Iowa,19029.0,Cass County,59504.0,SWPP +2015,19000.0,Iowa,19033.0,Cerro Gordo County,59504.0,SWPP +2015,19000.0,Iowa,19035.0,Cherokee County,59504.0,SWPP +2015,19000.0,Iowa,19037.0,Chickasaw County,59504.0,SWPP +2015,19000.0,Iowa,19041.0,Clay County,59504.0,SWPP +2015,19000.0,Iowa,19047.0,Crawford County,59504.0,SWPP +2015,19000.0,Iowa,19059.0,Dickinson County,59504.0,SWPP +2015,19000.0,Iowa,19063.0,Emmet County,59504.0,SWPP +2015,19000.0,Iowa,19065.0,Fayette County,59504.0,SWPP +2015,19000.0,Iowa,19067.0,Floyd County,59504.0,SWPP +2015,19000.0,Iowa,19069.0,Franklin County,59504.0,SWPP +2015,19000.0,Iowa,19079.0,Hamilton County,59504.0,SWPP +2015,19000.0,Iowa,19081.0,Hancock County,59504.0,SWPP +2015,19000.0,Iowa,19083.0,Hardin County,59504.0,SWPP +2015,19000.0,Iowa,19085.0,Harrison County,59504.0,SWPP +2015,19000.0,Iowa,19091.0,Humboldt County,59504.0,SWPP +2015,19000.0,Iowa,19093.0,Ida County,59504.0,SWPP +2015,19000.0,Iowa,19109.0,Kossuth County,59504.0,SWPP +2015,19000.0,Iowa,19119.0,Lyon County,59504.0,SWPP +2015,19000.0,Iowa,19133.0,Monona County,59504.0,SWPP +2015,19000.0,Iowa,19141.0,O'Brien County,59504.0,SWPP +2015,19000.0,Iowa,19143.0,Osceola County,59504.0,SWPP +2015,19000.0,Iowa,19147.0,Palo Alto County,59504.0,SWPP +2015,19000.0,Iowa,19149.0,Plymouth County,59504.0,SWPP +2015,19000.0,Iowa,19151.0,Pocahontas County,59504.0,SWPP +2015,19000.0,Iowa,19155.0,Pottawattamie County,59504.0,SWPP +2015,19000.0,Iowa,19159.0,Ringgold County,59504.0,SWPP +2015,19000.0,Iowa,19161.0,Sac County,59504.0,SWPP +2015,19000.0,Iowa,19165.0,Shelby County,59504.0,SWPP +2015,19000.0,Iowa,19167.0,Sioux County,59504.0,SWPP +2015,19000.0,Iowa,19173.0,Taylor County,59504.0,SWPP +2015,19000.0,Iowa,19175.0,Union County,59504.0,SWPP +2015,19000.0,Iowa,19187.0,Webster County,59504.0,SWPP +2015,19000.0,Iowa,19189.0,Winnebago County,59504.0,SWPP +2015,19000.0,Iowa,19193.0,Woodbury County,59504.0,SWPP +2015,19000.0,Iowa,19195.0,Worth County,59504.0,SWPP +2015,19000.0,Iowa,19197.0,Wright County,59504.0,SWPP +2015,20000.0,Kansas,20001.0,Allen County,59504.0,SWPP +2015,20000.0,Kansas,20003.0,Anderson County,59504.0,SWPP +2015,20000.0,Kansas,20005.0,Atchison County,59504.0,SWPP +2015,20000.0,Kansas,20007.0,Barber County,59504.0,SWPP +2015,20000.0,Kansas,20009.0,Barton County,59504.0,SWPP +2015,20000.0,Kansas,20011.0,Bourbon County,59504.0,SWPP +2015,20000.0,Kansas,20013.0,Brown County,59504.0,SWPP +2015,20000.0,Kansas,20015.0,Butler County,59504.0,SWPP +2015,20000.0,Kansas,20017.0,Chase County,59504.0,SWPP +2015,20000.0,Kansas,20019.0,Chautauqua County,59504.0,SWPP +2015,20000.0,Kansas,20021.0,Cherokee County,59504.0,SWPP +2015,20000.0,Kansas,20023.0,Cheyenne County,59504.0,SWPP +2015,20000.0,Kansas,20025.0,Clark County,59504.0,SWPP +2015,20000.0,Kansas,20027.0,Clay County,59504.0,SWPP +2015,20000.0,Kansas,20029.0,Cloud County,59504.0,SWPP +2015,20000.0,Kansas,20031.0,Coffey County,59504.0,SWPP +2015,20000.0,Kansas,20033.0,Comanche County,59504.0,SWPP +2015,20000.0,Kansas,20035.0,Cowley County,59504.0,SWPP +2015,20000.0,Kansas,20037.0,Crawford County,59504.0,SWPP +2015,20000.0,Kansas,20039.0,Decatur County,59504.0,SWPP +2015,20000.0,Kansas,20041.0,Dickinson County,59504.0,SWPP +2015,20000.0,Kansas,20043.0,Doniphan County,59504.0,SWPP +2015,20000.0,Kansas,20045.0,Douglas County,59504.0,SWPP +2015,20000.0,Kansas,20047.0,Edwards County,59504.0,SWPP +2015,20000.0,Kansas,20049.0,Elk County,59504.0,SWPP +2015,20000.0,Kansas,20051.0,Ellis County,59504.0,SWPP +2015,20000.0,Kansas,20053.0,Ellsworth County,59504.0,SWPP +2015,20000.0,Kansas,20055.0,Finney County,59504.0,SWPP +2015,20000.0,Kansas,20057.0,Ford County,59504.0,SWPP +2015,20000.0,Kansas,20059.0,Franklin County,59504.0,SWPP +2015,20000.0,Kansas,20061.0,Geary County,59504.0,SWPP +2015,20000.0,Kansas,20063.0,Gove County,59504.0,SWPP +2015,20000.0,Kansas,20065.0,Graham County,59504.0,SWPP +2015,20000.0,Kansas,20067.0,Grant County,59504.0,SWPP +2015,20000.0,Kansas,20069.0,Gray County,59504.0,SWPP +2015,20000.0,Kansas,20071.0,Greeley County,59504.0,SWPP +2015,20000.0,Kansas,20073.0,Greenwood County,59504.0,SWPP +2015,20000.0,Kansas,20075.0,Hamilton County,59504.0,SWPP +2015,20000.0,Kansas,20077.0,Harper County,59504.0,SWPP +2015,20000.0,Kansas,20079.0,Harvey County,59504.0,SWPP +2015,20000.0,Kansas,20081.0,Haskell County,59504.0,SWPP +2015,20000.0,Kansas,20083.0,Hodgeman County,59504.0,SWPP +2015,20000.0,Kansas,20085.0,Jackson County,59504.0,SWPP +2015,20000.0,Kansas,20087.0,Jefferson County,59504.0,SWPP +2015,20000.0,Kansas,20089.0,Jewell County,59504.0,SWPP +2015,20000.0,Kansas,20091.0,Johnson County,59504.0,SWPP +2015,20000.0,Kansas,20093.0,Kearny County,59504.0,SWPP +2015,20000.0,Kansas,20095.0,Kingman County,59504.0,SWPP +2015,20000.0,Kansas,20097.0,Kiowa County,59504.0,SWPP +2015,20000.0,Kansas,20099.0,Labette County,59504.0,SWPP +2015,20000.0,Kansas,20101.0,Lane County,59504.0,SWPP +2015,20000.0,Kansas,20103.0,Leavenworth County,59504.0,SWPP +2015,20000.0,Kansas,20105.0,Lincoln County,59504.0,SWPP +2015,20000.0,Kansas,20107.0,Linn County,59504.0,SWPP +2015,20000.0,Kansas,20109.0,Logan County,59504.0,SWPP +2015,20000.0,Kansas,20111.0,Lyon County,59504.0,SWPP +2015,20000.0,Kansas,20113.0,McPherson County,59504.0,SWPP +2015,20000.0,Kansas,20115.0,Marion County,59504.0,SWPP +2015,20000.0,Kansas,20117.0,Marshall County,59504.0,SWPP +2015,20000.0,Kansas,20119.0,Meade County,59504.0,SWPP +2015,20000.0,Kansas,20121.0,Miami County,59504.0,SWPP +2015,20000.0,Kansas,20123.0,Mitchell County,59504.0,SWPP +2015,20000.0,Kansas,20125.0,Montgomery County,59504.0,SWPP +2015,20000.0,Kansas,20127.0,Morris County,59504.0,SWPP +2015,20000.0,Kansas,20129.0,Morton County,59504.0,SWPP +2015,20000.0,Kansas,20131.0,Nemaha County,59504.0,SWPP +2015,20000.0,Kansas,20133.0,Neosho County,59504.0,SWPP +2015,20000.0,Kansas,20135.0,Ness County,59504.0,SWPP +2015,20000.0,Kansas,20137.0,Norton County,59504.0,SWPP +2015,20000.0,Kansas,20139.0,Osage County,59504.0,SWPP +2015,20000.0,Kansas,20141.0,Osborne County,59504.0,SWPP +2015,20000.0,Kansas,20143.0,Ottawa County,59504.0,SWPP +2015,20000.0,Kansas,20145.0,Pawnee County,59504.0,SWPP +2015,20000.0,Kansas,20147.0,Phillips County,59504.0,SWPP +2015,20000.0,Kansas,20149.0,Pottawatomie County,59504.0,SWPP +2015,20000.0,Kansas,20151.0,Pratt County,59504.0,SWPP +2015,20000.0,Kansas,20153.0,Rawlins County,59504.0,SWPP +2015,20000.0,Kansas,20155.0,Reno County,59504.0,SWPP +2015,20000.0,Kansas,20157.0,Republic County,59504.0,SWPP +2015,20000.0,Kansas,20159.0,Rice County,59504.0,SWPP +2015,20000.0,Kansas,20161.0,Riley County,59504.0,SWPP +2015,20000.0,Kansas,20163.0,Rooks County,59504.0,SWPP +2015,20000.0,Kansas,20165.0,Rush County,59504.0,SWPP +2015,20000.0,Kansas,20167.0,Russell County,59504.0,SWPP +2015,20000.0,Kansas,20169.0,Saline County,59504.0,SWPP +2015,20000.0,Kansas,20171.0,Scott County,59504.0,SWPP +2015,20000.0,Kansas,20173.0,Sedgwick County,59504.0,SWPP +2015,20000.0,Kansas,20175.0,Seward County,59504.0,SWPP +2015,20000.0,Kansas,20177.0,Shawnee County,59504.0,SWPP +2015,20000.0,Kansas,20179.0,Sheridan County,59504.0,SWPP +2015,20000.0,Kansas,20181.0,Sherman County,59504.0,SWPP +2015,20000.0,Kansas,20183.0,Smith County,59504.0,SWPP +2015,20000.0,Kansas,20185.0,Stafford County,59504.0,SWPP +2015,20000.0,Kansas,20187.0,Stanton County,59504.0,SWPP +2015,20000.0,Kansas,20189.0,Stevens County,59504.0,SWPP +2015,20000.0,Kansas,20191.0,Sumner County,59504.0,SWPP +2015,20000.0,Kansas,20193.0,Thomas County,59504.0,SWPP +2015,20000.0,Kansas,20195.0,Trego County,59504.0,SWPP +2015,20000.0,Kansas,20197.0,Wabaunsee County,59504.0,SWPP +2015,20000.0,Kansas,20199.0,Wallace County,59504.0,SWPP +2015,20000.0,Kansas,20201.0,Washington County,59504.0,SWPP +2015,20000.0,Kansas,20203.0,Wichita County,59504.0,SWPP +2015,20000.0,Kansas,20205.0,Wilson County,59504.0,SWPP +2015,20000.0,Kansas,20207.0,Woodson County,59504.0,SWPP +2015,20000.0,Kansas,20209.0,Wyandotte County,59504.0,SWPP +2015,22000.0,Louisiana,22013.0,Bienville Parish,59504.0,SWPP +2015,22000.0,Louisiana,22015.0,Bossier Parish,59504.0,SWPP +2015,22000.0,Louisiana,22017.0,Caddo Parish,59504.0,SWPP +2015,22000.0,Louisiana,22031.0,De Soto Parish,59504.0,SWPP +2015,22000.0,Louisiana,22043.0,Grant Parish,59504.0,SWPP +2015,22000.0,Louisiana,22069.0,Natchitoches Parish,59504.0,SWPP +2015,22000.0,Louisiana,22081.0,Red River Parish,59504.0,SWPP +2015,22000.0,Louisiana,22085.0,Sabine Parish,59504.0,SWPP +2015,22000.0,Louisiana,22115.0,Vernon Parish,59504.0,SWPP +2015,22000.0,Louisiana,22119.0,Webster Parish,59504.0,SWPP +2015,22000.0,Louisiana,22127.0,Winn Parish,59504.0,SWPP +2015,27000.0,Minnesota,27011.0,Big Stone County,59504.0,SWPP +2015,27000.0,Minnesota,27023.0,Chippewa County,59504.0,SWPP +2015,27000.0,Minnesota,27027.0,Clay County,59504.0,SWPP +2015,27000.0,Minnesota,27051.0,Grant County,59504.0,SWPP +2015,27000.0,Minnesota,27073.0,Lac Qui Parle County,59504.0,SWPP +2015,27000.0,Minnesota,27081.0,Lincoln County,59504.0,SWPP +2015,27000.0,Minnesota,27083.0,Lyon County,59504.0,SWPP +2015,27000.0,Minnesota,27101.0,Murray County,59504.0,SWPP +2015,27000.0,Minnesota,27105.0,Nobles County,59504.0,SWPP +2015,27000.0,Minnesota,27111.0,Otter Tail County,59504.0,SWPP +2015,27000.0,Minnesota,27117.0,Pipestone County,59504.0,SWPP +2015,27000.0,Minnesota,27119.0,Polk County,59504.0,SWPP +2015,27000.0,Minnesota,27133.0,Rock County,59504.0,SWPP +2015,27000.0,Minnesota,27149.0,Stevens County,59504.0,SWPP +2015,27000.0,Minnesota,27151.0,Swift County,59504.0,SWPP +2015,27000.0,Minnesota,27155.0,Traverse County,59504.0,SWPP +2015,27000.0,Minnesota,27167.0,Wilkin County,59504.0,SWPP +2015,27000.0,Minnesota,27173.0,Yellow Medicine County,59504.0,SWPP +2015,29000.0,Missouri,29003.0,Andrew County,59504.0,SWPP +2015,29000.0,Missouri,29005.0,Atchison County,59504.0,SWPP +2015,29000.0,Missouri,29009.0,Barry County,59504.0,SWPP +2015,29000.0,Missouri,29011.0,Barton County,59504.0,SWPP +2015,29000.0,Missouri,29013.0,Bates County,59504.0,SWPP +2015,29000.0,Missouri,29015.0,Benton County,59504.0,SWPP +2015,29000.0,Missouri,29021.0,Buchanan County,59504.0,SWPP +2015,29000.0,Missouri,29033.0,Carroll County,59504.0,SWPP +2015,29000.0,Missouri,29037.0,Cass County,59504.0,SWPP +2015,29000.0,Missouri,29039.0,Cedar County,59504.0,SWPP +2015,29000.0,Missouri,29041.0,Chariton County,59504.0,SWPP +2015,29000.0,Missouri,29043.0,Christian County,59504.0,SWPP +2015,29000.0,Missouri,29047.0,Clay County,59504.0,SWPP +2015,29000.0,Missouri,29049.0,Clinton County,59504.0,SWPP +2015,29000.0,Missouri,29057.0,Dade County,59504.0,SWPP +2015,29000.0,Missouri,29059.0,Dallas County,59504.0,SWPP +2015,29000.0,Missouri,29061.0,Daviess County,59504.0,SWPP +2015,29000.0,Missouri,29063.0,DeKalb County,59504.0,SWPP +2015,29000.0,Missouri,29069.0,Dunklin County,59504.0,SWPP +2015,29000.0,Missouri,29075.0,Gentry County,59504.0,SWPP +2015,29000.0,Missouri,29077.0,Greene County,59504.0,SWPP +2015,29000.0,Missouri,29079.0,Grundy County,59504.0,SWPP +2015,29000.0,Missouri,29081.0,Harrison County,59504.0,SWPP +2015,29000.0,Missouri,29083.0,Henry County,59504.0,SWPP +2015,29000.0,Missouri,29085.0,Hickory County,59504.0,SWPP +2015,29000.0,Missouri,29087.0,Holt County,59504.0,SWPP +2015,29000.0,Missouri,29089.0,Howard County,59504.0,SWPP +2015,29000.0,Missouri,29091.0,Howell County,59504.0,SWPP +2015,29000.0,Missouri,29095.0,Jackson County,59504.0,SWPP +2015,29000.0,Missouri,29097.0,Jasper County,59504.0,SWPP +2015,29000.0,Missouri,29101.0,Johnson County,59504.0,SWPP +2015,29000.0,Missouri,29107.0,Lafayette County,59504.0,SWPP +2015,29000.0,Missouri,29109.0,Lawrence County,59504.0,SWPP +2015,29000.0,Missouri,29117.0,Livingston County,59504.0,SWPP +2015,29000.0,Missouri,29119.0,McDonald County,59504.0,SWPP +2015,29000.0,Missouri,29129.0,Mercer County,59504.0,SWPP +2015,29000.0,Missouri,29145.0,Newton County,59504.0,SWPP +2015,29000.0,Missouri,29147.0,Nodaway County,59504.0,SWPP +2015,29000.0,Missouri,29159.0,Pettis County,59504.0,SWPP +2015,29000.0,Missouri,29165.0,Platte County,59504.0,SWPP +2015,29000.0,Missouri,29167.0,Polk County,59504.0,SWPP +2015,29000.0,Missouri,29175.0,Randolph County,59504.0,SWPP +2015,29000.0,Missouri,29177.0,Ray County,59504.0,SWPP +2015,29000.0,Missouri,29185.0,St. Clair County,59504.0,SWPP +2015,29000.0,Missouri,29195.0,Saline County,59504.0,SWPP +2015,29000.0,Missouri,29209.0,Stone County,59504.0,SWPP +2015,29000.0,Missouri,29213.0,Taney County,59504.0,SWPP +2015,29000.0,Missouri,29217.0,Vernon County,59504.0,SWPP +2015,29000.0,Missouri,29227.0,Worth County,59504.0,SWPP +2015,30000.0,Montana,30003.0,Big Horn County,59504.0,SWPP +2015,30000.0,Montana,30005.0,Blaine County,59504.0,SWPP +2015,30000.0,Montana,30009.0,Carbon County,59504.0,SWPP +2015,30000.0,Montana,30011.0,Carter County,59504.0,SWPP +2015,30000.0,Montana,30013.0,Cascade County,59504.0,SWPP +2015,30000.0,Montana,30015.0,Chouteau County,59504.0,SWPP +2015,30000.0,Montana,30017.0,Custer County,59504.0,SWPP +2015,30000.0,Montana,30019.0,Daniels County,59504.0,SWPP +2015,30000.0,Montana,30021.0,Dawson County,59504.0,SWPP +2015,30000.0,Montana,30025.0,Fallon County,59504.0,SWPP +2015,30000.0,Montana,30033.0,Garfield County,59504.0,SWPP +2015,30000.0,Montana,30041.0,Hill County,59504.0,SWPP +2015,30000.0,Montana,30049.0,Lewis and Clark County,59504.0,SWPP +2015,30000.0,Montana,30051.0,Liberty County,59504.0,SWPP +2015,30000.0,Montana,30055.0,McCone County,59504.0,SWPP +2015,30000.0,Montana,30071.0,Phillips County,59504.0,SWPP +2015,30000.0,Montana,30073.0,Pondera County,59504.0,SWPP +2015,30000.0,Montana,30079.0,Prairie County,59504.0,SWPP +2015,30000.0,Montana,30083.0,Richland County,59504.0,SWPP +2015,30000.0,Montana,30085.0,Roosevelt County,59504.0,SWPP +2015,30000.0,Montana,30087.0,Rosebud County,59504.0,SWPP +2015,30000.0,Montana,30091.0,Sheridan County,59504.0,SWPP +2015,30000.0,Montana,30099.0,Teton County,59504.0,SWPP +2015,30000.0,Montana,30101.0,Toole County,59504.0,SWPP +2015,30000.0,Montana,30103.0,Treasure County,59504.0,SWPP +2015,30000.0,Montana,30105.0,Valley County,59504.0,SWPP +2015,30000.0,Montana,30109.0,Wibaux County,59504.0,SWPP +2015,30000.0,Montana,30111.0,Yellowstone County,59504.0,SWPP +2015,31000.0,Nebraska,31001.0,Adams County,59504.0,SWPP +2015,31000.0,Nebraska,31003.0,Antelope County,59504.0,SWPP +2015,31000.0,Nebraska,31007.0,Banner County,59504.0,SWPP +2015,31000.0,Nebraska,31009.0,Blaine County,59504.0,SWPP +2015,31000.0,Nebraska,31011.0,Boone County,59504.0,SWPP +2015,31000.0,Nebraska,31013.0,Box Butte County,59504.0,SWPP +2015,31000.0,Nebraska,31015.0,Boyd County,59504.0,SWPP +2015,31000.0,Nebraska,31017.0,Brown County,59504.0,SWPP +2015,31000.0,Nebraska,31019.0,Buffalo County,59504.0,SWPP +2015,31000.0,Nebraska,31021.0,Burt County,59504.0,SWPP +2015,31000.0,Nebraska,31023.0,Butler County,59504.0,SWPP +2015,31000.0,Nebraska,31025.0,Cass County,59504.0,SWPP +2015,31000.0,Nebraska,31027.0,Cedar County,59504.0,SWPP +2015,31000.0,Nebraska,31029.0,Chase County,59504.0,SWPP +2015,31000.0,Nebraska,31031.0,Cherry County,59504.0,SWPP +2015,31000.0,Nebraska,31033.0,Cheyenne County,59504.0,SWPP +2015,31000.0,Nebraska,31035.0,Clay County,59504.0,SWPP +2015,31000.0,Nebraska,31037.0,Colfax County,59504.0,SWPP +2015,31000.0,Nebraska,31039.0,Cuming County,59504.0,SWPP +2015,31000.0,Nebraska,31041.0,Custer County,59504.0,SWPP +2015,31000.0,Nebraska,31043.0,Dakota County,59504.0,SWPP +2015,31000.0,Nebraska,31045.0,Dawes County,59504.0,SWPP +2015,31000.0,Nebraska,31047.0,Dawson County,59504.0,SWPP +2015,31000.0,Nebraska,31049.0,Deuel County,59504.0,SWPP +2015,31000.0,Nebraska,31051.0,Dixon County,59504.0,SWPP +2015,31000.0,Nebraska,31053.0,Dodge County,59504.0,SWPP +2015,31000.0,Nebraska,31055.0,Douglas County,59504.0,SWPP +2015,31000.0,Nebraska,31057.0,Dundy County,59504.0,SWPP +2015,31000.0,Nebraska,31059.0,Fillmore County,59504.0,SWPP +2015,31000.0,Nebraska,31061.0,Franklin County,59504.0,SWPP +2015,31000.0,Nebraska,31063.0,Frontier County,59504.0,SWPP +2015,31000.0,Nebraska,31065.0,Furnas County,59504.0,SWPP +2015,31000.0,Nebraska,31067.0,Gage County,59504.0,SWPP +2015,31000.0,Nebraska,31069.0,Garden County,59504.0,SWPP +2015,31000.0,Nebraska,31071.0,Garfield County,59504.0,SWPP +2015,31000.0,Nebraska,31073.0,Gosper County,59504.0,SWPP +2015,31000.0,Nebraska,31075.0,Grant County,59504.0,SWPP +2015,31000.0,Nebraska,31077.0,Greeley County,59504.0,SWPP +2015,31000.0,Nebraska,31079.0,Hall County,59504.0,SWPP +2015,31000.0,Nebraska,31081.0,Hamilton County,59504.0,SWPP +2015,31000.0,Nebraska,31083.0,Harlan County,59504.0,SWPP +2015,31000.0,Nebraska,31085.0,Hayes County,59504.0,SWPP +2015,31000.0,Nebraska,31087.0,Hitchcock County,59504.0,SWPP +2015,31000.0,Nebraska,31089.0,Holt County,59504.0,SWPP +2015,31000.0,Nebraska,31091.0,Hooker County,59504.0,SWPP +2015,31000.0,Nebraska,31093.0,Howard County,59504.0,SWPP +2015,31000.0,Nebraska,31095.0,Jefferson County,59504.0,SWPP +2015,31000.0,Nebraska,31097.0,Johnson County,59504.0,SWPP +2015,31000.0,Nebraska,31099.0,Kearney County,59504.0,SWPP +2015,31000.0,Nebraska,31101.0,Keith County,59504.0,SWPP +2015,31000.0,Nebraska,31103.0,Keya Paha County,59504.0,SWPP +2015,31000.0,Nebraska,31105.0,Kimball County,59504.0,SWPP +2015,31000.0,Nebraska,31107.0,Knox County,59504.0,SWPP +2015,31000.0,Nebraska,31109.0,Lancaster County,59504.0,SWPP +2015,31000.0,Nebraska,31111.0,Lincoln County,59504.0,SWPP +2015,31000.0,Nebraska,31113.0,Logan County,59504.0,SWPP +2015,31000.0,Nebraska,31115.0,Loup County,59504.0,SWPP +2015,31000.0,Nebraska,31117.0,McPherson County,59504.0,SWPP +2015,31000.0,Nebraska,31119.0,Madison County,59504.0,SWPP +2015,31000.0,Nebraska,31121.0,Merrick County,59504.0,SWPP +2015,31000.0,Nebraska,31123.0,Morrill County,59504.0,SWPP +2015,31000.0,Nebraska,31125.0,Nance County,59504.0,SWPP +2015,31000.0,Nebraska,31127.0,Nemaha County,59504.0,SWPP +2015,31000.0,Nebraska,31129.0,Nuckolls County,59504.0,SWPP +2015,31000.0,Nebraska,31131.0,Otoe County,59504.0,SWPP +2015,31000.0,Nebraska,31133.0,Pawnee County,59504.0,SWPP +2015,31000.0,Nebraska,31135.0,Perkins County,59504.0,SWPP +2015,31000.0,Nebraska,31137.0,Phelps County,59504.0,SWPP +2015,31000.0,Nebraska,31139.0,Pierce County,59504.0,SWPP +2015,31000.0,Nebraska,31141.0,Platte County,59504.0,SWPP +2015,31000.0,Nebraska,31143.0,Polk County,59504.0,SWPP +2015,31000.0,Nebraska,31145.0,Red Willow County,59504.0,SWPP +2015,31000.0,Nebraska,31147.0,Richardson County,59504.0,SWPP +2015,31000.0,Nebraska,31149.0,Rock County,59504.0,SWPP +2015,31000.0,Nebraska,31151.0,Saline County,59504.0,SWPP +2015,31000.0,Nebraska,31153.0,Sarpy County,59504.0,SWPP +2015,31000.0,Nebraska,31155.0,Saunders County,59504.0,SWPP +2015,31000.0,Nebraska,31157.0,Scotts Bluff County,59504.0,SWPP +2015,31000.0,Nebraska,31159.0,Seward County,59504.0,SWPP +2015,31000.0,Nebraska,31161.0,Sheridan County,59504.0,SWPP +2015,31000.0,Nebraska,31163.0,Sherman County,59504.0,SWPP +2015,31000.0,Nebraska,31165.0,Sioux County,59504.0,SWPP +2015,31000.0,Nebraska,31167.0,Stanton County,59504.0,SWPP +2015,31000.0,Nebraska,31169.0,Thayer County,59504.0,SWPP +2015,31000.0,Nebraska,31171.0,Thomas County,59504.0,SWPP +2015,31000.0,Nebraska,31173.0,Thurston County,59504.0,SWPP +2015,31000.0,Nebraska,31175.0,Valley County,59504.0,SWPP +2015,31000.0,Nebraska,31177.0,Washington County,59504.0,SWPP +2015,31000.0,Nebraska,31179.0,Wayne County,59504.0,SWPP +2015,31000.0,Nebraska,31181.0,Webster County,59504.0,SWPP +2015,31000.0,Nebraska,31183.0,Wheeler County,59504.0,SWPP +2015,31000.0,Nebraska,31185.0,York County,59504.0,SWPP +2015,32000.0,Nevada,32003.0,Clark County,59504.0,SWPP +2015,35000.0,New Mexico,35005.0,Chaves County,59504.0,SWPP +2015,35000.0,New Mexico,35009.0,Curry County,59504.0,SWPP +2015,35000.0,New Mexico,35011.0,De Baca County,59504.0,SWPP +2015,35000.0,New Mexico,35015.0,Eddy County,59504.0,SWPP +2015,35000.0,New Mexico,35019.0,Guadalupe County,59504.0,SWPP +2015,35000.0,New Mexico,35021.0,Harding County,59504.0,SWPP +2015,35000.0,New Mexico,35025.0,Lea County,59504.0,SWPP +2015,35000.0,New Mexico,35035.0,Otero County,59504.0,SWPP +2015,35000.0,New Mexico,35037.0,Quay County,59504.0,SWPP +2015,35000.0,New Mexico,35041.0,Roosevelt County,59504.0,SWPP +2015,35000.0,New Mexico,35045.0,San Juan County,59504.0,SWPP +2015,35000.0,New Mexico,35047.0,San Miguel County,59504.0,SWPP +2015,35000.0,New Mexico,35059.0,Union County,59504.0,SWPP +2015,38000.0,North Dakota,38001.0,Adams County,59504.0,SWPP +2015,38000.0,North Dakota,38003.0,Barnes County,59504.0,SWPP +2015,38000.0,North Dakota,38005.0,Benson County,59504.0,SWPP +2015,38000.0,North Dakota,38007.0,Billings County,59504.0,SWPP +2015,38000.0,North Dakota,38009.0,Bottineau County,59504.0,SWPP +2015,38000.0,North Dakota,38011.0,Bowman County,59504.0,SWPP +2015,38000.0,North Dakota,38013.0,Burke County,59504.0,SWPP +2015,38000.0,North Dakota,38015.0,Burleigh County,59504.0,SWPP +2015,38000.0,North Dakota,38017.0,Cass County,59504.0,SWPP +2015,38000.0,North Dakota,38021.0,Dickey County,59504.0,SWPP +2015,38000.0,North Dakota,38023.0,Divide County,59504.0,SWPP +2015,38000.0,North Dakota,38025.0,Dunn County,59504.0,SWPP +2015,38000.0,North Dakota,38027.0,Eddy County,59504.0,SWPP +2015,38000.0,North Dakota,38029.0,Emmons County,59504.0,SWPP +2015,38000.0,North Dakota,38031.0,Foster County,59504.0,SWPP +2015,38000.0,North Dakota,38033.0,Golden Valley County,59504.0,SWPP +2015,38000.0,North Dakota,38035.0,Grand Forks County,59504.0,SWPP +2015,38000.0,North Dakota,38037.0,Grant County,59504.0,SWPP +2015,38000.0,North Dakota,38039.0,Griggs County,59504.0,SWPP +2015,38000.0,North Dakota,38041.0,Hettinger County,59504.0,SWPP +2015,38000.0,North Dakota,38043.0,Kidder County,59504.0,SWPP +2015,38000.0,North Dakota,38045.0,LaMoure County,59504.0,SWPP +2015,38000.0,North Dakota,38047.0,Logan County,59504.0,SWPP +2015,38000.0,North Dakota,38049.0,McHenry County,59504.0,SWPP +2015,38000.0,North Dakota,38051.0,McIntosh County,59504.0,SWPP +2015,38000.0,North Dakota,38053.0,McKenzie County,59504.0,SWPP +2015,38000.0,North Dakota,38055.0,McLean County,59504.0,SWPP +2015,38000.0,North Dakota,38057.0,Mercer County,59504.0,SWPP +2015,38000.0,North Dakota,38059.0,Morton County,59504.0,SWPP +2015,38000.0,North Dakota,38061.0,Mountrail County,59504.0,SWPP +2015,38000.0,North Dakota,38063.0,Nelson County,59504.0,SWPP +2015,38000.0,North Dakota,38065.0,Oliver County,59504.0,SWPP +2015,38000.0,North Dakota,38069.0,Pierce County,59504.0,SWPP +2015,38000.0,North Dakota,38071.0,Ramsey County,59504.0,SWPP +2015,38000.0,North Dakota,38073.0,Ransom County,59504.0,SWPP +2015,38000.0,North Dakota,38075.0,Renville County,59504.0,SWPP +2015,38000.0,North Dakota,38077.0,Richland County,59504.0,SWPP +2015,38000.0,North Dakota,38081.0,Sargent County,59504.0,SWPP +2015,38000.0,North Dakota,38083.0,Sheridan County,59504.0,SWPP +2015,38000.0,North Dakota,38085.0,Sioux County,59504.0,SWPP +2015,38000.0,North Dakota,38087.0,Slope County,59504.0,SWPP +2015,38000.0,North Dakota,38089.0,Stark County,59504.0,SWPP +2015,38000.0,North Dakota,38091.0,Steele County,59504.0,SWPP +2015,38000.0,North Dakota,38093.0,Stutsman County,59504.0,SWPP +2015,38000.0,North Dakota,38095.0,Towner County,59504.0,SWPP +2015,38000.0,North Dakota,38097.0,Traill County,59504.0,SWPP +2015,38000.0,North Dakota,38101.0,Ward County,59504.0,SWPP +2015,38000.0,North Dakota,38103.0,Wells County,59504.0,SWPP +2015,38000.0,North Dakota,38105.0,Williams County,59504.0,SWPP +2015,40000.0,Oklahoma,40001.0,Adair County,59504.0,SWPP +2015,40000.0,Oklahoma,40003.0,Alfalfa County,59504.0,SWPP +2015,40000.0,Oklahoma,40005.0,Atoka County,59504.0,SWPP +2015,40000.0,Oklahoma,40007.0,Beaver County,59504.0,SWPP +2015,40000.0,Oklahoma,40009.0,Beckham County,59504.0,SWPP +2015,40000.0,Oklahoma,40011.0,Blaine County,59504.0,SWPP +2015,40000.0,Oklahoma,40013.0,Bryan County,59504.0,SWPP +2015,40000.0,Oklahoma,40015.0,Caddo County,59504.0,SWPP +2015,40000.0,Oklahoma,40017.0,Canadian County,59504.0,SWPP +2015,40000.0,Oklahoma,40019.0,Carter County,59504.0,SWPP +2015,40000.0,Oklahoma,40021.0,Cherokee County,59504.0,SWPP +2015,40000.0,Oklahoma,40023.0,Choctaw County,59504.0,SWPP +2015,40000.0,Oklahoma,40025.0,Cimarron County,59504.0,SWPP +2015,40000.0,Oklahoma,40027.0,Cleveland County,59504.0,SWPP +2015,40000.0,Oklahoma,40029.0,Coal County,59504.0,SWPP +2015,40000.0,Oklahoma,40031.0,Comanche County,59504.0,SWPP +2015,40000.0,Oklahoma,40033.0,Cotton County,59504.0,SWPP +2015,40000.0,Oklahoma,40035.0,Craig County,59504.0,SWPP +2015,40000.0,Oklahoma,40037.0,Creek County,59504.0,SWPP +2015,40000.0,Oklahoma,40039.0,Custer County,59504.0,SWPP +2015,40000.0,Oklahoma,40041.0,Delaware County,59504.0,SWPP +2015,40000.0,Oklahoma,40043.0,Dewey County,59504.0,SWPP +2015,40000.0,Oklahoma,40045.0,Ellis County,59504.0,SWPP +2015,40000.0,Oklahoma,40047.0,Garfield County,59504.0,SWPP +2015,40000.0,Oklahoma,40049.0,Garvin County,59504.0,SWPP +2015,40000.0,Oklahoma,40051.0,Grady County,59504.0,SWPP +2015,40000.0,Oklahoma,40053.0,Grant County,59504.0,SWPP +2015,40000.0,Oklahoma,40055.0,Greer County,59504.0,SWPP +2015,40000.0,Oklahoma,40057.0,Harmon County,59504.0,SWPP +2015,40000.0,Oklahoma,40059.0,Harper County,59504.0,SWPP +2015,40000.0,Oklahoma,40061.0,Haskell County,59504.0,SWPP +2015,40000.0,Oklahoma,40063.0,Hughes County,59504.0,SWPP +2015,40000.0,Oklahoma,40065.0,Jackson County,59504.0,SWPP +2015,40000.0,Oklahoma,40067.0,Jefferson County,59504.0,SWPP +2015,40000.0,Oklahoma,40069.0,Johnston County,59504.0,SWPP +2015,40000.0,Oklahoma,40071.0,Kay County,59504.0,SWPP +2015,40000.0,Oklahoma,40073.0,Kingfisher County,59504.0,SWPP +2015,40000.0,Oklahoma,40075.0,Kiowa County,59504.0,SWPP +2015,40000.0,Oklahoma,40077.0,Latimer County,59504.0,SWPP +2015,40000.0,Oklahoma,40079.0,Le Flore County,59504.0,SWPP +2015,40000.0,Oklahoma,40081.0,Lincoln County,59504.0,SWPP +2015,40000.0,Oklahoma,40083.0,Logan County,59504.0,SWPP +2015,40000.0,Oklahoma,40085.0,Love County,59504.0,SWPP +2015,40000.0,Oklahoma,40087.0,McClain County,59504.0,SWPP +2015,40000.0,Oklahoma,40089.0,McCurtain County,59504.0,SWPP +2015,40000.0,Oklahoma,40091.0,McIntosh County,59504.0,SWPP +2015,40000.0,Oklahoma,40093.0,Major County,59504.0,SWPP +2015,40000.0,Oklahoma,40095.0,Marshall County,59504.0,SWPP +2015,40000.0,Oklahoma,40097.0,Mayes County,59504.0,SWPP +2015,40000.0,Oklahoma,40099.0,Murray County,59504.0,SWPP +2015,40000.0,Oklahoma,40101.0,Muskogee County,59504.0,SWPP +2015,40000.0,Oklahoma,40103.0,Noble County,59504.0,SWPP +2015,40000.0,Oklahoma,40105.0,Nowata County,59504.0,SWPP +2015,40000.0,Oklahoma,40107.0,Okfuskee County,59504.0,SWPP +2015,40000.0,Oklahoma,40109.0,Oklahoma County,59504.0,SWPP +2015,40000.0,Oklahoma,40111.0,Okmulgee County,59504.0,SWPP +2015,40000.0,Oklahoma,40113.0,Osage County,59504.0,SWPP +2015,40000.0,Oklahoma,40115.0,Ottawa County,59504.0,SWPP +2015,40000.0,Oklahoma,40117.0,Pawnee County,59504.0,SWPP +2015,40000.0,Oklahoma,40119.0,Payne County,59504.0,SWPP +2015,40000.0,Oklahoma,40121.0,Pittsburg County,59504.0,SWPP +2015,40000.0,Oklahoma,40123.0,Pontotoc County,59504.0,SWPP +2015,40000.0,Oklahoma,40125.0,Pottawatomie County,59504.0,SWPP +2015,40000.0,Oklahoma,40127.0,Pushmataha County,59504.0,SWPP +2015,40000.0,Oklahoma,40129.0,Roger Mills County,59504.0,SWPP +2015,40000.0,Oklahoma,40131.0,Rogers County,59504.0,SWPP +2015,40000.0,Oklahoma,40133.0,Seminole County,59504.0,SWPP +2015,40000.0,Oklahoma,40135.0,Sequoyah County,59504.0,SWPP +2015,40000.0,Oklahoma,40137.0,Stephens County,59504.0,SWPP +2015,40000.0,Oklahoma,40139.0,Texas County,59504.0,SWPP +2015,40000.0,Oklahoma,40141.0,Tillman County,59504.0,SWPP +2015,40000.0,Oklahoma,40143.0,Tulsa County,59504.0,SWPP +2015,40000.0,Oklahoma,40145.0,Wagoner County,59504.0,SWPP +2015,40000.0,Oklahoma,40147.0,Washington County,59504.0,SWPP +2015,40000.0,Oklahoma,40149.0,Washita County,59504.0,SWPP +2015,40000.0,Oklahoma,40151.0,Woods County,59504.0,SWPP +2015,40000.0,Oklahoma,40153.0,Woodward County,59504.0,SWPP +2015,41000.0,Oregon,41035.0,Klamath County,59504.0,SWPP +2015,46000.0,South Dakota,46003.0,Aurora County,59504.0,SWPP +2015,46000.0,South Dakota,46005.0,Beadle County,59504.0,SWPP +2015,46000.0,South Dakota,46007.0,Bennett County,59504.0,SWPP +2015,46000.0,South Dakota,46009.0,Bon Homme County,59504.0,SWPP +2015,46000.0,South Dakota,46011.0,Brookings County,59504.0,SWPP +2015,46000.0,South Dakota,46013.0,Brown County,59504.0,SWPP +2015,46000.0,South Dakota,46015.0,Brule County,59504.0,SWPP +2015,46000.0,South Dakota,46017.0,Buffalo County,59504.0,SWPP +2015,46000.0,South Dakota,46019.0,Butte County,59504.0,SWPP +2015,46000.0,South Dakota,46021.0,Campbell County,59504.0,SWPP +2015,46000.0,South Dakota,46023.0,Charles Mix County,59504.0,SWPP +2015,46000.0,South Dakota,46025.0,Clark County,59504.0,SWPP +2015,46000.0,South Dakota,46027.0,Clay County,59504.0,SWPP +2015,46000.0,South Dakota,46029.0,Codington County,59504.0,SWPP +2015,46000.0,South Dakota,46031.0,Corson County,59504.0,SWPP +2015,46000.0,South Dakota,46033.0,Custer County,59504.0,SWPP +2015,46000.0,South Dakota,46035.0,Davison County,59504.0,SWPP +2015,46000.0,South Dakota,46037.0,Day County,59504.0,SWPP +2015,46000.0,South Dakota,46039.0,Deuel County,59504.0,SWPP +2015,46000.0,South Dakota,46041.0,Dewey County,59504.0,SWPP +2015,46000.0,South Dakota,46043.0,Douglas County,59504.0,SWPP +2015,46000.0,South Dakota,46045.0,Edmunds County,59504.0,SWPP +2015,46000.0,South Dakota,46047.0,Fall River County,59504.0,SWPP +2015,46000.0,South Dakota,46049.0,Faulk County,59504.0,SWPP +2015,46000.0,South Dakota,46051.0,Grant County,59504.0,SWPP +2015,46000.0,South Dakota,46053.0,Gregory County,59504.0,SWPP +2015,46000.0,South Dakota,46055.0,Haakon County,59504.0,SWPP +2015,46000.0,South Dakota,46057.0,Hamlin County,59504.0,SWPP +2015,46000.0,South Dakota,46059.0,Hand County,59504.0,SWPP +2015,46000.0,South Dakota,46061.0,Hanson County,59504.0,SWPP +2015,46000.0,South Dakota,46063.0,Harding County,59504.0,SWPP +2015,46000.0,South Dakota,46065.0,Hughes County,59504.0,SWPP +2015,46000.0,South Dakota,46067.0,Hutchinson County,59504.0,SWPP +2015,46000.0,South Dakota,46069.0,Hyde County,59504.0,SWPP +2015,46000.0,South Dakota,46071.0,Jackson County,59504.0,SWPP +2015,46000.0,South Dakota,46073.0,Jerauld County,59504.0,SWPP +2015,46000.0,South Dakota,46075.0,Jones County,59504.0,SWPP +2015,46000.0,South Dakota,46077.0,Kingsbury County,59504.0,SWPP +2015,46000.0,South Dakota,46079.0,Lake County,59504.0,SWPP +2015,46000.0,South Dakota,46081.0,Lawrence County,59504.0,SWPP +2015,46000.0,South Dakota,46083.0,Lincoln County,59504.0,SWPP +2015,46000.0,South Dakota,46085.0,Lyman County,59504.0,SWPP +2015,46000.0,South Dakota,46087.0,McCook County,59504.0,SWPP +2015,46000.0,South Dakota,46089.0,McPherson County,59504.0,SWPP +2015,46000.0,South Dakota,46091.0,Marshall County,59504.0,SWPP +2015,46000.0,South Dakota,46093.0,Meade County,59504.0,SWPP +2015,46000.0,South Dakota,46095.0,Mellette County,59504.0,SWPP +2015,46000.0,South Dakota,46097.0,Miner County,59504.0,SWPP +2015,46000.0,South Dakota,46099.0,Minnehaha County,59504.0,SWPP +2015,46000.0,South Dakota,46101.0,Moody County,59504.0,SWPP +2015,46000.0,South Dakota,46103.0,Pennington County,59504.0,SWPP +2015,46000.0,South Dakota,46105.0,Perkins County,59504.0,SWPP +2015,46000.0,South Dakota,46107.0,Potter County,59504.0,SWPP +2015,46000.0,South Dakota,46109.0,Roberts County,59504.0,SWPP +2015,46000.0,South Dakota,46111.0,Sanborn County,59504.0,SWPP +2015,46000.0,South Dakota,46113.0,Shannon County,59504.0,SWPP +2015,46000.0,South Dakota,46115.0,Spink County,59504.0,SWPP +2015,46000.0,South Dakota,46117.0,Stanley County,59504.0,SWPP +2015,46000.0,South Dakota,46119.0,Sully County,59504.0,SWPP +2015,46000.0,South Dakota,46121.0,Todd County,59504.0,SWPP +2015,46000.0,South Dakota,46123.0,Tripp County,59504.0,SWPP +2015,46000.0,South Dakota,46125.0,Turner County,59504.0,SWPP +2015,46000.0,South Dakota,46127.0,Union County,59504.0,SWPP +2015,46000.0,South Dakota,46129.0,Walworth County,59504.0,SWPP +2015,46000.0,South Dakota,46135.0,Yankton County,59504.0,SWPP +2015,46000.0,South Dakota,46137.0,Ziebach County,59504.0,SWPP +2015,48000.0,Texas,48003.0,Andrews County,59504.0,SWPP +2015,48000.0,Texas,48009.0,Archer County,59504.0,SWPP +2015,48000.0,Texas,48011.0,Armstrong County,59504.0,SWPP +2015,48000.0,Texas,48017.0,Bailey County,59504.0,SWPP +2015,48000.0,Texas,48023.0,Baylor County,59504.0,SWPP +2015,48000.0,Texas,48033.0,Borden County,59504.0,SWPP +2015,48000.0,Texas,48037.0,Bowie County,59504.0,SWPP +2015,48000.0,Texas,48045.0,Briscoe County,59504.0,SWPP +2015,48000.0,Texas,48063.0,Camp County,59504.0,SWPP +2015,48000.0,Texas,48065.0,Carson County,59504.0,SWPP +2015,48000.0,Texas,48067.0,Cass County,59504.0,SWPP +2015,48000.0,Texas,48069.0,Castro County,59504.0,SWPP +2015,48000.0,Texas,48075.0,Childress County,59504.0,SWPP +2015,48000.0,Texas,48079.0,Cochran County,59504.0,SWPP +2015,48000.0,Texas,48087.0,Collingsworth County,59504.0,SWPP +2015,48000.0,Texas,48101.0,Cottle County,59504.0,SWPP +2015,48000.0,Texas,48107.0,Crosby County,59504.0,SWPP +2015,48000.0,Texas,48111.0,Dallam County,59504.0,SWPP +2015,48000.0,Texas,48115.0,Dawson County,59504.0,SWPP +2015,48000.0,Texas,48117.0,Deaf Smith County,59504.0,SWPP +2015,48000.0,Texas,48129.0,Donley County,59504.0,SWPP +2015,48000.0,Texas,48135.0,Ector County,59504.0,SWPP +2015,48000.0,Texas,48153.0,Floyd County,59504.0,SWPP +2015,48000.0,Texas,48155.0,Foard County,59504.0,SWPP +2015,48000.0,Texas,48159.0,Franklin County,59504.0,SWPP +2015,48000.0,Texas,48165.0,Gaines County,59504.0,SWPP +2015,48000.0,Texas,48169.0,Garza County,59504.0,SWPP +2015,48000.0,Texas,48179.0,Gray County,59504.0,SWPP +2015,48000.0,Texas,48183.0,Gregg County,59504.0,SWPP +2015,48000.0,Texas,48189.0,Hale County,59504.0,SWPP +2015,48000.0,Texas,48191.0,Hall County,59504.0,SWPP +2015,48000.0,Texas,48195.0,Hansford County,59504.0,SWPP +2015,48000.0,Texas,48197.0,Hardeman County,59504.0,SWPP +2015,48000.0,Texas,48203.0,Harrison County,59504.0,SWPP +2015,48000.0,Texas,48205.0,Hartley County,59504.0,SWPP +2015,48000.0,Texas,48211.0,Hemphill County,59504.0,SWPP +2015,48000.0,Texas,48219.0,Hockley County,59504.0,SWPP +2015,48000.0,Texas,48223.0,Hopkins County,59504.0,SWPP +2015,48000.0,Texas,48233.0,Hutchinson County,59504.0,SWPP +2015,48000.0,Texas,48279.0,Lamb County,59504.0,SWPP +2015,48000.0,Texas,48295.0,Lipscomb County,59504.0,SWPP +2015,48000.0,Texas,48303.0,Lubbock County,59504.0,SWPP +2015,48000.0,Texas,48305.0,Lynn County,59504.0,SWPP +2015,48000.0,Texas,48315.0,Marion County,59504.0,SWPP +2015,48000.0,Texas,48317.0,Martin County,59504.0,SWPP +2015,48000.0,Texas,48329.0,Midland County,59504.0,SWPP +2015,48000.0,Texas,48341.0,Moore County,59504.0,SWPP +2015,48000.0,Texas,48343.0,Morris County,59504.0,SWPP +2015,48000.0,Texas,48345.0,Motley County,59504.0,SWPP +2015,48000.0,Texas,48347.0,Nacogdoches County,59504.0,SWPP +2015,48000.0,Texas,48357.0,Ochiltree County,59504.0,SWPP +2015,48000.0,Texas,48359.0,Oldham County,59504.0,SWPP +2015,48000.0,Texas,48365.0,Panola County,59504.0,SWPP +2015,48000.0,Texas,48369.0,Parmer County,59504.0,SWPP +2015,48000.0,Texas,48375.0,Potter County,59504.0,SWPP +2015,48000.0,Texas,48379.0,Rains County,59504.0,SWPP +2015,48000.0,Texas,48381.0,Randall County,59504.0,SWPP +2015,48000.0,Texas,48387.0,Red River County,59504.0,SWPP +2015,48000.0,Texas,48393.0,Roberts County,59504.0,SWPP +2015,48000.0,Texas,48401.0,Rusk County,59504.0,SWPP +2015,48000.0,Texas,48419.0,Shelby County,59504.0,SWPP +2015,48000.0,Texas,48421.0,Sherman County,59504.0,SWPP +2015,48000.0,Texas,48423.0,Smith County,59504.0,SWPP +2015,48000.0,Texas,48437.0,Swisher County,59504.0,SWPP +2015,48000.0,Texas,48445.0,Terry County,59504.0,SWPP +2015,48000.0,Texas,48449.0,Titus County,59504.0,SWPP +2015,48000.0,Texas,48459.0,Upshur County,59504.0,SWPP +2015,48000.0,Texas,48467.0,Van Zandt County,59504.0,SWPP +2015,48000.0,Texas,48483.0,Wheeler County,59504.0,SWPP +2015,48000.0,Texas,48485.0,Wichita County,59504.0,SWPP +2015,48000.0,Texas,48487.0,Wilbarger County,59504.0,SWPP +2015,48000.0,Texas,48499.0,Wood County,59504.0,SWPP +2015,48000.0,Texas,48501.0,Yoakum County,59504.0,SWPP +2015,49000.0,Utah,49009.0,Daggett County,59504.0,SWPP +2015,49000.0,Utah,49037.0,San Juan County,59504.0,SWPP +2015,49000.0,Utah,49047.0,Uintah County,59504.0,SWPP +2015,56000.0,Wyoming,56001.0,Albany County,59504.0,SWPP +2015,56000.0,Wyoming,56003.0,Big Horn County,59504.0,SWPP +2015,56000.0,Wyoming,56007.0,Carbon County,59504.0,SWPP +2015,56000.0,Wyoming,56009.0,Converse County,59504.0,SWPP +2015,56000.0,Wyoming,56013.0,Fremont County,59504.0,SWPP +2015,56000.0,Wyoming,56015.0,Goshen County,59504.0,SWPP +2015,56000.0,Wyoming,56017.0,Hot Springs County,59504.0,SWPP +2015,56000.0,Wyoming,56019.0,Johnson County,59504.0,SWPP +2015,56000.0,Wyoming,56021.0,Laramie County,59504.0,SWPP +2015,56000.0,Wyoming,56023.0,Lincoln County,59504.0,SWPP +2015,56000.0,Wyoming,56025.0,Natrona County,59504.0,SWPP +2015,56000.0,Wyoming,56027.0,Niobrara County,59504.0,SWPP +2015,56000.0,Wyoming,56029.0,Park County,59504.0,SWPP +2015,56000.0,Wyoming,56031.0,Platte County,59504.0,SWPP +2015,56000.0,Wyoming,56033.0,Sheridan County,59504.0,SWPP +2015,56000.0,Wyoming,56037.0,Sweetwater County,59504.0,SWPP +2015,56000.0,Wyoming,56043.0,Washakie County,59504.0,SWPP diff --git a/_static/User_Guide_Data/ba_service_territory_2016.csv b/_static/User_Guide_Data/ba_service_territory_2016.csv new file mode 100644 index 00000000..f2dfac9e --- /dev/null +++ b/_static/User_Guide_Data/ba_service_territory_2016.csv @@ -0,0 +1,5231 @@ +Year,State_FIPS,State_Name,County_FIPS,County_Name,BA_Number,BA_Code +2016,23000.0,Maine,23003.0,Aroostook County,1.0,NBSO +2016,23000.0,Maine,23009.0,Hancock County,1.0,NBSO +2016,23000.0,Maine,23019.0,Penobscot County,1.0,NBSO +2016,23000.0,Maine,23021.0,Piscataquis County,1.0,NBSO +2016,23000.0,Maine,23027.0,Waldo County,1.0,NBSO +2016,23000.0,Maine,23029.0,Washington County,1.0,NBSO +2016,1000.0,Alabama,1001.0,Autauga County,189.0,AEC +2016,1000.0,Alabama,1003.0,Baldwin County,189.0,AEC +2016,1000.0,Alabama,1005.0,Barbour County,189.0,AEC +2016,1000.0,Alabama,1007.0,Bibb County,189.0,AEC +2016,1000.0,Alabama,1011.0,Bullock County,189.0,AEC +2016,1000.0,Alabama,1013.0,Butler County,189.0,AEC +2016,1000.0,Alabama,1015.0,Calhoun County,189.0,AEC +2016,1000.0,Alabama,1017.0,Chambers County,189.0,AEC +2016,1000.0,Alabama,1021.0,Chilton County,189.0,AEC +2016,1000.0,Alabama,1025.0,Clarke County,189.0,AEC +2016,1000.0,Alabama,1027.0,Clay County,189.0,AEC +2016,1000.0,Alabama,1029.0,Cleburne County,189.0,AEC +2016,1000.0,Alabama,1031.0,Coffee County,189.0,AEC +2016,1000.0,Alabama,1035.0,Conecuh County,189.0,AEC +2016,1000.0,Alabama,1037.0,Coosa County,189.0,AEC +2016,1000.0,Alabama,1039.0,Covington County,189.0,AEC +2016,1000.0,Alabama,1041.0,Crenshaw County,189.0,AEC +2016,1000.0,Alabama,1045.0,Dale County,189.0,AEC +2016,1000.0,Alabama,1047.0,Dallas County,189.0,AEC +2016,1000.0,Alabama,1051.0,Elmore County,189.0,AEC +2016,1000.0,Alabama,1053.0,Escambia County,189.0,AEC +2016,1000.0,Alabama,1055.0,Etowah County,189.0,AEC +2016,1000.0,Alabama,1061.0,Geneva County,189.0,AEC +2016,1000.0,Alabama,1067.0,Henry County,189.0,AEC +2016,1000.0,Alabama,1069.0,Houston County,189.0,AEC +2016,1000.0,Alabama,1081.0,Lee County,189.0,AEC +2016,1000.0,Alabama,1085.0,Lowndes County,189.0,AEC +2016,1000.0,Alabama,1087.0,Macon County,189.0,AEC +2016,1000.0,Alabama,1099.0,Monroe County,189.0,AEC +2016,1000.0,Alabama,1101.0,Montgomery County,189.0,AEC +2016,1000.0,Alabama,1105.0,Perry County,189.0,AEC +2016,1000.0,Alabama,1109.0,Pike County,189.0,AEC +2016,1000.0,Alabama,1111.0,Randolph County,189.0,AEC +2016,1000.0,Alabama,1113.0,Russell County,189.0,AEC +2016,1000.0,Alabama,1115.0,Shelby County,189.0,AEC +2016,1000.0,Alabama,1117.0,St. Clair County,189.0,AEC +2016,1000.0,Alabama,1121.0,Talladega County,189.0,AEC +2016,1000.0,Alabama,1123.0,Tallapoosa County,189.0,AEC +2016,1000.0,Alabama,1129.0,Washington County,189.0,AEC +2016,1000.0,Alabama,1131.0,Wilcox County,189.0,AEC +2016,12000.0,Florida,12005.0,Bay County,189.0,AEC +2016,12000.0,Florida,12013.0,Calhoun County,189.0,AEC +2016,12000.0,Florida,12033.0,Escambia County,189.0,AEC +2016,12000.0,Florida,12045.0,Gulf County,189.0,AEC +2016,12000.0,Florida,12059.0,Holmes County,189.0,AEC +2016,12000.0,Florida,12063.0,Jackson County,189.0,AEC +2016,12000.0,Florida,12091.0,Okaloosa County,189.0,AEC +2016,12000.0,Florida,12113.0,Santa Rosa County,189.0,AEC +2016,12000.0,Florida,12131.0,Walton County,189.0,AEC +2016,12000.0,Florida,12133.0,Washington County,189.0,AEC +2016,2000.0,Alaska,2020.0,Anchorage Municipality,599.0,AMPL +2016,4000.0,Arizona,4001.0,Apache County,803.0,AZPS +2016,4000.0,Arizona,4003.0,Cochise County ,803.0,AZPS +2016,4000.0,Arizona,4005.0,Coconino County,803.0,AZPS +2016,4000.0,Arizona,4007.0,Gila County,803.0,AZPS +2016,4000.0,Arizona,4009.0,Graham County,803.0,AZPS +2016,4000.0,Arizona,4011.0,Greenlee County,803.0,AZPS +2016,4000.0,Arizona,4013.0,Maricopa County,803.0,AZPS +2016,4000.0,Arizona,4015.0,Mohave County,803.0,AZPS +2016,4000.0,Arizona,4017.0,Navajo County,803.0,AZPS +2016,4000.0,Arizona,4019.0,Pima County,803.0,AZPS +2016,4000.0,Arizona,4021.0,Pinal County,803.0,AZPS +2016,4000.0,Arizona,4023.0,Santa Cruz County,803.0,AZPS +2016,4000.0,Arizona,4025.0,Yavapai County,803.0,AZPS +2016,4000.0,Arizona,4027.0,Yuma County,803.0,AZPS +2016,5000.0,Arkansas,5035.0,Crittenden County,924.0,AECI +2016,19000.0,Iowa,19007.0,Appanoose County,924.0,AECI +2016,19000.0,Iowa,19051.0,Davis County,924.0,AECI +2016,19000.0,Iowa,19053.0,Decatur County,924.0,AECI +2016,19000.0,Iowa,19057.0,Des Moines County,924.0,AECI +2016,19000.0,Iowa,19071.0,Fremont County,924.0,AECI +2016,19000.0,Iowa,19087.0,Henry County,924.0,AECI +2016,19000.0,Iowa,19101.0,Jefferson County,924.0,AECI +2016,19000.0,Iowa,19107.0,Keokuk County,924.0,AECI +2016,19000.0,Iowa,19111.0,Lee County,924.0,AECI +2016,19000.0,Iowa,19115.0,Louisa County,924.0,AECI +2016,19000.0,Iowa,19117.0,Lucas County,924.0,AECI +2016,19000.0,Iowa,19125.0,Marion County,924.0,AECI +2016,19000.0,Iowa,19135.0,Monroe County,924.0,AECI +2016,19000.0,Iowa,19145.0,Page County,924.0,AECI +2016,19000.0,Iowa,19159.0,Ringgold County,924.0,AECI +2016,19000.0,Iowa,19173.0,Taylor County,924.0,AECI +2016,19000.0,Iowa,19177.0,Van Buren County,924.0,AECI +2016,19000.0,Iowa,19179.0,Wapello County,924.0,AECI +2016,19000.0,Iowa,19183.0,Washington County,924.0,AECI +2016,19000.0,Iowa,19185.0,Wayne County,924.0,AECI +2016,29000.0,Missouri,29001.0,Adair County,924.0,AECI +2016,29000.0,Missouri,29003.0,Andrew County,924.0,AECI +2016,29000.0,Missouri,29005.0,Atchison County,924.0,AECI +2016,29000.0,Missouri,29007.0,Audrain County,924.0,AECI +2016,29000.0,Missouri,29009.0,Barry County,924.0,AECI +2016,29000.0,Missouri,29011.0,Barton County,924.0,AECI +2016,29000.0,Missouri,29013.0,Bates County,924.0,AECI +2016,29000.0,Missouri,29015.0,Benton County,924.0,AECI +2016,29000.0,Missouri,29017.0,Bollinger County,924.0,AECI +2016,29000.0,Missouri,29019.0,Boone County,924.0,AECI +2016,29000.0,Missouri,29021.0,Buchanan County,924.0,AECI +2016,29000.0,Missouri,29023.0,Butler County,924.0,AECI +2016,29000.0,Missouri,29025.0,Caldwell County,924.0,AECI +2016,29000.0,Missouri,29027.0,Callaway County,924.0,AECI +2016,29000.0,Missouri,29029.0,Camden County,924.0,AECI +2016,29000.0,Missouri,29031.0,Cape Girardeau County,924.0,AECI +2016,29000.0,Missouri,29033.0,Carroll County,924.0,AECI +2016,29000.0,Missouri,29035.0,Carter County,924.0,AECI +2016,29000.0,Missouri,29037.0,Cass County,924.0,AECI +2016,29000.0,Missouri,29039.0,Cedar County,924.0,AECI +2016,29000.0,Missouri,29041.0,Chariton County,924.0,AECI +2016,29000.0,Missouri,29043.0,Christian County,924.0,AECI +2016,29000.0,Missouri,29045.0,Clark County,924.0,AECI +2016,29000.0,Missouri,29047.0,Clay County,924.0,AECI +2016,29000.0,Missouri,29049.0,Clinton County,924.0,AECI +2016,29000.0,Missouri,29051.0,Cole County,924.0,AECI +2016,29000.0,Missouri,29053.0,Cooper County,924.0,AECI +2016,29000.0,Missouri,29055.0,Crawford County,924.0,AECI +2016,29000.0,Missouri,29057.0,Dade County,924.0,AECI +2016,29000.0,Missouri,29059.0,Dallas County,924.0,AECI +2016,29000.0,Missouri,29061.0,Daviess County,924.0,AECI +2016,29000.0,Missouri,29063.0,DeKalb County,924.0,AECI +2016,29000.0,Missouri,29065.0,Dent County,924.0,AECI +2016,29000.0,Missouri,29067.0,Douglas County,924.0,AECI +2016,29000.0,Missouri,29069.0,Dunklin County,924.0,AECI +2016,29000.0,Missouri,29071.0,Franklin County,924.0,AECI +2016,29000.0,Missouri,29073.0,Gasconade County,924.0,AECI +2016,29000.0,Missouri,29075.0,Gentry County,924.0,AECI +2016,29000.0,Missouri,29077.0,Greene County,924.0,AECI +2016,29000.0,Missouri,29079.0,Grundy County,924.0,AECI +2016,29000.0,Missouri,29081.0,Harrison County,924.0,AECI +2016,29000.0,Missouri,29083.0,Henry County,924.0,AECI +2016,29000.0,Missouri,29085.0,Hickory County,924.0,AECI +2016,29000.0,Missouri,29087.0,Holt County,924.0,AECI +2016,29000.0,Missouri,29089.0,Howard County,924.0,AECI +2016,29000.0,Missouri,29091.0,Howell County,924.0,AECI +2016,29000.0,Missouri,29093.0,Iron County,924.0,AECI +2016,29000.0,Missouri,29095.0,Jackson County,924.0,AECI +2016,29000.0,Missouri,29097.0,Jasper County,924.0,AECI +2016,29000.0,Missouri,29099.0,Jefferson County,924.0,AECI +2016,29000.0,Missouri,29101.0,Johnson County,924.0,AECI +2016,29000.0,Missouri,29103.0,Knox County,924.0,AECI +2016,29000.0,Missouri,29105.0,Laclede County,924.0,AECI +2016,29000.0,Missouri,29107.0,Lafayette County,924.0,AECI +2016,29000.0,Missouri,29109.0,Lawrence County,924.0,AECI +2016,29000.0,Missouri,29111.0,Lewis County,924.0,AECI +2016,29000.0,Missouri,29113.0,Lincoln County,924.0,AECI +2016,29000.0,Missouri,29115.0,Linn County,924.0,AECI +2016,29000.0,Missouri,29117.0,Livingston County,924.0,AECI +2016,29000.0,Missouri,29119.0,McDonald County,924.0,AECI +2016,29000.0,Missouri,29121.0,Macon County,924.0,AECI +2016,29000.0,Missouri,29123.0,Madison County,924.0,AECI +2016,29000.0,Missouri,29125.0,Maries County,924.0,AECI +2016,29000.0,Missouri,29127.0,Marion County,924.0,AECI +2016,29000.0,Missouri,29129.0,Mercer County,924.0,AECI +2016,29000.0,Missouri,29131.0,Miller County,924.0,AECI +2016,29000.0,Missouri,29133.0,Mississippi County,924.0,AECI +2016,29000.0,Missouri,29135.0,Moniteau County,924.0,AECI +2016,29000.0,Missouri,29137.0,Monroe County,924.0,AECI +2016,29000.0,Missouri,29139.0,Montgomery County,924.0,AECI +2016,29000.0,Missouri,29141.0,Morgan County,924.0,AECI +2016,29000.0,Missouri,29143.0,New Madrid County,924.0,AECI +2016,29000.0,Missouri,29145.0,Newton County,924.0,AECI +2016,29000.0,Missouri,29147.0,Nodaway County,924.0,AECI +2016,29000.0,Missouri,29149.0,Oregon County,924.0,AECI +2016,29000.0,Missouri,29151.0,Osage County,924.0,AECI +2016,29000.0,Missouri,29153.0,Ozark County,924.0,AECI +2016,29000.0,Missouri,29155.0,Pemiscot County,924.0,AECI +2016,29000.0,Missouri,29159.0,Pettis County,924.0,AECI +2016,29000.0,Missouri,29161.0,Phelps County,924.0,AECI +2016,29000.0,Missouri,29163.0,Pike County,924.0,AECI +2016,29000.0,Missouri,29165.0,Platte County,924.0,AECI +2016,29000.0,Missouri,29167.0,Polk County,924.0,AECI +2016,29000.0,Missouri,29169.0,Pulaski County,924.0,AECI +2016,29000.0,Missouri,29171.0,Putnam County,924.0,AECI +2016,29000.0,Missouri,29173.0,Ralls County,924.0,AECI +2016,29000.0,Missouri,29175.0,Randolph County,924.0,AECI +2016,29000.0,Missouri,29177.0,Ray County,924.0,AECI +2016,29000.0,Missouri,29179.0,Reynolds County,924.0,AECI +2016,29000.0,Missouri,29181.0,Ripley County,924.0,AECI +2016,29000.0,Missouri,29183.0,St. Charles County,924.0,AECI +2016,29000.0,Missouri,29185.0,St. Clair County,924.0,AECI +2016,29000.0,Missouri,29195.0,Saline County,924.0,AECI +2016,29000.0,Missouri,29197.0,Schuyler County,924.0,AECI +2016,29000.0,Missouri,29199.0,Scotland County,924.0,AECI +2016,29000.0,Missouri,29201.0,Scott County,924.0,AECI +2016,29000.0,Missouri,29203.0,Shannon County,924.0,AECI +2016,29000.0,Missouri,29205.0,Shelby County,924.0,AECI +2016,29000.0,Missouri,29207.0,Stoddard County,924.0,AECI +2016,29000.0,Missouri,29209.0,Stone County,924.0,AECI +2016,29000.0,Missouri,29211.0,Sullivan County,924.0,AECI +2016,29000.0,Missouri,29213.0,Taney County,924.0,AECI +2016,29000.0,Missouri,29215.0,Texas County,924.0,AECI +2016,29000.0,Missouri,29217.0,Vernon County,924.0,AECI +2016,29000.0,Missouri,29219.0,Warren County,924.0,AECI +2016,29000.0,Missouri,29221.0,Washington County,924.0,AECI +2016,29000.0,Missouri,29223.0,Wayne County,924.0,AECI +2016,29000.0,Missouri,29225.0,Webster County,924.0,AECI +2016,29000.0,Missouri,29227.0,Worth County,924.0,AECI +2016,29000.0,Missouri,29229.0,Wright County,924.0,AECI +2016,40000.0,Oklahoma,40001.0,Adair County,924.0,AECI +2016,40000.0,Oklahoma,40005.0,Atoka County,924.0,AECI +2016,40000.0,Oklahoma,40021.0,Cherokee County,924.0,AECI +2016,40000.0,Oklahoma,40037.0,Creek County,924.0,AECI +2016,40000.0,Oklahoma,40041.0,Delaware County,924.0,AECI +2016,40000.0,Oklahoma,40047.0,Garfield County,924.0,AECI +2016,40000.0,Oklahoma,40061.0,Haskell County,924.0,AECI +2016,40000.0,Oklahoma,40077.0,Latimer County,924.0,AECI +2016,40000.0,Oklahoma,40079.0,Le Flore County,924.0,AECI +2016,40000.0,Oklahoma,40081.0,Lincoln County,924.0,AECI +2016,40000.0,Oklahoma,40083.0,Logan County,924.0,AECI +2016,40000.0,Oklahoma,40091.0,McIntosh County,924.0,AECI +2016,40000.0,Oklahoma,40097.0,Mayes County,924.0,AECI +2016,40000.0,Oklahoma,40101.0,Muskogee County,924.0,AECI +2016,40000.0,Oklahoma,40103.0,Noble County,924.0,AECI +2016,40000.0,Oklahoma,40105.0,Nowata County,924.0,AECI +2016,40000.0,Oklahoma,40107.0,Okfuskee County,924.0,AECI +2016,40000.0,Oklahoma,40109.0,Oklahoma County,924.0,AECI +2016,40000.0,Oklahoma,40111.0,Okmulgee County,924.0,AECI +2016,40000.0,Oklahoma,40113.0,Osage County,924.0,AECI +2016,40000.0,Oklahoma,40117.0,Pawnee County,924.0,AECI +2016,40000.0,Oklahoma,40119.0,Payne County,924.0,AECI +2016,40000.0,Oklahoma,40121.0,Pittsburg County,924.0,AECI +2016,40000.0,Oklahoma,40127.0,Pushmataha County,924.0,AECI +2016,40000.0,Oklahoma,40131.0,Rogers County,924.0,AECI +2016,40000.0,Oklahoma,40133.0,Seminole County,924.0,AECI +2016,40000.0,Oklahoma,40135.0,Sequoyah County,924.0,AECI +2016,40000.0,Oklahoma,40143.0,Tulsa County,924.0,AECI +2016,40000.0,Oklahoma,40145.0,Wagoner County,924.0,AECI +2016,40000.0,Oklahoma,40147.0,Washington County,924.0,AECI +2016,16000.0,Idaho,16009.0,Benewah County,1738.0,BPAT +2016,16000.0,Idaho,16017.0,Bonner County,1738.0,BPAT +2016,16000.0,Idaho,16019.0,Bonneville County,1738.0,BPAT +2016,16000.0,Idaho,16021.0,Boundary County,1738.0,BPAT +2016,16000.0,Idaho,16029.0,Caribou County,1738.0,BPAT +2016,16000.0,Idaho,16031.0,Cassia County,1738.0,BPAT +2016,16000.0,Idaho,16033.0,Clark County,1738.0,BPAT +2016,16000.0,Idaho,16035.0,Clearwater County,1738.0,BPAT +2016,16000.0,Idaho,16043.0,Fremont County,1738.0,BPAT +2016,16000.0,Idaho,16049.0,Idaho County,1738.0,BPAT +2016,16000.0,Idaho,16051.0,Jefferson County,1738.0,BPAT +2016,16000.0,Idaho,16055.0,Kootenai County,1738.0,BPAT +2016,16000.0,Idaho,16057.0,Latah County,1738.0,BPAT +2016,16000.0,Idaho,16061.0,Lewis County,1738.0,BPAT +2016,16000.0,Idaho,16065.0,Madison County,1738.0,BPAT +2016,16000.0,Idaho,16067.0,Minidoka County,1738.0,BPAT +2016,16000.0,Idaho,16069.0,Nez Perce County,1738.0,BPAT +2016,16000.0,Idaho,16071.0,Oneida County,1738.0,BPAT +2016,16000.0,Idaho,16073.0,Owyhee County,1738.0,BPAT +2016,16000.0,Idaho,16077.0,Power County,1738.0,BPAT +2016,16000.0,Idaho,16079.0,Shoshone County,1738.0,BPAT +2016,16000.0,Idaho,16081.0,Teton County,1738.0,BPAT +2016,30000.0,Montana,30003.0,Big Horn County,1738.0,BPAT +2016,30000.0,Montana,30009.0,Carbon County,1738.0,BPAT +2016,30000.0,Montana,30029.0,Flathead County,1738.0,BPAT +2016,30000.0,Montana,30031.0,Gallatin County,1738.0,BPAT +2016,30000.0,Montana,30039.0,Granite County,1738.0,BPAT +2016,30000.0,Montana,30047.0,Lake County,1738.0,BPAT +2016,30000.0,Montana,30053.0,Lincoln County,1738.0,BPAT +2016,30000.0,Montana,30061.0,Mineral County,1738.0,BPAT +2016,30000.0,Montana,30063.0,Missoula County,1738.0,BPAT +2016,30000.0,Montana,30067.0,Park County,1738.0,BPAT +2016,30000.0,Montana,30077.0,Powell County,1738.0,BPAT +2016,30000.0,Montana,30081.0,Ravalli County,1738.0,BPAT +2016,30000.0,Montana,30089.0,Sanders County,1738.0,BPAT +2016,32000.0,Nevada,32007.0,Elko County,1738.0,BPAT +2016,32000.0,Nevada,32013.0,Humboldt County,1738.0,BPAT +2016,41000.0,Oregon,41001.0,Baker County,1738.0,BPAT +2016,41000.0,Oregon,41003.0,Benton County,1738.0,BPAT +2016,41000.0,Oregon,41007.0,Clatsop County,1738.0,BPAT +2016,41000.0,Oregon,41009.0,Columbia County,1738.0,BPAT +2016,41000.0,Oregon,41011.0,Coos County,1738.0,BPAT +2016,41000.0,Oregon,41013.0,Crook County,1738.0,BPAT +2016,41000.0,Oregon,41015.0,Curry County,1738.0,BPAT +2016,41000.0,Oregon,41017.0,Deschutes County,1738.0,BPAT +2016,41000.0,Oregon,41019.0,Douglas County,1738.0,BPAT +2016,41000.0,Oregon,41021.0,Gilliam County,1738.0,BPAT +2016,41000.0,Oregon,41023.0,Grant County,1738.0,BPAT +2016,41000.0,Oregon,41025.0,Harney County,1738.0,BPAT +2016,41000.0,Oregon,41027.0,Hood River County,1738.0,BPAT +2016,41000.0,Oregon,41031.0,Jefferson County,1738.0,BPAT +2016,41000.0,Oregon,41035.0,Klamath County,1738.0,BPAT +2016,41000.0,Oregon,41037.0,Lake County,1738.0,BPAT +2016,41000.0,Oregon,41039.0,Lane County,1738.0,BPAT +2016,41000.0,Oregon,41041.0,Lincoln County,1738.0,BPAT +2016,41000.0,Oregon,41043.0,Linn County,1738.0,BPAT +2016,41000.0,Oregon,41045.0,Malheur County,1738.0,BPAT +2016,41000.0,Oregon,41047.0,Marion County,1738.0,BPAT +2016,41000.0,Oregon,41049.0,Morrow County,1738.0,BPAT +2016,41000.0,Oregon,41051.0,Multnomah County,1738.0,BPAT +2016,41000.0,Oregon,41053.0,Polk County,1738.0,BPAT +2016,41000.0,Oregon,41055.0,Sherman County,1738.0,BPAT +2016,41000.0,Oregon,41057.0,Tillamook County,1738.0,BPAT +2016,41000.0,Oregon,41059.0,Umatilla County,1738.0,BPAT +2016,41000.0,Oregon,41061.0,Union County,1738.0,BPAT +2016,41000.0,Oregon,41063.0,Wallowa County,1738.0,BPAT +2016,41000.0,Oregon,41065.0,Wasco County,1738.0,BPAT +2016,41000.0,Oregon,41067.0,Washington County,1738.0,BPAT +2016,41000.0,Oregon,41069.0,Wheeler County,1738.0,BPAT +2016,41000.0,Oregon,41071.0,Yamhill County,1738.0,BPAT +2016,49000.0,Utah,49003.0,Box Elder County,1738.0,BPAT +2016,53000.0,Washington,53001.0,Adams County,1738.0,BPAT +2016,53000.0,Washington,53003.0,Asotin County,1738.0,BPAT +2016,53000.0,Washington,53005.0,Benton County,1738.0,BPAT +2016,53000.0,Washington,53009.0,Clallam County,1738.0,BPAT +2016,53000.0,Washington,53011.0,Clark County,1738.0,BPAT +2016,53000.0,Washington,53013.0,Columbia County,1738.0,BPAT +2016,53000.0,Washington,53015.0,Cowlitz County,1738.0,BPAT +2016,53000.0,Washington,53019.0,Ferry County,1738.0,BPAT +2016,53000.0,Washington,53021.0,Franklin County,1738.0,BPAT +2016,53000.0,Washington,53023.0,Garfield County,1738.0,BPAT +2016,53000.0,Washington,53025.0,Grant County,1738.0,BPAT +2016,53000.0,Washington,53027.0,Grays Harbor County,1738.0,BPAT +2016,53000.0,Washington,53029.0,Island County,1738.0,BPAT +2016,53000.0,Washington,53031.0,Jefferson County,1738.0,BPAT +2016,53000.0,Washington,53035.0,Kitsap County,1738.0,BPAT +2016,53000.0,Washington,53037.0,Kittitas County,1738.0,BPAT +2016,53000.0,Washington,53039.0,Klickitat County,1738.0,BPAT +2016,53000.0,Washington,53041.0,Lewis County,1738.0,BPAT +2016,53000.0,Washington,53043.0,Lincoln County,1738.0,BPAT +2016,53000.0,Washington,53045.0,Mason County,1738.0,BPAT +2016,53000.0,Washington,53047.0,Okanogan County,1738.0,BPAT +2016,53000.0,Washington,53049.0,Pacific County,1738.0,BPAT +2016,53000.0,Washington,53051.0,Pend Oreille County,1738.0,BPAT +2016,53000.0,Washington,53053.0,Pierce County,1738.0,BPAT +2016,53000.0,Washington,53055.0,San Juan County,1738.0,BPAT +2016,53000.0,Washington,53059.0,Skamania County,1738.0,BPAT +2016,53000.0,Washington,53061.0,Snohomish County,1738.0,BPAT +2016,53000.0,Washington,53063.0,Spokane County,1738.0,BPAT +2016,53000.0,Washington,53065.0,Stevens County,1738.0,BPAT +2016,53000.0,Washington,53067.0,Thurston County,1738.0,BPAT +2016,53000.0,Washington,53069.0,Wahkiakum County,1738.0,BPAT +2016,53000.0,Washington,53071.0,Walla Walla County,1738.0,BPAT +2016,53000.0,Washington,53073.0,Whatcom County,1738.0,BPAT +2016,53000.0,Washington,53075.0,Whitman County,1738.0,BPAT +2016,53000.0,Washington,53077.0,Yakima County,1738.0,BPAT +2016,56000.0,Wyoming,56023.0,Lincoln County,1738.0,BPAT +2016,56000.0,Wyoming,56033.0,Sheridan County,1738.0,BPAT +2016,56000.0,Wyoming,56035.0,Sublette County,1738.0,BPAT +2016,56000.0,Wyoming,56039.0,Teton County,1738.0,BPAT +2016,6000.0,California,6001.0,Alameda County,2775.0,CISO +2016,6000.0,California,6003.0,Alpine County,2775.0,CISO +2016,6000.0,California,6005.0,Amador County,2775.0,CISO +2016,6000.0,California,6007.0,Butte County,2775.0,CISO +2016,6000.0,California,6009.0,Calaveras County,2775.0,CISO +2016,6000.0,California,6011.0,Colusa County,2775.0,CISO +2016,6000.0,California,6013.0,Contra Costa County,2775.0,CISO +2016,6000.0,California,6017.0,El Dorado County,2775.0,CISO +2016,6000.0,California,6019.0,Fresno County,2775.0,CISO +2016,6000.0,California,6021.0,Glenn County,2775.0,CISO +2016,6000.0,California,6023.0,Humboldt County,2775.0,CISO +2016,6000.0,California,6025.0,Imperial County,2775.0,CISO +2016,6000.0,California,6027.0,Inyo County,2775.0,CISO +2016,6000.0,California,6029.0,Kern County,2775.0,CISO +2016,6000.0,California,6031.0,Kings County,2775.0,CISO +2016,6000.0,California,6033.0,Lake County,2775.0,CISO +2016,6000.0,California,6035.0,Lassen County,2775.0,CISO +2016,6000.0,California,6037.0,Los Angeles County,2775.0,CISO +2016,6000.0,California,6039.0,Madera County,2775.0,CISO +2016,6000.0,California,6041.0,Marin County,2775.0,CISO +2016,6000.0,California,6043.0,Mariposa County,2775.0,CISO +2016,6000.0,California,6045.0,Mendocino County,2775.0,CISO +2016,6000.0,California,6047.0,Merced County,2775.0,CISO +2016,6000.0,California,6049.0,Modoc County,2775.0,CISO +2016,6000.0,California,6051.0,Mono County,2775.0,CISO +2016,6000.0,California,6053.0,Monterey County,2775.0,CISO +2016,6000.0,California,6055.0,Napa County,2775.0,CISO +2016,6000.0,California,6057.0,Nevada County,2775.0,CISO +2016,6000.0,California,6059.0,Orange County,2775.0,CISO +2016,6000.0,California,6061.0,Placer County,2775.0,CISO +2016,6000.0,California,6063.0,Plumas County,2775.0,CISO +2016,6000.0,California,6065.0,Riverside County,2775.0,CISO +2016,6000.0,California,6067.0,Sacramento County,2775.0,CISO +2016,6000.0,California,6069.0,San Benito County,2775.0,CISO +2016,6000.0,California,6071.0,San Bernardino County,2775.0,CISO +2016,6000.0,California,6073.0,San Diego County,2775.0,CISO +2016,6000.0,California,6075.0,San Francisco County,2775.0,CISO +2016,6000.0,California,6077.0,San Joaquin County,2775.0,CISO +2016,6000.0,California,6079.0,San Luis Obispo County,2775.0,CISO +2016,6000.0,California,6081.0,San Mateo County,2775.0,CISO +2016,6000.0,California,6083.0,Santa Barbara County,2775.0,CISO +2016,6000.0,California,6085.0,Santa Clara County,2775.0,CISO +2016,6000.0,California,6087.0,Santa Cruz County,2775.0,CISO +2016,6000.0,California,6089.0,Shasta County,2775.0,CISO +2016,6000.0,California,6091.0,Sierra County,2775.0,CISO +2016,6000.0,California,6093.0,Siskiyou County,2775.0,CISO +2016,6000.0,California,6095.0,Solano County,2775.0,CISO +2016,6000.0,California,6097.0,Sonoma County,2775.0,CISO +2016,6000.0,California,6099.0,Stanislaus County,2775.0,CISO +2016,6000.0,California,6101.0,Sutter County,2775.0,CISO +2016,6000.0,California,6103.0,Tehama County,2775.0,CISO +2016,6000.0,California,6105.0,Trinity County,2775.0,CISO +2016,6000.0,California,6107.0,Tulare County,2775.0,CISO +2016,6000.0,California,6109.0,Tuolumne County,2775.0,CISO +2016,6000.0,California,6111.0,Ventura County,2775.0,CISO +2016,6000.0,California,6113.0,Yolo County,2775.0,CISO +2016,6000.0,California,6115.0,Yuba County,2775.0,CISO +2016,32000.0,Nevada,32031.0,Washoe County,2775.0,CISO +2016,37000.0,North Carolina,37001.0,Alamance County,3046.0,CPLE +2016,37000.0,North Carolina,37007.0,Anson County,3046.0,CPLE +2016,37000.0,North Carolina,37011.0,Avery County,3046.0,CPLE +2016,37000.0,North Carolina,37013.0,Beaufort County,3046.0,CPLE +2016,37000.0,North Carolina,37017.0,Bladen County,3046.0,CPLE +2016,37000.0,North Carolina,37019.0,Brunswick County,3046.0,CPLE +2016,37000.0,North Carolina,37021.0,Buncombe County,3046.0,CPLE +2016,37000.0,North Carolina,37031.0,Carteret County,3046.0,CPLE +2016,37000.0,North Carolina,37033.0,Caswell County,3046.0,CPLE +2016,37000.0,North Carolina,37037.0,Chatham County,3046.0,CPLE +2016,37000.0,North Carolina,37041.0,Chowan County,3046.0,CPLE +2016,37000.0,North Carolina,37047.0,Columbus County,3046.0,CPLE +2016,37000.0,North Carolina,37049.0,Craven County,3046.0,CPLE +2016,37000.0,North Carolina,37051.0,Cumberland County,3046.0,CPLE +2016,37000.0,North Carolina,37061.0,Duplin County,3046.0,CPLE +2016,37000.0,North Carolina,37063.0,Durham County,3046.0,CPLE +2016,37000.0,North Carolina,37065.0,Edgecombe County,3046.0,CPLE +2016,37000.0,North Carolina,37069.0,Franklin County,3046.0,CPLE +2016,37000.0,North Carolina,37077.0,Granville County,3046.0,CPLE +2016,37000.0,North Carolina,37079.0,Greene County,3046.0,CPLE +2016,37000.0,North Carolina,37081.0,Guilford County,3046.0,CPLE +2016,37000.0,North Carolina,37083.0,Halifax County,3046.0,CPLE +2016,37000.0,North Carolina,37085.0,Harnett County,3046.0,CPLE +2016,37000.0,North Carolina,37087.0,Haywood County,3046.0,CPLE +2016,37000.0,North Carolina,37089.0,Henderson County,3046.0,CPLE +2016,37000.0,North Carolina,37093.0,Hoke County,3046.0,CPLE +2016,37000.0,North Carolina,37099.0,Jackson County,3046.0,CPLE +2016,37000.0,North Carolina,37101.0,Johnston County,3046.0,CPLE +2016,37000.0,North Carolina,37103.0,Jones County,3046.0,CPLE +2016,37000.0,North Carolina,37105.0,Lee County,3046.0,CPLE +2016,37000.0,North Carolina,37107.0,Lenoir County,3046.0,CPLE +2016,37000.0,North Carolina,37111.0,McDowell County,3046.0,CPLE +2016,37000.0,North Carolina,37115.0,Madison County,3046.0,CPLE +2016,37000.0,North Carolina,37117.0,Martin County,3046.0,CPLE +2016,37000.0,North Carolina,37121.0,Mitchell County,3046.0,CPLE +2016,37000.0,North Carolina,37123.0,Montgomery County,3046.0,CPLE +2016,37000.0,North Carolina,37125.0,Moore County,3046.0,CPLE +2016,37000.0,North Carolina,37127.0,Nash County,3046.0,CPLE +2016,37000.0,North Carolina,37129.0,New Hanover County,3046.0,CPLE +2016,37000.0,North Carolina,37133.0,Onslow County,3046.0,CPLE +2016,37000.0,North Carolina,37135.0,Orange County,3046.0,CPLE +2016,37000.0,North Carolina,37137.0,Pamlico County,3046.0,CPLE +2016,37000.0,North Carolina,37139.0,Pasquotank County,3046.0,CPLE +2016,37000.0,North Carolina,37141.0,Pender County,3046.0,CPLE +2016,37000.0,North Carolina,37145.0,Person County,3046.0,CPLE +2016,37000.0,North Carolina,37147.0,Pitt County,3046.0,CPLE +2016,37000.0,North Carolina,37151.0,Randolph County,3046.0,CPLE +2016,37000.0,North Carolina,37153.0,Richmond County,3046.0,CPLE +2016,37000.0,North Carolina,37155.0,Robeson County,3046.0,CPLE +2016,37000.0,North Carolina,37161.0,Rutherford County,3046.0,CPLE +2016,37000.0,North Carolina,37163.0,Sampson County,3046.0,CPLE +2016,37000.0,North Carolina,37165.0,Scotland County,3046.0,CPLE +2016,37000.0,North Carolina,37167.0,Stanly County,3046.0,CPLE +2016,37000.0,North Carolina,37179.0,Union County,3046.0,CPLE +2016,37000.0,North Carolina,37181.0,Vance County,3046.0,CPLE +2016,37000.0,North Carolina,37183.0,Wake County,3046.0,CPLE +2016,37000.0,North Carolina,37185.0,Warren County,3046.0,CPLE +2016,37000.0,North Carolina,37191.0,Wayne County,3046.0,CPLE +2016,37000.0,North Carolina,37195.0,Wilson County,3046.0,CPLE +2016,37000.0,North Carolina,37199.0,Yancey County,3046.0,CPLE +2016,45000.0,South Carolina,45025.0,Chesterfield County,3046.0,CPLE +2016,45000.0,South Carolina,45027.0,Clarendon County,3046.0,CPLE +2016,45000.0,South Carolina,45031.0,Darlington County,3046.0,CPLE +2016,45000.0,South Carolina,45033.0,Dillon County,3046.0,CPLE +2016,45000.0,South Carolina,45041.0,Florence County,3046.0,CPLE +2016,45000.0,South Carolina,45043.0,Georgetown County,3046.0,CPLE +2016,45000.0,South Carolina,45051.0,Horry County,3046.0,CPLE +2016,45000.0,South Carolina,45055.0,Kershaw County,3046.0,CPLE +2016,45000.0,South Carolina,45061.0,Lee County,3046.0,CPLE +2016,45000.0,South Carolina,45067.0,Marion County,3046.0,CPLE +2016,45000.0,South Carolina,45069.0,Marlboro County,3046.0,CPLE +2016,45000.0,South Carolina,45085.0,Sumter County,3046.0,CPLE +2016,45000.0,South Carolina,45089.0,Williamsburg County,3046.0,CPLE +2016,47000.0,Tennessee,47029.0,Cocke County,3046.0,CPLE +2016,47000.0,Tennessee,47171.0,Unicoi County,3046.0,CPLE +2016,53000.0,Washington,53007.0,Chelan County,3413.0,CHPD +2016,53000.0,Washington,53033.0,King County,3413.0,CHPD +2016,53000.0,Washington,53037.0,Kittitas County,3413.0,CHPD +2016,53000.0,Washington,53047.0,Okanogan County,3413.0,CHPD +2016,2000.0,Alaska,2020.0,Anchorage Municipality,3522.0,CEA +2016,2000.0,Alaska,2122.0,Kenai Peninsula Borough,3522.0,CEA +2016,53000.0,Washington,53017.0,Douglas County,5326.0,DOPD +2016,53000.0,Washington,53047.0,Okanogan County,5326.0,DOPD +2016,13000.0,Georgia,13241.0,Rabun County,5416.0,DUK +2016,37000.0,North Carolina,37001.0,Alamance County,5416.0,DUK +2016,37000.0,North Carolina,37003.0,Alexander County,5416.0,DUK +2016,37000.0,North Carolina,37005.0,Alleghany County,5416.0,DUK +2016,37000.0,North Carolina,37007.0,Anson County,5416.0,DUK +2016,37000.0,North Carolina,37009.0,Ashe County,5416.0,DUK +2016,37000.0,North Carolina,37011.0,Avery County,5416.0,DUK +2016,37000.0,North Carolina,37021.0,Buncombe County,5416.0,DUK +2016,37000.0,North Carolina,37023.0,Burke County,5416.0,DUK +2016,37000.0,North Carolina,37025.0,Cabarrus County,5416.0,DUK +2016,37000.0,North Carolina,37027.0,Caldwell County,5416.0,DUK +2016,37000.0,North Carolina,37033.0,Caswell County,5416.0,DUK +2016,37000.0,North Carolina,37035.0,Catawba County,5416.0,DUK +2016,37000.0,North Carolina,37037.0,Chatham County,5416.0,DUK +2016,37000.0,North Carolina,37039.0,Cherokee County,5416.0,DUK +2016,37000.0,North Carolina,37043.0,Clay County,5416.0,DUK +2016,37000.0,North Carolina,37045.0,Cleveland County,5416.0,DUK +2016,37000.0,North Carolina,37057.0,Davidson County,5416.0,DUK +2016,37000.0,North Carolina,37059.0,Davie County,5416.0,DUK +2016,37000.0,North Carolina,37063.0,Durham County,5416.0,DUK +2016,37000.0,North Carolina,37067.0,Forsyth County,5416.0,DUK +2016,37000.0,North Carolina,37071.0,Gaston County,5416.0,DUK +2016,37000.0,North Carolina,37075.0,Graham County,5416.0,DUK +2016,37000.0,North Carolina,37077.0,Granville County,5416.0,DUK +2016,37000.0,North Carolina,37081.0,Guilford County,5416.0,DUK +2016,37000.0,North Carolina,37087.0,Haywood County,5416.0,DUK +2016,37000.0,North Carolina,37089.0,Henderson County,5416.0,DUK +2016,37000.0,North Carolina,37097.0,Iredell County,5416.0,DUK +2016,37000.0,North Carolina,37099.0,Jackson County,5416.0,DUK +2016,37000.0,North Carolina,37109.0,Lincoln County,5416.0,DUK +2016,37000.0,North Carolina,37111.0,McDowell County,5416.0,DUK +2016,37000.0,North Carolina,37113.0,Macon County,5416.0,DUK +2016,37000.0,North Carolina,37115.0,Madison County,5416.0,DUK +2016,37000.0,North Carolina,37119.0,Mecklenburg County,5416.0,DUK +2016,37000.0,North Carolina,37121.0,Mitchell County,5416.0,DUK +2016,37000.0,North Carolina,37123.0,Montgomery County,5416.0,DUK +2016,37000.0,North Carolina,37135.0,Orange County,5416.0,DUK +2016,37000.0,North Carolina,37145.0,Person County,5416.0,DUK +2016,37000.0,North Carolina,37149.0,Polk County,5416.0,DUK +2016,37000.0,North Carolina,37151.0,Randolph County,5416.0,DUK +2016,37000.0,North Carolina,37157.0,Rockingham County,5416.0,DUK +2016,37000.0,North Carolina,37159.0,Rowan County,5416.0,DUK +2016,37000.0,North Carolina,37161.0,Rutherford County,5416.0,DUK +2016,37000.0,North Carolina,37167.0,Stanly County,5416.0,DUK +2016,37000.0,North Carolina,37169.0,Stokes County,5416.0,DUK +2016,37000.0,North Carolina,37171.0,Surry County,5416.0,DUK +2016,37000.0,North Carolina,37173.0,Swain County,5416.0,DUK +2016,37000.0,North Carolina,37175.0,Transylvania County,5416.0,DUK +2016,37000.0,North Carolina,37179.0,Union County,5416.0,DUK +2016,37000.0,North Carolina,37183.0,Wake County,5416.0,DUK +2016,37000.0,North Carolina,37189.0,Watauga County,5416.0,DUK +2016,37000.0,North Carolina,37193.0,Wilkes County,5416.0,DUK +2016,37000.0,North Carolina,37197.0,Yadkin County,5416.0,DUK +2016,45000.0,South Carolina,45001.0,Abbeville County,5416.0,DUK +2016,45000.0,South Carolina,45007.0,Anderson County,5416.0,DUK +2016,45000.0,South Carolina,45021.0,Cherokee County,5416.0,DUK +2016,45000.0,South Carolina,45023.0,Chester County,5416.0,DUK +2016,45000.0,South Carolina,45037.0,Edgefield County,5416.0,DUK +2016,45000.0,South Carolina,45039.0,Fairfield County,5416.0,DUK +2016,45000.0,South Carolina,45045.0,Greenville County,5416.0,DUK +2016,45000.0,South Carolina,45047.0,Greenwood County,5416.0,DUK +2016,45000.0,South Carolina,45055.0,Kershaw County,5416.0,DUK +2016,45000.0,South Carolina,45057.0,Lancaster County,5416.0,DUK +2016,45000.0,South Carolina,45059.0,Laurens County,5416.0,DUK +2016,45000.0,South Carolina,45065.0,McCormick County,5416.0,DUK +2016,45000.0,South Carolina,45071.0,Newberry County,5416.0,DUK +2016,45000.0,South Carolina,45073.0,Oconee County,5416.0,DUK +2016,45000.0,South Carolina,45077.0,Pickens County,5416.0,DUK +2016,45000.0,South Carolina,45081.0,Saluda County,5416.0,DUK +2016,45000.0,South Carolina,45083.0,Spartanburg County,5416.0,DUK +2016,45000.0,South Carolina,45087.0,Union County,5416.0,DUK +2016,45000.0,South Carolina,45091.0,York County,5416.0,DUK +2016,35000.0,New Mexico,35013.0,Dona Ana County,5701.0,EPE +2016,35000.0,New Mexico,35015.0,Eddy County,5701.0,EPE +2016,35000.0,New Mexico,35029.0,Luna County,5701.0,EPE +2016,35000.0,New Mexico,35035.0,Otero County,5701.0,EPE +2016,35000.0,New Mexico,35051.0,Sierra County,5701.0,EPE +2016,48000.0,Texas,48043.0,Brewster County,5701.0,EPE +2016,48000.0,Texas,48105.0,Crockett County,5701.0,EPE +2016,48000.0,Texas,48109.0,Culberson County,5701.0,EPE +2016,48000.0,Texas,48127.0,Dimmit County,5701.0,EPE +2016,48000.0,Texas,48137.0,Edwards County,5701.0,EPE +2016,48000.0,Texas,48141.0,El Paso County,5701.0,EPE +2016,48000.0,Texas,48229.0,Hudspeth County,5701.0,EPE +2016,48000.0,Texas,48243.0,Jeff Davis County,5701.0,EPE +2016,48000.0,Texas,48271.0,Kinney County,5701.0,EPE +2016,48000.0,Texas,48323.0,Maverick County,5701.0,EPE +2016,48000.0,Texas,48371.0,Pecos County,5701.0,EPE +2016,48000.0,Texas,48377.0,Presidio County,5701.0,EPE +2016,48000.0,Texas,48389.0,Reeves County,5701.0,EPE +2016,48000.0,Texas,48443.0,Terrell County,5701.0,EPE +2016,48000.0,Texas,48463.0,Uvalde County,5701.0,EPE +2016,48000.0,Texas,48465.0,Val Verde County,5701.0,EPE +2016,48000.0,Texas,48479.0,Webb County,5701.0,EPE +2016,48000.0,Texas,48507.0,Zavala County,5701.0,EPE +2016,35000.0,New Mexico,35015.0,Eddy County,5723.0,ERCO +2016,35000.0,New Mexico,35035.0,Otero County,5723.0,ERCO +2016,48000.0,Texas,48001.0,Anderson County,5723.0,ERCO +2016,48000.0,Texas,48005.0,Angelina County,5723.0,ERCO +2016,48000.0,Texas,48007.0,Aransas County,5723.0,ERCO +2016,48000.0,Texas,48009.0,Archer County,5723.0,ERCO +2016,48000.0,Texas,48011.0,Armstrong County,5723.0,ERCO +2016,48000.0,Texas,48013.0,Atascosa County,5723.0,ERCO +2016,48000.0,Texas,48015.0,Austin County,5723.0,ERCO +2016,48000.0,Texas,48019.0,Bandera County,5723.0,ERCO +2016,48000.0,Texas,48021.0,Bastrop County,5723.0,ERCO +2016,48000.0,Texas,48023.0,Baylor County,5723.0,ERCO +2016,48000.0,Texas,48025.0,Bee County,5723.0,ERCO +2016,48000.0,Texas,48027.0,Bell County,5723.0,ERCO +2016,48000.0,Texas,48029.0,Bexar County,5723.0,ERCO +2016,48000.0,Texas,48031.0,Blanco County,5723.0,ERCO +2016,48000.0,Texas,48033.0,Borden County,5723.0,ERCO +2016,48000.0,Texas,48035.0,Bosque County,5723.0,ERCO +2016,48000.0,Texas,48039.0,Brazoria County,5723.0,ERCO +2016,48000.0,Texas,48041.0,Brazos County,5723.0,ERCO +2016,48000.0,Texas,48043.0,Brewster County,5723.0,ERCO +2016,48000.0,Texas,48045.0,Briscoe County,5723.0,ERCO +2016,48000.0,Texas,48047.0,Brooks County,5723.0,ERCO +2016,48000.0,Texas,48049.0,Brown County,5723.0,ERCO +2016,48000.0,Texas,48051.0,Burleson County,5723.0,ERCO +2016,48000.0,Texas,48053.0,Burnet County,5723.0,ERCO +2016,48000.0,Texas,48055.0,Caldwell County,5723.0,ERCO +2016,48000.0,Texas,48057.0,Calhoun County,5723.0,ERCO +2016,48000.0,Texas,48059.0,Callahan County,5723.0,ERCO +2016,48000.0,Texas,48061.0,Cameron County,5723.0,ERCO +2016,48000.0,Texas,48073.0,Cherokee County,5723.0,ERCO +2016,48000.0,Texas,48075.0,Childress County,5723.0,ERCO +2016,48000.0,Texas,48077.0,Clay County,5723.0,ERCO +2016,48000.0,Texas,48081.0,Coke County,5723.0,ERCO +2016,48000.0,Texas,48083.0,Coleman County,5723.0,ERCO +2016,48000.0,Texas,48085.0,Collin County,5723.0,ERCO +2016,48000.0,Texas,48087.0,Collingsworth County,5723.0,ERCO +2016,48000.0,Texas,48089.0,Colorado County,5723.0,ERCO +2016,48000.0,Texas,48091.0,Comal County,5723.0,ERCO +2016,48000.0,Texas,48093.0,Comanche County,5723.0,ERCO +2016,48000.0,Texas,48095.0,Concho County,5723.0,ERCO +2016,48000.0,Texas,48097.0,Cooke County,5723.0,ERCO +2016,48000.0,Texas,48099.0,Coryell County,5723.0,ERCO +2016,48000.0,Texas,48101.0,Cottle County,5723.0,ERCO +2016,48000.0,Texas,48105.0,Crockett County,5723.0,ERCO +2016,48000.0,Texas,48107.0,Crosby County,5723.0,ERCO +2016,48000.0,Texas,48109.0,Culberson County,5723.0,ERCO +2016,48000.0,Texas,48113.0,Dallas County,5723.0,ERCO +2016,48000.0,Texas,48119.0,Delta County,5723.0,ERCO +2016,48000.0,Texas,48121.0,Denton County,5723.0,ERCO +2016,48000.0,Texas,48123.0,DeWitt County,5723.0,ERCO +2016,48000.0,Texas,48125.0,Dickens County,5723.0,ERCO +2016,48000.0,Texas,48127.0,Dimmit County,5723.0,ERCO +2016,48000.0,Texas,48129.0,Donley County,5723.0,ERCO +2016,48000.0,Texas,48131.0,Duval County,5723.0,ERCO +2016,48000.0,Texas,48133.0,Eastland County,5723.0,ERCO +2016,48000.0,Texas,48137.0,Edwards County,5723.0,ERCO +2016,48000.0,Texas,48139.0,Ellis County,5723.0,ERCO +2016,48000.0,Texas,48141.0,El Paso County,5723.0,ERCO +2016,48000.0,Texas,48143.0,Erath County,5723.0,ERCO +2016,48000.0,Texas,48145.0,Falls County,5723.0,ERCO +2016,48000.0,Texas,48147.0,Fannin County,5723.0,ERCO +2016,48000.0,Texas,48149.0,Fayette County,5723.0,ERCO +2016,48000.0,Texas,48151.0,Fisher County,5723.0,ERCO +2016,48000.0,Texas,48153.0,Floyd County,5723.0,ERCO +2016,48000.0,Texas,48155.0,Foard County,5723.0,ERCO +2016,48000.0,Texas,48159.0,Franklin County,5723.0,ERCO +2016,48000.0,Texas,48161.0,Freestone County,5723.0,ERCO +2016,48000.0,Texas,48163.0,Frio County,5723.0,ERCO +2016,48000.0,Texas,48169.0,Garza County,5723.0,ERCO +2016,48000.0,Texas,48171.0,Gillespie County,5723.0,ERCO +2016,48000.0,Texas,48173.0,Glasscock County,5723.0,ERCO +2016,48000.0,Texas,48175.0,Goliad County,5723.0,ERCO +2016,48000.0,Texas,48177.0,Gonzales County,5723.0,ERCO +2016,48000.0,Texas,48179.0,Gray County,5723.0,ERCO +2016,48000.0,Texas,48181.0,Grayson County,5723.0,ERCO +2016,48000.0,Texas,48185.0,Grimes County,5723.0,ERCO +2016,48000.0,Texas,48187.0,Guadalupe County,5723.0,ERCO +2016,48000.0,Texas,48189.0,Hale County,5723.0,ERCO +2016,48000.0,Texas,48191.0,Hall County,5723.0,ERCO +2016,48000.0,Texas,48193.0,Hamilton County,5723.0,ERCO +2016,48000.0,Texas,48197.0,Hardeman County,5723.0,ERCO +2016,48000.0,Texas,48201.0,Harris County,5723.0,ERCO +2016,48000.0,Texas,48207.0,Haskell County,5723.0,ERCO +2016,48000.0,Texas,48209.0,Hays County,5723.0,ERCO +2016,48000.0,Texas,48211.0,Hemphill County,5723.0,ERCO +2016,48000.0,Texas,48213.0,Henderson County,5723.0,ERCO +2016,48000.0,Texas,48215.0,Hidalgo County,5723.0,ERCO +2016,48000.0,Texas,48217.0,Hill County,5723.0,ERCO +2016,48000.0,Texas,48219.0,Hockley County,5723.0,ERCO +2016,48000.0,Texas,48221.0,Hood County,5723.0,ERCO +2016,48000.0,Texas,48223.0,Hopkins County,5723.0,ERCO +2016,48000.0,Texas,48225.0,Houston County,5723.0,ERCO +2016,48000.0,Texas,48229.0,Hudspeth County,5723.0,ERCO +2016,48000.0,Texas,48231.0,Hunt County,5723.0,ERCO +2016,48000.0,Texas,48235.0,Irion County,5723.0,ERCO +2016,48000.0,Texas,48237.0,Jack County,5723.0,ERCO +2016,48000.0,Texas,48239.0,Jackson County,5723.0,ERCO +2016,48000.0,Texas,48243.0,Jeff Davis County,5723.0,ERCO +2016,48000.0,Texas,48247.0,Jim Hogg County,5723.0,ERCO +2016,48000.0,Texas,48249.0,Jim Wells County,5723.0,ERCO +2016,48000.0,Texas,48251.0,Johnson County,5723.0,ERCO +2016,48000.0,Texas,48253.0,Jones County,5723.0,ERCO +2016,48000.0,Texas,48255.0,Karnes County,5723.0,ERCO +2016,48000.0,Texas,48257.0,Kaufman County,5723.0,ERCO +2016,48000.0,Texas,48259.0,Kendall County,5723.0,ERCO +2016,48000.0,Texas,48261.0,Kenedy County,5723.0,ERCO +2016,48000.0,Texas,48263.0,Kent County,5723.0,ERCO +2016,48000.0,Texas,48265.0,Kerr County,5723.0,ERCO +2016,48000.0,Texas,48267.0,Kimble County,5723.0,ERCO +2016,48000.0,Texas,48269.0,King County,5723.0,ERCO +2016,48000.0,Texas,48271.0,Kinney County,5723.0,ERCO +2016,48000.0,Texas,48273.0,Kleberg County,5723.0,ERCO +2016,48000.0,Texas,48275.0,Knox County,5723.0,ERCO +2016,48000.0,Texas,48277.0,Lamar County,5723.0,ERCO +2016,48000.0,Texas,48279.0,Lamb County,5723.0,ERCO +2016,48000.0,Texas,48281.0,Lampasas County,5723.0,ERCO +2016,48000.0,Texas,48283.0,La Salle County,5723.0,ERCO +2016,48000.0,Texas,48285.0,Lavaca County,5723.0,ERCO +2016,48000.0,Texas,48287.0,Lee County,5723.0,ERCO +2016,48000.0,Texas,48289.0,Leon County,5723.0,ERCO +2016,48000.0,Texas,48293.0,Limestone County,5723.0,ERCO +2016,48000.0,Texas,48297.0,Live Oak County,5723.0,ERCO +2016,48000.0,Texas,48299.0,Llano County,5723.0,ERCO +2016,48000.0,Texas,48303.0,Lubbock County,5723.0,ERCO +2016,48000.0,Texas,48305.0,Lynn County,5723.0,ERCO +2016,48000.0,Texas,48307.0,McCulloch County,5723.0,ERCO +2016,48000.0,Texas,48309.0,McLennan County,5723.0,ERCO +2016,48000.0,Texas,48311.0,McMullen County,5723.0,ERCO +2016,48000.0,Texas,48313.0,Madison County,5723.0,ERCO +2016,48000.0,Texas,48319.0,Mason County,5723.0,ERCO +2016,48000.0,Texas,48321.0,Matagorda County,5723.0,ERCO +2016,48000.0,Texas,48323.0,Maverick County,5723.0,ERCO +2016,48000.0,Texas,48325.0,Medina County,5723.0,ERCO +2016,48000.0,Texas,48327.0,Menard County,5723.0,ERCO +2016,48000.0,Texas,48331.0,Milam County,5723.0,ERCO +2016,48000.0,Texas,48333.0,Mills County,5723.0,ERCO +2016,48000.0,Texas,48335.0,Mitchell County,5723.0,ERCO +2016,48000.0,Texas,48337.0,Montague County,5723.0,ERCO +2016,48000.0,Texas,48339.0,Montgomery County,5723.0,ERCO +2016,48000.0,Texas,48345.0,Motley County,5723.0,ERCO +2016,48000.0,Texas,48347.0,Nacogdoches County,5723.0,ERCO +2016,48000.0,Texas,48349.0,Navarro County,5723.0,ERCO +2016,48000.0,Texas,48353.0,Nolan County,5723.0,ERCO +2016,48000.0,Texas,48355.0,Nueces County,5723.0,ERCO +2016,48000.0,Texas,48363.0,Palo Pinto County,5723.0,ERCO +2016,48000.0,Texas,48367.0,Parker County,5723.0,ERCO +2016,48000.0,Texas,48371.0,Pecos County,5723.0,ERCO +2016,48000.0,Texas,48377.0,Presidio County,5723.0,ERCO +2016,48000.0,Texas,48379.0,Rains County,5723.0,ERCO +2016,48000.0,Texas,48381.0,Randall County,5723.0,ERCO +2016,48000.0,Texas,48383.0,Reagan County,5723.0,ERCO +2016,48000.0,Texas,48385.0,Real County,5723.0,ERCO +2016,48000.0,Texas,48387.0,Red River County,5723.0,ERCO +2016,48000.0,Texas,48389.0,Reeves County,5723.0,ERCO +2016,48000.0,Texas,48391.0,Refugio County,5723.0,ERCO +2016,48000.0,Texas,48393.0,Roberts County,5723.0,ERCO +2016,48000.0,Texas,48395.0,Robertson County,5723.0,ERCO +2016,48000.0,Texas,48397.0,Rockwall County,5723.0,ERCO +2016,48000.0,Texas,48399.0,Runnels County,5723.0,ERCO +2016,48000.0,Texas,48401.0,Rusk County,5723.0,ERCO +2016,48000.0,Texas,48409.0,San Patricio County,5723.0,ERCO +2016,48000.0,Texas,48411.0,San Saba County,5723.0,ERCO +2016,48000.0,Texas,48413.0,Schleicher County,5723.0,ERCO +2016,48000.0,Texas,48415.0,Scurry County,5723.0,ERCO +2016,48000.0,Texas,48417.0,Shackelford County,5723.0,ERCO +2016,48000.0,Texas,48423.0,Smith County,5723.0,ERCO +2016,48000.0,Texas,48425.0,Somervell County,5723.0,ERCO +2016,48000.0,Texas,48427.0,Starr County,5723.0,ERCO +2016,48000.0,Texas,48429.0,Stephens County,5723.0,ERCO +2016,48000.0,Texas,48431.0,Sterling County,5723.0,ERCO +2016,48000.0,Texas,48433.0,Stonewall County,5723.0,ERCO +2016,48000.0,Texas,48435.0,Sutton County,5723.0,ERCO +2016,48000.0,Texas,48437.0,Swisher County,5723.0,ERCO +2016,48000.0,Texas,48439.0,Tarrant County,5723.0,ERCO +2016,48000.0,Texas,48441.0,Taylor County,5723.0,ERCO +2016,48000.0,Texas,48443.0,Terrell County,5723.0,ERCO +2016,48000.0,Texas,48447.0,Throckmorton County,5723.0,ERCO +2016,48000.0,Texas,48451.0,Tom Green County,5723.0,ERCO +2016,48000.0,Texas,48453.0,Travis County,5723.0,ERCO +2016,48000.0,Texas,48455.0,Trinity County,5723.0,ERCO +2016,48000.0,Texas,48461.0,Upton County,5723.0,ERCO +2016,48000.0,Texas,48463.0,Uvalde County,5723.0,ERCO +2016,48000.0,Texas,48465.0,Val Verde County,5723.0,ERCO +2016,48000.0,Texas,48467.0,Van Zandt County,5723.0,ERCO +2016,48000.0,Texas,48469.0,Victoria County,5723.0,ERCO +2016,48000.0,Texas,48471.0,Walker County,5723.0,ERCO +2016,48000.0,Texas,48473.0,Waller County,5723.0,ERCO +2016,48000.0,Texas,48477.0,Washington County,5723.0,ERCO +2016,48000.0,Texas,48479.0,Webb County,5723.0,ERCO +2016,48000.0,Texas,48481.0,Wharton County,5723.0,ERCO +2016,48000.0,Texas,48483.0,Wheeler County,5723.0,ERCO +2016,48000.0,Texas,48487.0,Wilbarger County,5723.0,ERCO +2016,48000.0,Texas,48489.0,Willacy County,5723.0,ERCO +2016,48000.0,Texas,48491.0,Williamson County,5723.0,ERCO +2016,48000.0,Texas,48493.0,Wilson County,5723.0,ERCO +2016,48000.0,Texas,48497.0,Wise County,5723.0,ERCO +2016,48000.0,Texas,48499.0,Wood County,5723.0,ERCO +2016,48000.0,Texas,48503.0,Young County,5723.0,ERCO +2016,48000.0,Texas,48505.0,Zapata County,5723.0,ERCO +2016,48000.0,Texas,48507.0,Zavala County,5723.0,ERCO +2016,17000.0,Illinois,17127.0,Massac County,5748.0,EEI +2016,21000.0,Kentucky,21145.0,McCracken County,5748.0,EEI +2016,12000.0,Florida,12001.0,Alachua County,6452.0,FPL +2016,12000.0,Florida,12003.0,Baker County,6452.0,FPL +2016,12000.0,Florida,12007.0,Bradford County,6452.0,FPL +2016,12000.0,Florida,12009.0,Brevard County,6452.0,FPL +2016,12000.0,Florida,12011.0,Broward County,6452.0,FPL +2016,12000.0,Florida,12015.0,Charlotte County,6452.0,FPL +2016,12000.0,Florida,12019.0,Clay County,6452.0,FPL +2016,12000.0,Florida,12021.0,Collier County,6452.0,FPL +2016,12000.0,Florida,12023.0,Columbia County,6452.0,FPL +2016,12000.0,Florida,12027.0,DeSoto County,6452.0,FPL +2016,12000.0,Florida,12031.0,Duval County,6452.0,FPL +2016,12000.0,Florida,12035.0,Flagler County,6452.0,FPL +2016,12000.0,Florida,12043.0,Glades County,6452.0,FPL +2016,12000.0,Florida,12049.0,Hardee County,6452.0,FPL +2016,12000.0,Florida,12051.0,Hendry County,6452.0,FPL +2016,12000.0,Florida,12055.0,Highlands County,6452.0,FPL +2016,12000.0,Florida,12061.0,Indian River County,6452.0,FPL +2016,12000.0,Florida,12071.0,Lee County,6452.0,FPL +2016,12000.0,Florida,12081.0,Manatee County,6452.0,FPL +2016,12000.0,Florida,12085.0,Martin County,6452.0,FPL +2016,12000.0,Florida,12086.0,Miami-Dade County,6452.0,FPL +2016,12000.0,Florida,12087.0,Monroe County,6452.0,FPL +2016,12000.0,Florida,12089.0,Nassau County,6452.0,FPL +2016,12000.0,Florida,12093.0,Okeechobee County,6452.0,FPL +2016,12000.0,Florida,12095.0,Orange County,6452.0,FPL +2016,12000.0,Florida,12097.0,Osceola County,6452.0,FPL +2016,12000.0,Florida,12099.0,Palm Beach County,6452.0,FPL +2016,12000.0,Florida,12107.0,Putnam County,6452.0,FPL +2016,12000.0,Florida,12109.0,St. Johns County,6452.0,FPL +2016,12000.0,Florida,12111.0,St. Lucie County,6452.0,FPL +2016,12000.0,Florida,12115.0,Sarasota County,6452.0,FPL +2016,12000.0,Florida,12117.0,Seminole County,6452.0,FPL +2016,12000.0,Florida,12121.0,Suwannee County,6452.0,FPL +2016,12000.0,Florida,12125.0,Union County,6452.0,FPL +2016,12000.0,Florida,12127.0,Volusia County,6452.0,FPL +2016,12000.0,Florida,12001.0,Alachua County,6455.0,FPC +2016,12000.0,Florida,12005.0,Bay County,6455.0,FPC +2016,12000.0,Florida,12009.0,Brevard County,6455.0,FPC +2016,12000.0,Florida,12017.0,Citrus County,6455.0,FPC +2016,12000.0,Florida,12023.0,Columbia County,6455.0,FPC +2016,12000.0,Florida,12029.0,Dixie County,6455.0,FPC +2016,12000.0,Florida,12035.0,Flagler County,6455.0,FPC +2016,12000.0,Florida,12037.0,Franklin County,6455.0,FPC +2016,12000.0,Florida,12039.0,Gadsden County,6455.0,FPC +2016,12000.0,Florida,12041.0,Gilchrist County,6455.0,FPC +2016,12000.0,Florida,12045.0,Gulf County,6455.0,FPC +2016,12000.0,Florida,12047.0,Hamilton County,6455.0,FPC +2016,12000.0,Florida,12049.0,Hardee County,6455.0,FPC +2016,12000.0,Florida,12051.0,Hendry County,6455.0,FPC +2016,12000.0,Florida,12053.0,Hernando County,6455.0,FPC +2016,12000.0,Florida,12055.0,Highlands County,6455.0,FPC +2016,12000.0,Florida,12057.0,Hillsborough County,6455.0,FPC +2016,12000.0,Florida,12065.0,Jefferson County,6455.0,FPC +2016,12000.0,Florida,12067.0,Lafayette County,6455.0,FPC +2016,12000.0,Florida,12069.0,Lake County,6455.0,FPC +2016,12000.0,Florida,12073.0,Leon County,6455.0,FPC +2016,12000.0,Florida,12075.0,Levy County,6455.0,FPC +2016,12000.0,Florida,12079.0,Madison County,6455.0,FPC +2016,12000.0,Florida,12083.0,Marion County,6455.0,FPC +2016,12000.0,Florida,12095.0,Orange County,6455.0,FPC +2016,12000.0,Florida,12097.0,Osceola County,6455.0,FPC +2016,12000.0,Florida,12101.0,Pasco County,6455.0,FPC +2016,12000.0,Florida,12103.0,Pinellas County,6455.0,FPC +2016,12000.0,Florida,12105.0,Polk County,6455.0,FPC +2016,12000.0,Florida,12117.0,Seminole County,6455.0,FPC +2016,12000.0,Florida,12119.0,Sumter County,6455.0,FPC +2016,12000.0,Florida,12121.0,Suwannee County,6455.0,FPC +2016,12000.0,Florida,12123.0,Taylor County,6455.0,FPC +2016,12000.0,Florida,12127.0,Volusia County,6455.0,FPC +2016,12000.0,Florida,12129.0,Wakulla County,6455.0,FPC +2016,12000.0,Florida,12001.0,Alachua County,6909.0,GVL +2016,12000.0,Florida,12086.0,Miami-Dade County,8795.0,HST +2016,16000.0,Idaho,16001.0,Ada County,9191.0,IPCO +2016,16000.0,Idaho,16003.0,Adams County,9191.0,IPCO +2016,16000.0,Idaho,16005.0,Bannock County,9191.0,IPCO +2016,16000.0,Idaho,16011.0,Bingham County,9191.0,IPCO +2016,16000.0,Idaho,16013.0,Blaine County,9191.0,IPCO +2016,16000.0,Idaho,16015.0,Boise County,9191.0,IPCO +2016,16000.0,Idaho,16025.0,Camas County,9191.0,IPCO +2016,16000.0,Idaho,16027.0,Canyon County,9191.0,IPCO +2016,16000.0,Idaho,16031.0,Cassia County,9191.0,IPCO +2016,16000.0,Idaho,16037.0,Custer County,9191.0,IPCO +2016,16000.0,Idaho,16039.0,Elmore County,9191.0,IPCO +2016,16000.0,Idaho,16045.0,Gem County,9191.0,IPCO +2016,16000.0,Idaho,16047.0,Gooding County,9191.0,IPCO +2016,16000.0,Idaho,16049.0,Idaho County,9191.0,IPCO +2016,16000.0,Idaho,16053.0,Jerome County,9191.0,IPCO +2016,16000.0,Idaho,16059.0,Lemhi County,9191.0,IPCO +2016,16000.0,Idaho,16063.0,Lincoln County,9191.0,IPCO +2016,16000.0,Idaho,16067.0,Minidoka County,9191.0,IPCO +2016,16000.0,Idaho,16071.0,Oneida County,9191.0,IPCO +2016,16000.0,Idaho,16073.0,Owyhee County,9191.0,IPCO +2016,16000.0,Idaho,16075.0,Payette County,9191.0,IPCO +2016,16000.0,Idaho,16077.0,Power County,9191.0,IPCO +2016,16000.0,Idaho,16083.0,Twin Falls County,9191.0,IPCO +2016,16000.0,Idaho,16085.0,Valley County,9191.0,IPCO +2016,16000.0,Idaho,16087.0,Washington County,9191.0,IPCO +2016,41000.0,Oregon,41001.0,Baker County,9191.0,IPCO +2016,41000.0,Oregon,41023.0,Grant County,9191.0,IPCO +2016,41000.0,Oregon,41025.0,Harney County,9191.0,IPCO +2016,41000.0,Oregon,41045.0,Malheur County,9191.0,IPCO +2016,41000.0,Oregon,41063.0,Wallowa County,9191.0,IPCO +2016,6000.0,California,6025.0,Imperial County,9216.0,IID +2016,6000.0,California,6065.0,Riverside County,9216.0,IID +2016,6000.0,California,6073.0,San Diego County,9216.0,IID +2016,12000.0,Florida,12013.0,Calhoun County,9617.0,JEA +2016,12000.0,Florida,12019.0,Clay County,9617.0,JEA +2016,12000.0,Florida,12031.0,Duval County,9617.0,JEA +2016,12000.0,Florida,12063.0,Jackson County,9617.0,JEA +2016,12000.0,Florida,12077.0,Liberty County,9617.0,JEA +2016,12000.0,Florida,12089.0,Nassau County,9617.0,JEA +2016,12000.0,Florida,12109.0,St. Johns County,9617.0,JEA +2016,6000.0,California,6027.0,Inyo County,11208.0,LDWP +2016,6000.0,California,6037.0,Los Angeles County,11208.0,LDWP +2016,18000.0,Indiana,18147.0,Spencer County,11249.0,LGEE +2016,21000.0,Kentucky,21001.0,Adair County,11249.0,LGEE +2016,21000.0,Kentucky,21005.0,Anderson County,11249.0,LGEE +2016,21000.0,Kentucky,21007.0,Ballard County,11249.0,LGEE +2016,21000.0,Kentucky,21009.0,Barren County,11249.0,LGEE +2016,21000.0,Kentucky,21011.0,Bath County,11249.0,LGEE +2016,21000.0,Kentucky,21013.0,Bell County,11249.0,LGEE +2016,21000.0,Kentucky,21017.0,Bourbon County,11249.0,LGEE +2016,21000.0,Kentucky,21021.0,Boyle County,11249.0,LGEE +2016,21000.0,Kentucky,21023.0,Bracken County,11249.0,LGEE +2016,21000.0,Kentucky,21029.0,Bullitt County,11249.0,LGEE +2016,21000.0,Kentucky,21033.0,Caldwell County,11249.0,LGEE +2016,21000.0,Kentucky,21037.0,Campbell County,11249.0,LGEE +2016,21000.0,Kentucky,21039.0,Carlisle County,11249.0,LGEE +2016,21000.0,Kentucky,21041.0,Carroll County,11249.0,LGEE +2016,21000.0,Kentucky,21045.0,Casey County,11249.0,LGEE +2016,21000.0,Kentucky,21047.0,Christian County,11249.0,LGEE +2016,21000.0,Kentucky,21049.0,Clark County,11249.0,LGEE +2016,21000.0,Kentucky,21051.0,Clay County,11249.0,LGEE +2016,21000.0,Kentucky,21055.0,Crittenden County,11249.0,LGEE +2016,21000.0,Kentucky,21059.0,Daviess County,11249.0,LGEE +2016,21000.0,Kentucky,21061.0,Edmonson County,11249.0,LGEE +2016,21000.0,Kentucky,21065.0,Estill County,11249.0,LGEE +2016,21000.0,Kentucky,21067.0,Fayette County,11249.0,LGEE +2016,21000.0,Kentucky,21069.0,Fleming County,11249.0,LGEE +2016,21000.0,Kentucky,21073.0,Franklin County,11249.0,LGEE +2016,21000.0,Kentucky,21075.0,Fulton County,11249.0,LGEE +2016,21000.0,Kentucky,21077.0,Gallatin County,11249.0,LGEE +2016,21000.0,Kentucky,21079.0,Garrard County,11249.0,LGEE +2016,21000.0,Kentucky,21081.0,Grant County,11249.0,LGEE +2016,21000.0,Kentucky,21085.0,Grayson County,11249.0,LGEE +2016,21000.0,Kentucky,21087.0,Green County,11249.0,LGEE +2016,21000.0,Kentucky,21093.0,Hardin County,11249.0,LGEE +2016,21000.0,Kentucky,21095.0,Harlan County,11249.0,LGEE +2016,21000.0,Kentucky,21097.0,Harrison County,11249.0,LGEE +2016,21000.0,Kentucky,21099.0,Hart County,11249.0,LGEE +2016,21000.0,Kentucky,21101.0,Henderson County,11249.0,LGEE +2016,21000.0,Kentucky,21103.0,Henry County,11249.0,LGEE +2016,21000.0,Kentucky,21105.0,Hickman County,11249.0,LGEE +2016,21000.0,Kentucky,21107.0,Hopkins County,11249.0,LGEE +2016,21000.0,Kentucky,21111.0,Jefferson County,11249.0,LGEE +2016,21000.0,Kentucky,21113.0,Jessamine County,11249.0,LGEE +2016,21000.0,Kentucky,21121.0,Knox County,11249.0,LGEE +2016,21000.0,Kentucky,21123.0,Larue County,11249.0,LGEE +2016,21000.0,Kentucky,21125.0,Laurel County,11249.0,LGEE +2016,21000.0,Kentucky,21129.0,Lee County,11249.0,LGEE +2016,21000.0,Kentucky,21137.0,Lincoln County,11249.0,LGEE +2016,21000.0,Kentucky,21139.0,Livingston County,11249.0,LGEE +2016,21000.0,Kentucky,21143.0,Lyon County,11249.0,LGEE +2016,21000.0,Kentucky,21145.0,McCracken County,11249.0,LGEE +2016,21000.0,Kentucky,21147.0,McCreary County,11249.0,LGEE +2016,21000.0,Kentucky,21149.0,McLean County,11249.0,LGEE +2016,21000.0,Kentucky,21151.0,Madison County,11249.0,LGEE +2016,21000.0,Kentucky,21155.0,Marion County,11249.0,LGEE +2016,21000.0,Kentucky,21161.0,Mason County,11249.0,LGEE +2016,21000.0,Kentucky,21163.0,Meade County,11249.0,LGEE +2016,21000.0,Kentucky,21167.0,Mercer County,11249.0,LGEE +2016,21000.0,Kentucky,21173.0,Montgomery County,11249.0,LGEE +2016,21000.0,Kentucky,21177.0,Muhlenberg County,11249.0,LGEE +2016,21000.0,Kentucky,21179.0,Nelson County,11249.0,LGEE +2016,21000.0,Kentucky,21181.0,Nicholas County,11249.0,LGEE +2016,21000.0,Kentucky,21183.0,Ohio County,11249.0,LGEE +2016,21000.0,Kentucky,21185.0,Oldham County,11249.0,LGEE +2016,21000.0,Kentucky,21187.0,Owen County,11249.0,LGEE +2016,21000.0,Kentucky,21191.0,Pendleton County,11249.0,LGEE +2016,21000.0,Kentucky,21199.0,Pulaski County,11249.0,LGEE +2016,21000.0,Kentucky,21201.0,Robertson County,11249.0,LGEE +2016,21000.0,Kentucky,21203.0,Rockcastle County,11249.0,LGEE +2016,21000.0,Kentucky,21205.0,Rowan County,11249.0,LGEE +2016,21000.0,Kentucky,21207.0,Russell County,11249.0,LGEE +2016,21000.0,Kentucky,21209.0,Scott County,11249.0,LGEE +2016,21000.0,Kentucky,21211.0,Shelby County,11249.0,LGEE +2016,21000.0,Kentucky,21215.0,Spencer County,11249.0,LGEE +2016,21000.0,Kentucky,21217.0,Taylor County,11249.0,LGEE +2016,21000.0,Kentucky,21223.0,Trimble County,11249.0,LGEE +2016,21000.0,Kentucky,21225.0,Union County,11249.0,LGEE +2016,21000.0,Kentucky,21229.0,Washington County,11249.0,LGEE +2016,21000.0,Kentucky,21233.0,Webster County,11249.0,LGEE +2016,21000.0,Kentucky,21235.0,Whitley County,11249.0,LGEE +2016,21000.0,Kentucky,21239.0,Woodford County,11249.0,LGEE +2016,47000.0,Tennessee,47025.0,Claiborne County,11249.0,LGEE +2016,51000.0,Virginia,51051.0,Dickenson County,11249.0,LGEE +2016,51000.0,Virginia,51105.0,Lee County,11249.0,LGEE +2016,51000.0,Virginia,51167.0,Russell County,11249.0,LGEE +2016,51000.0,Virginia,51169.0,Scott County,11249.0,LGEE +2016,51000.0,Virginia,51195.0,Wise County,11249.0,LGEE +2016,51000.0,Virginia,51720.0,Norton City,11249.0,LGEE +2016,16000.0,Idaho,16033.0,Clark County,12825.0,NWMT +2016,30000.0,Montana,30001.0,Beaverhead County,12825.0,NWMT +2016,30000.0,Montana,30003.0,Big Horn County,12825.0,NWMT +2016,30000.0,Montana,30005.0,Blaine County,12825.0,NWMT +2016,30000.0,Montana,30007.0,Broadwater County,12825.0,NWMT +2016,30000.0,Montana,30009.0,Carbon County,12825.0,NWMT +2016,30000.0,Montana,30011.0,Carter County,12825.0,NWMT +2016,30000.0,Montana,30013.0,Cascade County,12825.0,NWMT +2016,30000.0,Montana,30015.0,Chouteau County,12825.0,NWMT +2016,30000.0,Montana,30017.0,Custer County,12825.0,NWMT +2016,30000.0,Montana,30021.0,Dawson County,12825.0,NWMT +2016,30000.0,Montana,30023.0,Deer Lodge County,12825.0,NWMT +2016,30000.0,Montana,30025.0,Fallon County,12825.0,NWMT +2016,30000.0,Montana,30027.0,Fergus County,12825.0,NWMT +2016,30000.0,Montana,30029.0,Flathead County,12825.0,NWMT +2016,30000.0,Montana,30031.0,Gallatin County,12825.0,NWMT +2016,30000.0,Montana,30035.0,Glacier County,12825.0,NWMT +2016,30000.0,Montana,30037.0,Golden Valley County,12825.0,NWMT +2016,30000.0,Montana,30039.0,Granite County,12825.0,NWMT +2016,30000.0,Montana,30041.0,Hill County,12825.0,NWMT +2016,30000.0,Montana,30043.0,Jefferson County,12825.0,NWMT +2016,30000.0,Montana,30045.0,Judith Basin County,12825.0,NWMT +2016,30000.0,Montana,30047.0,Lake County,12825.0,NWMT +2016,30000.0,Montana,30049.0,Lewis and Clark County,12825.0,NWMT +2016,30000.0,Montana,30051.0,Liberty County,12825.0,NWMT +2016,30000.0,Montana,30057.0,Madison County,12825.0,NWMT +2016,30000.0,Montana,30059.0,Meagher County,12825.0,NWMT +2016,30000.0,Montana,30061.0,Mineral County,12825.0,NWMT +2016,30000.0,Montana,30063.0,Missoula County,12825.0,NWMT +2016,30000.0,Montana,30065.0,Musselshell County,12825.0,NWMT +2016,30000.0,Montana,30067.0,Park County,12825.0,NWMT +2016,30000.0,Montana,30071.0,Phillips County,12825.0,NWMT +2016,30000.0,Montana,30073.0,Pondera County,12825.0,NWMT +2016,30000.0,Montana,30075.0,Powder River County,12825.0,NWMT +2016,30000.0,Montana,30077.0,Powell County,12825.0,NWMT +2016,30000.0,Montana,30079.0,Prairie County,12825.0,NWMT +2016,30000.0,Montana,30081.0,Ravalli County,12825.0,NWMT +2016,30000.0,Montana,30087.0,Rosebud County,12825.0,NWMT +2016,30000.0,Montana,30089.0,Sanders County,12825.0,NWMT +2016,30000.0,Montana,30093.0,Silver Bow County,12825.0,NWMT +2016,30000.0,Montana,30095.0,Stillwater County,12825.0,NWMT +2016,30000.0,Montana,30097.0,Sweet Grass County,12825.0,NWMT +2016,30000.0,Montana,30099.0,Teton County,12825.0,NWMT +2016,30000.0,Montana,30101.0,Toole County,12825.0,NWMT +2016,30000.0,Montana,30105.0,Valley County,12825.0,NWMT +2016,30000.0,Montana,30107.0,Wheatland County,12825.0,NWMT +2016,56000.0,Wyoming,56029.0,Park County,12825.0,NWMT +2016,6000.0,California,6027.0,Inyo County,13407.0,NEVP +2016,6000.0,California,6051.0,Mono County,13407.0,NEVP +2016,6000.0,California,6057.0,Nevada County,13407.0,NEVP +2016,6000.0,California,6061.0,Placer County,13407.0,NEVP +2016,32000.0,Nevada,32001.0,Churchill County,13407.0,NEVP +2016,32000.0,Nevada,32003.0,Clark County,13407.0,NEVP +2016,32000.0,Nevada,32005.0,Douglas County,13407.0,NEVP +2016,32000.0,Nevada,32007.0,Elko County,13407.0,NEVP +2016,32000.0,Nevada,32009.0,Esmeralda County,13407.0,NEVP +2016,32000.0,Nevada,32011.0,Eureka County,13407.0,NEVP +2016,32000.0,Nevada,32013.0,Humboldt County,13407.0,NEVP +2016,32000.0,Nevada,32015.0,Lander County,13407.0,NEVP +2016,32000.0,Nevada,32019.0,Lyon County,13407.0,NEVP +2016,32000.0,Nevada,32021.0,Mineral County,13407.0,NEVP +2016,32000.0,Nevada,32023.0,Nye County,13407.0,NEVP +2016,32000.0,Nevada,32027.0,Pershing County,13407.0,NEVP +2016,32000.0,Nevada,32029.0,Storey County,13407.0,NEVP +2016,32000.0,Nevada,32031.0,Washoe County,13407.0,NEVP +2016,32000.0,Nevada,32033.0,White Pine County,13407.0,NEVP +2016,32000.0,Nevada,32510.0,Carson City,13407.0,NEVP +2016,49000.0,Utah,49023.0,Juab County,13407.0,NEVP +2016,49000.0,Utah,49027.0,Millard County,13407.0,NEVP +2016,49000.0,Utah,49045.0,Tooele County,13407.0,NEVP +2016,9000.0,Connecticut,9001.0,Fairfield County,13434.0,ISNE +2016,9000.0,Connecticut,9003.0,Hartford County,13434.0,ISNE +2016,9000.0,Connecticut,9005.0,Litchfield County,13434.0,ISNE +2016,9000.0,Connecticut,9007.0,Middlesex County,13434.0,ISNE +2016,9000.0,Connecticut,9009.0,New Haven County,13434.0,ISNE +2016,9000.0,Connecticut,9011.0,New London County,13434.0,ISNE +2016,9000.0,Connecticut,9013.0,Tolland County,13434.0,ISNE +2016,9000.0,Connecticut,9015.0,Windham County,13434.0,ISNE +2016,23000.0,Maine,23001.0,Androscoggin County,13434.0,ISNE +2016,23000.0,Maine,23003.0,Aroostook County,13434.0,ISNE +2016,23000.0,Maine,23005.0,Cumberland County,13434.0,ISNE +2016,23000.0,Maine,23007.0,Franklin County,13434.0,ISNE +2016,23000.0,Maine,23009.0,Hancock County,13434.0,ISNE +2016,23000.0,Maine,23011.0,Kennebec County,13434.0,ISNE +2016,23000.0,Maine,23013.0,Knox County,13434.0,ISNE +2016,23000.0,Maine,23015.0,Lincoln County,13434.0,ISNE +2016,23000.0,Maine,23017.0,Oxford County,13434.0,ISNE +2016,23000.0,Maine,23019.0,Penobscot County,13434.0,ISNE +2016,23000.0,Maine,23021.0,Piscataquis County,13434.0,ISNE +2016,23000.0,Maine,23023.0,Sagadahoc County,13434.0,ISNE +2016,23000.0,Maine,23025.0,Somerset County,13434.0,ISNE +2016,23000.0,Maine,23027.0,Waldo County,13434.0,ISNE +2016,23000.0,Maine,23029.0,Washington County,13434.0,ISNE +2016,23000.0,Maine,23031.0,York County,13434.0,ISNE +2016,25000.0,Massachusetts,25001.0,Barnstable County,13434.0,ISNE +2016,25000.0,Massachusetts,25003.0,Berkshire County,13434.0,ISNE +2016,25000.0,Massachusetts,25005.0,Bristol County,13434.0,ISNE +2016,25000.0,Massachusetts,25007.0,Dukes County,13434.0,ISNE +2016,25000.0,Massachusetts,25009.0,Essex County,13434.0,ISNE +2016,25000.0,Massachusetts,25011.0,Franklin County,13434.0,ISNE +2016,25000.0,Massachusetts,25013.0,Hampden County,13434.0,ISNE +2016,25000.0,Massachusetts,25015.0,Hampshire County,13434.0,ISNE +2016,25000.0,Massachusetts,25017.0,Middlesex County,13434.0,ISNE +2016,25000.0,Massachusetts,25019.0,Nantucket County,13434.0,ISNE +2016,25000.0,Massachusetts,25021.0,Norfolk County,13434.0,ISNE +2016,25000.0,Massachusetts,25023.0,Plymouth County,13434.0,ISNE +2016,25000.0,Massachusetts,25025.0,Suffolk County,13434.0,ISNE +2016,25000.0,Massachusetts,25027.0,Worcester County,13434.0,ISNE +2016,33000.0,New Hampshire,33001.0,Belknap County,13434.0,ISNE +2016,33000.0,New Hampshire,33003.0,Carroll County,13434.0,ISNE +2016,33000.0,New Hampshire,33005.0,Cheshire County,13434.0,ISNE +2016,33000.0,New Hampshire,33007.0,Coos County,13434.0,ISNE +2016,33000.0,New Hampshire,33009.0,Grafton County,13434.0,ISNE +2016,33000.0,New Hampshire,33011.0,Hillsborough County,13434.0,ISNE +2016,33000.0,New Hampshire,33013.0,Merrimack County,13434.0,ISNE +2016,33000.0,New Hampshire,33015.0,Rockingham County,13434.0,ISNE +2016,33000.0,New Hampshire,33017.0,Strafford County,13434.0,ISNE +2016,33000.0,New Hampshire,33019.0,Sullivan County,13434.0,ISNE +2016,36000.0,New York,36103.0,Suffolk County,13434.0,ISNE +2016,44000.0,Rhode Island,44001.0,Bristol County,13434.0,ISNE +2016,44000.0,Rhode Island,44003.0,Kent County,13434.0,ISNE +2016,44000.0,Rhode Island,44005.0,Newport County,13434.0,ISNE +2016,44000.0,Rhode Island,44007.0,Providence County,13434.0,ISNE +2016,44000.0,Rhode Island,44009.0,Washington County,13434.0,ISNE +2016,50000.0,Vermont,50001.0,Addison County,13434.0,ISNE +2016,50000.0,Vermont,50003.0,Bennington County,13434.0,ISNE +2016,50000.0,Vermont,50005.0,Caledonia County,13434.0,ISNE +2016,50000.0,Vermont,50007.0,Chittenden County,13434.0,ISNE +2016,50000.0,Vermont,50009.0,Essex County,13434.0,ISNE +2016,50000.0,Vermont,50011.0,Franklin County,13434.0,ISNE +2016,50000.0,Vermont,50013.0,Grand Isle County,13434.0,ISNE +2016,50000.0,Vermont,50015.0,Lamoille County,13434.0,ISNE +2016,50000.0,Vermont,50017.0,Orange County,13434.0,ISNE +2016,50000.0,Vermont,50019.0,Orleans County,13434.0,ISNE +2016,50000.0,Vermont,50021.0,Rutland County,13434.0,ISNE +2016,50000.0,Vermont,50023.0,Washington County,13434.0,ISNE +2016,50000.0,Vermont,50025.0,Windham County,13434.0,ISNE +2016,50000.0,Vermont,50027.0,Windsor County,13434.0,ISNE +2016,12000.0,Florida,12127.0,Volusia County,13485.0,NSB +2016,34000.0,New Jersey,34003.0,Bergen County,13501.0,NYIS +2016,34000.0,New Jersey,34031.0,Passaic County,13501.0,NYIS +2016,34000.0,New Jersey,34037.0,Sussex County,13501.0,NYIS +2016,36000.0,New York,36001.0,Albany County,13501.0,NYIS +2016,36000.0,New York,36003.0,Allegany County,13501.0,NYIS +2016,36000.0,New York,36005.0,Bronx County,13501.0,NYIS +2016,36000.0,New York,36007.0,Broome County,13501.0,NYIS +2016,36000.0,New York,36009.0,Cattaraugus County,13501.0,NYIS +2016,36000.0,New York,36011.0,Cayuga County,13501.0,NYIS +2016,36000.0,New York,36013.0,Chautauqua County,13501.0,NYIS +2016,36000.0,New York,36015.0,Chemung County,13501.0,NYIS +2016,36000.0,New York,36017.0,Chenango County,13501.0,NYIS +2016,36000.0,New York,36019.0,Clinton County,13501.0,NYIS +2016,36000.0,New York,36021.0,Columbia County,13501.0,NYIS +2016,36000.0,New York,36023.0,Cortland County,13501.0,NYIS +2016,36000.0,New York,36025.0,Delaware County,13501.0,NYIS +2016,36000.0,New York,36027.0,Dutchess County,13501.0,NYIS +2016,36000.0,New York,36029.0,Erie County,13501.0,NYIS +2016,36000.0,New York,36031.0,Essex County,13501.0,NYIS +2016,36000.0,New York,36033.0,Franklin County,13501.0,NYIS +2016,36000.0,New York,36035.0,Fulton County,13501.0,NYIS +2016,36000.0,New York,36037.0,Genesee County,13501.0,NYIS +2016,36000.0,New York,36039.0,Greene County,13501.0,NYIS +2016,36000.0,New York,36041.0,Hamilton County,13501.0,NYIS +2016,36000.0,New York,36043.0,Herkimer County,13501.0,NYIS +2016,36000.0,New York,36045.0,Jefferson County,13501.0,NYIS +2016,36000.0,New York,36047.0,Kings County,13501.0,NYIS +2016,36000.0,New York,36049.0,Lewis County,13501.0,NYIS +2016,36000.0,New York,36051.0,Livingston County,13501.0,NYIS +2016,36000.0,New York,36053.0,Madison County,13501.0,NYIS +2016,36000.0,New York,36055.0,Monroe County,13501.0,NYIS +2016,36000.0,New York,36057.0,Montgomery County,13501.0,NYIS +2016,36000.0,New York,36059.0,Nassau County,13501.0,NYIS +2016,36000.0,New York,36061.0,New York County,13501.0,NYIS +2016,36000.0,New York,36063.0,Niagara County,13501.0,NYIS +2016,36000.0,New York,36065.0,Oneida County,13501.0,NYIS +2016,36000.0,New York,36067.0,Onondaga County,13501.0,NYIS +2016,36000.0,New York,36069.0,Ontario County,13501.0,NYIS +2016,36000.0,New York,36071.0,Orange County,13501.0,NYIS +2016,36000.0,New York,36073.0,Orleans County,13501.0,NYIS +2016,36000.0,New York,36075.0,Oswego County,13501.0,NYIS +2016,36000.0,New York,36077.0,Otsego County,13501.0,NYIS +2016,36000.0,New York,36079.0,Putnam County,13501.0,NYIS +2016,36000.0,New York,36081.0,Queens County,13501.0,NYIS +2016,36000.0,New York,36083.0,Rensselaer County,13501.0,NYIS +2016,36000.0,New York,36085.0,Richmond County,13501.0,NYIS +2016,36000.0,New York,36087.0,Rockland County,13501.0,NYIS +2016,36000.0,New York,36089.0,St. Lawrence County,13501.0,NYIS +2016,36000.0,New York,36091.0,Saratoga County,13501.0,NYIS +2016,36000.0,New York,36093.0,Schenectady County,13501.0,NYIS +2016,36000.0,New York,36095.0,Schoharie County,13501.0,NYIS +2016,36000.0,New York,36097.0,Schuyler County,13501.0,NYIS +2016,36000.0,New York,36099.0,Seneca County,13501.0,NYIS +2016,36000.0,New York,36101.0,Steuben County,13501.0,NYIS +2016,36000.0,New York,36103.0,Suffolk County,13501.0,NYIS +2016,36000.0,New York,36105.0,Sullivan County,13501.0,NYIS +2016,36000.0,New York,36107.0,Tioga County,13501.0,NYIS +2016,36000.0,New York,36109.0,Tompkins County,13501.0,NYIS +2016,36000.0,New York,36111.0,Ulster County,13501.0,NYIS +2016,36000.0,New York,36113.0,Warren County,13501.0,NYIS +2016,36000.0,New York,36115.0,Washington County,13501.0,NYIS +2016,36000.0,New York,36117.0,Wayne County,13501.0,NYIS +2016,36000.0,New York,36119.0,Westchester County,13501.0,NYIS +2016,36000.0,New York,36121.0,Wyoming County,13501.0,NYIS +2016,36000.0,New York,36123.0,Yates County,13501.0,NYIS +2016,42000.0,Pennsylvania,42103.0,Pike County,13501.0,NYIS +2016,39000.0,Ohio,39131.0,Pike County,14015.0,OVEC +2016,4000.0,Arizona,4001.0,Apache County,14378.0,PACW +2016,4000.0,Arizona,4003.0,Cochise County ,14378.0,PACW +2016,4000.0,Arizona,4005.0,Coconino County,14378.0,PACW +2016,4000.0,Arizona,4007.0,Gila County,14378.0,PACW +2016,4000.0,Arizona,4012.0,La Paz County,14378.0,PACW +2016,4000.0,Arizona,4013.0,Maricopa County,14378.0,PACW +2016,4000.0,Arizona,4015.0,Mohave County,14378.0,PACW +2016,4000.0,Arizona,4017.0,Navajo County,14378.0,PACW +2016,4000.0,Arizona,4019.0,Pima County,14378.0,PACW +2016,4000.0,Arizona,4021.0,Pinal County,14378.0,PACW +2016,4000.0,Arizona,4025.0,Yavapai County,14378.0,PACW +2016,4000.0,Arizona,4027.0,Yuma County,14378.0,PACW +2016,6000.0,California,6001.0,Alameda County,14378.0,PACW +2016,6000.0,California,6007.0,Butte County,14378.0,PACW +2016,6000.0,California,6009.0,Calaveras County,14378.0,PACW +2016,6000.0,California,6011.0,Colusa County,14378.0,PACW +2016,6000.0,California,6013.0,Contra Costa County,14378.0,PACW +2016,6000.0,California,6015.0,Del Norte County,14378.0,PACW +2016,6000.0,California,6019.0,Fresno County,14378.0,PACW +2016,6000.0,California,6021.0,Glenn County,14378.0,PACW +2016,6000.0,California,6025.0,Imperial County,14378.0,PACW +2016,6000.0,California,6035.0,Lassen County,14378.0,PACW +2016,6000.0,California,6039.0,Madera County,14378.0,PACW +2016,6000.0,California,6047.0,Merced County,14378.0,PACW +2016,6000.0,California,6049.0,Modoc County,14378.0,PACW +2016,6000.0,California,6061.0,Placer County,14378.0,PACW +2016,6000.0,California,6065.0,Riverside County,14378.0,PACW +2016,6000.0,California,6067.0,Sacramento County,14378.0,PACW +2016,6000.0,California,6071.0,San Bernardino County,14378.0,PACW +2016,6000.0,California,6077.0,San Joaquin County,14378.0,PACW +2016,6000.0,California,6089.0,Shasta County,14378.0,PACW +2016,6000.0,California,6093.0,Siskiyou County,14378.0,PACW +2016,6000.0,California,6095.0,Solano County,14378.0,PACW +2016,6000.0,California,6099.0,Stanislaus County,14378.0,PACW +2016,6000.0,California,6101.0,Sutter County,14378.0,PACW +2016,6000.0,California,6103.0,Tehama County,14378.0,PACW +2016,6000.0,California,6105.0,Trinity County,14378.0,PACW +2016,6000.0,California,6109.0,Tuolumne County,14378.0,PACW +2016,6000.0,California,6113.0,Yolo County,14378.0,PACW +2016,6000.0,California,6115.0,Yuba County,14378.0,PACW +2016,8000.0,Colorado,8001.0,Adams County,14378.0,PACW +2016,8000.0,Colorado,8013.0,Boulder County,14378.0,PACW +2016,8000.0,Colorado,8014.0,Broomfield County,14378.0,PACW +2016,8000.0,Colorado,8015.0,Chaffee County,14378.0,PACW +2016,8000.0,Colorado,8019.0,Clear Creek County,14378.0,PACW +2016,8000.0,Colorado,8027.0,Custer County,14378.0,PACW +2016,8000.0,Colorado,8029.0,Delta County,14378.0,PACW +2016,8000.0,Colorado,8033.0,Dolores County,14378.0,PACW +2016,8000.0,Colorado,8035.0,Douglas County,14378.0,PACW +2016,8000.0,Colorado,8041.0,El Paso County,14378.0,PACW +2016,8000.0,Colorado,8043.0,Fremont County,14378.0,PACW +2016,8000.0,Colorado,8045.0,Garfield County,14378.0,PACW +2016,8000.0,Colorado,8049.0,Grand County,14378.0,PACW +2016,8000.0,Colorado,8051.0,Gunnison County,14378.0,PACW +2016,8000.0,Colorado,8057.0,Jackson County,14378.0,PACW +2016,8000.0,Colorado,8059.0,Jefferson County,14378.0,PACW +2016,8000.0,Colorado,8065.0,Lake County,14378.0,PACW +2016,8000.0,Colorado,8067.0,La Plata County,14378.0,PACW +2016,8000.0,Colorado,8069.0,Larimer County,14378.0,PACW +2016,8000.0,Colorado,8073.0,Lincoln County,14378.0,PACW +2016,8000.0,Colorado,8075.0,Logan County,14378.0,PACW +2016,8000.0,Colorado,8077.0,Mesa County,14378.0,PACW +2016,8000.0,Colorado,8081.0,Moffat County,14378.0,PACW +2016,8000.0,Colorado,8083.0,Montezuma County,14378.0,PACW +2016,8000.0,Colorado,8085.0,Montrose County,14378.0,PACW +2016,8000.0,Colorado,8087.0,Morgan County,14378.0,PACW +2016,8000.0,Colorado,8091.0,Ouray County,14378.0,PACW +2016,8000.0,Colorado,8095.0,Phillips County,14378.0,PACW +2016,8000.0,Colorado,8097.0,Pitkin County,14378.0,PACW +2016,8000.0,Colorado,8101.0,Pueblo County,14378.0,PACW +2016,8000.0,Colorado,8103.0,Rio Blanco County,14378.0,PACW +2016,8000.0,Colorado,8107.0,Routt County,14378.0,PACW +2016,8000.0,Colorado,8109.0,Saguache County,14378.0,PACW +2016,8000.0,Colorado,8113.0,San Miguel County,14378.0,PACW +2016,8000.0,Colorado,8115.0,Sedgwick County,14378.0,PACW +2016,8000.0,Colorado,8117.0,Summit County,14378.0,PACW +2016,8000.0,Colorado,8121.0,Washington County,14378.0,PACW +2016,8000.0,Colorado,8123.0,Weld County,14378.0,PACW +2016,8000.0,Colorado,8125.0,Yuma County,14378.0,PACW +2016,16000.0,Idaho,16005.0,Bannock County,14378.0,PACW +2016,16000.0,Idaho,16007.0,Bear Lake County,14378.0,PACW +2016,16000.0,Idaho,16011.0,Bingham County,14378.0,PACW +2016,16000.0,Idaho,16019.0,Bonneville County,14378.0,PACW +2016,16000.0,Idaho,16023.0,Butte County,14378.0,PACW +2016,16000.0,Idaho,16029.0,Caribou County,14378.0,PACW +2016,16000.0,Idaho,16033.0,Clark County,14378.0,PACW +2016,16000.0,Idaho,16041.0,Franklin County,14378.0,PACW +2016,16000.0,Idaho,16043.0,Fremont County,14378.0,PACW +2016,16000.0,Idaho,16051.0,Jefferson County,14378.0,PACW +2016,16000.0,Idaho,16065.0,Madison County,14378.0,PACW +2016,16000.0,Idaho,16071.0,Oneida County,14378.0,PACW +2016,16000.0,Idaho,16077.0,Power County,14378.0,PACW +2016,16000.0,Idaho,16081.0,Teton County,14378.0,PACW +2016,19000.0,Iowa,19001.0,Adair County,14378.0,PACW +2016,19000.0,Iowa,19009.0,Audubon County,14378.0,PACW +2016,19000.0,Iowa,19029.0,Cass County,14378.0,PACW +2016,19000.0,Iowa,19035.0,Cherokee County,14378.0,PACW +2016,19000.0,Iowa,19041.0,Clay County,14378.0,PACW +2016,19000.0,Iowa,19047.0,Crawford County,14378.0,PACW +2016,19000.0,Iowa,19119.0,Lyon County,14378.0,PACW +2016,19000.0,Iowa,19133.0,Monona County,14378.0,PACW +2016,19000.0,Iowa,19141.0,O'Brien County,14378.0,PACW +2016,19000.0,Iowa,19149.0,Plymouth County,14378.0,PACW +2016,19000.0,Iowa,19155.0,Pottawattamie County,14378.0,PACW +2016,19000.0,Iowa,19159.0,Ringgold County,14378.0,PACW +2016,19000.0,Iowa,19165.0,Shelby County,14378.0,PACW +2016,19000.0,Iowa,19167.0,Sioux County,14378.0,PACW +2016,19000.0,Iowa,19173.0,Taylor County,14378.0,PACW +2016,19000.0,Iowa,19175.0,Union County,14378.0,PACW +2016,19000.0,Iowa,19193.0,Woodbury County,14378.0,PACW +2016,27000.0,Minnesota,27023.0,Chippewa County,14378.0,PACW +2016,27000.0,Minnesota,27027.0,Clay County,14378.0,PACW +2016,27000.0,Minnesota,27051.0,Grant County,14378.0,PACW +2016,27000.0,Minnesota,27073.0,Lac Qui Parle County,14378.0,PACW +2016,27000.0,Minnesota,27111.0,Otter Tail County,14378.0,PACW +2016,27000.0,Minnesota,27119.0,Polk County,14378.0,PACW +2016,27000.0,Minnesota,27149.0,Stevens County,14378.0,PACW +2016,27000.0,Minnesota,27151.0,Swift County,14378.0,PACW +2016,27000.0,Minnesota,27167.0,Wilkin County,14378.0,PACW +2016,27000.0,Minnesota,27173.0,Yellow Medicine County,14378.0,PACW +2016,29000.0,Missouri,29147.0,Nodaway County,14378.0,PACW +2016,30000.0,Montana,30003.0,Big Horn County,14378.0,PACW +2016,30000.0,Montana,30005.0,Blaine County,14378.0,PACW +2016,30000.0,Montana,30009.0,Carbon County,14378.0,PACW +2016,30000.0,Montana,30013.0,Cascade County,14378.0,PACW +2016,30000.0,Montana,30015.0,Chouteau County,14378.0,PACW +2016,30000.0,Montana,30017.0,Custer County,14378.0,PACW +2016,30000.0,Montana,30021.0,Dawson County,14378.0,PACW +2016,30000.0,Montana,30025.0,Fallon County,14378.0,PACW +2016,30000.0,Montana,30033.0,Garfield County,14378.0,PACW +2016,30000.0,Montana,30041.0,Hill County,14378.0,PACW +2016,30000.0,Montana,30049.0,Lewis and Clark County,14378.0,PACW +2016,30000.0,Montana,30051.0,Liberty County,14378.0,PACW +2016,30000.0,Montana,30055.0,McCone County,14378.0,PACW +2016,30000.0,Montana,30071.0,Phillips County,14378.0,PACW +2016,30000.0,Montana,30073.0,Pondera County,14378.0,PACW +2016,30000.0,Montana,30079.0,Prairie County,14378.0,PACW +2016,30000.0,Montana,30083.0,Richland County,14378.0,PACW +2016,30000.0,Montana,30085.0,Roosevelt County,14378.0,PACW +2016,30000.0,Montana,30087.0,Rosebud County,14378.0,PACW +2016,30000.0,Montana,30099.0,Teton County,14378.0,PACW +2016,30000.0,Montana,30101.0,Toole County,14378.0,PACW +2016,30000.0,Montana,30103.0,Treasure County,14378.0,PACW +2016,30000.0,Montana,30105.0,Valley County,14378.0,PACW +2016,30000.0,Montana,30109.0,Wibaux County,14378.0,PACW +2016,30000.0,Montana,30111.0,Yellowstone County,14378.0,PACW +2016,31000.0,Nebraska,31003.0,Antelope County,14378.0,PACW +2016,31000.0,Nebraska,31007.0,Banner County,14378.0,PACW +2016,31000.0,Nebraska,31011.0,Boone County,14378.0,PACW +2016,31000.0,Nebraska,31013.0,Box Butte County,14378.0,PACW +2016,31000.0,Nebraska,31015.0,Boyd County,14378.0,PACW +2016,31000.0,Nebraska,31027.0,Cedar County,14378.0,PACW +2016,31000.0,Nebraska,31033.0,Cheyenne County,14378.0,PACW +2016,31000.0,Nebraska,31043.0,Dakota County,14378.0,PACW +2016,31000.0,Nebraska,31045.0,Dawes County,14378.0,PACW +2016,31000.0,Nebraska,31049.0,Deuel County,14378.0,PACW +2016,31000.0,Nebraska,31077.0,Greeley County,14378.0,PACW +2016,31000.0,Nebraska,31089.0,Holt County,14378.0,PACW +2016,31000.0,Nebraska,31101.0,Keith County,14378.0,PACW +2016,31000.0,Nebraska,31105.0,Kimball County,14378.0,PACW +2016,31000.0,Nebraska,31121.0,Merrick County,14378.0,PACW +2016,31000.0,Nebraska,31123.0,Morrill County,14378.0,PACW +2016,31000.0,Nebraska,31125.0,Nance County,14378.0,PACW +2016,31000.0,Nebraska,31157.0,Scotts Bluff County,14378.0,PACW +2016,31000.0,Nebraska,31165.0,Sioux County,14378.0,PACW +2016,31000.0,Nebraska,31183.0,Wheeler County,14378.0,PACW +2016,32000.0,Nevada,32003.0,Clark County,14378.0,PACW +2016,32000.0,Nevada,32031.0,Washoe County,14378.0,PACW +2016,35000.0,New Mexico,35045.0,San Juan County,14378.0,PACW +2016,38000.0,North Dakota,38001.0,Adams County,14378.0,PACW +2016,38000.0,North Dakota,38003.0,Barnes County,14378.0,PACW +2016,38000.0,North Dakota,38005.0,Benson County,14378.0,PACW +2016,38000.0,North Dakota,38007.0,Billings County,14378.0,PACW +2016,38000.0,North Dakota,38011.0,Bowman County,14378.0,PACW +2016,38000.0,North Dakota,38015.0,Burleigh County,14378.0,PACW +2016,38000.0,North Dakota,38017.0,Cass County,14378.0,PACW +2016,38000.0,North Dakota,38021.0,Dickey County,14378.0,PACW +2016,38000.0,North Dakota,38025.0,Dunn County,14378.0,PACW +2016,38000.0,North Dakota,38027.0,Eddy County,14378.0,PACW +2016,38000.0,North Dakota,38029.0,Emmons County,14378.0,PACW +2016,38000.0,North Dakota,38031.0,Foster County,14378.0,PACW +2016,38000.0,North Dakota,38033.0,Golden Valley County,14378.0,PACW +2016,38000.0,North Dakota,38035.0,Grand Forks County,14378.0,PACW +2016,38000.0,North Dakota,38037.0,Grant County,14378.0,PACW +2016,38000.0,North Dakota,38039.0,Griggs County,14378.0,PACW +2016,38000.0,North Dakota,38043.0,Kidder County,14378.0,PACW +2016,38000.0,North Dakota,38045.0,LaMoure County,14378.0,PACW +2016,38000.0,North Dakota,38049.0,McHenry County,14378.0,PACW +2016,38000.0,North Dakota,38053.0,McKenzie County,14378.0,PACW +2016,38000.0,North Dakota,38055.0,McLean County,14378.0,PACW +2016,38000.0,North Dakota,38057.0,Mercer County,14378.0,PACW +2016,38000.0,North Dakota,38059.0,Morton County,14378.0,PACW +2016,38000.0,North Dakota,38063.0,Nelson County,14378.0,PACW +2016,38000.0,North Dakota,38065.0,Oliver County,14378.0,PACW +2016,38000.0,North Dakota,38069.0,Pierce County,14378.0,PACW +2016,38000.0,North Dakota,38071.0,Ramsey County,14378.0,PACW +2016,38000.0,North Dakota,38073.0,Ransom County,14378.0,PACW +2016,38000.0,North Dakota,38081.0,Sargent County,14378.0,PACW +2016,38000.0,North Dakota,38087.0,Slope County,14378.0,PACW +2016,38000.0,North Dakota,38089.0,Stark County,14378.0,PACW +2016,38000.0,North Dakota,38091.0,Steele County,14378.0,PACW +2016,38000.0,North Dakota,38093.0,Stutsman County,14378.0,PACW +2016,38000.0,North Dakota,38095.0,Towner County,14378.0,PACW +2016,38000.0,North Dakota,38097.0,Traill County,14378.0,PACW +2016,38000.0,North Dakota,38101.0,Ward County,14378.0,PACW +2016,38000.0,North Dakota,38103.0,Wells County,14378.0,PACW +2016,38000.0,North Dakota,38105.0,Williams County,14378.0,PACW +2016,41000.0,Oregon,41003.0,Benton County,14378.0,PACW +2016,41000.0,Oregon,41007.0,Clatsop County,14378.0,PACW +2016,41000.0,Oregon,41011.0,Coos County,14378.0,PACW +2016,41000.0,Oregon,41013.0,Crook County,14378.0,PACW +2016,41000.0,Oregon,41017.0,Deschutes County,14378.0,PACW +2016,41000.0,Oregon,41019.0,Douglas County,14378.0,PACW +2016,41000.0,Oregon,41021.0,Gilliam County,14378.0,PACW +2016,41000.0,Oregon,41027.0,Hood River County,14378.0,PACW +2016,41000.0,Oregon,41029.0,Jackson County,14378.0,PACW +2016,41000.0,Oregon,41031.0,Jefferson County,14378.0,PACW +2016,41000.0,Oregon,41033.0,Josephine County,14378.0,PACW +2016,41000.0,Oregon,41035.0,Klamath County,14378.0,PACW +2016,41000.0,Oregon,41037.0,Lake County,14378.0,PACW +2016,41000.0,Oregon,41039.0,Lane County,14378.0,PACW +2016,41000.0,Oregon,41041.0,Lincoln County,14378.0,PACW +2016,41000.0,Oregon,41043.0,Linn County,14378.0,PACW +2016,41000.0,Oregon,41047.0,Marion County,14378.0,PACW +2016,41000.0,Oregon,41049.0,Morrow County,14378.0,PACW +2016,41000.0,Oregon,41051.0,Multnomah County,14378.0,PACW +2016,41000.0,Oregon,41053.0,Polk County,14378.0,PACW +2016,41000.0,Oregon,41055.0,Sherman County,14378.0,PACW +2016,41000.0,Oregon,41057.0,Tillamook County,14378.0,PACW +2016,41000.0,Oregon,41059.0,Umatilla County,14378.0,PACW +2016,41000.0,Oregon,41063.0,Wallowa County,14378.0,PACW +2016,41000.0,Oregon,41065.0,Wasco County,14378.0,PACW +2016,46000.0,South Dakota,46003.0,Aurora County,14378.0,PACW +2016,46000.0,South Dakota,46005.0,Beadle County,14378.0,PACW +2016,46000.0,South Dakota,46007.0,Bennett County,14378.0,PACW +2016,46000.0,South Dakota,46009.0,Bon Homme County,14378.0,PACW +2016,46000.0,South Dakota,46011.0,Brookings County,14378.0,PACW +2016,46000.0,South Dakota,46013.0,Brown County,14378.0,PACW +2016,46000.0,South Dakota,46015.0,Brule County,14378.0,PACW +2016,46000.0,South Dakota,46017.0,Buffalo County,14378.0,PACW +2016,46000.0,South Dakota,46019.0,Butte County,14378.0,PACW +2016,46000.0,South Dakota,46021.0,Campbell County,14378.0,PACW +2016,46000.0,South Dakota,46023.0,Charles Mix County,14378.0,PACW +2016,46000.0,South Dakota,46025.0,Clark County,14378.0,PACW +2016,46000.0,South Dakota,46027.0,Clay County,14378.0,PACW +2016,46000.0,South Dakota,46029.0,Codington County,14378.0,PACW +2016,46000.0,South Dakota,46033.0,Custer County,14378.0,PACW +2016,46000.0,South Dakota,46035.0,Davison County,14378.0,PACW +2016,46000.0,South Dakota,46037.0,Day County,14378.0,PACW +2016,46000.0,South Dakota,46039.0,Deuel County,14378.0,PACW +2016,46000.0,South Dakota,46041.0,Dewey County,14378.0,PACW +2016,46000.0,South Dakota,46043.0,Douglas County,14378.0,PACW +2016,46000.0,South Dakota,46047.0,Fall River County,14378.0,PACW +2016,46000.0,South Dakota,46051.0,Grant County,14378.0,PACW +2016,46000.0,South Dakota,46053.0,Gregory County,14378.0,PACW +2016,46000.0,South Dakota,46055.0,Haakon County,14378.0,PACW +2016,46000.0,South Dakota,46057.0,Hamlin County,14378.0,PACW +2016,46000.0,South Dakota,46059.0,Hand County,14378.0,PACW +2016,46000.0,South Dakota,46061.0,Hanson County,14378.0,PACW +2016,46000.0,South Dakota,46065.0,Hughes County,14378.0,PACW +2016,46000.0,South Dakota,46069.0,Hyde County,14378.0,PACW +2016,46000.0,South Dakota,46071.0,Jackson County,14378.0,PACW +2016,46000.0,South Dakota,46073.0,Jerauld County,14378.0,PACW +2016,46000.0,South Dakota,46075.0,Jones County,14378.0,PACW +2016,46000.0,South Dakota,46083.0,Lincoln County,14378.0,PACW +2016,46000.0,South Dakota,46085.0,Lyman County,14378.0,PACW +2016,46000.0,South Dakota,46087.0,McCook County,14378.0,PACW +2016,46000.0,South Dakota,46091.0,Marshall County,14378.0,PACW +2016,46000.0,South Dakota,46093.0,Meade County,14378.0,PACW +2016,46000.0,South Dakota,46099.0,Minnehaha County,14378.0,PACW +2016,46000.0,South Dakota,46101.0,Moody County,14378.0,PACW +2016,46000.0,South Dakota,46103.0,Pennington County,14378.0,PACW +2016,46000.0,South Dakota,46105.0,Perkins County,14378.0,PACW +2016,46000.0,South Dakota,46107.0,Potter County,14378.0,PACW +2016,46000.0,South Dakota,46109.0,Roberts County,14378.0,PACW +2016,46000.0,South Dakota,46111.0,Sanborn County,14378.0,PACW +2016,46000.0,South Dakota,46115.0,Spink County,14378.0,PACW +2016,46000.0,South Dakota,46117.0,Stanley County,14378.0,PACW +2016,46000.0,South Dakota,46119.0,Sully County,14378.0,PACW +2016,46000.0,South Dakota,46121.0,Todd County,14378.0,PACW +2016,46000.0,South Dakota,46123.0,Tripp County,14378.0,PACW +2016,46000.0,South Dakota,46125.0,Turner County,14378.0,PACW +2016,46000.0,South Dakota,46127.0,Union County,14378.0,PACW +2016,46000.0,South Dakota,46129.0,Walworth County,14378.0,PACW +2016,46000.0,South Dakota,46135.0,Yankton County,14378.0,PACW +2016,46000.0,South Dakota,46137.0,Ziebach County,14378.0,PACW +2016,49000.0,Utah,49001.0,Beaver County,14378.0,PACW +2016,49000.0,Utah,49003.0,Box Elder County,14378.0,PACW +2016,49000.0,Utah,49005.0,Cache County,14378.0,PACW +2016,49000.0,Utah,49007.0,Carbon County,14378.0,PACW +2016,49000.0,Utah,49009.0,Daggett County,14378.0,PACW +2016,49000.0,Utah,49011.0,Davis County,14378.0,PACW +2016,49000.0,Utah,49013.0,Duchesne County,14378.0,PACW +2016,49000.0,Utah,49015.0,Emery County,14378.0,PACW +2016,49000.0,Utah,49017.0,Garfield County,14378.0,PACW +2016,49000.0,Utah,49019.0,Grand County,14378.0,PACW +2016,49000.0,Utah,49021.0,Iron County,14378.0,PACW +2016,49000.0,Utah,49023.0,Juab County,14378.0,PACW +2016,49000.0,Utah,49027.0,Millard County,14378.0,PACW +2016,49000.0,Utah,49029.0,Morgan County,14378.0,PACW +2016,49000.0,Utah,49031.0,Piute County,14378.0,PACW +2016,49000.0,Utah,49033.0,Rich County,14378.0,PACW +2016,49000.0,Utah,49035.0,Salt Lake County,14378.0,PACW +2016,49000.0,Utah,49037.0,San Juan County,14378.0,PACW +2016,49000.0,Utah,49039.0,Sanpete County,14378.0,PACW +2016,49000.0,Utah,49041.0,Sevier County,14378.0,PACW +2016,49000.0,Utah,49043.0,Summit County,14378.0,PACW +2016,49000.0,Utah,49045.0,Tooele County,14378.0,PACW +2016,49000.0,Utah,49047.0,Uintah County,14378.0,PACW +2016,49000.0,Utah,49049.0,Utah County,14378.0,PACW +2016,49000.0,Utah,49051.0,Wasatch County,14378.0,PACW +2016,49000.0,Utah,49053.0,Washington County,14378.0,PACW +2016,49000.0,Utah,49057.0,Weber County,14378.0,PACW +2016,53000.0,Washington,53005.0,Benton County,14378.0,PACW +2016,53000.0,Washington,53013.0,Columbia County,14378.0,PACW +2016,53000.0,Washington,53015.0,Cowlitz County,14378.0,PACW +2016,53000.0,Washington,53023.0,Garfield County,14378.0,PACW +2016,53000.0,Washington,53071.0,Walla Walla County,14378.0,PACW +2016,53000.0,Washington,53077.0,Yakima County,14378.0,PACW +2016,56000.0,Wyoming,56001.0,Albany County,14378.0,PACW +2016,56000.0,Wyoming,56003.0,Big Horn County,14378.0,PACW +2016,56000.0,Wyoming,56007.0,Carbon County,14378.0,PACW +2016,56000.0,Wyoming,56009.0,Converse County,14378.0,PACW +2016,56000.0,Wyoming,56013.0,Fremont County,14378.0,PACW +2016,56000.0,Wyoming,56015.0,Goshen County,14378.0,PACW +2016,56000.0,Wyoming,56017.0,Hot Springs County,14378.0,PACW +2016,56000.0,Wyoming,56019.0,Johnson County,14378.0,PACW +2016,56000.0,Wyoming,56021.0,Laramie County,14378.0,PACW +2016,56000.0,Wyoming,56023.0,Lincoln County,14378.0,PACW +2016,56000.0,Wyoming,56025.0,Natrona County,14378.0,PACW +2016,56000.0,Wyoming,56027.0,Niobrara County,14378.0,PACW +2016,56000.0,Wyoming,56029.0,Park County,14378.0,PACW +2016,56000.0,Wyoming,56031.0,Platte County,14378.0,PACW +2016,56000.0,Wyoming,56035.0,Sublette County,14378.0,PACW +2016,56000.0,Wyoming,56037.0,Sweetwater County,14378.0,PACW +2016,56000.0,Wyoming,56041.0,Uinta County,14378.0,PACW +2016,56000.0,Wyoming,56043.0,Washakie County,14378.0,PACW +2016,4000.0,Arizona,4001.0,Apache County,14379.0,PACE +2016,4000.0,Arizona,4005.0,Coconino County,14379.0,PACE +2016,4000.0,Arizona,4015.0,Mohave County,14379.0,PACE +2016,4000.0,Arizona,4017.0,Navajo County,14379.0,PACE +2016,6000.0,California,6015.0,Del Norte County,14379.0,PACE +2016,6000.0,California,6049.0,Modoc County,14379.0,PACE +2016,6000.0,California,6089.0,Shasta County,14379.0,PACE +2016,6000.0,California,6093.0,Siskiyou County,14379.0,PACE +2016,16000.0,Idaho,16005.0,Bannock County,14379.0,PACE +2016,16000.0,Idaho,16007.0,Bear Lake County,14379.0,PACE +2016,16000.0,Idaho,16011.0,Bingham County,14379.0,PACE +2016,16000.0,Idaho,16019.0,Bonneville County,14379.0,PACE +2016,16000.0,Idaho,16023.0,Butte County,14379.0,PACE +2016,16000.0,Idaho,16029.0,Caribou County,14379.0,PACE +2016,16000.0,Idaho,16033.0,Clark County,14379.0,PACE +2016,16000.0,Idaho,16041.0,Franklin County,14379.0,PACE +2016,16000.0,Idaho,16043.0,Fremont County,14379.0,PACE +2016,16000.0,Idaho,16051.0,Jefferson County,14379.0,PACE +2016,16000.0,Idaho,16065.0,Madison County,14379.0,PACE +2016,16000.0,Idaho,16071.0,Oneida County,14379.0,PACE +2016,16000.0,Idaho,16077.0,Power County,14379.0,PACE +2016,16000.0,Idaho,16081.0,Teton County,14379.0,PACE +2016,35000.0,New Mexico,35031.0,McKinley County,14379.0,PACE +2016,35000.0,New Mexico,35045.0,San Juan County,14379.0,PACE +2016,41000.0,Oregon,41003.0,Benton County,14379.0,PACE +2016,41000.0,Oregon,41007.0,Clatsop County,14379.0,PACE +2016,41000.0,Oregon,41011.0,Coos County,14379.0,PACE +2016,41000.0,Oregon,41013.0,Crook County,14379.0,PACE +2016,41000.0,Oregon,41017.0,Deschutes County,14379.0,PACE +2016,41000.0,Oregon,41019.0,Douglas County,14379.0,PACE +2016,41000.0,Oregon,41021.0,Gilliam County,14379.0,PACE +2016,41000.0,Oregon,41027.0,Hood River County,14379.0,PACE +2016,41000.0,Oregon,41029.0,Jackson County,14379.0,PACE +2016,41000.0,Oregon,41031.0,Jefferson County,14379.0,PACE +2016,41000.0,Oregon,41033.0,Josephine County,14379.0,PACE +2016,41000.0,Oregon,41035.0,Klamath County,14379.0,PACE +2016,41000.0,Oregon,41037.0,Lake County,14379.0,PACE +2016,41000.0,Oregon,41039.0,Lane County,14379.0,PACE +2016,41000.0,Oregon,41041.0,Lincoln County,14379.0,PACE +2016,41000.0,Oregon,41043.0,Linn County,14379.0,PACE +2016,41000.0,Oregon,41047.0,Marion County,14379.0,PACE +2016,41000.0,Oregon,41049.0,Morrow County,14379.0,PACE +2016,41000.0,Oregon,41051.0,Multnomah County,14379.0,PACE +2016,41000.0,Oregon,41053.0,Polk County,14379.0,PACE +2016,41000.0,Oregon,41055.0,Sherman County,14379.0,PACE +2016,41000.0,Oregon,41057.0,Tillamook County,14379.0,PACE +2016,41000.0,Oregon,41059.0,Umatilla County,14379.0,PACE +2016,41000.0,Oregon,41063.0,Wallowa County,14379.0,PACE +2016,41000.0,Oregon,41065.0,Wasco County,14379.0,PACE +2016,49000.0,Utah,49001.0,Beaver County,14379.0,PACE +2016,49000.0,Utah,49003.0,Box Elder County,14379.0,PACE +2016,49000.0,Utah,49005.0,Cache County,14379.0,PACE +2016,49000.0,Utah,49007.0,Carbon County,14379.0,PACE +2016,49000.0,Utah,49011.0,Davis County,14379.0,PACE +2016,49000.0,Utah,49013.0,Duchesne County,14379.0,PACE +2016,49000.0,Utah,49015.0,Emery County,14379.0,PACE +2016,49000.0,Utah,49017.0,Garfield County,14379.0,PACE +2016,49000.0,Utah,49019.0,Grand County,14379.0,PACE +2016,49000.0,Utah,49021.0,Iron County,14379.0,PACE +2016,49000.0,Utah,49023.0,Juab County,14379.0,PACE +2016,49000.0,Utah,49027.0,Millard County,14379.0,PACE +2016,49000.0,Utah,49029.0,Morgan County,14379.0,PACE +2016,49000.0,Utah,49031.0,Piute County,14379.0,PACE +2016,49000.0,Utah,49033.0,Rich County,14379.0,PACE +2016,49000.0,Utah,49035.0,Salt Lake County,14379.0,PACE +2016,49000.0,Utah,49037.0,San Juan County,14379.0,PACE +2016,49000.0,Utah,49039.0,Sanpete County,14379.0,PACE +2016,49000.0,Utah,49041.0,Sevier County,14379.0,PACE +2016,49000.0,Utah,49043.0,Summit County,14379.0,PACE +2016,49000.0,Utah,49045.0,Tooele County,14379.0,PACE +2016,49000.0,Utah,49047.0,Uintah County,14379.0,PACE +2016,49000.0,Utah,49049.0,Utah County,14379.0,PACE +2016,49000.0,Utah,49051.0,Wasatch County,14379.0,PACE +2016,49000.0,Utah,49053.0,Washington County,14379.0,PACE +2016,49000.0,Utah,49057.0,Weber County,14379.0,PACE +2016,53000.0,Washington,53005.0,Benton County,14379.0,PACE +2016,53000.0,Washington,53013.0,Columbia County,14379.0,PACE +2016,53000.0,Washington,53015.0,Cowlitz County,14379.0,PACE +2016,53000.0,Washington,53023.0,Garfield County,14379.0,PACE +2016,53000.0,Washington,53071.0,Walla Walla County,14379.0,PACE +2016,53000.0,Washington,53077.0,Yakima County,14379.0,PACE +2016,56000.0,Wyoming,56001.0,Albany County,14379.0,PACE +2016,56000.0,Wyoming,56003.0,Big Horn County,14379.0,PACE +2016,56000.0,Wyoming,56007.0,Carbon County,14379.0,PACE +2016,56000.0,Wyoming,56009.0,Converse County,14379.0,PACE +2016,56000.0,Wyoming,56013.0,Fremont County,14379.0,PACE +2016,56000.0,Wyoming,56017.0,Hot Springs County,14379.0,PACE +2016,56000.0,Wyoming,56019.0,Johnson County,14379.0,PACE +2016,56000.0,Wyoming,56023.0,Lincoln County,14379.0,PACE +2016,56000.0,Wyoming,56025.0,Natrona County,14379.0,PACE +2016,56000.0,Wyoming,56029.0,Park County,14379.0,PACE +2016,56000.0,Wyoming,56031.0,Platte County,14379.0,PACE +2016,56000.0,Wyoming,56035.0,Sublette County,14379.0,PACE +2016,56000.0,Wyoming,56037.0,Sweetwater County,14379.0,PACE +2016,56000.0,Wyoming,56041.0,Uinta County,14379.0,PACE +2016,56000.0,Wyoming,56043.0,Washakie County,14379.0,PACE +2016,12000.0,Florida,12019.0,Clay County,14610.0,FMPP +2016,12000.0,Florida,12061.0,Indian River County,14610.0,FMPP +2016,12000.0,Florida,12083.0,Marion County,14610.0,FMPP +2016,12000.0,Florida,12087.0,Monroe County,14610.0,FMPP +2016,12000.0,Florida,12095.0,Orange County,14610.0,FMPP +2016,12000.0,Florida,12097.0,Osceola County,14610.0,FMPP +2016,12000.0,Florida,12099.0,Palm Beach County,14610.0,FMPP +2016,12000.0,Florida,12105.0,Polk County,14610.0,FMPP +2016,12000.0,Florida,12111.0,St. Lucie County,14610.0,FMPP +2016,53000.0,Washington,53001.0,Adams County,14624.0,GCPD +2016,53000.0,Washington,53017.0,Douglas County,14624.0,GCPD +2016,53000.0,Washington,53025.0,Grant County,14624.0,GCPD +2016,53000.0,Washington,53037.0,Kittitas County,14624.0,GCPD +2016,53000.0,Washington,53043.0,Lincoln County,14624.0,GCPD +2016,10000.0,Delaware,10001.0,Kent County,14725.0,PJM +2016,10000.0,Delaware,10003.0,New Castle County,14725.0,PJM +2016,10000.0,Delaware,10005.0,Sussex County,14725.0,PJM +2016,11000.0,District of Columbia,11000.0,District of Columbia,14725.0,PJM +2016,17000.0,Illinois,17007.0,Boone County,14725.0,PJM +2016,17000.0,Illinois,17011.0,Bureau County,14725.0,PJM +2016,17000.0,Illinois,17015.0,Carroll County,14725.0,PJM +2016,17000.0,Illinois,17031.0,Cook County,14725.0,PJM +2016,17000.0,Illinois,17037.0,DeKalb County,14725.0,PJM +2016,17000.0,Illinois,17043.0,DuPage County,14725.0,PJM +2016,17000.0,Illinois,17053.0,Ford County,14725.0,PJM +2016,17000.0,Illinois,17063.0,Grundy County,14725.0,PJM +2016,17000.0,Illinois,17085.0,Jo Daviess County,14725.0,PJM +2016,17000.0,Illinois,17089.0,Kane County,14725.0,PJM +2016,17000.0,Illinois,17091.0,Kankakee County,14725.0,PJM +2016,17000.0,Illinois,17093.0,Kendall County,14725.0,PJM +2016,17000.0,Illinois,17097.0,Lake County,14725.0,PJM +2016,17000.0,Illinois,17099.0,LaSalle County,14725.0,PJM +2016,17000.0,Illinois,17103.0,Lee County,14725.0,PJM +2016,17000.0,Illinois,17105.0,Livingston County,14725.0,PJM +2016,17000.0,Illinois,17111.0,McHenry County,14725.0,PJM +2016,17000.0,Illinois,17123.0,Marshall County,14725.0,PJM +2016,17000.0,Illinois,17141.0,Ogle County,14725.0,PJM +2016,17000.0,Illinois,17177.0,Stephenson County,14725.0,PJM +2016,17000.0,Illinois,17195.0,Whiteside County,14725.0,PJM +2016,17000.0,Illinois,17197.0,Will County,14725.0,PJM +2016,17000.0,Illinois,17201.0,Winnebago County,14725.0,PJM +2016,17000.0,Illinois,17203.0,Woodford County,14725.0,PJM +2016,18000.0,Indiana,18001.0,Adams County,14725.0,PJM +2016,18000.0,Indiana,18003.0,Allen County,14725.0,PJM +2016,18000.0,Indiana,18009.0,Blackford County,14725.0,PJM +2016,18000.0,Indiana,18027.0,Daviess County,14725.0,PJM +2016,18000.0,Indiana,18033.0,DeKalb County,14725.0,PJM +2016,18000.0,Indiana,18035.0,Delaware County,14725.0,PJM +2016,18000.0,Indiana,18039.0,Elkhart County,14725.0,PJM +2016,18000.0,Indiana,18047.0,Franklin County,14725.0,PJM +2016,18000.0,Indiana,18053.0,Grant County,14725.0,PJM +2016,18000.0,Indiana,18057.0,Hamilton County,14725.0,PJM +2016,18000.0,Indiana,18065.0,Henry County,14725.0,PJM +2016,18000.0,Indiana,18067.0,Howard County,14725.0,PJM +2016,18000.0,Indiana,18069.0,Huntington County,14725.0,PJM +2016,18000.0,Indiana,18075.0,Jay County,14725.0,PJM +2016,18000.0,Indiana,18085.0,Kosciusko County,14725.0,PJM +2016,18000.0,Indiana,18087.0,LaGrange County,14725.0,PJM +2016,18000.0,Indiana,18091.0,LaPorte County,14725.0,PJM +2016,18000.0,Indiana,18095.0,Madison County,14725.0,PJM +2016,18000.0,Indiana,18099.0,Marshall County,14725.0,PJM +2016,18000.0,Indiana,18103.0,Miami County,14725.0,PJM +2016,18000.0,Indiana,18113.0,Noble County,14725.0,PJM +2016,18000.0,Indiana,18135.0,Randolph County,14725.0,PJM +2016,18000.0,Indiana,18141.0,St. Joseph County,14725.0,PJM +2016,18000.0,Indiana,18151.0,Steuben County,14725.0,PJM +2016,18000.0,Indiana,18159.0,Tipton County,14725.0,PJM +2016,18000.0,Indiana,18169.0,Wabash County,14725.0,PJM +2016,18000.0,Indiana,18177.0,Wayne County,14725.0,PJM +2016,18000.0,Indiana,18179.0,Wells County,14725.0,PJM +2016,18000.0,Indiana,18183.0,Whitley County,14725.0,PJM +2016,21000.0,Kentucky,21001.0,Adair County,14725.0,PJM +2016,21000.0,Kentucky,21005.0,Anderson County,14725.0,PJM +2016,21000.0,Kentucky,21009.0,Barren County,14725.0,PJM +2016,21000.0,Kentucky,21011.0,Bath County,14725.0,PJM +2016,21000.0,Kentucky,21013.0,Bell County,14725.0,PJM +2016,21000.0,Kentucky,21015.0,Boone County,14725.0,PJM +2016,21000.0,Kentucky,21017.0,Bourbon County,14725.0,PJM +2016,21000.0,Kentucky,21019.0,Boyd County,14725.0,PJM +2016,21000.0,Kentucky,21021.0,Boyle County,14725.0,PJM +2016,21000.0,Kentucky,21023.0,Bracken County,14725.0,PJM +2016,21000.0,Kentucky,21025.0,Breathitt County,14725.0,PJM +2016,21000.0,Kentucky,21027.0,Breckinridge County,14725.0,PJM +2016,21000.0,Kentucky,21029.0,Bullitt County,14725.0,PJM +2016,21000.0,Kentucky,21037.0,Campbell County,14725.0,PJM +2016,21000.0,Kentucky,21041.0,Carroll County,14725.0,PJM +2016,21000.0,Kentucky,21043.0,Carter County,14725.0,PJM +2016,21000.0,Kentucky,21045.0,Casey County,14725.0,PJM +2016,21000.0,Kentucky,21049.0,Clark County,14725.0,PJM +2016,21000.0,Kentucky,21051.0,Clay County,14725.0,PJM +2016,21000.0,Kentucky,21053.0,Clinton County,14725.0,PJM +2016,21000.0,Kentucky,21057.0,Cumberland County,14725.0,PJM +2016,21000.0,Kentucky,21061.0,Edmonson County,14725.0,PJM +2016,21000.0,Kentucky,21063.0,Elliott County,14725.0,PJM +2016,21000.0,Kentucky,21065.0,Estill County,14725.0,PJM +2016,21000.0,Kentucky,21067.0,Fayette County,14725.0,PJM +2016,21000.0,Kentucky,21069.0,Fleming County,14725.0,PJM +2016,21000.0,Kentucky,21071.0,Floyd County,14725.0,PJM +2016,21000.0,Kentucky,21073.0,Franklin County,14725.0,PJM +2016,21000.0,Kentucky,21077.0,Gallatin County,14725.0,PJM +2016,21000.0,Kentucky,21079.0,Garrard County,14725.0,PJM +2016,21000.0,Kentucky,21081.0,Grant County,14725.0,PJM +2016,21000.0,Kentucky,21085.0,Grayson County,14725.0,PJM +2016,21000.0,Kentucky,21087.0,Green County,14725.0,PJM +2016,21000.0,Kentucky,21089.0,Greenup County,14725.0,PJM +2016,21000.0,Kentucky,21093.0,Hardin County,14725.0,PJM +2016,21000.0,Kentucky,21095.0,Harlan County,14725.0,PJM +2016,21000.0,Kentucky,21097.0,Harrison County,14725.0,PJM +2016,21000.0,Kentucky,21099.0,Hart County,14725.0,PJM +2016,21000.0,Kentucky,21103.0,Henry County,14725.0,PJM +2016,21000.0,Kentucky,21109.0,Jackson County,14725.0,PJM +2016,21000.0,Kentucky,21111.0,Jefferson County,14725.0,PJM +2016,21000.0,Kentucky,21113.0,Jessamine County,14725.0,PJM +2016,21000.0,Kentucky,21115.0,Johnson County,14725.0,PJM +2016,21000.0,Kentucky,21117.0,Kenton County,14725.0,PJM +2016,21000.0,Kentucky,21119.0,Knott County,14725.0,PJM +2016,21000.0,Kentucky,21121.0,Knox County,14725.0,PJM +2016,21000.0,Kentucky,21123.0,Larue County,14725.0,PJM +2016,21000.0,Kentucky,21125.0,Laurel County,14725.0,PJM +2016,21000.0,Kentucky,21127.0,Lawrence County,14725.0,PJM +2016,21000.0,Kentucky,21129.0,Lee County,14725.0,PJM +2016,21000.0,Kentucky,21131.0,Leslie County,14725.0,PJM +2016,21000.0,Kentucky,21133.0,Letcher County,14725.0,PJM +2016,21000.0,Kentucky,21135.0,Lewis County,14725.0,PJM +2016,21000.0,Kentucky,21137.0,Lincoln County,14725.0,PJM +2016,21000.0,Kentucky,21147.0,McCreary County,14725.0,PJM +2016,21000.0,Kentucky,21151.0,Madison County,14725.0,PJM +2016,21000.0,Kentucky,21153.0,Magoffin County,14725.0,PJM +2016,21000.0,Kentucky,21155.0,Marion County,14725.0,PJM +2016,21000.0,Kentucky,21159.0,Martin County,14725.0,PJM +2016,21000.0,Kentucky,21161.0,Mason County,14725.0,PJM +2016,21000.0,Kentucky,21163.0,Meade County,14725.0,PJM +2016,21000.0,Kentucky,21165.0,Menifee County,14725.0,PJM +2016,21000.0,Kentucky,21167.0,Mercer County,14725.0,PJM +2016,21000.0,Kentucky,21169.0,Metcalfe County,14725.0,PJM +2016,21000.0,Kentucky,21173.0,Montgomery County,14725.0,PJM +2016,21000.0,Kentucky,21175.0,Morgan County,14725.0,PJM +2016,21000.0,Kentucky,21179.0,Nelson County,14725.0,PJM +2016,21000.0,Kentucky,21181.0,Nicholas County,14725.0,PJM +2016,21000.0,Kentucky,21185.0,Oldham County,14725.0,PJM +2016,21000.0,Kentucky,21187.0,Owen County,14725.0,PJM +2016,21000.0,Kentucky,21189.0,Owsley County,14725.0,PJM +2016,21000.0,Kentucky,21191.0,Pendleton County,14725.0,PJM +2016,21000.0,Kentucky,21193.0,Perry County,14725.0,PJM +2016,21000.0,Kentucky,21195.0,Pike County,14725.0,PJM +2016,21000.0,Kentucky,21197.0,Powell County,14725.0,PJM +2016,21000.0,Kentucky,21199.0,Pulaski County,14725.0,PJM +2016,21000.0,Kentucky,21201.0,Robertson County,14725.0,PJM +2016,21000.0,Kentucky,21203.0,Rockcastle County,14725.0,PJM +2016,21000.0,Kentucky,21205.0,Rowan County,14725.0,PJM +2016,21000.0,Kentucky,21207.0,Russell County,14725.0,PJM +2016,21000.0,Kentucky,21209.0,Scott County,14725.0,PJM +2016,21000.0,Kentucky,21211.0,Shelby County,14725.0,PJM +2016,21000.0,Kentucky,21215.0,Spencer County,14725.0,PJM +2016,21000.0,Kentucky,21217.0,Taylor County,14725.0,PJM +2016,21000.0,Kentucky,21223.0,Trimble County,14725.0,PJM +2016,21000.0,Kentucky,21229.0,Washington County,14725.0,PJM +2016,21000.0,Kentucky,21231.0,Wayne County,14725.0,PJM +2016,21000.0,Kentucky,21235.0,Whitley County,14725.0,PJM +2016,21000.0,Kentucky,21237.0,Wolfe County,14725.0,PJM +2016,21000.0,Kentucky,21239.0,Woodford County,14725.0,PJM +2016,24000.0,Maryland,24001.0,Allegany County,14725.0,PJM +2016,24000.0,Maryland,24003.0,Anne Arundel County,14725.0,PJM +2016,24000.0,Maryland,24005.0,Baltimore County,14725.0,PJM +2016,24000.0,Maryland,24009.0,Calvert County,14725.0,PJM +2016,24000.0,Maryland,24011.0,Caroline County,14725.0,PJM +2016,24000.0,Maryland,24013.0,Carroll County,14725.0,PJM +2016,24000.0,Maryland,24015.0,Cecil County,14725.0,PJM +2016,24000.0,Maryland,24017.0,Charles County,14725.0,PJM +2016,24000.0,Maryland,24019.0,Dorchester County,14725.0,PJM +2016,24000.0,Maryland,24021.0,Frederick County,14725.0,PJM +2016,24000.0,Maryland,24023.0,Garrett County,14725.0,PJM +2016,24000.0,Maryland,24025.0,Harford County,14725.0,PJM +2016,24000.0,Maryland,24027.0,Howard County,14725.0,PJM +2016,24000.0,Maryland,24029.0,Kent County,14725.0,PJM +2016,24000.0,Maryland,24031.0,Montgomery County,14725.0,PJM +2016,24000.0,Maryland,24033.0,Prince George's County,14725.0,PJM +2016,24000.0,Maryland,24035.0,Queen Anne's County,14725.0,PJM +2016,24000.0,Maryland,24037.0,St. Mary's County,14725.0,PJM +2016,24000.0,Maryland,24039.0,Somerset County,14725.0,PJM +2016,24000.0,Maryland,24041.0,Talbot County,14725.0,PJM +2016,24000.0,Maryland,24043.0,Washington County,14725.0,PJM +2016,24000.0,Maryland,24045.0,Wicomico County,14725.0,PJM +2016,24000.0,Maryland,24047.0,Worcester County,14725.0,PJM +2016,24000.0,Maryland,24510.0,Baltimore City,14725.0,PJM +2016,26000.0,Michigan,26005.0,Allegan County,14725.0,PJM +2016,26000.0,Michigan,26021.0,Berrien County,14725.0,PJM +2016,26000.0,Michigan,26027.0,Cass County,14725.0,PJM +2016,26000.0,Michigan,26077.0,Kalamazoo County,14725.0,PJM +2016,26000.0,Michigan,26091.0,Lenawee County,14725.0,PJM +2016,26000.0,Michigan,26115.0,Monroe County,14725.0,PJM +2016,26000.0,Michigan,26149.0,St. Joseph County,14725.0,PJM +2016,26000.0,Michigan,26159.0,Van Buren County,14725.0,PJM +2016,34000.0,New Jersey,34001.0,Atlantic County,14725.0,PJM +2016,34000.0,New Jersey,34003.0,Bergen County,14725.0,PJM +2016,34000.0,New Jersey,34005.0,Burlington County,14725.0,PJM +2016,34000.0,New Jersey,34007.0,Camden County,14725.0,PJM +2016,34000.0,New Jersey,34009.0,Cape May County,14725.0,PJM +2016,34000.0,New Jersey,34011.0,Cumberland County,14725.0,PJM +2016,34000.0,New Jersey,34013.0,Essex County,14725.0,PJM +2016,34000.0,New Jersey,34015.0,Gloucester County,14725.0,PJM +2016,34000.0,New Jersey,34017.0,Hudson County,14725.0,PJM +2016,34000.0,New Jersey,34019.0,Hunterdon County,14725.0,PJM +2016,34000.0,New Jersey,34021.0,Mercer County,14725.0,PJM +2016,34000.0,New Jersey,34023.0,Middlesex County,14725.0,PJM +2016,34000.0,New Jersey,34025.0,Monmouth County,14725.0,PJM +2016,34000.0,New Jersey,34027.0,Morris County,14725.0,PJM +2016,34000.0,New Jersey,34029.0,Ocean County,14725.0,PJM +2016,34000.0,New Jersey,34031.0,Passaic County,14725.0,PJM +2016,34000.0,New Jersey,34033.0,Salem County,14725.0,PJM +2016,34000.0,New Jersey,34035.0,Somerset County,14725.0,PJM +2016,34000.0,New Jersey,34037.0,Sussex County,14725.0,PJM +2016,34000.0,New Jersey,34039.0,Union County,14725.0,PJM +2016,34000.0,New Jersey,34041.0,Warren County,14725.0,PJM +2016,36000.0,New York,36015.0,Chemung County,14725.0,PJM +2016,36000.0,New York,36107.0,Tioga County,14725.0,PJM +2016,37000.0,North Carolina,37013.0,Beaufort County,14725.0,PJM +2016,37000.0,North Carolina,37015.0,Bertie County,14725.0,PJM +2016,37000.0,North Carolina,37029.0,Camden County,14725.0,PJM +2016,37000.0,North Carolina,37041.0,Chowan County,14725.0,PJM +2016,37000.0,North Carolina,37049.0,Craven County,14725.0,PJM +2016,37000.0,North Carolina,37053.0,Currituck County,14725.0,PJM +2016,37000.0,North Carolina,37055.0,Dare County,14725.0,PJM +2016,37000.0,North Carolina,37065.0,Edgecombe County,14725.0,PJM +2016,37000.0,North Carolina,37073.0,Gates County,14725.0,PJM +2016,37000.0,North Carolina,37077.0,Granville County,14725.0,PJM +2016,37000.0,North Carolina,37083.0,Halifax County,14725.0,PJM +2016,37000.0,North Carolina,37091.0,Hertford County,14725.0,PJM +2016,37000.0,North Carolina,37095.0,Hyde County,14725.0,PJM +2016,37000.0,North Carolina,37117.0,Martin County,14725.0,PJM +2016,37000.0,North Carolina,37127.0,Nash County,14725.0,PJM +2016,37000.0,North Carolina,37131.0,Northampton County,14725.0,PJM +2016,37000.0,North Carolina,37137.0,Pamlico County,14725.0,PJM +2016,37000.0,North Carolina,37139.0,Pasquotank County,14725.0,PJM +2016,37000.0,North Carolina,37143.0,Perquimans County,14725.0,PJM +2016,37000.0,North Carolina,37145.0,Person County,14725.0,PJM +2016,37000.0,North Carolina,37147.0,Pitt County,14725.0,PJM +2016,37000.0,North Carolina,37177.0,Tyrrell County,14725.0,PJM +2016,37000.0,North Carolina,37181.0,Vance County,14725.0,PJM +2016,37000.0,North Carolina,37185.0,Warren County,14725.0,PJM +2016,37000.0,North Carolina,37187.0,Washington County,14725.0,PJM +2016,37000.0,North Carolina,37195.0,Wilson County,14725.0,PJM +2016,39000.0,Ohio,39001.0,Adams County,14725.0,PJM +2016,39000.0,Ohio,39003.0,Allen County,14725.0,PJM +2016,39000.0,Ohio,39005.0,Ashland County,14725.0,PJM +2016,39000.0,Ohio,39007.0,Ashtabula County,14725.0,PJM +2016,39000.0,Ohio,39009.0,Athens County,14725.0,PJM +2016,39000.0,Ohio,39011.0,Auglaize County,14725.0,PJM +2016,39000.0,Ohio,39013.0,Belmont County,14725.0,PJM +2016,39000.0,Ohio,39015.0,Brown County,14725.0,PJM +2016,39000.0,Ohio,39017.0,Butler County,14725.0,PJM +2016,39000.0,Ohio,39019.0,Carroll County,14725.0,PJM +2016,39000.0,Ohio,39021.0,Champaign County,14725.0,PJM +2016,39000.0,Ohio,39023.0,Clark County,14725.0,PJM +2016,39000.0,Ohio,39025.0,Clermont County,14725.0,PJM +2016,39000.0,Ohio,39027.0,Clinton County,14725.0,PJM +2016,39000.0,Ohio,39029.0,Columbiana County,14725.0,PJM +2016,39000.0,Ohio,39031.0,Coshocton County,14725.0,PJM +2016,39000.0,Ohio,39033.0,Crawford County,14725.0,PJM +2016,39000.0,Ohio,39035.0,Cuyahoga County,14725.0,PJM +2016,39000.0,Ohio,39037.0,Darke County,14725.0,PJM +2016,39000.0,Ohio,39039.0,Defiance County,14725.0,PJM +2016,39000.0,Ohio,39041.0,Delaware County,14725.0,PJM +2016,39000.0,Ohio,39043.0,Erie County,14725.0,PJM +2016,39000.0,Ohio,39045.0,Fairfield County,14725.0,PJM +2016,39000.0,Ohio,39047.0,Fayette County,14725.0,PJM +2016,39000.0,Ohio,39049.0,Franklin County,14725.0,PJM +2016,39000.0,Ohio,39051.0,Fulton County,14725.0,PJM +2016,39000.0,Ohio,39053.0,Gallia County,14725.0,PJM +2016,39000.0,Ohio,39055.0,Geauga County,14725.0,PJM +2016,39000.0,Ohio,39057.0,Greene County,14725.0,PJM +2016,39000.0,Ohio,39059.0,Guernsey County,14725.0,PJM +2016,39000.0,Ohio,39061.0,Hamilton County,14725.0,PJM +2016,39000.0,Ohio,39063.0,Hancock County,14725.0,PJM +2016,39000.0,Ohio,39065.0,Hardin County,14725.0,PJM +2016,39000.0,Ohio,39067.0,Harrison County,14725.0,PJM +2016,39000.0,Ohio,39069.0,Henry County,14725.0,PJM +2016,39000.0,Ohio,39071.0,Highland County,14725.0,PJM +2016,39000.0,Ohio,39073.0,Hocking County,14725.0,PJM +2016,39000.0,Ohio,39075.0,Holmes County,14725.0,PJM +2016,39000.0,Ohio,39077.0,Huron County,14725.0,PJM +2016,39000.0,Ohio,39079.0,Jackson County,14725.0,PJM +2016,39000.0,Ohio,39081.0,Jefferson County,14725.0,PJM +2016,39000.0,Ohio,39083.0,Knox County,14725.0,PJM +2016,39000.0,Ohio,39085.0,Lake County,14725.0,PJM +2016,39000.0,Ohio,39087.0,Lawrence County,14725.0,PJM +2016,39000.0,Ohio,39089.0,Licking County,14725.0,PJM +2016,39000.0,Ohio,39091.0,Logan County,14725.0,PJM +2016,39000.0,Ohio,39093.0,Lorain County,14725.0,PJM +2016,39000.0,Ohio,39095.0,Lucas County,14725.0,PJM +2016,39000.0,Ohio,39097.0,Madison County,14725.0,PJM +2016,39000.0,Ohio,39099.0,Mahoning County,14725.0,PJM +2016,39000.0,Ohio,39101.0,Marion County,14725.0,PJM +2016,39000.0,Ohio,39103.0,Medina County,14725.0,PJM +2016,39000.0,Ohio,39105.0,Meigs County,14725.0,PJM +2016,39000.0,Ohio,39107.0,Mercer County,14725.0,PJM +2016,39000.0,Ohio,39109.0,Miami County,14725.0,PJM +2016,39000.0,Ohio,39111.0,Monroe County,14725.0,PJM +2016,39000.0,Ohio,39113.0,Montgomery County,14725.0,PJM +2016,39000.0,Ohio,39115.0,Morgan County,14725.0,PJM +2016,39000.0,Ohio,39117.0,Morrow County,14725.0,PJM +2016,39000.0,Ohio,39119.0,Muskingum County,14725.0,PJM +2016,39000.0,Ohio,39121.0,Noble County,14725.0,PJM +2016,39000.0,Ohio,39123.0,Ottawa County,14725.0,PJM +2016,39000.0,Ohio,39125.0,Paulding County,14725.0,PJM +2016,39000.0,Ohio,39127.0,Perry County,14725.0,PJM +2016,39000.0,Ohio,39129.0,Pickaway County,14725.0,PJM +2016,39000.0,Ohio,39131.0,Pike County,14725.0,PJM +2016,39000.0,Ohio,39133.0,Portage County,14725.0,PJM +2016,39000.0,Ohio,39135.0,Preble County,14725.0,PJM +2016,39000.0,Ohio,39137.0,Putnam County,14725.0,PJM +2016,39000.0,Ohio,39139.0,Richland County,14725.0,PJM +2016,39000.0,Ohio,39141.0,Ross County,14725.0,PJM +2016,39000.0,Ohio,39143.0,Sandusky County,14725.0,PJM +2016,39000.0,Ohio,39145.0,Scioto County,14725.0,PJM +2016,39000.0,Ohio,39147.0,Seneca County,14725.0,PJM +2016,39000.0,Ohio,39149.0,Shelby County,14725.0,PJM +2016,39000.0,Ohio,39151.0,Stark County,14725.0,PJM +2016,39000.0,Ohio,39153.0,Summit County,14725.0,PJM +2016,39000.0,Ohio,39155.0,Trumbull County,14725.0,PJM +2016,39000.0,Ohio,39157.0,Tuscarawas County,14725.0,PJM +2016,39000.0,Ohio,39159.0,Union County,14725.0,PJM +2016,39000.0,Ohio,39161.0,Van Wert County,14725.0,PJM +2016,39000.0,Ohio,39163.0,Vinton County,14725.0,PJM +2016,39000.0,Ohio,39165.0,Warren County,14725.0,PJM +2016,39000.0,Ohio,39167.0,Washington County,14725.0,PJM +2016,39000.0,Ohio,39169.0,Wayne County,14725.0,PJM +2016,39000.0,Ohio,39171.0,Williams County,14725.0,PJM +2016,39000.0,Ohio,39173.0,Wood County,14725.0,PJM +2016,39000.0,Ohio,39175.0,Wyandot County,14725.0,PJM +2016,42000.0,Pennsylvania,42001.0,Adams County,14725.0,PJM +2016,42000.0,Pennsylvania,42003.0,Allegheny County,14725.0,PJM +2016,42000.0,Pennsylvania,42005.0,Armstrong County,14725.0,PJM +2016,42000.0,Pennsylvania,42007.0,Beaver County,14725.0,PJM +2016,42000.0,Pennsylvania,42009.0,Bedford County,14725.0,PJM +2016,42000.0,Pennsylvania,42011.0,Berks County,14725.0,PJM +2016,42000.0,Pennsylvania,42013.0,Blair County,14725.0,PJM +2016,42000.0,Pennsylvania,42015.0,Bradford County,14725.0,PJM +2016,42000.0,Pennsylvania,42017.0,Bucks County,14725.0,PJM +2016,42000.0,Pennsylvania,42019.0,Butler County,14725.0,PJM +2016,42000.0,Pennsylvania,42021.0,Cambria County,14725.0,PJM +2016,42000.0,Pennsylvania,42023.0,Cameron County,14725.0,PJM +2016,42000.0,Pennsylvania,42025.0,Carbon County,14725.0,PJM +2016,42000.0,Pennsylvania,42027.0,Centre County,14725.0,PJM +2016,42000.0,Pennsylvania,42029.0,Chester County,14725.0,PJM +2016,42000.0,Pennsylvania,42031.0,Clarion County,14725.0,PJM +2016,42000.0,Pennsylvania,42033.0,Clearfield County,14725.0,PJM +2016,42000.0,Pennsylvania,42035.0,Clinton County,14725.0,PJM +2016,42000.0,Pennsylvania,42037.0,Columbia County,14725.0,PJM +2016,42000.0,Pennsylvania,42039.0,Crawford County,14725.0,PJM +2016,42000.0,Pennsylvania,42041.0,Cumberland County,14725.0,PJM +2016,42000.0,Pennsylvania,42043.0,Dauphin County,14725.0,PJM +2016,42000.0,Pennsylvania,42045.0,Delaware County,14725.0,PJM +2016,42000.0,Pennsylvania,42047.0,Elk County,14725.0,PJM +2016,42000.0,Pennsylvania,42049.0,Erie County,14725.0,PJM +2016,42000.0,Pennsylvania,42051.0,Fayette County,14725.0,PJM +2016,42000.0,Pennsylvania,42053.0,Forest County,14725.0,PJM +2016,42000.0,Pennsylvania,42055.0,Franklin County,14725.0,PJM +2016,42000.0,Pennsylvania,42057.0,Fulton County,14725.0,PJM +2016,42000.0,Pennsylvania,42059.0,Greene County,14725.0,PJM +2016,42000.0,Pennsylvania,42061.0,Huntingdon County,14725.0,PJM +2016,42000.0,Pennsylvania,42063.0,Indiana County,14725.0,PJM +2016,42000.0,Pennsylvania,42065.0,Jefferson County,14725.0,PJM +2016,42000.0,Pennsylvania,42067.0,Juniata County,14725.0,PJM +2016,42000.0,Pennsylvania,42069.0,Lackawanna County,14725.0,PJM +2016,42000.0,Pennsylvania,42071.0,Lancaster County,14725.0,PJM +2016,42000.0,Pennsylvania,42073.0,Lawrence County,14725.0,PJM +2016,42000.0,Pennsylvania,42075.0,Lebanon County,14725.0,PJM +2016,42000.0,Pennsylvania,42077.0,Lehigh County,14725.0,PJM +2016,42000.0,Pennsylvania,42079.0,Luzerne County,14725.0,PJM +2016,42000.0,Pennsylvania,42081.0,Lycoming County,14725.0,PJM +2016,42000.0,Pennsylvania,42083.0,McKean County,14725.0,PJM +2016,42000.0,Pennsylvania,42085.0,Mercer County,14725.0,PJM +2016,42000.0,Pennsylvania,42087.0,Mifflin County,14725.0,PJM +2016,42000.0,Pennsylvania,42089.0,Monroe County,14725.0,PJM +2016,42000.0,Pennsylvania,42091.0,Montgomery County,14725.0,PJM +2016,42000.0,Pennsylvania,42093.0,Montour County,14725.0,PJM +2016,42000.0,Pennsylvania,42095.0,Northampton County,14725.0,PJM +2016,42000.0,Pennsylvania,42097.0,Northumberland County,14725.0,PJM +2016,42000.0,Pennsylvania,42099.0,Perry County,14725.0,PJM +2016,42000.0,Pennsylvania,42101.0,Philadelphia County,14725.0,PJM +2016,42000.0,Pennsylvania,42103.0,Pike County,14725.0,PJM +2016,42000.0,Pennsylvania,42105.0,Potter County,14725.0,PJM +2016,42000.0,Pennsylvania,42107.0,Schuylkill County,14725.0,PJM +2016,42000.0,Pennsylvania,42109.0,Snyder County,14725.0,PJM +2016,42000.0,Pennsylvania,42111.0,Somerset County,14725.0,PJM +2016,42000.0,Pennsylvania,42113.0,Sullivan County,14725.0,PJM +2016,42000.0,Pennsylvania,42115.0,Susquehanna County,14725.0,PJM +2016,42000.0,Pennsylvania,42117.0,Tioga County,14725.0,PJM +2016,42000.0,Pennsylvania,42119.0,Union County,14725.0,PJM +2016,42000.0,Pennsylvania,42121.0,Venango County,14725.0,PJM +2016,42000.0,Pennsylvania,42123.0,Warren County,14725.0,PJM +2016,42000.0,Pennsylvania,42125.0,Washington County,14725.0,PJM +2016,42000.0,Pennsylvania,42127.0,Wayne County,14725.0,PJM +2016,42000.0,Pennsylvania,42129.0,Westmoreland County,14725.0,PJM +2016,42000.0,Pennsylvania,42131.0,Wyoming County,14725.0,PJM +2016,42000.0,Pennsylvania,42133.0,York County,14725.0,PJM +2016,47000.0,Tennessee,47013.0,Campbell County,14725.0,PJM +2016,47000.0,Tennessee,47025.0,Claiborne County,14725.0,PJM +2016,47000.0,Tennessee,47073.0,Hawkins County,14725.0,PJM +2016,47000.0,Tennessee,47137.0,Pickett County,14725.0,PJM +2016,47000.0,Tennessee,47151.0,Scott County,14725.0,PJM +2016,47000.0,Tennessee,47163.0,Sullivan County,14725.0,PJM +2016,47000.0,Tennessee,47179.0,Washington County,14725.0,PJM +2016,51000.0,Virginia,51001.0,Accomack County,14725.0,PJM +2016,51000.0,Virginia,51003.0,Albemarle County,14725.0,PJM +2016,51000.0,Virginia,51005.0,Alleghany County,14725.0,PJM +2016,51000.0,Virginia,51007.0,Amelia County,14725.0,PJM +2016,51000.0,Virginia,51009.0,Amherst County,14725.0,PJM +2016,51000.0,Virginia,51011.0,Appomattox County,14725.0,PJM +2016,51000.0,Virginia,51013.0,Arlington County,14725.0,PJM +2016,51000.0,Virginia,51015.0,Augusta County,14725.0,PJM +2016,51000.0,Virginia,51017.0,Bath County,14725.0,PJM +2016,51000.0,Virginia,51019.0,Bedford County,14725.0,PJM +2016,51000.0,Virginia,51021.0,Bland County,14725.0,PJM +2016,51000.0,Virginia,51023.0,Botetourt County,14725.0,PJM +2016,51000.0,Virginia,51025.0,Brunswick County,14725.0,PJM +2016,51000.0,Virginia,51027.0,Buchanan County,14725.0,PJM +2016,51000.0,Virginia,51029.0,Buckingham County,14725.0,PJM +2016,51000.0,Virginia,51031.0,Campbell County,14725.0,PJM +2016,51000.0,Virginia,51033.0,Caroline County,14725.0,PJM +2016,51000.0,Virginia,51035.0,Carroll County,14725.0,PJM +2016,51000.0,Virginia,51036.0,Charles City County,14725.0,PJM +2016,51000.0,Virginia,51037.0,Charlotte County,14725.0,PJM +2016,51000.0,Virginia,51041.0,Chesterfield County,14725.0,PJM +2016,51000.0,Virginia,51043.0,Clarke County,14725.0,PJM +2016,51000.0,Virginia,51045.0,Craig County,14725.0,PJM +2016,51000.0,Virginia,51047.0,Culpeper County,14725.0,PJM +2016,51000.0,Virginia,51049.0,Cumberland County,14725.0,PJM +2016,51000.0,Virginia,51051.0,Dickenson County,14725.0,PJM +2016,51000.0,Virginia,51053.0,Dinwiddie County,14725.0,PJM +2016,51000.0,Virginia,51057.0,Essex County,14725.0,PJM +2016,51000.0,Virginia,51059.0,Fairfax County,14725.0,PJM +2016,51000.0,Virginia,51061.0,Fauquier County,14725.0,PJM +2016,51000.0,Virginia,51063.0,Floyd County,14725.0,PJM +2016,51000.0,Virginia,51065.0,Fluvanna County,14725.0,PJM +2016,51000.0,Virginia,51067.0,Franklin County,14725.0,PJM +2016,51000.0,Virginia,51069.0,Frederick County,14725.0,PJM +2016,51000.0,Virginia,51071.0,Giles County,14725.0,PJM +2016,51000.0,Virginia,51073.0,Gloucester County,14725.0,PJM +2016,51000.0,Virginia,51075.0,Goochland County,14725.0,PJM +2016,51000.0,Virginia,51077.0,Grayson County,14725.0,PJM +2016,51000.0,Virginia,51079.0,Greene County,14725.0,PJM +2016,51000.0,Virginia,51081.0,Greensville County,14725.0,PJM +2016,51000.0,Virginia,51083.0,Halifax County,14725.0,PJM +2016,51000.0,Virginia,51085.0,Hanover County,14725.0,PJM +2016,51000.0,Virginia,51087.0,Henrico County,14725.0,PJM +2016,51000.0,Virginia,51089.0,Henry County,14725.0,PJM +2016,51000.0,Virginia,51091.0,Highland County,14725.0,PJM +2016,51000.0,Virginia,51093.0,Isle of Wight County,14725.0,PJM +2016,51000.0,Virginia,51095.0,James City County,14725.0,PJM +2016,51000.0,Virginia,51097.0,King and Queen County,14725.0,PJM +2016,51000.0,Virginia,51099.0,King George County,14725.0,PJM +2016,51000.0,Virginia,51101.0,King William County,14725.0,PJM +2016,51000.0,Virginia,51103.0,Lancaster County,14725.0,PJM +2016,51000.0,Virginia,51107.0,Loudoun County,14725.0,PJM +2016,51000.0,Virginia,51109.0,Louisa County,14725.0,PJM +2016,51000.0,Virginia,51111.0,Lunenburg County,14725.0,PJM +2016,51000.0,Virginia,51113.0,Madison County,14725.0,PJM +2016,51000.0,Virginia,51115.0,Mathews County,14725.0,PJM +2016,51000.0,Virginia,51117.0,Mecklenburg County,14725.0,PJM +2016,51000.0,Virginia,51119.0,Middlesex County,14725.0,PJM +2016,51000.0,Virginia,51121.0,Montgomery County,14725.0,PJM +2016,51000.0,Virginia,51125.0,Nelson County,14725.0,PJM +2016,51000.0,Virginia,51127.0,New Kent County,14725.0,PJM +2016,51000.0,Virginia,51131.0,Northampton County,14725.0,PJM +2016,51000.0,Virginia,51133.0,Northumberland County,14725.0,PJM +2016,51000.0,Virginia,51135.0,Nottoway County,14725.0,PJM +2016,51000.0,Virginia,51137.0,Orange County,14725.0,PJM +2016,51000.0,Virginia,51139.0,Page County,14725.0,PJM +2016,51000.0,Virginia,51141.0,Patrick County,14725.0,PJM +2016,51000.0,Virginia,51143.0,Pittsylvania County,14725.0,PJM +2016,51000.0,Virginia,51145.0,Powhatan County,14725.0,PJM +2016,51000.0,Virginia,51147.0,Prince Edward County,14725.0,PJM +2016,51000.0,Virginia,51149.0,Prince George County,14725.0,PJM +2016,51000.0,Virginia,51153.0,Prince William County,14725.0,PJM +2016,51000.0,Virginia,51155.0,Pulaski County,14725.0,PJM +2016,51000.0,Virginia,51157.0,Rappahannock County,14725.0,PJM +2016,51000.0,Virginia,51159.0,Richmond County,14725.0,PJM +2016,51000.0,Virginia,51161.0,Roanoke County,14725.0,PJM +2016,51000.0,Virginia,51163.0,Rockbridge County,14725.0,PJM +2016,51000.0,Virginia,51165.0,Rockingham County,14725.0,PJM +2016,51000.0,Virginia,51167.0,Russell County,14725.0,PJM +2016,51000.0,Virginia,51169.0,Scott County,14725.0,PJM +2016,51000.0,Virginia,51171.0,Shenandoah County,14725.0,PJM +2016,51000.0,Virginia,51173.0,Smyth County,14725.0,PJM +2016,51000.0,Virginia,51175.0,Southampton County,14725.0,PJM +2016,51000.0,Virginia,51177.0,Spotsylvania County,14725.0,PJM +2016,51000.0,Virginia,51179.0,Stafford County,14725.0,PJM +2016,51000.0,Virginia,51181.0,Surry County,14725.0,PJM +2016,51000.0,Virginia,51183.0,Sussex County,14725.0,PJM +2016,51000.0,Virginia,51185.0,Tazewell County,14725.0,PJM +2016,51000.0,Virginia,51187.0,Warren County,14725.0,PJM +2016,51000.0,Virginia,51191.0,Washington County,14725.0,PJM +2016,51000.0,Virginia,51193.0,Westmoreland County,14725.0,PJM +2016,51000.0,Virginia,51195.0,Wise County,14725.0,PJM +2016,51000.0,Virginia,51197.0,Wythe County,14725.0,PJM +2016,51000.0,Virginia,51199.0,York County,14725.0,PJM +2016,51000.0,Virginia,51510.0,Alexandria City,14725.0,PJM +2016,51000.0,Virginia,51515.0,Bedford City,14725.0,PJM +2016,51000.0,Virginia,51530.0,Buena Vista City,14725.0,PJM +2016,51000.0,Virginia,51540.0,Charlottesville City,14725.0,PJM +2016,51000.0,Virginia,51550.0,Chesapeake City,14725.0,PJM +2016,51000.0,Virginia,51570.0,Colonial Heights City,14725.0,PJM +2016,51000.0,Virginia,51580.0,Covington City,14725.0,PJM +2016,51000.0,Virginia,51590.0,Danville City,14725.0,PJM +2016,51000.0,Virginia,51595.0,Emporia City,14725.0,PJM +2016,51000.0,Virginia,51600.0,Fairfax City,14725.0,PJM +2016,51000.0,Virginia,51610.0,Falls Church City,14725.0,PJM +2016,51000.0,Virginia,51620.0,Franklin City,14725.0,PJM +2016,51000.0,Virginia,51630.0,Fredericksburg City,14725.0,PJM +2016,51000.0,Virginia,51640.0,Galax City,14725.0,PJM +2016,51000.0,Virginia,51650.0,Hampton City,14725.0,PJM +2016,51000.0,Virginia,51660.0,Harrisonburg City,14725.0,PJM +2016,51000.0,Virginia,51670.0,Hopewell City,14725.0,PJM +2016,51000.0,Virginia,51678.0,Lexington City,14725.0,PJM +2016,51000.0,Virginia,51680.0,Lynchburg City,14725.0,PJM +2016,51000.0,Virginia,51683.0,Manassas City,14725.0,PJM +2016,51000.0,Virginia,51685.0,Manassas Park City,14725.0,PJM +2016,51000.0,Virginia,51690.0,Martinsville City,14725.0,PJM +2016,51000.0,Virginia,51700.0,Newport News City,14725.0,PJM +2016,51000.0,Virginia,51710.0,Norfolk City,14725.0,PJM +2016,51000.0,Virginia,51730.0,Petersburg City,14725.0,PJM +2016,51000.0,Virginia,51735.0,Poquoson City,14725.0,PJM +2016,51000.0,Virginia,51740.0,Portsmouth City,14725.0,PJM +2016,51000.0,Virginia,51750.0,Radford City,14725.0,PJM +2016,51000.0,Virginia,51760.0,Richmond City,14725.0,PJM +2016,51000.0,Virginia,51770.0,Roanoke City,14725.0,PJM +2016,51000.0,Virginia,51775.0,Salem City,14725.0,PJM +2016,51000.0,Virginia,51790.0,Staunton City,14725.0,PJM +2016,51000.0,Virginia,51800.0,Suffolk City,14725.0,PJM +2016,51000.0,Virginia,51810.0,Virginia Beach City,14725.0,PJM +2016,51000.0,Virginia,51820.0,Waynesboro City,14725.0,PJM +2016,51000.0,Virginia,51830.0,Williamsburg City,14725.0,PJM +2016,51000.0,Virginia,51840.0,Winchester City,14725.0,PJM +2016,54000.0,West Virginia,54001.0,Barbour County,14725.0,PJM +2016,54000.0,West Virginia,54003.0,Berkeley County,14725.0,PJM +2016,54000.0,West Virginia,54005.0,Boone County,14725.0,PJM +2016,54000.0,West Virginia,54007.0,Braxton County,14725.0,PJM +2016,54000.0,West Virginia,54009.0,Brooke County,14725.0,PJM +2016,54000.0,West Virginia,54011.0,Cabell County,14725.0,PJM +2016,54000.0,West Virginia,54013.0,Calhoun County,14725.0,PJM +2016,54000.0,West Virginia,54015.0,Clay County,14725.0,PJM +2016,54000.0,West Virginia,54017.0,Doddridge County,14725.0,PJM +2016,54000.0,West Virginia,54019.0,Fayette County,14725.0,PJM +2016,54000.0,West Virginia,54021.0,Gilmer County,14725.0,PJM +2016,54000.0,West Virginia,54023.0,Grant County,14725.0,PJM +2016,54000.0,West Virginia,54025.0,Greenbrier County,14725.0,PJM +2016,54000.0,West Virginia,54027.0,Hampshire County,14725.0,PJM +2016,54000.0,West Virginia,54029.0,Hancock County,14725.0,PJM +2016,54000.0,West Virginia,54031.0,Hardy County,14725.0,PJM +2016,54000.0,West Virginia,54033.0,Harrison County,14725.0,PJM +2016,54000.0,West Virginia,54035.0,Jackson County,14725.0,PJM +2016,54000.0,West Virginia,54037.0,Jefferson County,14725.0,PJM +2016,54000.0,West Virginia,54039.0,Kanawha County,14725.0,PJM +2016,54000.0,West Virginia,54041.0,Lewis County,14725.0,PJM +2016,54000.0,West Virginia,54043.0,Lincoln County,14725.0,PJM +2016,54000.0,West Virginia,54045.0,Logan County,14725.0,PJM +2016,54000.0,West Virginia,54047.0,McDowell County,14725.0,PJM +2016,54000.0,West Virginia,54049.0,Marion County,14725.0,PJM +2016,54000.0,West Virginia,54051.0,Marshall County,14725.0,PJM +2016,54000.0,West Virginia,54053.0,Mason County,14725.0,PJM +2016,54000.0,West Virginia,54055.0,Mercer County,14725.0,PJM +2016,54000.0,West Virginia,54057.0,Mineral County,14725.0,PJM +2016,54000.0,West Virginia,54059.0,Mingo County,14725.0,PJM +2016,54000.0,West Virginia,54061.0,Monongalia County,14725.0,PJM +2016,54000.0,West Virginia,54063.0,Monroe County,14725.0,PJM +2016,54000.0,West Virginia,54065.0,Morgan County,14725.0,PJM +2016,54000.0,West Virginia,54067.0,Nicholas County,14725.0,PJM +2016,54000.0,West Virginia,54069.0,Ohio County,14725.0,PJM +2016,54000.0,West Virginia,54071.0,Pendleton County,14725.0,PJM +2016,54000.0,West Virginia,54073.0,Pleasants County,14725.0,PJM +2016,54000.0,West Virginia,54075.0,Pocahontas County,14725.0,PJM +2016,54000.0,West Virginia,54077.0,Preston County,14725.0,PJM +2016,54000.0,West Virginia,54079.0,Putnam County,14725.0,PJM +2016,54000.0,West Virginia,54081.0,Raleigh County,14725.0,PJM +2016,54000.0,West Virginia,54083.0,Randolph County,14725.0,PJM +2016,54000.0,West Virginia,54085.0,Ritchie County,14725.0,PJM +2016,54000.0,West Virginia,54087.0,Roane County,14725.0,PJM +2016,54000.0,West Virginia,54089.0,Summers County,14725.0,PJM +2016,54000.0,West Virginia,54091.0,Taylor County,14725.0,PJM +2016,54000.0,West Virginia,54093.0,Tucker County,14725.0,PJM +2016,54000.0,West Virginia,54095.0,Tyler County,14725.0,PJM +2016,54000.0,West Virginia,54097.0,Upshur County,14725.0,PJM +2016,54000.0,West Virginia,54099.0,Wayne County,14725.0,PJM +2016,54000.0,West Virginia,54101.0,Webster County,14725.0,PJM +2016,54000.0,West Virginia,54103.0,Wetzel County,14725.0,PJM +2016,54000.0,West Virginia,54105.0,Wirt County,14725.0,PJM +2016,54000.0,West Virginia,54107.0,Wood County,14725.0,PJM +2016,54000.0,West Virginia,54109.0,Wyoming County,14725.0,PJM +2016,41000.0,Oregon,41005.0,Clackamas County,15248.0,PGE +2016,41000.0,Oregon,41009.0,Columbia County,15248.0,PGE +2016,41000.0,Oregon,41047.0,Marion County,15248.0,PGE +2016,41000.0,Oregon,41051.0,Multnomah County,15248.0,PGE +2016,41000.0,Oregon,41053.0,Polk County,15248.0,PGE +2016,41000.0,Oregon,41067.0,Washington County,15248.0,PGE +2016,41000.0,Oregon,41071.0,Yamhill County,15248.0,PGE +2016,8000.0,Colorado,8001.0,Adams County,15466.0,PSCO +2016,8000.0,Colorado,8003.0,Alamosa County,15466.0,PSCO +2016,8000.0,Colorado,8005.0,Arapahoe County,15466.0,PSCO +2016,8000.0,Colorado,8007.0,Archuleta County,15466.0,PSCO +2016,8000.0,Colorado,8009.0,Baca County,15466.0,PSCO +2016,8000.0,Colorado,8011.0,Bent County,15466.0,PSCO +2016,8000.0,Colorado,8013.0,Boulder County,15466.0,PSCO +2016,8000.0,Colorado,8015.0,Chaffee County,15466.0,PSCO +2016,8000.0,Colorado,8019.0,Clear Creek County,15466.0,PSCO +2016,8000.0,Colorado,8021.0,Conejos County,15466.0,PSCO +2016,8000.0,Colorado,8023.0,Costilla County,15466.0,PSCO +2016,8000.0,Colorado,8025.0,Crowley County,15466.0,PSCO +2016,8000.0,Colorado,8027.0,Custer County,15466.0,PSCO +2016,8000.0,Colorado,8029.0,Delta County,15466.0,PSCO +2016,8000.0,Colorado,8031.0,Denver County,15466.0,PSCO +2016,8000.0,Colorado,8033.0,Dolores County,15466.0,PSCO +2016,8000.0,Colorado,8035.0,Douglas County,15466.0,PSCO +2016,8000.0,Colorado,8037.0,Eagle County,15466.0,PSCO +2016,8000.0,Colorado,8039.0,Elbert County,15466.0,PSCO +2016,8000.0,Colorado,8041.0,El Paso County,15466.0,PSCO +2016,8000.0,Colorado,8043.0,Fremont County,15466.0,PSCO +2016,8000.0,Colorado,8045.0,Garfield County,15466.0,PSCO +2016,8000.0,Colorado,8047.0,Gilpin County,15466.0,PSCO +2016,8000.0,Colorado,8049.0,Grand County,15466.0,PSCO +2016,8000.0,Colorado,8051.0,Gunnison County,15466.0,PSCO +2016,8000.0,Colorado,8053.0,Hinsdale County,15466.0,PSCO +2016,8000.0,Colorado,8055.0,Huerfano County,15466.0,PSCO +2016,8000.0,Colorado,8059.0,Jefferson County,15466.0,PSCO +2016,8000.0,Colorado,8061.0,Kiowa County,15466.0,PSCO +2016,8000.0,Colorado,8065.0,Lake County,15466.0,PSCO +2016,8000.0,Colorado,8067.0,La Plata County,15466.0,PSCO +2016,8000.0,Colorado,8069.0,Larimer County,15466.0,PSCO +2016,8000.0,Colorado,8071.0,Las Animas County,15466.0,PSCO +2016,8000.0,Colorado,8075.0,Logan County,15466.0,PSCO +2016,8000.0,Colorado,8077.0,Mesa County,15466.0,PSCO +2016,8000.0,Colorado,8079.0,Mineral County,15466.0,PSCO +2016,8000.0,Colorado,8081.0,Moffat County,15466.0,PSCO +2016,8000.0,Colorado,8083.0,Montezuma County,15466.0,PSCO +2016,8000.0,Colorado,8085.0,Montrose County,15466.0,PSCO +2016,8000.0,Colorado,8087.0,Morgan County,15466.0,PSCO +2016,8000.0,Colorado,8089.0,Otero County,15466.0,PSCO +2016,8000.0,Colorado,8091.0,Ouray County,15466.0,PSCO +2016,8000.0,Colorado,8093.0,Park County,15466.0,PSCO +2016,8000.0,Colorado,8097.0,Pitkin County,15466.0,PSCO +2016,8000.0,Colorado,8099.0,Prowers County,15466.0,PSCO +2016,8000.0,Colorado,8101.0,Pueblo County,15466.0,PSCO +2016,8000.0,Colorado,8103.0,Rio Blanco County,15466.0,PSCO +2016,8000.0,Colorado,8105.0,Rio Grande County,15466.0,PSCO +2016,8000.0,Colorado,8107.0,Routt County,15466.0,PSCO +2016,8000.0,Colorado,8109.0,Saguache County,15466.0,PSCO +2016,8000.0,Colorado,8113.0,San Miguel County,15466.0,PSCO +2016,8000.0,Colorado,8117.0,Summit County,15466.0,PSCO +2016,8000.0,Colorado,8119.0,Teller County,15466.0,PSCO +2016,8000.0,Colorado,8121.0,Washington County,15466.0,PSCO +2016,8000.0,Colorado,8123.0,Weld County,15466.0,PSCO +2016,8000.0,Colorado,8125.0,Yuma County,15466.0,PSCO +2016,56000.0,Wyoming,56007.0,Carbon County,15466.0,PSCO +2016,4000.0,Arizona,4001.0,Apache County,15473.0,PNM +2016,4000.0,Arizona,4003.0,Cochise County ,15473.0,PNM +2016,4000.0,Arizona,4007.0,Gila County,15473.0,PNM +2016,4000.0,Arizona,4011.0,Greenlee County,15473.0,PNM +2016,4000.0,Arizona,4017.0,Navajo County,15473.0,PNM +2016,8000.0,Colorado,8071.0,Las Animas County,15473.0,PNM +2016,35000.0,New Mexico,35001.0,Bernalillo County,15473.0,PNM +2016,35000.0,New Mexico,35003.0,Catron County,15473.0,PNM +2016,35000.0,New Mexico,35005.0,Chaves County,15473.0,PNM +2016,35000.0,New Mexico,35006.0,Cibola County,15473.0,PNM +2016,35000.0,New Mexico,35007.0,Colfax County,15473.0,PNM +2016,35000.0,New Mexico,35011.0,De Baca County,15473.0,PNM +2016,35000.0,New Mexico,35013.0,Dona Ana County,15473.0,PNM +2016,35000.0,New Mexico,35017.0,Grant County,15473.0,PNM +2016,35000.0,New Mexico,35019.0,Guadalupe County,15473.0,PNM +2016,35000.0,New Mexico,35021.0,Harding County,15473.0,PNM +2016,35000.0,New Mexico,35023.0,Hidalgo County,15473.0,PNM +2016,35000.0,New Mexico,35027.0,Lincoln County,15473.0,PNM +2016,35000.0,New Mexico,35028.0,Los Alamos County,15473.0,PNM +2016,35000.0,New Mexico,35029.0,Luna County,15473.0,PNM +2016,35000.0,New Mexico,35031.0,McKinley County,15473.0,PNM +2016,35000.0,New Mexico,35033.0,Mora County,15473.0,PNM +2016,35000.0,New Mexico,35035.0,Otero County,15473.0,PNM +2016,35000.0,New Mexico,35037.0,Quay County,15473.0,PNM +2016,35000.0,New Mexico,35039.0,Rio Arriba County,15473.0,PNM +2016,35000.0,New Mexico,35043.0,Sandoval County,15473.0,PNM +2016,35000.0,New Mexico,35045.0,San Juan County,15473.0,PNM +2016,35000.0,New Mexico,35047.0,San Miguel County,15473.0,PNM +2016,35000.0,New Mexico,35049.0,Santa Fe County,15473.0,PNM +2016,35000.0,New Mexico,35051.0,Sierra County,15473.0,PNM +2016,35000.0,New Mexico,35053.0,Socorro County,15473.0,PNM +2016,35000.0,New Mexico,35055.0,Taos County,15473.0,PNM +2016,35000.0,New Mexico,35057.0,Torrance County,15473.0,PNM +2016,35000.0,New Mexico,35059.0,Union County,15473.0,PNM +2016,35000.0,New Mexico,35061.0,Valencia County,15473.0,PNM +2016,40000.0,Oklahoma,40025.0,Cimarron County,15473.0,PNM +2016,48000.0,Texas,48111.0,Dallam County,15473.0,PNM +2016,48000.0,Texas,48205.0,Hartley County,15473.0,PNM +2016,53000.0,Washington,53029.0,Island County,15500.0,PSEI +2016,53000.0,Washington,53033.0,King County,15500.0,PSEI +2016,53000.0,Washington,53035.0,Kitsap County,15500.0,PSEI +2016,53000.0,Washington,53037.0,Kittitas County,15500.0,PSEI +2016,53000.0,Washington,53053.0,Pierce County,15500.0,PSEI +2016,53000.0,Washington,53057.0,Skagit County,15500.0,PSEI +2016,53000.0,Washington,53067.0,Thurston County,15500.0,PSEI +2016,53000.0,Washington,53073.0,Whatcom County,15500.0,PSEI +2016,6000.0,California,6061.0,Placer County,16534.0,BANC +2016,6000.0,California,6067.0,Sacramento County,16534.0,BANC +2016,6000.0,California,6077.0,San Joaquin County,16534.0,BANC +2016,6000.0,California,6089.0,Shasta County,16534.0,BANC +2016,6000.0,California,6099.0,Stanislaus County,16534.0,BANC +2016,4000.0,Arizona,4007.0,Gila County,16572.0,SRP +2016,4000.0,Arizona,4013.0,Maricopa County,16572.0,SRP +2016,4000.0,Arizona,4021.0,Pinal County,16572.0,SRP +2016,53000.0,Washington,53033.0,King County,16868.0,SCL +2016,45000.0,South Carolina,45001.0,Abbeville County,17539.0,SCEG +2016,45000.0,South Carolina,45003.0,Aiken County,17539.0,SCEG +2016,45000.0,South Carolina,45005.0,Allendale County,17539.0,SCEG +2016,45000.0,South Carolina,45009.0,Bamberg County,17539.0,SCEG +2016,45000.0,South Carolina,45011.0,Barnwell County,17539.0,SCEG +2016,45000.0,South Carolina,45013.0,Beaufort County,17539.0,SCEG +2016,45000.0,South Carolina,45015.0,Berkeley County,17539.0,SCEG +2016,45000.0,South Carolina,45017.0,Calhoun County,17539.0,SCEG +2016,45000.0,South Carolina,45019.0,Charleston County,17539.0,SCEG +2016,45000.0,South Carolina,45029.0,Colleton County,17539.0,SCEG +2016,45000.0,South Carolina,45035.0,Dorchester County,17539.0,SCEG +2016,45000.0,South Carolina,45037.0,Edgefield County,17539.0,SCEG +2016,45000.0,South Carolina,45039.0,Fairfield County,17539.0,SCEG +2016,45000.0,South Carolina,45047.0,Greenwood County,17539.0,SCEG +2016,45000.0,South Carolina,45049.0,Hampton County,17539.0,SCEG +2016,45000.0,South Carolina,45053.0,Jasper County,17539.0,SCEG +2016,45000.0,South Carolina,45055.0,Kershaw County,17539.0,SCEG +2016,45000.0,South Carolina,45061.0,Lee County,17539.0,SCEG +2016,45000.0,South Carolina,45063.0,Lexington County,17539.0,SCEG +2016,45000.0,South Carolina,45065.0,McCormick County,17539.0,SCEG +2016,45000.0,South Carolina,45071.0,Newberry County,17539.0,SCEG +2016,45000.0,South Carolina,45075.0,Orangeburg County,17539.0,SCEG +2016,45000.0,South Carolina,45079.0,Richland County,17539.0,SCEG +2016,45000.0,South Carolina,45081.0,Saluda County,17539.0,SCEG +2016,45000.0,South Carolina,45087.0,Union County,17539.0,SCEG +2016,45000.0,South Carolina,45003.0,Aiken County,17543.0,SC +2016,45000.0,South Carolina,45005.0,Allendale County,17543.0,SC +2016,45000.0,South Carolina,45009.0,Bamberg County,17543.0,SC +2016,45000.0,South Carolina,45011.0,Barnwell County,17543.0,SC +2016,45000.0,South Carolina,45013.0,Beaufort County,17543.0,SC +2016,45000.0,South Carolina,45015.0,Berkeley County,17543.0,SC +2016,45000.0,South Carolina,45017.0,Calhoun County,17543.0,SC +2016,45000.0,South Carolina,45019.0,Charleston County,17543.0,SC +2016,45000.0,South Carolina,45023.0,Chester County,17543.0,SC +2016,45000.0,South Carolina,45025.0,Chesterfield County,17543.0,SC +2016,45000.0,South Carolina,45027.0,Clarendon County,17543.0,SC +2016,45000.0,South Carolina,45029.0,Colleton County,17543.0,SC +2016,45000.0,South Carolina,45031.0,Darlington County,17543.0,SC +2016,45000.0,South Carolina,45033.0,Dillon County,17543.0,SC +2016,45000.0,South Carolina,45035.0,Dorchester County,17543.0,SC +2016,45000.0,South Carolina,45037.0,Edgefield County,17543.0,SC +2016,45000.0,South Carolina,45039.0,Fairfield County,17543.0,SC +2016,45000.0,South Carolina,45041.0,Florence County,17543.0,SC +2016,45000.0,South Carolina,45043.0,Georgetown County,17543.0,SC +2016,45000.0,South Carolina,45047.0,Greenwood County,17543.0,SC +2016,45000.0,South Carolina,45049.0,Hampton County,17543.0,SC +2016,45000.0,South Carolina,45051.0,Horry County,17543.0,SC +2016,45000.0,South Carolina,45053.0,Jasper County,17543.0,SC +2016,45000.0,South Carolina,45055.0,Kershaw County,17543.0,SC +2016,45000.0,South Carolina,45057.0,Lancaster County,17543.0,SC +2016,45000.0,South Carolina,45059.0,Laurens County,17543.0,SC +2016,45000.0,South Carolina,45061.0,Lee County,17543.0,SC +2016,45000.0,South Carolina,45063.0,Lexington County,17543.0,SC +2016,45000.0,South Carolina,45065.0,McCormick County,17543.0,SC +2016,45000.0,South Carolina,45067.0,Marion County,17543.0,SC +2016,45000.0,South Carolina,45069.0,Marlboro County,17543.0,SC +2016,45000.0,South Carolina,45071.0,Newberry County,17543.0,SC +2016,45000.0,South Carolina,45075.0,Orangeburg County,17543.0,SC +2016,45000.0,South Carolina,45079.0,Richland County,17543.0,SC +2016,45000.0,South Carolina,45081.0,Saluda County,17543.0,SC +2016,45000.0,South Carolina,45085.0,Sumter County,17543.0,SC +2016,45000.0,South Carolina,45089.0,Williamsburg County,17543.0,SC +2016,45000.0,South Carolina,45091.0,York County,17543.0,SC +2016,5000.0,Arkansas,5055.0,Greene County,17716.0,SPA +2016,29000.0,Missouri,29023.0,Butler County,17716.0,SPA +2016,29000.0,Missouri,29097.0,Jasper County,17716.0,SPA +2016,29000.0,Missouri,29143.0,New Madrid County,17716.0,SPA +2016,29000.0,Missouri,29201.0,Scott County,17716.0,SPA +2016,1000.0,Alabama,1001.0,Autauga County,18195.0,SOCO +2016,1000.0,Alabama,1003.0,Baldwin County,18195.0,SOCO +2016,1000.0,Alabama,1005.0,Barbour County,18195.0,SOCO +2016,1000.0,Alabama,1007.0,Bibb County,18195.0,SOCO +2016,1000.0,Alabama,1009.0,Blount County,18195.0,SOCO +2016,1000.0,Alabama,1011.0,Bullock County,18195.0,SOCO +2016,1000.0,Alabama,1013.0,Butler County,18195.0,SOCO +2016,1000.0,Alabama,1015.0,Calhoun County,18195.0,SOCO +2016,1000.0,Alabama,1017.0,Chambers County,18195.0,SOCO +2016,1000.0,Alabama,1019.0,Cherokee County,18195.0,SOCO +2016,1000.0,Alabama,1021.0,Chilton County,18195.0,SOCO +2016,1000.0,Alabama,1023.0,Choctaw County,18195.0,SOCO +2016,1000.0,Alabama,1025.0,Clarke County,18195.0,SOCO +2016,1000.0,Alabama,1027.0,Clay County,18195.0,SOCO +2016,1000.0,Alabama,1029.0,Cleburne County,18195.0,SOCO +2016,1000.0,Alabama,1031.0,Coffee County,18195.0,SOCO +2016,1000.0,Alabama,1035.0,Conecuh County,18195.0,SOCO +2016,1000.0,Alabama,1037.0,Coosa County,18195.0,SOCO +2016,1000.0,Alabama,1039.0,Covington County,18195.0,SOCO +2016,1000.0,Alabama,1041.0,Crenshaw County,18195.0,SOCO +2016,1000.0,Alabama,1043.0,Cullman County,18195.0,SOCO +2016,1000.0,Alabama,1045.0,Dale County,18195.0,SOCO +2016,1000.0,Alabama,1047.0,Dallas County,18195.0,SOCO +2016,1000.0,Alabama,1051.0,Elmore County,18195.0,SOCO +2016,1000.0,Alabama,1053.0,Escambia County,18195.0,SOCO +2016,1000.0,Alabama,1055.0,Etowah County,18195.0,SOCO +2016,1000.0,Alabama,1057.0,Fayette County,18195.0,SOCO +2016,1000.0,Alabama,1059.0,Franklin County,18195.0,SOCO +2016,1000.0,Alabama,1061.0,Geneva County,18195.0,SOCO +2016,1000.0,Alabama,1063.0,Greene County,18195.0,SOCO +2016,1000.0,Alabama,1065.0,Hale County,18195.0,SOCO +2016,1000.0,Alabama,1067.0,Henry County,18195.0,SOCO +2016,1000.0,Alabama,1069.0,Houston County,18195.0,SOCO +2016,1000.0,Alabama,1073.0,Jefferson County,18195.0,SOCO +2016,1000.0,Alabama,1075.0,Lamar County,18195.0,SOCO +2016,1000.0,Alabama,1079.0,Lawrence County,18195.0,SOCO +2016,1000.0,Alabama,1081.0,Lee County,18195.0,SOCO +2016,1000.0,Alabama,1085.0,Lowndes County,18195.0,SOCO +2016,1000.0,Alabama,1087.0,Macon County,18195.0,SOCO +2016,1000.0,Alabama,1091.0,Marengo County,18195.0,SOCO +2016,1000.0,Alabama,1093.0,Marion County,18195.0,SOCO +2016,1000.0,Alabama,1095.0,Marshall County,18195.0,SOCO +2016,1000.0,Alabama,1097.0,Mobile County,18195.0,SOCO +2016,1000.0,Alabama,1099.0,Monroe County,18195.0,SOCO +2016,1000.0,Alabama,1101.0,Montgomery County,18195.0,SOCO +2016,1000.0,Alabama,1105.0,Perry County,18195.0,SOCO +2016,1000.0,Alabama,1107.0,Pickens County,18195.0,SOCO +2016,1000.0,Alabama,1109.0,Pike County,18195.0,SOCO +2016,1000.0,Alabama,1111.0,Randolph County,18195.0,SOCO +2016,1000.0,Alabama,1113.0,Russell County,18195.0,SOCO +2016,1000.0,Alabama,1115.0,Shelby County,18195.0,SOCO +2016,1000.0,Alabama,1117.0,St. Clair County,18195.0,SOCO +2016,1000.0,Alabama,1119.0,Sumter County,18195.0,SOCO +2016,1000.0,Alabama,1121.0,Talladega County,18195.0,SOCO +2016,1000.0,Alabama,1123.0,Tallapoosa County,18195.0,SOCO +2016,1000.0,Alabama,1125.0,Tuscaloosa County,18195.0,SOCO +2016,1000.0,Alabama,1127.0,Walker County,18195.0,SOCO +2016,1000.0,Alabama,1129.0,Washington County,18195.0,SOCO +2016,1000.0,Alabama,1131.0,Wilcox County,18195.0,SOCO +2016,1000.0,Alabama,1133.0,Winston County,18195.0,SOCO +2016,12000.0,Florida,12003.0,Baker County,18195.0,SOCO +2016,12000.0,Florida,12005.0,Bay County,18195.0,SOCO +2016,12000.0,Florida,12013.0,Calhoun County,18195.0,SOCO +2016,12000.0,Florida,12033.0,Escambia County,18195.0,SOCO +2016,12000.0,Florida,12059.0,Holmes County,18195.0,SOCO +2016,12000.0,Florida,12063.0,Jackson County,18195.0,SOCO +2016,12000.0,Florida,12089.0,Nassau County,18195.0,SOCO +2016,12000.0,Florida,12091.0,Okaloosa County,18195.0,SOCO +2016,12000.0,Florida,12113.0,Santa Rosa County,18195.0,SOCO +2016,12000.0,Florida,12131.0,Walton County,18195.0,SOCO +2016,12000.0,Florida,12133.0,Washington County,18195.0,SOCO +2016,13000.0,Georgia,13001.0,Appling County,18195.0,SOCO +2016,13000.0,Georgia,13003.0,Atkinson County,18195.0,SOCO +2016,13000.0,Georgia,13005.0,Bacon County,18195.0,SOCO +2016,13000.0,Georgia,13007.0,Baker County,18195.0,SOCO +2016,13000.0,Georgia,13009.0,Baldwin County,18195.0,SOCO +2016,13000.0,Georgia,13011.0,Banks County,18195.0,SOCO +2016,13000.0,Georgia,13013.0,Barrow County,18195.0,SOCO +2016,13000.0,Georgia,13015.0,Bartow County,18195.0,SOCO +2016,13000.0,Georgia,13017.0,Ben Hill County,18195.0,SOCO +2016,13000.0,Georgia,13019.0,Berrien County,18195.0,SOCO +2016,13000.0,Georgia,13021.0,Bibb County,18195.0,SOCO +2016,13000.0,Georgia,13023.0,Bleckley County,18195.0,SOCO +2016,13000.0,Georgia,13025.0,Brantley County,18195.0,SOCO +2016,13000.0,Georgia,13027.0,Brooks County,18195.0,SOCO +2016,13000.0,Georgia,13029.0,Bryan County,18195.0,SOCO +2016,13000.0,Georgia,13031.0,Bulloch County,18195.0,SOCO +2016,13000.0,Georgia,13033.0,Burke County,18195.0,SOCO +2016,13000.0,Georgia,13035.0,Butts County,18195.0,SOCO +2016,13000.0,Georgia,13037.0,Calhoun County,18195.0,SOCO +2016,13000.0,Georgia,13039.0,Camden County,18195.0,SOCO +2016,13000.0,Georgia,13043.0,Candler County,18195.0,SOCO +2016,13000.0,Georgia,13045.0,Carroll County,18195.0,SOCO +2016,13000.0,Georgia,13047.0,Catoosa County,18195.0,SOCO +2016,13000.0,Georgia,13049.0,Charlton County,18195.0,SOCO +2016,13000.0,Georgia,13051.0,Chatham County,18195.0,SOCO +2016,13000.0,Georgia,13053.0,Chattahoochee County,18195.0,SOCO +2016,13000.0,Georgia,13055.0,Chattooga County,18195.0,SOCO +2016,13000.0,Georgia,13057.0,Cherokee County,18195.0,SOCO +2016,13000.0,Georgia,13059.0,Clarke County,18195.0,SOCO +2016,13000.0,Georgia,13061.0,Clay County,18195.0,SOCO +2016,13000.0,Georgia,13063.0,Clayton County,18195.0,SOCO +2016,13000.0,Georgia,13065.0,Clinch County,18195.0,SOCO +2016,13000.0,Georgia,13067.0,Cobb County,18195.0,SOCO +2016,13000.0,Georgia,13069.0,Coffee County,18195.0,SOCO +2016,13000.0,Georgia,13071.0,Colquitt County,18195.0,SOCO +2016,13000.0,Georgia,13073.0,Columbia County,18195.0,SOCO +2016,13000.0,Georgia,13075.0,Cook County,18195.0,SOCO +2016,13000.0,Georgia,13077.0,Coweta County,18195.0,SOCO +2016,13000.0,Georgia,13079.0,Crawford County,18195.0,SOCO +2016,13000.0,Georgia,13081.0,Crisp County,18195.0,SOCO +2016,13000.0,Georgia,13083.0,Dade County,18195.0,SOCO +2016,13000.0,Georgia,13085.0,Dawson County,18195.0,SOCO +2016,13000.0,Georgia,13087.0,Decatur County,18195.0,SOCO +2016,13000.0,Georgia,13089.0,DeKalb County,18195.0,SOCO +2016,13000.0,Georgia,13091.0,Dodge County,18195.0,SOCO +2016,13000.0,Georgia,13093.0,Dooly County,18195.0,SOCO +2016,13000.0,Georgia,13095.0,Dougherty County,18195.0,SOCO +2016,13000.0,Georgia,13097.0,Douglas County,18195.0,SOCO +2016,13000.0,Georgia,13099.0,Early County,18195.0,SOCO +2016,13000.0,Georgia,13101.0,Echols County,18195.0,SOCO +2016,13000.0,Georgia,13103.0,Effingham County,18195.0,SOCO +2016,13000.0,Georgia,13105.0,Elbert County,18195.0,SOCO +2016,13000.0,Georgia,13107.0,Emanuel County,18195.0,SOCO +2016,13000.0,Georgia,13109.0,Evans County,18195.0,SOCO +2016,13000.0,Georgia,13111.0,Fannin County,18195.0,SOCO +2016,13000.0,Georgia,13113.0,Fayette County,18195.0,SOCO +2016,13000.0,Georgia,13115.0,Floyd County,18195.0,SOCO +2016,13000.0,Georgia,13117.0,Forsyth County,18195.0,SOCO +2016,13000.0,Georgia,13119.0,Franklin County,18195.0,SOCO +2016,13000.0,Georgia,13121.0,Fulton County,18195.0,SOCO +2016,13000.0,Georgia,13123.0,Gilmer County,18195.0,SOCO +2016,13000.0,Georgia,13125.0,Glascock County,18195.0,SOCO +2016,13000.0,Georgia,13127.0,Glynn County,18195.0,SOCO +2016,13000.0,Georgia,13129.0,Gordon County,18195.0,SOCO +2016,13000.0,Georgia,13131.0,Grady County,18195.0,SOCO +2016,13000.0,Georgia,13133.0,Greene County,18195.0,SOCO +2016,13000.0,Georgia,13135.0,Gwinnett County,18195.0,SOCO +2016,13000.0,Georgia,13137.0,Habersham County,18195.0,SOCO +2016,13000.0,Georgia,13139.0,Hall County,18195.0,SOCO +2016,13000.0,Georgia,13141.0,Hancock County,18195.0,SOCO +2016,13000.0,Georgia,13143.0,Haralson County,18195.0,SOCO +2016,13000.0,Georgia,13145.0,Harris County,18195.0,SOCO +2016,13000.0,Georgia,13147.0,Hart County,18195.0,SOCO +2016,13000.0,Georgia,13149.0,Heard County,18195.0,SOCO +2016,13000.0,Georgia,13151.0,Henry County,18195.0,SOCO +2016,13000.0,Georgia,13153.0,Houston County,18195.0,SOCO +2016,13000.0,Georgia,13155.0,Irwin County,18195.0,SOCO +2016,13000.0,Georgia,13157.0,Jackson County,18195.0,SOCO +2016,13000.0,Georgia,13159.0,Jasper County,18195.0,SOCO +2016,13000.0,Georgia,13161.0,Jeff Davis County,18195.0,SOCO +2016,13000.0,Georgia,13163.0,Jefferson County,18195.0,SOCO +2016,13000.0,Georgia,13165.0,Jenkins County,18195.0,SOCO +2016,13000.0,Georgia,13167.0,Johnson County,18195.0,SOCO +2016,13000.0,Georgia,13169.0,Jones County,18195.0,SOCO +2016,13000.0,Georgia,13171.0,Lamar County,18195.0,SOCO +2016,13000.0,Georgia,13173.0,Lanier County,18195.0,SOCO +2016,13000.0,Georgia,13175.0,Laurens County,18195.0,SOCO +2016,13000.0,Georgia,13177.0,Lee County,18195.0,SOCO +2016,13000.0,Georgia,13179.0,Liberty County,18195.0,SOCO +2016,13000.0,Georgia,13181.0,Lincoln County,18195.0,SOCO +2016,13000.0,Georgia,13183.0,Long County,18195.0,SOCO +2016,13000.0,Georgia,13185.0,Lowndes County,18195.0,SOCO +2016,13000.0,Georgia,13187.0,Lumpkin County,18195.0,SOCO +2016,13000.0,Georgia,13189.0,McDuffie County,18195.0,SOCO +2016,13000.0,Georgia,13191.0,McIntosh County,18195.0,SOCO +2016,13000.0,Georgia,13193.0,Macon County,18195.0,SOCO +2016,13000.0,Georgia,13195.0,Madison County,18195.0,SOCO +2016,13000.0,Georgia,13197.0,Marion County,18195.0,SOCO +2016,13000.0,Georgia,13199.0,Meriwether County,18195.0,SOCO +2016,13000.0,Georgia,13201.0,Miller County,18195.0,SOCO +2016,13000.0,Georgia,13205.0,Mitchell County,18195.0,SOCO +2016,13000.0,Georgia,13207.0,Monroe County,18195.0,SOCO +2016,13000.0,Georgia,13209.0,Montgomery County,18195.0,SOCO +2016,13000.0,Georgia,13211.0,Morgan County,18195.0,SOCO +2016,13000.0,Georgia,13213.0,Murray County,18195.0,SOCO +2016,13000.0,Georgia,13215.0,Muscogee County,18195.0,SOCO +2016,13000.0,Georgia,13217.0,Newton County,18195.0,SOCO +2016,13000.0,Georgia,13219.0,Oconee County,18195.0,SOCO +2016,13000.0,Georgia,13221.0,Oglethorpe County,18195.0,SOCO +2016,13000.0,Georgia,13223.0,Paulding County,18195.0,SOCO +2016,13000.0,Georgia,13225.0,Peach County,18195.0,SOCO +2016,13000.0,Georgia,13227.0,Pickens County,18195.0,SOCO +2016,13000.0,Georgia,13229.0,Pierce County,18195.0,SOCO +2016,13000.0,Georgia,13231.0,Pike County,18195.0,SOCO +2016,13000.0,Georgia,13233.0,Polk County,18195.0,SOCO +2016,13000.0,Georgia,13235.0,Pulaski County,18195.0,SOCO +2016,13000.0,Georgia,13237.0,Putnam County,18195.0,SOCO +2016,13000.0,Georgia,13239.0,Quitman County,18195.0,SOCO +2016,13000.0,Georgia,13241.0,Rabun County,18195.0,SOCO +2016,13000.0,Georgia,13243.0,Randolph County,18195.0,SOCO +2016,13000.0,Georgia,13245.0,Richmond County,18195.0,SOCO +2016,13000.0,Georgia,13247.0,Rockdale County,18195.0,SOCO +2016,13000.0,Georgia,13249.0,Schley County,18195.0,SOCO +2016,13000.0,Georgia,13251.0,Screven County,18195.0,SOCO +2016,13000.0,Georgia,13253.0,Seminole County,18195.0,SOCO +2016,13000.0,Georgia,13255.0,Spalding County,18195.0,SOCO +2016,13000.0,Georgia,13257.0,Stephens County,18195.0,SOCO +2016,13000.0,Georgia,13259.0,Stewart County,18195.0,SOCO +2016,13000.0,Georgia,13261.0,Sumter County,18195.0,SOCO +2016,13000.0,Georgia,13263.0,Talbot County,18195.0,SOCO +2016,13000.0,Georgia,13265.0,Taliaferro County,18195.0,SOCO +2016,13000.0,Georgia,13267.0,Tattnall County,18195.0,SOCO +2016,13000.0,Georgia,13269.0,Taylor County,18195.0,SOCO +2016,13000.0,Georgia,13271.0,Telfair County,18195.0,SOCO +2016,13000.0,Georgia,13273.0,Terrell County,18195.0,SOCO +2016,13000.0,Georgia,13275.0,Thomas County,18195.0,SOCO +2016,13000.0,Georgia,13277.0,Tift County,18195.0,SOCO +2016,13000.0,Georgia,13279.0,Toombs County,18195.0,SOCO +2016,13000.0,Georgia,13283.0,Treutlen County,18195.0,SOCO +2016,13000.0,Georgia,13285.0,Troup County,18195.0,SOCO +2016,13000.0,Georgia,13287.0,Turner County,18195.0,SOCO +2016,13000.0,Georgia,13289.0,Twiggs County,18195.0,SOCO +2016,13000.0,Georgia,13293.0,Upson County,18195.0,SOCO +2016,13000.0,Georgia,13295.0,Walker County,18195.0,SOCO +2016,13000.0,Georgia,13297.0,Walton County,18195.0,SOCO +2016,13000.0,Georgia,13299.0,Ware County,18195.0,SOCO +2016,13000.0,Georgia,13301.0,Warren County,18195.0,SOCO +2016,13000.0,Georgia,13303.0,Washington County,18195.0,SOCO +2016,13000.0,Georgia,13305.0,Wayne County,18195.0,SOCO +2016,13000.0,Georgia,13307.0,Webster County,18195.0,SOCO +2016,13000.0,Georgia,13309.0,Wheeler County,18195.0,SOCO +2016,13000.0,Georgia,13311.0,White County,18195.0,SOCO +2016,13000.0,Georgia,13313.0,Whitfield County,18195.0,SOCO +2016,13000.0,Georgia,13315.0,Wilcox County,18195.0,SOCO +2016,13000.0,Georgia,13317.0,Wilkes County,18195.0,SOCO +2016,13000.0,Georgia,13319.0,Wilkinson County,18195.0,SOCO +2016,13000.0,Georgia,13321.0,Worth County,18195.0,SOCO +2016,28000.0,Mississippi,28023.0,Clarke County,18195.0,SOCO +2016,28000.0,Mississippi,28031.0,Covington County,18195.0,SOCO +2016,28000.0,Mississippi,28035.0,Forrest County,18195.0,SOCO +2016,28000.0,Mississippi,28039.0,George County,18195.0,SOCO +2016,28000.0,Mississippi,28041.0,Greene County,18195.0,SOCO +2016,28000.0,Mississippi,28045.0,Hancock County,18195.0,SOCO +2016,28000.0,Mississippi,28047.0,Harrison County,18195.0,SOCO +2016,28000.0,Mississippi,28059.0,Jackson County,18195.0,SOCO +2016,28000.0,Mississippi,28061.0,Jasper County,18195.0,SOCO +2016,28000.0,Mississippi,28065.0,Jefferson Davis County,18195.0,SOCO +2016,28000.0,Mississippi,28067.0,Jones County,18195.0,SOCO +2016,28000.0,Mississippi,28073.0,Lamar County,18195.0,SOCO +2016,28000.0,Mississippi,28075.0,Lauderdale County,18195.0,SOCO +2016,28000.0,Mississippi,28079.0,Leake County,18195.0,SOCO +2016,28000.0,Mississippi,28091.0,Marion County,18195.0,SOCO +2016,28000.0,Mississippi,28099.0,Neshoba County,18195.0,SOCO +2016,28000.0,Mississippi,28101.0,Newton County,18195.0,SOCO +2016,28000.0,Mississippi,28109.0,Pearl River County,18195.0,SOCO +2016,28000.0,Mississippi,28111.0,Perry County,18195.0,SOCO +2016,28000.0,Mississippi,28123.0,Scott County,18195.0,SOCO +2016,28000.0,Mississippi,28129.0,Smith County,18195.0,SOCO +2016,28000.0,Mississippi,28131.0,Stone County,18195.0,SOCO +2016,28000.0,Mississippi,28153.0,Wayne County,18195.0,SOCO +2016,53000.0,Washington,53033.0,King County,18429.0,TPWR +2016,53000.0,Washington,53041.0,Lewis County,18429.0,TPWR +2016,53000.0,Washington,53045.0,Mason County,18429.0,TPWR +2016,53000.0,Washington,53053.0,Pierce County,18429.0,TPWR +2016,12000.0,Florida,12073.0,Leon County,18445.0,TAL +2016,12000.0,Florida,12057.0,Hillsborough County,18454.0,TEC +2016,12000.0,Florida,12101.0,Pasco County,18454.0,TEC +2016,12000.0,Florida,12103.0,Pinellas County,18454.0,TEC +2016,12000.0,Florida,12105.0,Polk County,18454.0,TEC +2016,1000.0,Alabama,1015.0,Calhoun County,18642.0,TVA +2016,1000.0,Alabama,1019.0,Cherokee County,18642.0,TVA +2016,1000.0,Alabama,1033.0,Colbert County,18642.0,TVA +2016,1000.0,Alabama,1043.0,Cullman County,18642.0,TVA +2016,1000.0,Alabama,1049.0,DeKalb County,18642.0,TVA +2016,1000.0,Alabama,1055.0,Etowah County,18642.0,TVA +2016,1000.0,Alabama,1059.0,Franklin County,18642.0,TVA +2016,1000.0,Alabama,1071.0,Jackson County,18642.0,TVA +2016,1000.0,Alabama,1073.0,Jefferson County,18642.0,TVA +2016,1000.0,Alabama,1077.0,Lauderdale County,18642.0,TVA +2016,1000.0,Alabama,1079.0,Lawrence County,18642.0,TVA +2016,1000.0,Alabama,1083.0,Limestone County,18642.0,TVA +2016,1000.0,Alabama,1089.0,Madison County,18642.0,TVA +2016,1000.0,Alabama,1095.0,Marshall County,18642.0,TVA +2016,1000.0,Alabama,1103.0,Morgan County,18642.0,TVA +2016,1000.0,Alabama,1133.0,Winston County,18642.0,TVA +2016,13000.0,Georgia,13047.0,Catoosa County,18642.0,TVA +2016,13000.0,Georgia,13055.0,Chattooga County,18642.0,TVA +2016,13000.0,Georgia,13083.0,Dade County,18642.0,TVA +2016,13000.0,Georgia,13111.0,Fannin County,18642.0,TVA +2016,13000.0,Georgia,13115.0,Floyd County,18642.0,TVA +2016,13000.0,Georgia,13123.0,Gilmer County,18642.0,TVA +2016,13000.0,Georgia,13129.0,Gordon County,18642.0,TVA +2016,13000.0,Georgia,13213.0,Murray County,18642.0,TVA +2016,13000.0,Georgia,13281.0,Towns County,18642.0,TVA +2016,13000.0,Georgia,13291.0,Union County,18642.0,TVA +2016,13000.0,Georgia,13295.0,Walker County,18642.0,TVA +2016,13000.0,Georgia,13313.0,Whitfield County,18642.0,TVA +2016,21000.0,Kentucky,21001.0,Adair County,18642.0,TVA +2016,21000.0,Kentucky,21003.0,Allen County,18642.0,TVA +2016,21000.0,Kentucky,21009.0,Barren County,18642.0,TVA +2016,21000.0,Kentucky,21031.0,Butler County,18642.0,TVA +2016,21000.0,Kentucky,21035.0,Calloway County,18642.0,TVA +2016,21000.0,Kentucky,21039.0,Carlisle County,18642.0,TVA +2016,21000.0,Kentucky,21047.0,Christian County,18642.0,TVA +2016,21000.0,Kentucky,21053.0,Clinton County,18642.0,TVA +2016,21000.0,Kentucky,21057.0,Cumberland County,18642.0,TVA +2016,21000.0,Kentucky,21061.0,Edmonson County,18642.0,TVA +2016,21000.0,Kentucky,21075.0,Fulton County,18642.0,TVA +2016,21000.0,Kentucky,21081.0,Grant County,18642.0,TVA +2016,21000.0,Kentucky,21083.0,Graves County,18642.0,TVA +2016,21000.0,Kentucky,21085.0,Grayson County,18642.0,TVA +2016,21000.0,Kentucky,21095.0,Harlan County,18642.0,TVA +2016,21000.0,Kentucky,21105.0,Hickman County,18642.0,TVA +2016,21000.0,Kentucky,21107.0,Hopkins County,18642.0,TVA +2016,21000.0,Kentucky,21139.0,Livingston County,18642.0,TVA +2016,21000.0,Kentucky,21141.0,Logan County,18642.0,TVA +2016,21000.0,Kentucky,21145.0,McCracken County,18642.0,TVA +2016,21000.0,Kentucky,21157.0,Marshall County,18642.0,TVA +2016,21000.0,Kentucky,21169.0,Metcalfe County,18642.0,TVA +2016,21000.0,Kentucky,21171.0,Monroe County,18642.0,TVA +2016,21000.0,Kentucky,21177.0,Muhlenberg County,18642.0,TVA +2016,21000.0,Kentucky,21183.0,Ohio County,18642.0,TVA +2016,21000.0,Kentucky,21213.0,Simpson County,18642.0,TVA +2016,21000.0,Kentucky,21219.0,Todd County,18642.0,TVA +2016,21000.0,Kentucky,21221.0,Trigg County,18642.0,TVA +2016,21000.0,Kentucky,21227.0,Warren County,18642.0,TVA +2016,21000.0,Kentucky,21235.0,Whitley County,18642.0,TVA +2016,28000.0,Mississippi,28003.0,Alcorn County,18642.0,TVA +2016,28000.0,Mississippi,28007.0,Attala County,18642.0,TVA +2016,28000.0,Mississippi,28009.0,Benton County,18642.0,TVA +2016,28000.0,Mississippi,28013.0,Calhoun County,18642.0,TVA +2016,28000.0,Mississippi,28017.0,Chickasaw County,18642.0,TVA +2016,28000.0,Mississippi,28019.0,Choctaw County,18642.0,TVA +2016,28000.0,Mississippi,28023.0,Clarke County,18642.0,TVA +2016,28000.0,Mississippi,28025.0,Clay County,18642.0,TVA +2016,28000.0,Mississippi,28033.0,DeSoto County,18642.0,TVA +2016,28000.0,Mississippi,28057.0,Itawamba County,18642.0,TVA +2016,28000.0,Mississippi,28061.0,Jasper County,18642.0,TVA +2016,28000.0,Mississippi,28069.0,Kemper County,18642.0,TVA +2016,28000.0,Mississippi,28071.0,Lafayette County,18642.0,TVA +2016,28000.0,Mississippi,28075.0,Lauderdale County,18642.0,TVA +2016,28000.0,Mississippi,28079.0,Leake County,18642.0,TVA +2016,28000.0,Mississippi,28081.0,Lee County,18642.0,TVA +2016,28000.0,Mississippi,28087.0,Lowndes County,18642.0,TVA +2016,28000.0,Mississippi,28093.0,Marshall County,18642.0,TVA +2016,28000.0,Mississippi,28095.0,Monroe County,18642.0,TVA +2016,28000.0,Mississippi,28099.0,Neshoba County,18642.0,TVA +2016,28000.0,Mississippi,28101.0,Newton County,18642.0,TVA +2016,28000.0,Mississippi,28103.0,Noxubee County,18642.0,TVA +2016,28000.0,Mississippi,28105.0,Oktibbeha County,18642.0,TVA +2016,28000.0,Mississippi,28107.0,Panola County,18642.0,TVA +2016,28000.0,Mississippi,28115.0,Pontotoc County,18642.0,TVA +2016,28000.0,Mississippi,28117.0,Prentiss County,18642.0,TVA +2016,28000.0,Mississippi,28121.0,Rankin County,18642.0,TVA +2016,28000.0,Mississippi,28123.0,Scott County,18642.0,TVA +2016,28000.0,Mississippi,28135.0,Tallahatchie County,18642.0,TVA +2016,28000.0,Mississippi,28137.0,Tate County,18642.0,TVA +2016,28000.0,Mississippi,28139.0,Tippah County,18642.0,TVA +2016,28000.0,Mississippi,28141.0,Tishomingo County,18642.0,TVA +2016,28000.0,Mississippi,28145.0,Union County,18642.0,TVA +2016,28000.0,Mississippi,28153.0,Wayne County,18642.0,TVA +2016,28000.0,Mississippi,28155.0,Webster County,18642.0,TVA +2016,28000.0,Mississippi,28159.0,Winston County,18642.0,TVA +2016,28000.0,Mississippi,28161.0,Yalobusha County,18642.0,TVA +2016,37000.0,North Carolina,37011.0,Avery County,18642.0,TVA +2016,37000.0,North Carolina,37023.0,Burke County,18642.0,TVA +2016,37000.0,North Carolina,37039.0,Cherokee County,18642.0,TVA +2016,37000.0,North Carolina,37189.0,Watauga County,18642.0,TVA +2016,47000.0,Tennessee,47001.0,Anderson County,18642.0,TVA +2016,47000.0,Tennessee,47003.0,Bedford County,18642.0,TVA +2016,47000.0,Tennessee,47005.0,Benton County,18642.0,TVA +2016,47000.0,Tennessee,47007.0,Bledsoe County,18642.0,TVA +2016,47000.0,Tennessee,47009.0,Blount County,18642.0,TVA +2016,47000.0,Tennessee,47011.0,Bradley County,18642.0,TVA +2016,47000.0,Tennessee,47013.0,Campbell County,18642.0,TVA +2016,47000.0,Tennessee,47015.0,Cannon County,18642.0,TVA +2016,47000.0,Tennessee,47017.0,Carroll County,18642.0,TVA +2016,47000.0,Tennessee,47019.0,Carter County,18642.0,TVA +2016,47000.0,Tennessee,47021.0,Cheatham County,18642.0,TVA +2016,47000.0,Tennessee,47023.0,Chester County,18642.0,TVA +2016,47000.0,Tennessee,47025.0,Claiborne County,18642.0,TVA +2016,47000.0,Tennessee,47027.0,Clay County,18642.0,TVA +2016,47000.0,Tennessee,47029.0,Cocke County,18642.0,TVA +2016,47000.0,Tennessee,47031.0,Coffee County,18642.0,TVA +2016,47000.0,Tennessee,47033.0,Crockett County,18642.0,TVA +2016,47000.0,Tennessee,47035.0,Cumberland County,18642.0,TVA +2016,47000.0,Tennessee,47037.0,Davidson County,18642.0,TVA +2016,47000.0,Tennessee,47039.0,Decatur County,18642.0,TVA +2016,47000.0,Tennessee,47041.0,DeKalb County,18642.0,TVA +2016,47000.0,Tennessee,47043.0,Dickson County,18642.0,TVA +2016,47000.0,Tennessee,47045.0,Dyer County,18642.0,TVA +2016,47000.0,Tennessee,47047.0,Fayette County,18642.0,TVA +2016,47000.0,Tennessee,47049.0,Fentress County,18642.0,TVA +2016,47000.0,Tennessee,47051.0,Franklin County,18642.0,TVA +2016,47000.0,Tennessee,47053.0,Gibson County,18642.0,TVA +2016,47000.0,Tennessee,47055.0,Giles County,18642.0,TVA +2016,47000.0,Tennessee,47057.0,Grainger County,18642.0,TVA +2016,47000.0,Tennessee,47059.0,Greene County,18642.0,TVA +2016,47000.0,Tennessee,47061.0,Grundy County,18642.0,TVA +2016,47000.0,Tennessee,47063.0,Hamblen County,18642.0,TVA +2016,47000.0,Tennessee,47065.0,Hamilton County,18642.0,TVA +2016,47000.0,Tennessee,47067.0,Hancock County,18642.0,TVA +2016,47000.0,Tennessee,47069.0,Hardeman County,18642.0,TVA +2016,47000.0,Tennessee,47071.0,Hardin County,18642.0,TVA +2016,47000.0,Tennessee,47073.0,Hawkins County,18642.0,TVA +2016,47000.0,Tennessee,47075.0,Haywood County,18642.0,TVA +2016,47000.0,Tennessee,47077.0,Henderson County,18642.0,TVA +2016,47000.0,Tennessee,47079.0,Henry County,18642.0,TVA +2016,47000.0,Tennessee,47081.0,Hickman County,18642.0,TVA +2016,47000.0,Tennessee,47083.0,Houston County,18642.0,TVA +2016,47000.0,Tennessee,47085.0,Humphreys County,18642.0,TVA +2016,47000.0,Tennessee,47087.0,Jackson County,18642.0,TVA +2016,47000.0,Tennessee,47089.0,Jefferson County,18642.0,TVA +2016,47000.0,Tennessee,47091.0,Johnson County,18642.0,TVA +2016,47000.0,Tennessee,47093.0,Knox County,18642.0,TVA +2016,47000.0,Tennessee,47095.0,Lake County,18642.0,TVA +2016,47000.0,Tennessee,47097.0,Lauderdale County,18642.0,TVA +2016,47000.0,Tennessee,47099.0,Lawrence County,18642.0,TVA +2016,47000.0,Tennessee,47101.0,Lewis County,18642.0,TVA +2016,47000.0,Tennessee,47103.0,Lincoln County,18642.0,TVA +2016,47000.0,Tennessee,47105.0,Loudon County,18642.0,TVA +2016,47000.0,Tennessee,47107.0,McMinn County,18642.0,TVA +2016,47000.0,Tennessee,47109.0,McNairy County,18642.0,TVA +2016,47000.0,Tennessee,47111.0,Macon County,18642.0,TVA +2016,47000.0,Tennessee,47113.0,Madison County,18642.0,TVA +2016,47000.0,Tennessee,47115.0,Marion County,18642.0,TVA +2016,47000.0,Tennessee,47117.0,Marshall County,18642.0,TVA +2016,47000.0,Tennessee,47119.0,Maury County,18642.0,TVA +2016,47000.0,Tennessee,47121.0,Meigs County,18642.0,TVA +2016,47000.0,Tennessee,47123.0,Monroe County,18642.0,TVA +2016,47000.0,Tennessee,47125.0,Montgomery County,18642.0,TVA +2016,47000.0,Tennessee,47127.0,Moore County,18642.0,TVA +2016,47000.0,Tennessee,47129.0,Morgan County,18642.0,TVA +2016,47000.0,Tennessee,47131.0,Obion County,18642.0,TVA +2016,47000.0,Tennessee,47133.0,Overton County,18642.0,TVA +2016,47000.0,Tennessee,47135.0,Perry County,18642.0,TVA +2016,47000.0,Tennessee,47137.0,Pickett County,18642.0,TVA +2016,47000.0,Tennessee,47139.0,Polk County,18642.0,TVA +2016,47000.0,Tennessee,47141.0,Putnam County,18642.0,TVA +2016,47000.0,Tennessee,47143.0,Rhea County,18642.0,TVA +2016,47000.0,Tennessee,47145.0,Roane County,18642.0,TVA +2016,47000.0,Tennessee,47147.0,Robertson County,18642.0,TVA +2016,47000.0,Tennessee,47149.0,Rutherford County,18642.0,TVA +2016,47000.0,Tennessee,47151.0,Scott County,18642.0,TVA +2016,47000.0,Tennessee,47153.0,Sequatchie County,18642.0,TVA +2016,47000.0,Tennessee,47155.0,Sevier County,18642.0,TVA +2016,47000.0,Tennessee,47157.0,Shelby County,18642.0,TVA +2016,47000.0,Tennessee,47159.0,Smith County,18642.0,TVA +2016,47000.0,Tennessee,47161.0,Stewart County,18642.0,TVA +2016,47000.0,Tennessee,47163.0,Sullivan County,18642.0,TVA +2016,47000.0,Tennessee,47165.0,Sumner County,18642.0,TVA +2016,47000.0,Tennessee,47167.0,Tipton County,18642.0,TVA +2016,47000.0,Tennessee,47169.0,Trousdale County,18642.0,TVA +2016,47000.0,Tennessee,47171.0,Unicoi County,18642.0,TVA +2016,47000.0,Tennessee,47173.0,Union County,18642.0,TVA +2016,47000.0,Tennessee,47175.0,Van Buren County,18642.0,TVA +2016,47000.0,Tennessee,47177.0,Warren County,18642.0,TVA +2016,47000.0,Tennessee,47179.0,Washington County,18642.0,TVA +2016,47000.0,Tennessee,47181.0,Wayne County,18642.0,TVA +2016,47000.0,Tennessee,47183.0,Weakley County,18642.0,TVA +2016,47000.0,Tennessee,47185.0,White County,18642.0,TVA +2016,47000.0,Tennessee,47187.0,Williamson County,18642.0,TVA +2016,47000.0,Tennessee,47189.0,Wilson County,18642.0,TVA +2016,51000.0,Virginia,51105.0,Lee County,18642.0,TVA +2016,51000.0,Virginia,51169.0,Scott County,18642.0,TVA +2016,51000.0,Virginia,51191.0,Washington County,18642.0,TVA +2016,51000.0,Virginia,51195.0,Wise County,18642.0,TVA +2016,51000.0,Virginia,51520.0,Bristol City,18642.0,TVA +2016,6000.0,California,6047.0,Merced County,19281.0,TIDC +2016,6000.0,California,6099.0,Stanislaus County,19281.0,TIDC +2016,6000.0,California,6109.0,Tuolumne County,19281.0,TIDC +2016,15000.0,Hawaii,15003.0,Honolulu County,19547.0,HECO +2016,30000.0,Montana,30003.0,Big Horn County,19610.0,WAUW +2016,30000.0,Montana,30005.0,Blaine County,19610.0,WAUW +2016,30000.0,Montana,30009.0,Carbon County,19610.0,WAUW +2016,30000.0,Montana,30013.0,Cascade County,19610.0,WAUW +2016,30000.0,Montana,30015.0,Chouteau County,19610.0,WAUW +2016,30000.0,Montana,30017.0,Custer County,19610.0,WAUW +2016,30000.0,Montana,30021.0,Dawson County,19610.0,WAUW +2016,30000.0,Montana,30027.0,Fergus County,19610.0,WAUW +2016,30000.0,Montana,30033.0,Garfield County,19610.0,WAUW +2016,30000.0,Montana,30037.0,Golden Valley County,19610.0,WAUW +2016,30000.0,Montana,30045.0,Judith Basin County,19610.0,WAUW +2016,30000.0,Montana,30049.0,Lewis and Clark County,19610.0,WAUW +2016,30000.0,Montana,30051.0,Liberty County,19610.0,WAUW +2016,30000.0,Montana,30055.0,McCone County,19610.0,WAUW +2016,30000.0,Montana,30059.0,Meagher County,19610.0,WAUW +2016,30000.0,Montana,30065.0,Musselshell County,19610.0,WAUW +2016,30000.0,Montana,30069.0,Petroleum County,19610.0,WAUW +2016,30000.0,Montana,30073.0,Pondera County,19610.0,WAUW +2016,30000.0,Montana,30079.0,Prairie County,19610.0,WAUW +2016,30000.0,Montana,30083.0,Richland County,19610.0,WAUW +2016,30000.0,Montana,30085.0,Roosevelt County,19610.0,WAUW +2016,30000.0,Montana,30087.0,Rosebud County,19610.0,WAUW +2016,30000.0,Montana,30095.0,Stillwater County,19610.0,WAUW +2016,30000.0,Montana,30097.0,Sweet Grass County,19610.0,WAUW +2016,30000.0,Montana,30099.0,Teton County,19610.0,WAUW +2016,30000.0,Montana,30101.0,Toole County,19610.0,WAUW +2016,30000.0,Montana,30103.0,Treasure County,19610.0,WAUW +2016,30000.0,Montana,30107.0,Wheatland County,19610.0,WAUW +2016,30000.0,Montana,30111.0,Yellowstone County,19610.0,WAUW +2016,38000.0,North Dakota,38053.0,McKenzie County,19610.0,WAUW +2016,38000.0,North Dakota,38105.0,Williams County,19610.0,WAUW +2016,56000.0,Wyoming,56005.0,Campbell County,19610.0,WAUW +2016,56000.0,Wyoming,56011.0,Crook County,19610.0,WAUW +2016,16000.0,Idaho,16009.0,Benewah County,20169.0,AVA +2016,16000.0,Idaho,16017.0,Bonner County,20169.0,AVA +2016,16000.0,Idaho,16035.0,Clearwater County,20169.0,AVA +2016,16000.0,Idaho,16049.0,Idaho County,20169.0,AVA +2016,16000.0,Idaho,16055.0,Kootenai County,20169.0,AVA +2016,16000.0,Idaho,16057.0,Latah County,20169.0,AVA +2016,16000.0,Idaho,16061.0,Lewis County,20169.0,AVA +2016,16000.0,Idaho,16069.0,Nez Perce County,20169.0,AVA +2016,16000.0,Idaho,16079.0,Shoshone County,20169.0,AVA +2016,30000.0,Montana,30089.0,Sanders County,20169.0,AVA +2016,41000.0,Oregon,41063.0,Wallowa County,20169.0,AVA +2016,53000.0,Washington,53001.0,Adams County,20169.0,AVA +2016,53000.0,Washington,53003.0,Asotin County,20169.0,AVA +2016,53000.0,Washington,53019.0,Ferry County,20169.0,AVA +2016,53000.0,Washington,53023.0,Garfield County,20169.0,AVA +2016,53000.0,Washington,53025.0,Grant County,20169.0,AVA +2016,53000.0,Washington,53043.0,Lincoln County,20169.0,AVA +2016,53000.0,Washington,53051.0,Pend Oreille County,20169.0,AVA +2016,53000.0,Washington,53063.0,Spokane County,20169.0,AVA +2016,53000.0,Washington,53065.0,Stevens County,20169.0,AVA +2016,53000.0,Washington,53075.0,Whitman County,20169.0,AVA +2016,12000.0,Florida,12001.0,Alachua County,21554.0,SEC +2016,12000.0,Florida,12003.0,Baker County,21554.0,SEC +2016,12000.0,Florida,12007.0,Bradford County,21554.0,SEC +2016,12000.0,Florida,12009.0,Brevard County,21554.0,SEC +2016,12000.0,Florida,12017.0,Citrus County,21554.0,SEC +2016,12000.0,Florida,12019.0,Clay County,21554.0,SEC +2016,12000.0,Florida,12023.0,Columbia County,21554.0,SEC +2016,12000.0,Florida,12027.0,DeSoto County,21554.0,SEC +2016,12000.0,Florida,12029.0,Dixie County,21554.0,SEC +2016,12000.0,Florida,12031.0,Duval County,21554.0,SEC +2016,12000.0,Florida,12035.0,Flagler County,21554.0,SEC +2016,12000.0,Florida,12039.0,Gadsden County,21554.0,SEC +2016,12000.0,Florida,12041.0,Gilchrist County,21554.0,SEC +2016,12000.0,Florida,12043.0,Glades County,21554.0,SEC +2016,12000.0,Florida,12047.0,Hamilton County,21554.0,SEC +2016,12000.0,Florida,12049.0,Hardee County,21554.0,SEC +2016,12000.0,Florida,12051.0,Hendry County,21554.0,SEC +2016,12000.0,Florida,12053.0,Hernando County,21554.0,SEC +2016,12000.0,Florida,12055.0,Highlands County,21554.0,SEC +2016,12000.0,Florida,12057.0,Hillsborough County,21554.0,SEC +2016,12000.0,Florida,12061.0,Indian River County,21554.0,SEC +2016,12000.0,Florida,12065.0,Jefferson County,21554.0,SEC +2016,12000.0,Florida,12067.0,Lafayette County,21554.0,SEC +2016,12000.0,Florida,12069.0,Lake County,21554.0,SEC +2016,12000.0,Florida,12073.0,Leon County,21554.0,SEC +2016,12000.0,Florida,12075.0,Levy County,21554.0,SEC +2016,12000.0,Florida,12077.0,Liberty County,21554.0,SEC +2016,12000.0,Florida,12079.0,Madison County,21554.0,SEC +2016,12000.0,Florida,12081.0,Manatee County,21554.0,SEC +2016,12000.0,Florida,12083.0,Marion County,21554.0,SEC +2016,12000.0,Florida,12093.0,Okeechobee County,21554.0,SEC +2016,12000.0,Florida,12097.0,Osceola County,21554.0,SEC +2016,12000.0,Florida,12101.0,Pasco County,21554.0,SEC +2016,12000.0,Florida,12105.0,Polk County,21554.0,SEC +2016,12000.0,Florida,12107.0,Putnam County,21554.0,SEC +2016,12000.0,Florida,12115.0,Sarasota County,21554.0,SEC +2016,12000.0,Florida,12119.0,Sumter County,21554.0,SEC +2016,12000.0,Florida,12121.0,Suwannee County,21554.0,SEC +2016,12000.0,Florida,12123.0,Taylor County,21554.0,SEC +2016,12000.0,Florida,12125.0,Union County,21554.0,SEC +2016,12000.0,Florida,12127.0,Volusia County,21554.0,SEC +2016,12000.0,Florida,12129.0,Wakulla County,21554.0,SEC +2016,4000.0,Arizona,4003.0,Cochise County ,24211.0,TEPC +2016,4000.0,Arizona,4015.0,Mohave County,24211.0,TEPC +2016,4000.0,Arizona,4019.0,Pima County,24211.0,TEPC +2016,4000.0,Arizona,4023.0,Santa Cruz County,24211.0,TEPC +2016,4000.0,Arizona,4001.0,Apache County,25471.0,WALC +2016,4000.0,Arizona,4003.0,Cochise County ,25471.0,WALC +2016,4000.0,Arizona,4005.0,Coconino County,25471.0,WALC +2016,4000.0,Arizona,4007.0,Gila County,25471.0,WALC +2016,4000.0,Arizona,4009.0,Graham County,25471.0,WALC +2016,4000.0,Arizona,4011.0,Greenlee County,25471.0,WALC +2016,4000.0,Arizona,4012.0,La Paz County,25471.0,WALC +2016,4000.0,Arizona,4013.0,Maricopa County,25471.0,WALC +2016,4000.0,Arizona,4015.0,Mohave County,25471.0,WALC +2016,4000.0,Arizona,4017.0,Navajo County,25471.0,WALC +2016,4000.0,Arizona,4019.0,Pima County,25471.0,WALC +2016,4000.0,Arizona,4021.0,Pinal County,25471.0,WALC +2016,4000.0,Arizona,4023.0,Santa Cruz County,25471.0,WALC +2016,4000.0,Arizona,4025.0,Yavapai County,25471.0,WALC +2016,4000.0,Arizona,4027.0,Yuma County,25471.0,WALC +2016,6000.0,California,6001.0,Alameda County,25471.0,WALC +2016,6000.0,California,6007.0,Butte County,25471.0,WALC +2016,6000.0,California,6009.0,Calaveras County,25471.0,WALC +2016,6000.0,California,6011.0,Colusa County,25471.0,WALC +2016,6000.0,California,6013.0,Contra Costa County,25471.0,WALC +2016,6000.0,California,6019.0,Fresno County,25471.0,WALC +2016,6000.0,California,6021.0,Glenn County,25471.0,WALC +2016,6000.0,California,6025.0,Imperial County,25471.0,WALC +2016,6000.0,California,6035.0,Lassen County,25471.0,WALC +2016,6000.0,California,6039.0,Madera County,25471.0,WALC +2016,6000.0,California,6047.0,Merced County,25471.0,WALC +2016,6000.0,California,6049.0,Modoc County,25471.0,WALC +2016,6000.0,California,6061.0,Placer County,25471.0,WALC +2016,6000.0,California,6065.0,Riverside County,25471.0,WALC +2016,6000.0,California,6067.0,Sacramento County,25471.0,WALC +2016,6000.0,California,6071.0,San Bernardino County,25471.0,WALC +2016,6000.0,California,6077.0,San Joaquin County,25471.0,WALC +2016,6000.0,California,6089.0,Shasta County,25471.0,WALC +2016,6000.0,California,6093.0,Siskiyou County,25471.0,WALC +2016,6000.0,California,6095.0,Solano County,25471.0,WALC +2016,6000.0,California,6099.0,Stanislaus County,25471.0,WALC +2016,6000.0,California,6101.0,Sutter County,25471.0,WALC +2016,6000.0,California,6103.0,Tehama County,25471.0,WALC +2016,6000.0,California,6105.0,Trinity County,25471.0,WALC +2016,6000.0,California,6109.0,Tuolumne County,25471.0,WALC +2016,6000.0,California,6113.0,Yolo County,25471.0,WALC +2016,6000.0,California,6115.0,Yuba County,25471.0,WALC +2016,8000.0,Colorado,8001.0,Adams County,25471.0,WALC +2016,8000.0,Colorado,8013.0,Boulder County,25471.0,WALC +2016,8000.0,Colorado,8014.0,Broomfield County,25471.0,WALC +2016,8000.0,Colorado,8015.0,Chaffee County,25471.0,WALC +2016,8000.0,Colorado,8019.0,Clear Creek County,25471.0,WALC +2016,8000.0,Colorado,8027.0,Custer County,25471.0,WALC +2016,8000.0,Colorado,8029.0,Delta County,25471.0,WALC +2016,8000.0,Colorado,8033.0,Dolores County,25471.0,WALC +2016,8000.0,Colorado,8035.0,Douglas County,25471.0,WALC +2016,8000.0,Colorado,8041.0,El Paso County,25471.0,WALC +2016,8000.0,Colorado,8043.0,Fremont County,25471.0,WALC +2016,8000.0,Colorado,8045.0,Garfield County,25471.0,WALC +2016,8000.0,Colorado,8049.0,Grand County,25471.0,WALC +2016,8000.0,Colorado,8051.0,Gunnison County,25471.0,WALC +2016,8000.0,Colorado,8057.0,Jackson County,25471.0,WALC +2016,8000.0,Colorado,8059.0,Jefferson County,25471.0,WALC +2016,8000.0,Colorado,8065.0,Lake County,25471.0,WALC +2016,8000.0,Colorado,8067.0,La Plata County,25471.0,WALC +2016,8000.0,Colorado,8069.0,Larimer County,25471.0,WALC +2016,8000.0,Colorado,8073.0,Lincoln County,25471.0,WALC +2016,8000.0,Colorado,8075.0,Logan County,25471.0,WALC +2016,8000.0,Colorado,8077.0,Mesa County,25471.0,WALC +2016,8000.0,Colorado,8081.0,Moffat County,25471.0,WALC +2016,8000.0,Colorado,8083.0,Montezuma County,25471.0,WALC +2016,8000.0,Colorado,8085.0,Montrose County,25471.0,WALC +2016,8000.0,Colorado,8087.0,Morgan County,25471.0,WALC +2016,8000.0,Colorado,8091.0,Ouray County,25471.0,WALC +2016,8000.0,Colorado,8095.0,Phillips County,25471.0,WALC +2016,8000.0,Colorado,8097.0,Pitkin County,25471.0,WALC +2016,8000.0,Colorado,8101.0,Pueblo County,25471.0,WALC +2016,8000.0,Colorado,8103.0,Rio Blanco County,25471.0,WALC +2016,8000.0,Colorado,8107.0,Routt County,25471.0,WALC +2016,8000.0,Colorado,8109.0,Saguache County,25471.0,WALC +2016,8000.0,Colorado,8113.0,San Miguel County,25471.0,WALC +2016,8000.0,Colorado,8115.0,Sedgwick County,25471.0,WALC +2016,8000.0,Colorado,8117.0,Summit County,25471.0,WALC +2016,8000.0,Colorado,8121.0,Washington County,25471.0,WALC +2016,8000.0,Colorado,8123.0,Weld County,25471.0,WALC +2016,8000.0,Colorado,8125.0,Yuma County,25471.0,WALC +2016,19000.0,Iowa,19001.0,Adair County,25471.0,WALC +2016,19000.0,Iowa,19009.0,Audubon County,25471.0,WALC +2016,19000.0,Iowa,19029.0,Cass County,25471.0,WALC +2016,19000.0,Iowa,19035.0,Cherokee County,25471.0,WALC +2016,19000.0,Iowa,19041.0,Clay County,25471.0,WALC +2016,19000.0,Iowa,19047.0,Crawford County,25471.0,WALC +2016,19000.0,Iowa,19119.0,Lyon County,25471.0,WALC +2016,19000.0,Iowa,19133.0,Monona County,25471.0,WALC +2016,19000.0,Iowa,19141.0,O'Brien County,25471.0,WALC +2016,19000.0,Iowa,19149.0,Plymouth County,25471.0,WALC +2016,19000.0,Iowa,19155.0,Pottawattamie County,25471.0,WALC +2016,19000.0,Iowa,19159.0,Ringgold County,25471.0,WALC +2016,19000.0,Iowa,19165.0,Shelby County,25471.0,WALC +2016,19000.0,Iowa,19167.0,Sioux County,25471.0,WALC +2016,19000.0,Iowa,19173.0,Taylor County,25471.0,WALC +2016,19000.0,Iowa,19175.0,Union County,25471.0,WALC +2016,19000.0,Iowa,19193.0,Woodbury County,25471.0,WALC +2016,27000.0,Minnesota,27023.0,Chippewa County,25471.0,WALC +2016,27000.0,Minnesota,27027.0,Clay County,25471.0,WALC +2016,27000.0,Minnesota,27051.0,Grant County,25471.0,WALC +2016,27000.0,Minnesota,27073.0,Lac Qui Parle County,25471.0,WALC +2016,27000.0,Minnesota,27111.0,Otter Tail County,25471.0,WALC +2016,27000.0,Minnesota,27119.0,Polk County,25471.0,WALC +2016,27000.0,Minnesota,27149.0,Stevens County,25471.0,WALC +2016,27000.0,Minnesota,27151.0,Swift County,25471.0,WALC +2016,27000.0,Minnesota,27167.0,Wilkin County,25471.0,WALC +2016,27000.0,Minnesota,27173.0,Yellow Medicine County,25471.0,WALC +2016,29000.0,Missouri,29147.0,Nodaway County,25471.0,WALC +2016,30000.0,Montana,30003.0,Big Horn County,25471.0,WALC +2016,30000.0,Montana,30005.0,Blaine County,25471.0,WALC +2016,30000.0,Montana,30009.0,Carbon County,25471.0,WALC +2016,30000.0,Montana,30013.0,Cascade County,25471.0,WALC +2016,30000.0,Montana,30015.0,Chouteau County,25471.0,WALC +2016,30000.0,Montana,30017.0,Custer County,25471.0,WALC +2016,30000.0,Montana,30021.0,Dawson County,25471.0,WALC +2016,30000.0,Montana,30025.0,Fallon County,25471.0,WALC +2016,30000.0,Montana,30033.0,Garfield County,25471.0,WALC +2016,30000.0,Montana,30041.0,Hill County,25471.0,WALC +2016,30000.0,Montana,30049.0,Lewis and Clark County,25471.0,WALC +2016,30000.0,Montana,30051.0,Liberty County,25471.0,WALC +2016,30000.0,Montana,30055.0,McCone County,25471.0,WALC +2016,30000.0,Montana,30071.0,Phillips County,25471.0,WALC +2016,30000.0,Montana,30073.0,Pondera County,25471.0,WALC +2016,30000.0,Montana,30079.0,Prairie County,25471.0,WALC +2016,30000.0,Montana,30083.0,Richland County,25471.0,WALC +2016,30000.0,Montana,30085.0,Roosevelt County,25471.0,WALC +2016,30000.0,Montana,30087.0,Rosebud County,25471.0,WALC +2016,30000.0,Montana,30099.0,Teton County,25471.0,WALC +2016,30000.0,Montana,30101.0,Toole County,25471.0,WALC +2016,30000.0,Montana,30103.0,Treasure County,25471.0,WALC +2016,30000.0,Montana,30105.0,Valley County,25471.0,WALC +2016,30000.0,Montana,30109.0,Wibaux County,25471.0,WALC +2016,30000.0,Montana,30111.0,Yellowstone County,25471.0,WALC +2016,31000.0,Nebraska,31003.0,Antelope County,25471.0,WALC +2016,31000.0,Nebraska,31007.0,Banner County,25471.0,WALC +2016,31000.0,Nebraska,31011.0,Boone County,25471.0,WALC +2016,31000.0,Nebraska,31013.0,Box Butte County,25471.0,WALC +2016,31000.0,Nebraska,31015.0,Boyd County,25471.0,WALC +2016,31000.0,Nebraska,31027.0,Cedar County,25471.0,WALC +2016,31000.0,Nebraska,31033.0,Cheyenne County,25471.0,WALC +2016,31000.0,Nebraska,31043.0,Dakota County,25471.0,WALC +2016,31000.0,Nebraska,31045.0,Dawes County,25471.0,WALC +2016,31000.0,Nebraska,31049.0,Deuel County,25471.0,WALC +2016,31000.0,Nebraska,31077.0,Greeley County,25471.0,WALC +2016,31000.0,Nebraska,31089.0,Holt County,25471.0,WALC +2016,31000.0,Nebraska,31101.0,Keith County,25471.0,WALC +2016,31000.0,Nebraska,31105.0,Kimball County,25471.0,WALC +2016,31000.0,Nebraska,31121.0,Merrick County,25471.0,WALC +2016,31000.0,Nebraska,31123.0,Morrill County,25471.0,WALC +2016,31000.0,Nebraska,31125.0,Nance County,25471.0,WALC +2016,31000.0,Nebraska,31157.0,Scotts Bluff County,25471.0,WALC +2016,31000.0,Nebraska,31165.0,Sioux County,25471.0,WALC +2016,31000.0,Nebraska,31183.0,Wheeler County,25471.0,WALC +2016,32000.0,Nevada,32003.0,Clark County,25471.0,WALC +2016,35000.0,New Mexico,35031.0,McKinley County,25471.0,WALC +2016,35000.0,New Mexico,35039.0,Rio Arriba County,25471.0,WALC +2016,35000.0,New Mexico,35043.0,Sandoval County,25471.0,WALC +2016,35000.0,New Mexico,35045.0,San Juan County,25471.0,WALC +2016,35000.0,New Mexico,35049.0,Santa Fe County,25471.0,WALC +2016,38000.0,North Dakota,38001.0,Adams County,25471.0,WALC +2016,38000.0,North Dakota,38003.0,Barnes County,25471.0,WALC +2016,38000.0,North Dakota,38005.0,Benson County,25471.0,WALC +2016,38000.0,North Dakota,38007.0,Billings County,25471.0,WALC +2016,38000.0,North Dakota,38011.0,Bowman County,25471.0,WALC +2016,38000.0,North Dakota,38015.0,Burleigh County,25471.0,WALC +2016,38000.0,North Dakota,38017.0,Cass County,25471.0,WALC +2016,38000.0,North Dakota,38021.0,Dickey County,25471.0,WALC +2016,38000.0,North Dakota,38025.0,Dunn County,25471.0,WALC +2016,38000.0,North Dakota,38027.0,Eddy County,25471.0,WALC +2016,38000.0,North Dakota,38029.0,Emmons County,25471.0,WALC +2016,38000.0,North Dakota,38031.0,Foster County,25471.0,WALC +2016,38000.0,North Dakota,38033.0,Golden Valley County,25471.0,WALC +2016,38000.0,North Dakota,38035.0,Grand Forks County,25471.0,WALC +2016,38000.0,North Dakota,38037.0,Grant County,25471.0,WALC +2016,38000.0,North Dakota,38039.0,Griggs County,25471.0,WALC +2016,38000.0,North Dakota,38043.0,Kidder County,25471.0,WALC +2016,38000.0,North Dakota,38045.0,LaMoure County,25471.0,WALC +2016,38000.0,North Dakota,38049.0,McHenry County,25471.0,WALC +2016,38000.0,North Dakota,38053.0,McKenzie County,25471.0,WALC +2016,38000.0,North Dakota,38055.0,McLean County,25471.0,WALC +2016,38000.0,North Dakota,38057.0,Mercer County,25471.0,WALC +2016,38000.0,North Dakota,38059.0,Morton County,25471.0,WALC +2016,38000.0,North Dakota,38063.0,Nelson County,25471.0,WALC +2016,38000.0,North Dakota,38065.0,Oliver County,25471.0,WALC +2016,38000.0,North Dakota,38069.0,Pierce County,25471.0,WALC +2016,38000.0,North Dakota,38071.0,Ramsey County,25471.0,WALC +2016,38000.0,North Dakota,38073.0,Ransom County,25471.0,WALC +2016,38000.0,North Dakota,38081.0,Sargent County,25471.0,WALC +2016,38000.0,North Dakota,38087.0,Slope County,25471.0,WALC +2016,38000.0,North Dakota,38089.0,Stark County,25471.0,WALC +2016,38000.0,North Dakota,38091.0,Steele County,25471.0,WALC +2016,38000.0,North Dakota,38093.0,Stutsman County,25471.0,WALC +2016,38000.0,North Dakota,38095.0,Towner County,25471.0,WALC +2016,38000.0,North Dakota,38097.0,Traill County,25471.0,WALC +2016,38000.0,North Dakota,38101.0,Ward County,25471.0,WALC +2016,38000.0,North Dakota,38103.0,Wells County,25471.0,WALC +2016,38000.0,North Dakota,38105.0,Williams County,25471.0,WALC +2016,41000.0,Oregon,41035.0,Klamath County,25471.0,WALC +2016,46000.0,South Dakota,46003.0,Aurora County,25471.0,WALC +2016,46000.0,South Dakota,46005.0,Beadle County,25471.0,WALC +2016,46000.0,South Dakota,46007.0,Bennett County,25471.0,WALC +2016,46000.0,South Dakota,46009.0,Bon Homme County,25471.0,WALC +2016,46000.0,South Dakota,46011.0,Brookings County,25471.0,WALC +2016,46000.0,South Dakota,46013.0,Brown County,25471.0,WALC +2016,46000.0,South Dakota,46015.0,Brule County,25471.0,WALC +2016,46000.0,South Dakota,46017.0,Buffalo County,25471.0,WALC +2016,46000.0,South Dakota,46019.0,Butte County,25471.0,WALC +2016,46000.0,South Dakota,46021.0,Campbell County,25471.0,WALC +2016,46000.0,South Dakota,46023.0,Charles Mix County,25471.0,WALC +2016,46000.0,South Dakota,46025.0,Clark County,25471.0,WALC +2016,46000.0,South Dakota,46027.0,Clay County,25471.0,WALC +2016,46000.0,South Dakota,46029.0,Codington County,25471.0,WALC +2016,46000.0,South Dakota,46033.0,Custer County,25471.0,WALC +2016,46000.0,South Dakota,46035.0,Davison County,25471.0,WALC +2016,46000.0,South Dakota,46037.0,Day County,25471.0,WALC +2016,46000.0,South Dakota,46039.0,Deuel County,25471.0,WALC +2016,46000.0,South Dakota,46041.0,Dewey County,25471.0,WALC +2016,46000.0,South Dakota,46043.0,Douglas County,25471.0,WALC +2016,46000.0,South Dakota,46047.0,Fall River County,25471.0,WALC +2016,46000.0,South Dakota,46051.0,Grant County,25471.0,WALC +2016,46000.0,South Dakota,46053.0,Gregory County,25471.0,WALC +2016,46000.0,South Dakota,46055.0,Haakon County,25471.0,WALC +2016,46000.0,South Dakota,46057.0,Hamlin County,25471.0,WALC +2016,46000.0,South Dakota,46059.0,Hand County,25471.0,WALC +2016,46000.0,South Dakota,46061.0,Hanson County,25471.0,WALC +2016,46000.0,South Dakota,46065.0,Hughes County,25471.0,WALC +2016,46000.0,South Dakota,46069.0,Hyde County,25471.0,WALC +2016,46000.0,South Dakota,46071.0,Jackson County,25471.0,WALC +2016,46000.0,South Dakota,46073.0,Jerauld County,25471.0,WALC +2016,46000.0,South Dakota,46075.0,Jones County,25471.0,WALC +2016,46000.0,South Dakota,46083.0,Lincoln County,25471.0,WALC +2016,46000.0,South Dakota,46085.0,Lyman County,25471.0,WALC +2016,46000.0,South Dakota,46087.0,McCook County,25471.0,WALC +2016,46000.0,South Dakota,46091.0,Marshall County,25471.0,WALC +2016,46000.0,South Dakota,46093.0,Meade County,25471.0,WALC +2016,46000.0,South Dakota,46099.0,Minnehaha County,25471.0,WALC +2016,46000.0,South Dakota,46101.0,Moody County,25471.0,WALC +2016,46000.0,South Dakota,46103.0,Pennington County,25471.0,WALC +2016,46000.0,South Dakota,46105.0,Perkins County,25471.0,WALC +2016,46000.0,South Dakota,46107.0,Potter County,25471.0,WALC +2016,46000.0,South Dakota,46109.0,Roberts County,25471.0,WALC +2016,46000.0,South Dakota,46111.0,Sanborn County,25471.0,WALC +2016,46000.0,South Dakota,46115.0,Spink County,25471.0,WALC +2016,46000.0,South Dakota,46117.0,Stanley County,25471.0,WALC +2016,46000.0,South Dakota,46119.0,Sully County,25471.0,WALC +2016,46000.0,South Dakota,46121.0,Todd County,25471.0,WALC +2016,46000.0,South Dakota,46123.0,Tripp County,25471.0,WALC +2016,46000.0,South Dakota,46125.0,Turner County,25471.0,WALC +2016,46000.0,South Dakota,46127.0,Union County,25471.0,WALC +2016,46000.0,South Dakota,46129.0,Walworth County,25471.0,WALC +2016,46000.0,South Dakota,46135.0,Yankton County,25471.0,WALC +2016,46000.0,South Dakota,46137.0,Ziebach County,25471.0,WALC +2016,49000.0,Utah,49009.0,Daggett County,25471.0,WALC +2016,49000.0,Utah,49017.0,Garfield County,25471.0,WALC +2016,49000.0,Utah,49021.0,Iron County,25471.0,WALC +2016,49000.0,Utah,49025.0,Kane County,25471.0,WALC +2016,49000.0,Utah,49031.0,Piute County,25471.0,WALC +2016,49000.0,Utah,49037.0,San Juan County,25471.0,WALC +2016,49000.0,Utah,49041.0,Sevier County,25471.0,WALC +2016,49000.0,Utah,49047.0,Uintah County,25471.0,WALC +2016,49000.0,Utah,49053.0,Washington County,25471.0,WALC +2016,49000.0,Utah,49055.0,Wayne County,25471.0,WALC +2016,56000.0,Wyoming,56001.0,Albany County,25471.0,WALC +2016,56000.0,Wyoming,56003.0,Big Horn County,25471.0,WALC +2016,56000.0,Wyoming,56007.0,Carbon County,25471.0,WALC +2016,56000.0,Wyoming,56009.0,Converse County,25471.0,WALC +2016,56000.0,Wyoming,56013.0,Fremont County,25471.0,WALC +2016,56000.0,Wyoming,56015.0,Goshen County,25471.0,WALC +2016,56000.0,Wyoming,56017.0,Hot Springs County,25471.0,WALC +2016,56000.0,Wyoming,56021.0,Laramie County,25471.0,WALC +2016,56000.0,Wyoming,56023.0,Lincoln County,25471.0,WALC +2016,56000.0,Wyoming,56025.0,Natrona County,25471.0,WALC +2016,56000.0,Wyoming,56027.0,Niobrara County,25471.0,WALC +2016,56000.0,Wyoming,56029.0,Park County,25471.0,WALC +2016,56000.0,Wyoming,56031.0,Platte County,25471.0,WALC +2016,56000.0,Wyoming,56037.0,Sweetwater County,25471.0,WALC +2016,56000.0,Wyoming,56043.0,Washakie County,25471.0,WALC +2016,4000.0,Arizona,4001.0,Apache County,28503.0,WACM +2016,4000.0,Arizona,4003.0,Cochise County ,28503.0,WACM +2016,4000.0,Arizona,4005.0,Coconino County,28503.0,WACM +2016,4000.0,Arizona,4007.0,Gila County,28503.0,WACM +2016,4000.0,Arizona,4012.0,La Paz County,28503.0,WACM +2016,4000.0,Arizona,4013.0,Maricopa County,28503.0,WACM +2016,4000.0,Arizona,4015.0,Mohave County,28503.0,WACM +2016,4000.0,Arizona,4017.0,Navajo County,28503.0,WACM +2016,4000.0,Arizona,4019.0,Pima County,28503.0,WACM +2016,4000.0,Arizona,4021.0,Pinal County,28503.0,WACM +2016,4000.0,Arizona,4025.0,Yavapai County,28503.0,WACM +2016,4000.0,Arizona,4027.0,Yuma County,28503.0,WACM +2016,6000.0,California,6001.0,Alameda County,28503.0,WACM +2016,6000.0,California,6007.0,Butte County,28503.0,WACM +2016,6000.0,California,6009.0,Calaveras County,28503.0,WACM +2016,6000.0,California,6011.0,Colusa County,28503.0,WACM +2016,6000.0,California,6013.0,Contra Costa County,28503.0,WACM +2016,6000.0,California,6019.0,Fresno County,28503.0,WACM +2016,6000.0,California,6021.0,Glenn County,28503.0,WACM +2016,6000.0,California,6025.0,Imperial County,28503.0,WACM +2016,6000.0,California,6035.0,Lassen County,28503.0,WACM +2016,6000.0,California,6039.0,Madera County,28503.0,WACM +2016,6000.0,California,6047.0,Merced County,28503.0,WACM +2016,6000.0,California,6049.0,Modoc County,28503.0,WACM +2016,6000.0,California,6061.0,Placer County,28503.0,WACM +2016,6000.0,California,6065.0,Riverside County,28503.0,WACM +2016,6000.0,California,6067.0,Sacramento County,28503.0,WACM +2016,6000.0,California,6071.0,San Bernardino County,28503.0,WACM +2016,6000.0,California,6077.0,San Joaquin County,28503.0,WACM +2016,6000.0,California,6089.0,Shasta County,28503.0,WACM +2016,6000.0,California,6093.0,Siskiyou County,28503.0,WACM +2016,6000.0,California,6095.0,Solano County,28503.0,WACM +2016,6000.0,California,6099.0,Stanislaus County,28503.0,WACM +2016,6000.0,California,6101.0,Sutter County,28503.0,WACM +2016,6000.0,California,6103.0,Tehama County,28503.0,WACM +2016,6000.0,California,6105.0,Trinity County,28503.0,WACM +2016,6000.0,California,6109.0,Tuolumne County,28503.0,WACM +2016,6000.0,California,6113.0,Yolo County,28503.0,WACM +2016,6000.0,California,6115.0,Yuba County,28503.0,WACM +2016,8000.0,Colorado,8001.0,Adams County,28503.0,WACM +2016,8000.0,Colorado,8003.0,Alamosa County,28503.0,WACM +2016,8000.0,Colorado,8005.0,Arapahoe County,28503.0,WACM +2016,8000.0,Colorado,8007.0,Archuleta County,28503.0,WACM +2016,8000.0,Colorado,8009.0,Baca County,28503.0,WACM +2016,8000.0,Colorado,8011.0,Bent County,28503.0,WACM +2016,8000.0,Colorado,8013.0,Boulder County,28503.0,WACM +2016,8000.0,Colorado,8014.0,Broomfield County,28503.0,WACM +2016,8000.0,Colorado,8015.0,Chaffee County,28503.0,WACM +2016,8000.0,Colorado,8017.0,Cheyenne County,28503.0,WACM +2016,8000.0,Colorado,8019.0,Clear Creek County,28503.0,WACM +2016,8000.0,Colorado,8021.0,Conejos County,28503.0,WACM +2016,8000.0,Colorado,8023.0,Costilla County,28503.0,WACM +2016,8000.0,Colorado,8025.0,Crowley County,28503.0,WACM +2016,8000.0,Colorado,8027.0,Custer County,28503.0,WACM +2016,8000.0,Colorado,8029.0,Delta County,28503.0,WACM +2016,8000.0,Colorado,8033.0,Dolores County,28503.0,WACM +2016,8000.0,Colorado,8035.0,Douglas County,28503.0,WACM +2016,8000.0,Colorado,8039.0,Elbert County,28503.0,WACM +2016,8000.0,Colorado,8041.0,El Paso County,28503.0,WACM +2016,8000.0,Colorado,8043.0,Fremont County,28503.0,WACM +2016,8000.0,Colorado,8045.0,Garfield County,28503.0,WACM +2016,8000.0,Colorado,8047.0,Gilpin County,28503.0,WACM +2016,8000.0,Colorado,8049.0,Grand County,28503.0,WACM +2016,8000.0,Colorado,8051.0,Gunnison County,28503.0,WACM +2016,8000.0,Colorado,8053.0,Hinsdale County,28503.0,WACM +2016,8000.0,Colorado,8055.0,Huerfano County,28503.0,WACM +2016,8000.0,Colorado,8057.0,Jackson County,28503.0,WACM +2016,8000.0,Colorado,8059.0,Jefferson County,28503.0,WACM +2016,8000.0,Colorado,8061.0,Kiowa County,28503.0,WACM +2016,8000.0,Colorado,8063.0,Kit Carson County,28503.0,WACM +2016,8000.0,Colorado,8065.0,Lake County,28503.0,WACM +2016,8000.0,Colorado,8067.0,La Plata County,28503.0,WACM +2016,8000.0,Colorado,8069.0,Larimer County,28503.0,WACM +2016,8000.0,Colorado,8071.0,Las Animas County,28503.0,WACM +2016,8000.0,Colorado,8073.0,Lincoln County,28503.0,WACM +2016,8000.0,Colorado,8075.0,Logan County,28503.0,WACM +2016,8000.0,Colorado,8077.0,Mesa County,28503.0,WACM +2016,8000.0,Colorado,8079.0,Mineral County,28503.0,WACM +2016,8000.0,Colorado,8081.0,Moffat County,28503.0,WACM +2016,8000.0,Colorado,8083.0,Montezuma County,28503.0,WACM +2016,8000.0,Colorado,8085.0,Montrose County,28503.0,WACM +2016,8000.0,Colorado,8087.0,Morgan County,28503.0,WACM +2016,8000.0,Colorado,8089.0,Otero County,28503.0,WACM +2016,8000.0,Colorado,8091.0,Ouray County,28503.0,WACM +2016,8000.0,Colorado,8095.0,Phillips County,28503.0,WACM +2016,8000.0,Colorado,8097.0,Pitkin County,28503.0,WACM +2016,8000.0,Colorado,8099.0,Prowers County,28503.0,WACM +2016,8000.0,Colorado,8101.0,Pueblo County,28503.0,WACM +2016,8000.0,Colorado,8103.0,Rio Blanco County,28503.0,WACM +2016,8000.0,Colorado,8105.0,Rio Grande County,28503.0,WACM +2016,8000.0,Colorado,8107.0,Routt County,28503.0,WACM +2016,8000.0,Colorado,8109.0,Saguache County,28503.0,WACM +2016,8000.0,Colorado,8111.0,San Juan County,28503.0,WACM +2016,8000.0,Colorado,8113.0,San Miguel County,28503.0,WACM +2016,8000.0,Colorado,8115.0,Sedgwick County,28503.0,WACM +2016,8000.0,Colorado,8117.0,Summit County,28503.0,WACM +2016,8000.0,Colorado,8119.0,Teller County,28503.0,WACM +2016,8000.0,Colorado,8121.0,Washington County,28503.0,WACM +2016,8000.0,Colorado,8123.0,Weld County,28503.0,WACM +2016,8000.0,Colorado,8125.0,Yuma County,28503.0,WACM +2016,19000.0,Iowa,19001.0,Adair County,28503.0,WACM +2016,19000.0,Iowa,19009.0,Audubon County,28503.0,WACM +2016,19000.0,Iowa,19029.0,Cass County,28503.0,WACM +2016,19000.0,Iowa,19035.0,Cherokee County,28503.0,WACM +2016,19000.0,Iowa,19041.0,Clay County,28503.0,WACM +2016,19000.0,Iowa,19047.0,Crawford County,28503.0,WACM +2016,19000.0,Iowa,19119.0,Lyon County,28503.0,WACM +2016,19000.0,Iowa,19133.0,Monona County,28503.0,WACM +2016,19000.0,Iowa,19141.0,O'Brien County,28503.0,WACM +2016,19000.0,Iowa,19149.0,Plymouth County,28503.0,WACM +2016,19000.0,Iowa,19155.0,Pottawattamie County,28503.0,WACM +2016,19000.0,Iowa,19159.0,Ringgold County,28503.0,WACM +2016,19000.0,Iowa,19165.0,Shelby County,28503.0,WACM +2016,19000.0,Iowa,19167.0,Sioux County,28503.0,WACM +2016,19000.0,Iowa,19173.0,Taylor County,28503.0,WACM +2016,19000.0,Iowa,19175.0,Union County,28503.0,WACM +2016,19000.0,Iowa,19193.0,Woodbury County,28503.0,WACM +2016,27000.0,Minnesota,27023.0,Chippewa County,28503.0,WACM +2016,27000.0,Minnesota,27027.0,Clay County,28503.0,WACM +2016,27000.0,Minnesota,27051.0,Grant County,28503.0,WACM +2016,27000.0,Minnesota,27073.0,Lac Qui Parle County,28503.0,WACM +2016,27000.0,Minnesota,27111.0,Otter Tail County,28503.0,WACM +2016,27000.0,Minnesota,27119.0,Polk County,28503.0,WACM +2016,27000.0,Minnesota,27149.0,Stevens County,28503.0,WACM +2016,27000.0,Minnesota,27151.0,Swift County,28503.0,WACM +2016,27000.0,Minnesota,27167.0,Wilkin County,28503.0,WACM +2016,27000.0,Minnesota,27173.0,Yellow Medicine County,28503.0,WACM +2016,29000.0,Missouri,29147.0,Nodaway County,28503.0,WACM +2016,30000.0,Montana,30003.0,Big Horn County,28503.0,WACM +2016,30000.0,Montana,30005.0,Blaine County,28503.0,WACM +2016,30000.0,Montana,30009.0,Carbon County,28503.0,WACM +2016,30000.0,Montana,30011.0,Carter County,28503.0,WACM +2016,30000.0,Montana,30013.0,Cascade County,28503.0,WACM +2016,30000.0,Montana,30015.0,Chouteau County,28503.0,WACM +2016,30000.0,Montana,30017.0,Custer County,28503.0,WACM +2016,30000.0,Montana,30019.0,Daniels County,28503.0,WACM +2016,30000.0,Montana,30021.0,Dawson County,28503.0,WACM +2016,30000.0,Montana,30025.0,Fallon County,28503.0,WACM +2016,30000.0,Montana,30033.0,Garfield County,28503.0,WACM +2016,30000.0,Montana,30041.0,Hill County,28503.0,WACM +2016,30000.0,Montana,30049.0,Lewis and Clark County,28503.0,WACM +2016,30000.0,Montana,30051.0,Liberty County,28503.0,WACM +2016,30000.0,Montana,30055.0,McCone County,28503.0,WACM +2016,30000.0,Montana,30071.0,Phillips County,28503.0,WACM +2016,30000.0,Montana,30073.0,Pondera County,28503.0,WACM +2016,30000.0,Montana,30075.0,Powder River County,28503.0,WACM +2016,30000.0,Montana,30079.0,Prairie County,28503.0,WACM +2016,30000.0,Montana,30083.0,Richland County,28503.0,WACM +2016,30000.0,Montana,30085.0,Roosevelt County,28503.0,WACM +2016,30000.0,Montana,30087.0,Rosebud County,28503.0,WACM +2016,30000.0,Montana,30091.0,Sheridan County,28503.0,WACM +2016,30000.0,Montana,30099.0,Teton County,28503.0,WACM +2016,30000.0,Montana,30101.0,Toole County,28503.0,WACM +2016,30000.0,Montana,30103.0,Treasure County,28503.0,WACM +2016,30000.0,Montana,30105.0,Valley County,28503.0,WACM +2016,30000.0,Montana,30109.0,Wibaux County,28503.0,WACM +2016,30000.0,Montana,30111.0,Yellowstone County,28503.0,WACM +2016,31000.0,Nebraska,31003.0,Antelope County,28503.0,WACM +2016,31000.0,Nebraska,31005.0,Arthur County,28503.0,WACM +2016,31000.0,Nebraska,31007.0,Banner County,28503.0,WACM +2016,31000.0,Nebraska,31011.0,Boone County,28503.0,WACM +2016,31000.0,Nebraska,31013.0,Box Butte County,28503.0,WACM +2016,31000.0,Nebraska,31015.0,Boyd County,28503.0,WACM +2016,31000.0,Nebraska,31027.0,Cedar County,28503.0,WACM +2016,31000.0,Nebraska,31029.0,Chase County,28503.0,WACM +2016,31000.0,Nebraska,31031.0,Cherry County,28503.0,WACM +2016,31000.0,Nebraska,31033.0,Cheyenne County,28503.0,WACM +2016,31000.0,Nebraska,31037.0,Colfax County,28503.0,WACM +2016,31000.0,Nebraska,31043.0,Dakota County,28503.0,WACM +2016,31000.0,Nebraska,31045.0,Dawes County,28503.0,WACM +2016,31000.0,Nebraska,31049.0,Deuel County,28503.0,WACM +2016,31000.0,Nebraska,31057.0,Dundy County,28503.0,WACM +2016,31000.0,Nebraska,31069.0,Garden County,28503.0,WACM +2016,31000.0,Nebraska,31075.0,Grant County,28503.0,WACM +2016,31000.0,Nebraska,31077.0,Greeley County,28503.0,WACM +2016,31000.0,Nebraska,31085.0,Hayes County,28503.0,WACM +2016,31000.0,Nebraska,31089.0,Holt County,28503.0,WACM +2016,31000.0,Nebraska,31091.0,Hooker County,28503.0,WACM +2016,31000.0,Nebraska,31101.0,Keith County,28503.0,WACM +2016,31000.0,Nebraska,31105.0,Kimball County,28503.0,WACM +2016,31000.0,Nebraska,31111.0,Lincoln County,28503.0,WACM +2016,31000.0,Nebraska,31117.0,McPherson County,28503.0,WACM +2016,31000.0,Nebraska,31121.0,Merrick County,28503.0,WACM +2016,31000.0,Nebraska,31123.0,Morrill County,28503.0,WACM +2016,31000.0,Nebraska,31125.0,Nance County,28503.0,WACM +2016,31000.0,Nebraska,31135.0,Perkins County,28503.0,WACM +2016,31000.0,Nebraska,31157.0,Scotts Bluff County,28503.0,WACM +2016,31000.0,Nebraska,31161.0,Sheridan County,28503.0,WACM +2016,31000.0,Nebraska,31165.0,Sioux County,28503.0,WACM +2016,31000.0,Nebraska,31183.0,Wheeler County,28503.0,WACM +2016,32000.0,Nevada,32003.0,Clark County,28503.0,WACM +2016,35000.0,New Mexico,35039.0,Rio Arriba County,28503.0,WACM +2016,35000.0,New Mexico,35045.0,San Juan County,28503.0,WACM +2016,38000.0,North Dakota,38001.0,Adams County,28503.0,WACM +2016,38000.0,North Dakota,38003.0,Barnes County,28503.0,WACM +2016,38000.0,North Dakota,38005.0,Benson County,28503.0,WACM +2016,38000.0,North Dakota,38007.0,Billings County,28503.0,WACM +2016,38000.0,North Dakota,38009.0,Bottineau County,28503.0,WACM +2016,38000.0,North Dakota,38011.0,Bowman County,28503.0,WACM +2016,38000.0,North Dakota,38013.0,Burke County,28503.0,WACM +2016,38000.0,North Dakota,38015.0,Burleigh County,28503.0,WACM +2016,38000.0,North Dakota,38017.0,Cass County,28503.0,WACM +2016,38000.0,North Dakota,38021.0,Dickey County,28503.0,WACM +2016,38000.0,North Dakota,38023.0,Divide County,28503.0,WACM +2016,38000.0,North Dakota,38025.0,Dunn County,28503.0,WACM +2016,38000.0,North Dakota,38027.0,Eddy County,28503.0,WACM +2016,38000.0,North Dakota,38029.0,Emmons County,28503.0,WACM +2016,38000.0,North Dakota,38031.0,Foster County,28503.0,WACM +2016,38000.0,North Dakota,38033.0,Golden Valley County,28503.0,WACM +2016,38000.0,North Dakota,38035.0,Grand Forks County,28503.0,WACM +2016,38000.0,North Dakota,38037.0,Grant County,28503.0,WACM +2016,38000.0,North Dakota,38039.0,Griggs County,28503.0,WACM +2016,38000.0,North Dakota,38041.0,Hettinger County,28503.0,WACM +2016,38000.0,North Dakota,38043.0,Kidder County,28503.0,WACM +2016,38000.0,North Dakota,38045.0,LaMoure County,28503.0,WACM +2016,38000.0,North Dakota,38047.0,Logan County,28503.0,WACM +2016,38000.0,North Dakota,38049.0,McHenry County,28503.0,WACM +2016,38000.0,North Dakota,38051.0,McIntosh County,28503.0,WACM +2016,38000.0,North Dakota,38053.0,McKenzie County,28503.0,WACM +2016,38000.0,North Dakota,38055.0,McLean County,28503.0,WACM +2016,38000.0,North Dakota,38057.0,Mercer County,28503.0,WACM +2016,38000.0,North Dakota,38059.0,Morton County,28503.0,WACM +2016,38000.0,North Dakota,38061.0,Mountrail County,28503.0,WACM +2016,38000.0,North Dakota,38063.0,Nelson County,28503.0,WACM +2016,38000.0,North Dakota,38065.0,Oliver County,28503.0,WACM +2016,38000.0,North Dakota,38069.0,Pierce County,28503.0,WACM +2016,38000.0,North Dakota,38071.0,Ramsey County,28503.0,WACM +2016,38000.0,North Dakota,38073.0,Ransom County,28503.0,WACM +2016,38000.0,North Dakota,38075.0,Renville County,28503.0,WACM +2016,38000.0,North Dakota,38081.0,Sargent County,28503.0,WACM +2016,38000.0,North Dakota,38085.0,Sioux County,28503.0,WACM +2016,38000.0,North Dakota,38087.0,Slope County,28503.0,WACM +2016,38000.0,North Dakota,38089.0,Stark County,28503.0,WACM +2016,38000.0,North Dakota,38091.0,Steele County,28503.0,WACM +2016,38000.0,North Dakota,38093.0,Stutsman County,28503.0,WACM +2016,38000.0,North Dakota,38095.0,Towner County,28503.0,WACM +2016,38000.0,North Dakota,38097.0,Traill County,28503.0,WACM +2016,38000.0,North Dakota,38101.0,Ward County,28503.0,WACM +2016,38000.0,North Dakota,38103.0,Wells County,28503.0,WACM +2016,38000.0,North Dakota,38105.0,Williams County,28503.0,WACM +2016,41000.0,Oregon,41035.0,Klamath County,28503.0,WACM +2016,46000.0,South Dakota,46003.0,Aurora County,28503.0,WACM +2016,46000.0,South Dakota,46005.0,Beadle County,28503.0,WACM +2016,46000.0,South Dakota,46007.0,Bennett County,28503.0,WACM +2016,46000.0,South Dakota,46009.0,Bon Homme County,28503.0,WACM +2016,46000.0,South Dakota,46011.0,Brookings County,28503.0,WACM +2016,46000.0,South Dakota,46013.0,Brown County,28503.0,WACM +2016,46000.0,South Dakota,46015.0,Brule County,28503.0,WACM +2016,46000.0,South Dakota,46017.0,Buffalo County,28503.0,WACM +2016,46000.0,South Dakota,46019.0,Butte County,28503.0,WACM +2016,46000.0,South Dakota,46021.0,Campbell County,28503.0,WACM +2016,46000.0,South Dakota,46023.0,Charles Mix County,28503.0,WACM +2016,46000.0,South Dakota,46025.0,Clark County,28503.0,WACM +2016,46000.0,South Dakota,46027.0,Clay County,28503.0,WACM +2016,46000.0,South Dakota,46029.0,Codington County,28503.0,WACM +2016,46000.0,South Dakota,46031.0,Corson County,28503.0,WACM +2016,46000.0,South Dakota,46033.0,Custer County,28503.0,WACM +2016,46000.0,South Dakota,46035.0,Davison County,28503.0,WACM +2016,46000.0,South Dakota,46037.0,Day County,28503.0,WACM +2016,46000.0,South Dakota,46039.0,Deuel County,28503.0,WACM +2016,46000.0,South Dakota,46041.0,Dewey County,28503.0,WACM +2016,46000.0,South Dakota,46043.0,Douglas County,28503.0,WACM +2016,46000.0,South Dakota,46045.0,Edmunds County,28503.0,WACM +2016,46000.0,South Dakota,46047.0,Fall River County,28503.0,WACM +2016,46000.0,South Dakota,46049.0,Faulk County,28503.0,WACM +2016,46000.0,South Dakota,46051.0,Grant County,28503.0,WACM +2016,46000.0,South Dakota,46053.0,Gregory County,28503.0,WACM +2016,46000.0,South Dakota,46055.0,Haakon County,28503.0,WACM +2016,46000.0,South Dakota,46057.0,Hamlin County,28503.0,WACM +2016,46000.0,South Dakota,46059.0,Hand County,28503.0,WACM +2016,46000.0,South Dakota,46061.0,Hanson County,28503.0,WACM +2016,46000.0,South Dakota,46063.0,Harding County,28503.0,WACM +2016,46000.0,South Dakota,46065.0,Hughes County,28503.0,WACM +2016,46000.0,South Dakota,46069.0,Hyde County,28503.0,WACM +2016,46000.0,South Dakota,46071.0,Jackson County,28503.0,WACM +2016,46000.0,South Dakota,46073.0,Jerauld County,28503.0,WACM +2016,46000.0,South Dakota,46075.0,Jones County,28503.0,WACM +2016,46000.0,South Dakota,46077.0,Kingsbury County,28503.0,WACM +2016,46000.0,South Dakota,46081.0,Lawrence County,28503.0,WACM +2016,46000.0,South Dakota,46083.0,Lincoln County,28503.0,WACM +2016,46000.0,South Dakota,46085.0,Lyman County,28503.0,WACM +2016,46000.0,South Dakota,46087.0,McCook County,28503.0,WACM +2016,46000.0,South Dakota,46089.0,McPherson County,28503.0,WACM +2016,46000.0,South Dakota,46091.0,Marshall County,28503.0,WACM +2016,46000.0,South Dakota,46093.0,Meade County,28503.0,WACM +2016,46000.0,South Dakota,46095.0,Mellette County,28503.0,WACM +2016,46000.0,South Dakota,46097.0,Miner County,28503.0,WACM +2016,46000.0,South Dakota,46099.0,Minnehaha County,28503.0,WACM +2016,46000.0,South Dakota,46101.0,Moody County,28503.0,WACM +2016,46000.0,South Dakota,46103.0,Pennington County,28503.0,WACM +2016,46000.0,South Dakota,46105.0,Perkins County,28503.0,WACM +2016,46000.0,South Dakota,46107.0,Potter County,28503.0,WACM +2016,46000.0,South Dakota,46109.0,Roberts County,28503.0,WACM +2016,46000.0,South Dakota,46111.0,Sanborn County,28503.0,WACM +2016,46000.0,South Dakota,46113.0,Shannon County,28503.0,WACM +2016,46000.0,South Dakota,46115.0,Spink County,28503.0,WACM +2016,46000.0,South Dakota,46117.0,Stanley County,28503.0,WACM +2016,46000.0,South Dakota,46119.0,Sully County,28503.0,WACM +2016,46000.0,South Dakota,46121.0,Todd County,28503.0,WACM +2016,46000.0,South Dakota,46123.0,Tripp County,28503.0,WACM +2016,46000.0,South Dakota,46125.0,Turner County,28503.0,WACM +2016,46000.0,South Dakota,46127.0,Union County,28503.0,WACM +2016,46000.0,South Dakota,46129.0,Walworth County,28503.0,WACM +2016,46000.0,South Dakota,46135.0,Yankton County,28503.0,WACM +2016,46000.0,South Dakota,46137.0,Ziebach County,28503.0,WACM +2016,49000.0,Utah,49009.0,Daggett County,28503.0,WACM +2016,49000.0,Utah,49013.0,Duchesne County,28503.0,WACM +2016,49000.0,Utah,49017.0,Garfield County,28503.0,WACM +2016,49000.0,Utah,49021.0,Iron County,28503.0,WACM +2016,49000.0,Utah,49025.0,Kane County,28503.0,WACM +2016,49000.0,Utah,49031.0,Piute County,28503.0,WACM +2016,49000.0,Utah,49037.0,San Juan County,28503.0,WACM +2016,49000.0,Utah,49041.0,Sevier County,28503.0,WACM +2016,49000.0,Utah,49043.0,Summit County,28503.0,WACM +2016,49000.0,Utah,49047.0,Uintah County,28503.0,WACM +2016,49000.0,Utah,49051.0,Wasatch County,28503.0,WACM +2016,49000.0,Utah,49053.0,Washington County,28503.0,WACM +2016,49000.0,Utah,49055.0,Wayne County,28503.0,WACM +2016,56000.0,Wyoming,56001.0,Albany County,28503.0,WACM +2016,56000.0,Wyoming,56003.0,Big Horn County,28503.0,WACM +2016,56000.0,Wyoming,56005.0,Campbell County,28503.0,WACM +2016,56000.0,Wyoming,56007.0,Carbon County,28503.0,WACM +2016,56000.0,Wyoming,56009.0,Converse County,28503.0,WACM +2016,56000.0,Wyoming,56011.0,Crook County,28503.0,WACM +2016,56000.0,Wyoming,56013.0,Fremont County,28503.0,WACM +2016,56000.0,Wyoming,56015.0,Goshen County,28503.0,WACM +2016,56000.0,Wyoming,56017.0,Hot Springs County,28503.0,WACM +2016,56000.0,Wyoming,56019.0,Johnson County,28503.0,WACM +2016,56000.0,Wyoming,56021.0,Laramie County,28503.0,WACM +2016,56000.0,Wyoming,56023.0,Lincoln County,28503.0,WACM +2016,56000.0,Wyoming,56025.0,Natrona County,28503.0,WACM +2016,56000.0,Wyoming,56027.0,Niobrara County,28503.0,WACM +2016,56000.0,Wyoming,56029.0,Park County,28503.0,WACM +2016,56000.0,Wyoming,56031.0,Platte County,28503.0,WACM +2016,56000.0,Wyoming,56033.0,Sheridan County,28503.0,WACM +2016,56000.0,Wyoming,56037.0,Sweetwater County,28503.0,WACM +2016,56000.0,Wyoming,56041.0,Uinta County,28503.0,WACM +2016,56000.0,Wyoming,56043.0,Washakie County,28503.0,WACM +2016,56000.0,Wyoming,56045.0,Weston County,28503.0,WACM +2016,13000.0,Georgia,13079.0,Crawford County,29304.0,SEPA +2016,13000.0,Georgia,13087.0,Decatur County,29304.0,SEPA +2016,13000.0,Georgia,13099.0,Early County,29304.0,SEPA +2016,13000.0,Georgia,13201.0,Miller County,29304.0,SEPA +2016,13000.0,Georgia,13225.0,Peach County,29304.0,SEPA +2016,13000.0,Georgia,13253.0,Seminole County,29304.0,SEPA +2016,1000.0,Alabama,1097.0,Mobile County,56669.0,MISO +2016,1000.0,Alabama,1129.0,Washington County,56669.0,MISO +2016,5000.0,Arkansas,5001.0,Arkansas County,56669.0,MISO +2016,5000.0,Arkansas,5003.0,Ashley County,56669.0,MISO +2016,5000.0,Arkansas,5005.0,Baxter County,56669.0,MISO +2016,5000.0,Arkansas,5009.0,Boone County,56669.0,MISO +2016,5000.0,Arkansas,5011.0,Bradley County,56669.0,MISO +2016,5000.0,Arkansas,5013.0,Calhoun County,56669.0,MISO +2016,5000.0,Arkansas,5015.0,Carroll County,56669.0,MISO +2016,5000.0,Arkansas,5017.0,Chicot County,56669.0,MISO +2016,5000.0,Arkansas,5019.0,Clark County,56669.0,MISO +2016,5000.0,Arkansas,5021.0,Clay County,56669.0,MISO +2016,5000.0,Arkansas,5023.0,Cleburne County,56669.0,MISO +2016,5000.0,Arkansas,5025.0,Cleveland County,56669.0,MISO +2016,5000.0,Arkansas,5027.0,Columbia County,56669.0,MISO +2016,5000.0,Arkansas,5029.0,Conway County,56669.0,MISO +2016,5000.0,Arkansas,5031.0,Craighead County,56669.0,MISO +2016,5000.0,Arkansas,5035.0,Crittenden County,56669.0,MISO +2016,5000.0,Arkansas,5037.0,Cross County,56669.0,MISO +2016,5000.0,Arkansas,5039.0,Dallas County,56669.0,MISO +2016,5000.0,Arkansas,5041.0,Desha County,56669.0,MISO +2016,5000.0,Arkansas,5043.0,Drew County,56669.0,MISO +2016,5000.0,Arkansas,5045.0,Faulkner County,56669.0,MISO +2016,5000.0,Arkansas,5049.0,Fulton County,56669.0,MISO +2016,5000.0,Arkansas,5051.0,Garland County,56669.0,MISO +2016,5000.0,Arkansas,5053.0,Grant County,56669.0,MISO +2016,5000.0,Arkansas,5055.0,Greene County,56669.0,MISO +2016,5000.0,Arkansas,5057.0,Hempstead County,56669.0,MISO +2016,5000.0,Arkansas,5059.0,Hot Spring County,56669.0,MISO +2016,5000.0,Arkansas,5061.0,Howard County,56669.0,MISO +2016,5000.0,Arkansas,5063.0,Independence County,56669.0,MISO +2016,5000.0,Arkansas,5065.0,Izard County,56669.0,MISO +2016,5000.0,Arkansas,5067.0,Jackson County,56669.0,MISO +2016,5000.0,Arkansas,5069.0,Jefferson County,56669.0,MISO +2016,5000.0,Arkansas,5071.0,Johnson County,56669.0,MISO +2016,5000.0,Arkansas,5073.0,Lafayette County,56669.0,MISO +2016,5000.0,Arkansas,5075.0,Lawrence County,56669.0,MISO +2016,5000.0,Arkansas,5077.0,Lee County,56669.0,MISO +2016,5000.0,Arkansas,5079.0,Lincoln County,56669.0,MISO +2016,5000.0,Arkansas,5081.0,Little River County,56669.0,MISO +2016,5000.0,Arkansas,5083.0,Logan County,56669.0,MISO +2016,5000.0,Arkansas,5085.0,Lonoke County,56669.0,MISO +2016,5000.0,Arkansas,5089.0,Marion County,56669.0,MISO +2016,5000.0,Arkansas,5091.0,Miller County,56669.0,MISO +2016,5000.0,Arkansas,5093.0,Mississippi County,56669.0,MISO +2016,5000.0,Arkansas,5095.0,Monroe County,56669.0,MISO +2016,5000.0,Arkansas,5097.0,Montgomery County,56669.0,MISO +2016,5000.0,Arkansas,5099.0,Nevada County,56669.0,MISO +2016,5000.0,Arkansas,5101.0,Newton County,56669.0,MISO +2016,5000.0,Arkansas,5103.0,Ouachita County,56669.0,MISO +2016,5000.0,Arkansas,5105.0,Perry County,56669.0,MISO +2016,5000.0,Arkansas,5107.0,Phillips County,56669.0,MISO +2016,5000.0,Arkansas,5109.0,Pike County,56669.0,MISO +2016,5000.0,Arkansas,5111.0,Poinsett County,56669.0,MISO +2016,5000.0,Arkansas,5113.0,Polk County,56669.0,MISO +2016,5000.0,Arkansas,5115.0,Pope County,56669.0,MISO +2016,5000.0,Arkansas,5117.0,Prairie County,56669.0,MISO +2016,5000.0,Arkansas,5119.0,Pulaski County,56669.0,MISO +2016,5000.0,Arkansas,5121.0,Randolph County,56669.0,MISO +2016,5000.0,Arkansas,5123.0,St. Francis County,56669.0,MISO +2016,5000.0,Arkansas,5125.0,Saline County,56669.0,MISO +2016,5000.0,Arkansas,5127.0,Scott County,56669.0,MISO +2016,5000.0,Arkansas,5129.0,Searcy County,56669.0,MISO +2016,5000.0,Arkansas,5133.0,Sevier County,56669.0,MISO +2016,5000.0,Arkansas,5135.0,Sharp County,56669.0,MISO +2016,5000.0,Arkansas,5137.0,Stone County,56669.0,MISO +2016,5000.0,Arkansas,5139.0,Union County,56669.0,MISO +2016,5000.0,Arkansas,5141.0,Van Buren County,56669.0,MISO +2016,5000.0,Arkansas,5145.0,White County,56669.0,MISO +2016,5000.0,Arkansas,5147.0,Woodruff County,56669.0,MISO +2016,5000.0,Arkansas,5149.0,Yell County,56669.0,MISO +2016,17000.0,Illinois,17001.0,Adams County,56669.0,MISO +2016,17000.0,Illinois,17003.0,Alexander County,56669.0,MISO +2016,17000.0,Illinois,17005.0,Bond County,56669.0,MISO +2016,17000.0,Illinois,17007.0,Boone County,56669.0,MISO +2016,17000.0,Illinois,17009.0,Brown County,56669.0,MISO +2016,17000.0,Illinois,17011.0,Bureau County,56669.0,MISO +2016,17000.0,Illinois,17013.0,Calhoun County,56669.0,MISO +2016,17000.0,Illinois,17015.0,Carroll County,56669.0,MISO +2016,17000.0,Illinois,17017.0,Cass County,56669.0,MISO +2016,17000.0,Illinois,17019.0,Champaign County,56669.0,MISO +2016,17000.0,Illinois,17021.0,Christian County,56669.0,MISO +2016,17000.0,Illinois,17023.0,Clark County,56669.0,MISO +2016,17000.0,Illinois,17025.0,Clay County,56669.0,MISO +2016,17000.0,Illinois,17027.0,Clinton County,56669.0,MISO +2016,17000.0,Illinois,17029.0,Coles County,56669.0,MISO +2016,17000.0,Illinois,17033.0,Crawford County,56669.0,MISO +2016,17000.0,Illinois,17035.0,Cumberland County,56669.0,MISO +2016,17000.0,Illinois,17039.0,De Witt County,56669.0,MISO +2016,17000.0,Illinois,17041.0,Douglas County,56669.0,MISO +2016,17000.0,Illinois,17045.0,Edgar County,56669.0,MISO +2016,17000.0,Illinois,17047.0,Edwards County,56669.0,MISO +2016,17000.0,Illinois,17049.0,Effingham County,56669.0,MISO +2016,17000.0,Illinois,17051.0,Fayette County,56669.0,MISO +2016,17000.0,Illinois,17053.0,Ford County,56669.0,MISO +2016,17000.0,Illinois,17055.0,Franklin County,56669.0,MISO +2016,17000.0,Illinois,17057.0,Fulton County,56669.0,MISO +2016,17000.0,Illinois,17059.0,Gallatin County,56669.0,MISO +2016,17000.0,Illinois,17061.0,Greene County,56669.0,MISO +2016,17000.0,Illinois,17065.0,Hamilton County,56669.0,MISO +2016,17000.0,Illinois,17067.0,Hancock County,56669.0,MISO +2016,17000.0,Illinois,17069.0,Hardin County,56669.0,MISO +2016,17000.0,Illinois,17071.0,Henderson County,56669.0,MISO +2016,17000.0,Illinois,17073.0,Henry County,56669.0,MISO +2016,17000.0,Illinois,17075.0,Iroquois County,56669.0,MISO +2016,17000.0,Illinois,17077.0,Jackson County,56669.0,MISO +2016,17000.0,Illinois,17079.0,Jasper County,56669.0,MISO +2016,17000.0,Illinois,17081.0,Jefferson County,56669.0,MISO +2016,17000.0,Illinois,17083.0,Jersey County,56669.0,MISO +2016,17000.0,Illinois,17085.0,Jo Daviess County,56669.0,MISO +2016,17000.0,Illinois,17087.0,Johnson County,56669.0,MISO +2016,17000.0,Illinois,17093.0,Kendall County,56669.0,MISO +2016,17000.0,Illinois,17095.0,Knox County,56669.0,MISO +2016,17000.0,Illinois,17097.0,Lake County,56669.0,MISO +2016,17000.0,Illinois,17099.0,LaSalle County,56669.0,MISO +2016,17000.0,Illinois,17101.0,Lawrence County,56669.0,MISO +2016,17000.0,Illinois,17105.0,Livingston County,56669.0,MISO +2016,17000.0,Illinois,17107.0,Logan County,56669.0,MISO +2016,17000.0,Illinois,17109.0,McDonough County,56669.0,MISO +2016,17000.0,Illinois,17111.0,McHenry County,56669.0,MISO +2016,17000.0,Illinois,17113.0,McLean County,56669.0,MISO +2016,17000.0,Illinois,17115.0,Macon County,56669.0,MISO +2016,17000.0,Illinois,17117.0,Macoupin County,56669.0,MISO +2016,17000.0,Illinois,17119.0,Madison County,56669.0,MISO +2016,17000.0,Illinois,17121.0,Marion County,56669.0,MISO +2016,17000.0,Illinois,17123.0,Marshall County,56669.0,MISO +2016,17000.0,Illinois,17125.0,Mason County,56669.0,MISO +2016,17000.0,Illinois,17127.0,Massac County,56669.0,MISO +2016,17000.0,Illinois,17129.0,Menard County,56669.0,MISO +2016,17000.0,Illinois,17131.0,Mercer County,56669.0,MISO +2016,17000.0,Illinois,17133.0,Monroe County,56669.0,MISO +2016,17000.0,Illinois,17135.0,Montgomery County,56669.0,MISO +2016,17000.0,Illinois,17137.0,Morgan County,56669.0,MISO +2016,17000.0,Illinois,17139.0,Moultrie County,56669.0,MISO +2016,17000.0,Illinois,17143.0,Peoria County,56669.0,MISO +2016,17000.0,Illinois,17145.0,Perry County,56669.0,MISO +2016,17000.0,Illinois,17147.0,Piatt County,56669.0,MISO +2016,17000.0,Illinois,17149.0,Pike County,56669.0,MISO +2016,17000.0,Illinois,17151.0,Pope County,56669.0,MISO +2016,17000.0,Illinois,17153.0,Pulaski County,56669.0,MISO +2016,17000.0,Illinois,17155.0,Putnam County,56669.0,MISO +2016,17000.0,Illinois,17157.0,Randolph County,56669.0,MISO +2016,17000.0,Illinois,17159.0,Richland County,56669.0,MISO +2016,17000.0,Illinois,17161.0,Rock Island County,56669.0,MISO +2016,17000.0,Illinois,17163.0,St. Clair County,56669.0,MISO +2016,17000.0,Illinois,17165.0,Saline County,56669.0,MISO +2016,17000.0,Illinois,17167.0,Sangamon County,56669.0,MISO +2016,17000.0,Illinois,17169.0,Schuyler County,56669.0,MISO +2016,17000.0,Illinois,17171.0,Scott County,56669.0,MISO +2016,17000.0,Illinois,17173.0,Shelby County,56669.0,MISO +2016,17000.0,Illinois,17175.0,Stark County,56669.0,MISO +2016,17000.0,Illinois,17177.0,Stephenson County,56669.0,MISO +2016,17000.0,Illinois,17179.0,Tazewell County,56669.0,MISO +2016,17000.0,Illinois,17181.0,Union County,56669.0,MISO +2016,17000.0,Illinois,17183.0,Vermilion County,56669.0,MISO +2016,17000.0,Illinois,17185.0,Wabash County,56669.0,MISO +2016,17000.0,Illinois,17187.0,Warren County,56669.0,MISO +2016,17000.0,Illinois,17189.0,Washington County,56669.0,MISO +2016,17000.0,Illinois,17191.0,Wayne County,56669.0,MISO +2016,17000.0,Illinois,17193.0,White County,56669.0,MISO +2016,17000.0,Illinois,17195.0,Whiteside County,56669.0,MISO +2016,17000.0,Illinois,17199.0,Williamson County,56669.0,MISO +2016,17000.0,Illinois,17201.0,Winnebago County,56669.0,MISO +2016,17000.0,Illinois,17203.0,Woodford County,56669.0,MISO +2016,18000.0,Indiana,18005.0,Bartholomew County,56669.0,MISO +2016,18000.0,Indiana,18007.0,Benton County,56669.0,MISO +2016,18000.0,Indiana,18011.0,Boone County,56669.0,MISO +2016,18000.0,Indiana,18013.0,Brown County,56669.0,MISO +2016,18000.0,Indiana,18015.0,Carroll County,56669.0,MISO +2016,18000.0,Indiana,18017.0,Cass County,56669.0,MISO +2016,18000.0,Indiana,18019.0,Clark County,56669.0,MISO +2016,18000.0,Indiana,18021.0,Clay County,56669.0,MISO +2016,18000.0,Indiana,18023.0,Clinton County,56669.0,MISO +2016,18000.0,Indiana,18025.0,Crawford County,56669.0,MISO +2016,18000.0,Indiana,18027.0,Daviess County,56669.0,MISO +2016,18000.0,Indiana,18029.0,Dearborn County,56669.0,MISO +2016,18000.0,Indiana,18031.0,Decatur County,56669.0,MISO +2016,18000.0,Indiana,18033.0,DeKalb County,56669.0,MISO +2016,18000.0,Indiana,18035.0,Delaware County,56669.0,MISO +2016,18000.0,Indiana,18037.0,Dubois County,56669.0,MISO +2016,18000.0,Indiana,18039.0,Elkhart County,56669.0,MISO +2016,18000.0,Indiana,18041.0,Fayette County,56669.0,MISO +2016,18000.0,Indiana,18043.0,Floyd County,56669.0,MISO +2016,18000.0,Indiana,18045.0,Fountain County,56669.0,MISO +2016,18000.0,Indiana,18047.0,Franklin County,56669.0,MISO +2016,18000.0,Indiana,18049.0,Fulton County,56669.0,MISO +2016,18000.0,Indiana,18051.0,Gibson County,56669.0,MISO +2016,18000.0,Indiana,18053.0,Grant County,56669.0,MISO +2016,18000.0,Indiana,18055.0,Greene County,56669.0,MISO +2016,18000.0,Indiana,18057.0,Hamilton County,56669.0,MISO +2016,18000.0,Indiana,18059.0,Hancock County,56669.0,MISO +2016,18000.0,Indiana,18061.0,Harrison County,56669.0,MISO +2016,18000.0,Indiana,18063.0,Hendricks County,56669.0,MISO +2016,18000.0,Indiana,18065.0,Henry County,56669.0,MISO +2016,18000.0,Indiana,18067.0,Howard County,56669.0,MISO +2016,18000.0,Indiana,18069.0,Huntington County,56669.0,MISO +2016,18000.0,Indiana,18071.0,Jackson County,56669.0,MISO +2016,18000.0,Indiana,18073.0,Jasper County,56669.0,MISO +2016,18000.0,Indiana,18077.0,Jefferson County,56669.0,MISO +2016,18000.0,Indiana,18079.0,Jennings County,56669.0,MISO +2016,18000.0,Indiana,18081.0,Johnson County,56669.0,MISO +2016,18000.0,Indiana,18083.0,Knox County,56669.0,MISO +2016,18000.0,Indiana,18085.0,Kosciusko County,56669.0,MISO +2016,18000.0,Indiana,18087.0,LaGrange County,56669.0,MISO +2016,18000.0,Indiana,18089.0,Lake County,56669.0,MISO +2016,18000.0,Indiana,18091.0,LaPorte County,56669.0,MISO +2016,18000.0,Indiana,18093.0,Lawrence County,56669.0,MISO +2016,18000.0,Indiana,18095.0,Madison County,56669.0,MISO +2016,18000.0,Indiana,18097.0,Marion County,56669.0,MISO +2016,18000.0,Indiana,18099.0,Marshall County,56669.0,MISO +2016,18000.0,Indiana,18101.0,Martin County,56669.0,MISO +2016,18000.0,Indiana,18103.0,Miami County,56669.0,MISO +2016,18000.0,Indiana,18105.0,Monroe County,56669.0,MISO +2016,18000.0,Indiana,18107.0,Montgomery County,56669.0,MISO +2016,18000.0,Indiana,18109.0,Morgan County,56669.0,MISO +2016,18000.0,Indiana,18111.0,Newton County,56669.0,MISO +2016,18000.0,Indiana,18113.0,Noble County,56669.0,MISO +2016,18000.0,Indiana,18115.0,Ohio County,56669.0,MISO +2016,18000.0,Indiana,18117.0,Orange County,56669.0,MISO +2016,18000.0,Indiana,18119.0,Owen County,56669.0,MISO +2016,18000.0,Indiana,18121.0,Parke County,56669.0,MISO +2016,18000.0,Indiana,18123.0,Perry County,56669.0,MISO +2016,18000.0,Indiana,18125.0,Pike County,56669.0,MISO +2016,18000.0,Indiana,18127.0,Porter County,56669.0,MISO +2016,18000.0,Indiana,18129.0,Posey County,56669.0,MISO +2016,18000.0,Indiana,18131.0,Pulaski County,56669.0,MISO +2016,18000.0,Indiana,18133.0,Putnam County,56669.0,MISO +2016,18000.0,Indiana,18135.0,Randolph County,56669.0,MISO +2016,18000.0,Indiana,18137.0,Ripley County,56669.0,MISO +2016,18000.0,Indiana,18139.0,Rush County,56669.0,MISO +2016,18000.0,Indiana,18141.0,St. Joseph County,56669.0,MISO +2016,18000.0,Indiana,18143.0,Scott County,56669.0,MISO +2016,18000.0,Indiana,18145.0,Shelby County,56669.0,MISO +2016,18000.0,Indiana,18147.0,Spencer County,56669.0,MISO +2016,18000.0,Indiana,18149.0,Starke County,56669.0,MISO +2016,18000.0,Indiana,18151.0,Steuben County,56669.0,MISO +2016,18000.0,Indiana,18153.0,Sullivan County,56669.0,MISO +2016,18000.0,Indiana,18155.0,Switzerland County,56669.0,MISO +2016,18000.0,Indiana,18157.0,Tippecanoe County,56669.0,MISO +2016,18000.0,Indiana,18159.0,Tipton County,56669.0,MISO +2016,18000.0,Indiana,18161.0,Union County,56669.0,MISO +2016,18000.0,Indiana,18163.0,Vanderburgh County,56669.0,MISO +2016,18000.0,Indiana,18165.0,Vermillion County,56669.0,MISO +2016,18000.0,Indiana,18167.0,Vigo County,56669.0,MISO +2016,18000.0,Indiana,18169.0,Wabash County,56669.0,MISO +2016,18000.0,Indiana,18171.0,Warren County,56669.0,MISO +2016,18000.0,Indiana,18173.0,Warrick County,56669.0,MISO +2016,18000.0,Indiana,18175.0,Washington County,56669.0,MISO +2016,18000.0,Indiana,18177.0,Wayne County,56669.0,MISO +2016,18000.0,Indiana,18179.0,Wells County,56669.0,MISO +2016,18000.0,Indiana,18181.0,White County,56669.0,MISO +2016,18000.0,Indiana,18183.0,Whitley County,56669.0,MISO +2016,19000.0,Iowa,19001.0,Adair County,56669.0,MISO +2016,19000.0,Iowa,19003.0,Adams County,56669.0,MISO +2016,19000.0,Iowa,19005.0,Allamakee County,56669.0,MISO +2016,19000.0,Iowa,19007.0,Appanoose County,56669.0,MISO +2016,19000.0,Iowa,19009.0,Audubon County,56669.0,MISO +2016,19000.0,Iowa,19011.0,Benton County,56669.0,MISO +2016,19000.0,Iowa,19013.0,Black Hawk County,56669.0,MISO +2016,19000.0,Iowa,19015.0,Boone County,56669.0,MISO +2016,19000.0,Iowa,19017.0,Bremer County,56669.0,MISO +2016,19000.0,Iowa,19019.0,Buchanan County,56669.0,MISO +2016,19000.0,Iowa,19021.0,Buena Vista County,56669.0,MISO +2016,19000.0,Iowa,19023.0,Butler County,56669.0,MISO +2016,19000.0,Iowa,19025.0,Calhoun County,56669.0,MISO +2016,19000.0,Iowa,19027.0,Carroll County,56669.0,MISO +2016,19000.0,Iowa,19029.0,Cass County,56669.0,MISO +2016,19000.0,Iowa,19031.0,Cedar County,56669.0,MISO +2016,19000.0,Iowa,19033.0,Cerro Gordo County,56669.0,MISO +2016,19000.0,Iowa,19035.0,Cherokee County,56669.0,MISO +2016,19000.0,Iowa,19037.0,Chickasaw County,56669.0,MISO +2016,19000.0,Iowa,19039.0,Clarke County,56669.0,MISO +2016,19000.0,Iowa,19041.0,Clay County,56669.0,MISO +2016,19000.0,Iowa,19043.0,Clayton County,56669.0,MISO +2016,19000.0,Iowa,19045.0,Clinton County,56669.0,MISO +2016,19000.0,Iowa,19047.0,Crawford County,56669.0,MISO +2016,19000.0,Iowa,19049.0,Dallas County,56669.0,MISO +2016,19000.0,Iowa,19051.0,Davis County,56669.0,MISO +2016,19000.0,Iowa,19053.0,Decatur County,56669.0,MISO +2016,19000.0,Iowa,19055.0,Delaware County,56669.0,MISO +2016,19000.0,Iowa,19057.0,Des Moines County,56669.0,MISO +2016,19000.0,Iowa,19059.0,Dickinson County,56669.0,MISO +2016,19000.0,Iowa,19061.0,Dubuque County,56669.0,MISO +2016,19000.0,Iowa,19063.0,Emmet County,56669.0,MISO +2016,19000.0,Iowa,19065.0,Fayette County,56669.0,MISO +2016,19000.0,Iowa,19067.0,Floyd County,56669.0,MISO +2016,19000.0,Iowa,19069.0,Franklin County,56669.0,MISO +2016,19000.0,Iowa,19071.0,Fremont County,56669.0,MISO +2016,19000.0,Iowa,19073.0,Greene County,56669.0,MISO +2016,19000.0,Iowa,19075.0,Grundy County,56669.0,MISO +2016,19000.0,Iowa,19077.0,Guthrie County,56669.0,MISO +2016,19000.0,Iowa,19079.0,Hamilton County,56669.0,MISO +2016,19000.0,Iowa,19081.0,Hancock County,56669.0,MISO +2016,19000.0,Iowa,19083.0,Hardin County,56669.0,MISO +2016,19000.0,Iowa,19085.0,Harrison County,56669.0,MISO +2016,19000.0,Iowa,19087.0,Henry County,56669.0,MISO +2016,19000.0,Iowa,19089.0,Howard County,56669.0,MISO +2016,19000.0,Iowa,19091.0,Humboldt County,56669.0,MISO +2016,19000.0,Iowa,19093.0,Ida County,56669.0,MISO +2016,19000.0,Iowa,19095.0,Iowa County,56669.0,MISO +2016,19000.0,Iowa,19097.0,Jackson County,56669.0,MISO +2016,19000.0,Iowa,19099.0,Jasper County,56669.0,MISO +2016,19000.0,Iowa,19101.0,Jefferson County,56669.0,MISO +2016,19000.0,Iowa,19103.0,Johnson County,56669.0,MISO +2016,19000.0,Iowa,19105.0,Jones County,56669.0,MISO +2016,19000.0,Iowa,19107.0,Keokuk County,56669.0,MISO +2016,19000.0,Iowa,19109.0,Kossuth County,56669.0,MISO +2016,19000.0,Iowa,19111.0,Lee County,56669.0,MISO +2016,19000.0,Iowa,19113.0,Linn County,56669.0,MISO +2016,19000.0,Iowa,19115.0,Louisa County,56669.0,MISO +2016,19000.0,Iowa,19117.0,Lucas County,56669.0,MISO +2016,19000.0,Iowa,19119.0,Lyon County,56669.0,MISO +2016,19000.0,Iowa,19121.0,Madison County,56669.0,MISO +2016,19000.0,Iowa,19123.0,Mahaska County,56669.0,MISO +2016,19000.0,Iowa,19125.0,Marion County,56669.0,MISO +2016,19000.0,Iowa,19127.0,Marshall County,56669.0,MISO +2016,19000.0,Iowa,19129.0,Mills County,56669.0,MISO +2016,19000.0,Iowa,19131.0,Mitchell County,56669.0,MISO +2016,19000.0,Iowa,19133.0,Monona County,56669.0,MISO +2016,19000.0,Iowa,19135.0,Monroe County,56669.0,MISO +2016,19000.0,Iowa,19137.0,Montgomery County,56669.0,MISO +2016,19000.0,Iowa,19139.0,Muscatine County,56669.0,MISO +2016,19000.0,Iowa,19141.0,O'Brien County,56669.0,MISO +2016,19000.0,Iowa,19143.0,Osceola County,56669.0,MISO +2016,19000.0,Iowa,19145.0,Page County,56669.0,MISO +2016,19000.0,Iowa,19147.0,Palo Alto County,56669.0,MISO +2016,19000.0,Iowa,19149.0,Plymouth County,56669.0,MISO +2016,19000.0,Iowa,19151.0,Pocahontas County,56669.0,MISO +2016,19000.0,Iowa,19153.0,Polk County,56669.0,MISO +2016,19000.0,Iowa,19155.0,Pottawattamie County,56669.0,MISO +2016,19000.0,Iowa,19157.0,Poweshiek County,56669.0,MISO +2016,19000.0,Iowa,19159.0,Ringgold County,56669.0,MISO +2016,19000.0,Iowa,19161.0,Sac County,56669.0,MISO +2016,19000.0,Iowa,19163.0,Scott County,56669.0,MISO +2016,19000.0,Iowa,19165.0,Shelby County,56669.0,MISO +2016,19000.0,Iowa,19167.0,Sioux County,56669.0,MISO +2016,19000.0,Iowa,19169.0,Story County,56669.0,MISO +2016,19000.0,Iowa,19171.0,Tama County,56669.0,MISO +2016,19000.0,Iowa,19173.0,Taylor County,56669.0,MISO +2016,19000.0,Iowa,19175.0,Union County,56669.0,MISO +2016,19000.0,Iowa,19177.0,Van Buren County,56669.0,MISO +2016,19000.0,Iowa,19179.0,Wapello County,56669.0,MISO +2016,19000.0,Iowa,19181.0,Warren County,56669.0,MISO +2016,19000.0,Iowa,19183.0,Washington County,56669.0,MISO +2016,19000.0,Iowa,19185.0,Wayne County,56669.0,MISO +2016,19000.0,Iowa,19187.0,Webster County,56669.0,MISO +2016,19000.0,Iowa,19189.0,Winnebago County,56669.0,MISO +2016,19000.0,Iowa,19191.0,Winneshiek County,56669.0,MISO +2016,19000.0,Iowa,19193.0,Woodbury County,56669.0,MISO +2016,19000.0,Iowa,19195.0,Worth County,56669.0,MISO +2016,19000.0,Iowa,19197.0,Wright County,56669.0,MISO +2016,21000.0,Kentucky,21007.0,Ballard County,56669.0,MISO +2016,21000.0,Kentucky,21027.0,Breckinridge County,56669.0,MISO +2016,21000.0,Kentucky,21033.0,Caldwell County,56669.0,MISO +2016,21000.0,Kentucky,21039.0,Carlisle County,56669.0,MISO +2016,21000.0,Kentucky,21055.0,Crittenden County,56669.0,MISO +2016,21000.0,Kentucky,21059.0,Daviess County,56669.0,MISO +2016,21000.0,Kentucky,21083.0,Graves County,56669.0,MISO +2016,21000.0,Kentucky,21085.0,Grayson County,56669.0,MISO +2016,21000.0,Kentucky,21091.0,Hancock County,56669.0,MISO +2016,21000.0,Kentucky,21093.0,Hardin County,56669.0,MISO +2016,21000.0,Kentucky,21101.0,Henderson County,56669.0,MISO +2016,21000.0,Kentucky,21107.0,Hopkins County,56669.0,MISO +2016,21000.0,Kentucky,21139.0,Livingston County,56669.0,MISO +2016,21000.0,Kentucky,21143.0,Lyon County,56669.0,MISO +2016,21000.0,Kentucky,21145.0,McCracken County,56669.0,MISO +2016,21000.0,Kentucky,21149.0,McLean County,56669.0,MISO +2016,21000.0,Kentucky,21157.0,Marshall County,56669.0,MISO +2016,21000.0,Kentucky,21163.0,Meade County,56669.0,MISO +2016,21000.0,Kentucky,21177.0,Muhlenberg County,56669.0,MISO +2016,21000.0,Kentucky,21183.0,Ohio County,56669.0,MISO +2016,21000.0,Kentucky,21225.0,Union County,56669.0,MISO +2016,21000.0,Kentucky,21233.0,Webster County,56669.0,MISO +2016,22000.0,Louisiana,22001.0,Acadia Parish,56669.0,MISO +2016,22000.0,Louisiana,22003.0,Allen Parish,56669.0,MISO +2016,22000.0,Louisiana,22005.0,Ascension Parish,56669.0,MISO +2016,22000.0,Louisiana,22007.0,Assumption Parish,56669.0,MISO +2016,22000.0,Louisiana,22009.0,Avoyelles Parish,56669.0,MISO +2016,22000.0,Louisiana,22011.0,Beauregard Parish,56669.0,MISO +2016,22000.0,Louisiana,22013.0,Bienville Parish,56669.0,MISO +2016,22000.0,Louisiana,22015.0,Bossier Parish,56669.0,MISO +2016,22000.0,Louisiana,22019.0,Calcasieu Parish,56669.0,MISO +2016,22000.0,Louisiana,22021.0,Caldwell Parish,56669.0,MISO +2016,22000.0,Louisiana,22023.0,Cameron Parish,56669.0,MISO +2016,22000.0,Louisiana,22025.0,Catahoula Parish,56669.0,MISO +2016,22000.0,Louisiana,22027.0,Claiborne Parish,56669.0,MISO +2016,22000.0,Louisiana,22029.0,Concordia Parish,56669.0,MISO +2016,22000.0,Louisiana,22031.0,De Soto Parish,56669.0,MISO +2016,22000.0,Louisiana,22033.0,East Baton Rouge Parish,56669.0,MISO +2016,22000.0,Louisiana,22035.0,East Carroll Parish,56669.0,MISO +2016,22000.0,Louisiana,22037.0,East Feliciana Parish,56669.0,MISO +2016,22000.0,Louisiana,22039.0,Evangeline Parish,56669.0,MISO +2016,22000.0,Louisiana,22041.0,Franklin Parish,56669.0,MISO +2016,22000.0,Louisiana,22043.0,Grant Parish,56669.0,MISO +2016,22000.0,Louisiana,22045.0,Iberia Parish,56669.0,MISO +2016,22000.0,Louisiana,22047.0,Iberville Parish,56669.0,MISO +2016,22000.0,Louisiana,22049.0,Jackson Parish,56669.0,MISO +2016,22000.0,Louisiana,22051.0,Jefferson Parish,56669.0,MISO +2016,22000.0,Louisiana,22053.0,Jefferson Davis Parish,56669.0,MISO +2016,22000.0,Louisiana,22055.0,Lafayette Parish,56669.0,MISO +2016,22000.0,Louisiana,22057.0,Lafourche Parish,56669.0,MISO +2016,22000.0,Louisiana,22059.0,La Salle Parish,56669.0,MISO +2016,22000.0,Louisiana,22061.0,Lincoln Parish,56669.0,MISO +2016,22000.0,Louisiana,22063.0,Livingston Parish,56669.0,MISO +2016,22000.0,Louisiana,22065.0,Madison Parish,56669.0,MISO +2016,22000.0,Louisiana,22067.0,Morehouse Parish,56669.0,MISO +2016,22000.0,Louisiana,22069.0,Natchitoches Parish,56669.0,MISO +2016,22000.0,Louisiana,22071.0,Orleans Parish,56669.0,MISO +2016,22000.0,Louisiana,22073.0,Ouachita Parish,56669.0,MISO +2016,22000.0,Louisiana,22075.0,Plaquemines Parish,56669.0,MISO +2016,22000.0,Louisiana,22077.0,Pointe Coupee Parish,56669.0,MISO +2016,22000.0,Louisiana,22079.0,Rapides Parish,56669.0,MISO +2016,22000.0,Louisiana,22081.0,Red River Parish,56669.0,MISO +2016,22000.0,Louisiana,22083.0,Richland Parish,56669.0,MISO +2016,22000.0,Louisiana,22085.0,Sabine Parish,56669.0,MISO +2016,22000.0,Louisiana,22087.0,St. Bernard Parish,56669.0,MISO +2016,22000.0,Louisiana,22089.0,St. Charles Parish,56669.0,MISO +2016,22000.0,Louisiana,22091.0,St. Helena Parish,56669.0,MISO +2016,22000.0,Louisiana,22093.0,St. James Parish,56669.0,MISO +2016,22000.0,Louisiana,22095.0,St. John the Baptist Parish,56669.0,MISO +2016,22000.0,Louisiana,22097.0,St. Landry Parish,56669.0,MISO +2016,22000.0,Louisiana,22099.0,St. Martin Parish,56669.0,MISO +2016,22000.0,Louisiana,22101.0,St. Mary Parish,56669.0,MISO +2016,22000.0,Louisiana,22103.0,St. Tammany Parish,56669.0,MISO +2016,22000.0,Louisiana,22105.0,Tangipahoa Parish,56669.0,MISO +2016,22000.0,Louisiana,22107.0,Tensas Parish,56669.0,MISO +2016,22000.0,Louisiana,22109.0,Terrebonne Parish,56669.0,MISO +2016,22000.0,Louisiana,22111.0,Union Parish,56669.0,MISO +2016,22000.0,Louisiana,22113.0,Vermilion Parish,56669.0,MISO +2016,22000.0,Louisiana,22115.0,Vernon Parish,56669.0,MISO +2016,22000.0,Louisiana,22117.0,Washington Parish,56669.0,MISO +2016,22000.0,Louisiana,22119.0,Webster Parish,56669.0,MISO +2016,22000.0,Louisiana,22121.0,West Baton Rouge Parish,56669.0,MISO +2016,22000.0,Louisiana,22123.0,West Carroll Parish,56669.0,MISO +2016,22000.0,Louisiana,22125.0,West Feliciana Parish,56669.0,MISO +2016,22000.0,Louisiana,22127.0,Winn Parish,56669.0,MISO +2016,26000.0,Michigan,26001.0,Alcona County,56669.0,MISO +2016,26000.0,Michigan,26003.0,Alger County,56669.0,MISO +2016,26000.0,Michigan,26005.0,Allegan County,56669.0,MISO +2016,26000.0,Michigan,26007.0,Alpena County,56669.0,MISO +2016,26000.0,Michigan,26009.0,Antrim County,56669.0,MISO +2016,26000.0,Michigan,26011.0,Arenac County,56669.0,MISO +2016,26000.0,Michigan,26013.0,Baraga County,56669.0,MISO +2016,26000.0,Michigan,26015.0,Barry County,56669.0,MISO +2016,26000.0,Michigan,26017.0,Bay County,56669.0,MISO +2016,26000.0,Michigan,26019.0,Benzie County,56669.0,MISO +2016,26000.0,Michigan,26023.0,Branch County,56669.0,MISO +2016,26000.0,Michigan,26025.0,Calhoun County,56669.0,MISO +2016,26000.0,Michigan,26029.0,Charlevoix County,56669.0,MISO +2016,26000.0,Michigan,26031.0,Cheboygan County,56669.0,MISO +2016,26000.0,Michigan,26033.0,Chippewa County,56669.0,MISO +2016,26000.0,Michigan,26035.0,Clare County,56669.0,MISO +2016,26000.0,Michigan,26037.0,Clinton County,56669.0,MISO +2016,26000.0,Michigan,26039.0,Crawford County,56669.0,MISO +2016,26000.0,Michigan,26041.0,Delta County,56669.0,MISO +2016,26000.0,Michigan,26043.0,Dickinson County,56669.0,MISO +2016,26000.0,Michigan,26045.0,Eaton County,56669.0,MISO +2016,26000.0,Michigan,26047.0,Emmet County,56669.0,MISO +2016,26000.0,Michigan,26049.0,Genesee County,56669.0,MISO +2016,26000.0,Michigan,26051.0,Gladwin County,56669.0,MISO +2016,26000.0,Michigan,26053.0,Gogebic County,56669.0,MISO +2016,26000.0,Michigan,26055.0,Grand Traverse County,56669.0,MISO +2016,26000.0,Michigan,26057.0,Gratiot County,56669.0,MISO +2016,26000.0,Michigan,26059.0,Hillsdale County,56669.0,MISO +2016,26000.0,Michigan,26061.0,Houghton County,56669.0,MISO +2016,26000.0,Michigan,26063.0,Huron County,56669.0,MISO +2016,26000.0,Michigan,26065.0,Ingham County,56669.0,MISO +2016,26000.0,Michigan,26067.0,Ionia County,56669.0,MISO +2016,26000.0,Michigan,26069.0,Iosco County,56669.0,MISO +2016,26000.0,Michigan,26071.0,Iron County,56669.0,MISO +2016,26000.0,Michigan,26073.0,Isabella County,56669.0,MISO +2016,26000.0,Michigan,26075.0,Jackson County,56669.0,MISO +2016,26000.0,Michigan,26077.0,Kalamazoo County,56669.0,MISO +2016,26000.0,Michigan,26079.0,Kalkaska County,56669.0,MISO +2016,26000.0,Michigan,26081.0,Kent County,56669.0,MISO +2016,26000.0,Michigan,26083.0,Keweenaw County,56669.0,MISO +2016,26000.0,Michigan,26085.0,Lake County,56669.0,MISO +2016,26000.0,Michigan,26087.0,Lapeer County,56669.0,MISO +2016,26000.0,Michigan,26089.0,Leelanau County,56669.0,MISO +2016,26000.0,Michigan,26091.0,Lenawee County,56669.0,MISO +2016,26000.0,Michigan,26093.0,Livingston County,56669.0,MISO +2016,26000.0,Michigan,26095.0,Luce County,56669.0,MISO +2016,26000.0,Michigan,26097.0,Mackinac County,56669.0,MISO +2016,26000.0,Michigan,26099.0,Macomb County,56669.0,MISO +2016,26000.0,Michigan,26101.0,Manistee County,56669.0,MISO +2016,26000.0,Michigan,26103.0,Marquette County,56669.0,MISO +2016,26000.0,Michigan,26105.0,Mason County,56669.0,MISO +2016,26000.0,Michigan,26107.0,Mecosta County,56669.0,MISO +2016,26000.0,Michigan,26109.0,Menominee County,56669.0,MISO +2016,26000.0,Michigan,26111.0,Midland County,56669.0,MISO +2016,26000.0,Michigan,26113.0,Missaukee County,56669.0,MISO +2016,26000.0,Michigan,26115.0,Monroe County,56669.0,MISO +2016,26000.0,Michigan,26117.0,Montcalm County,56669.0,MISO +2016,26000.0,Michigan,26119.0,Montmorency County,56669.0,MISO +2016,26000.0,Michigan,26121.0,Muskegon County,56669.0,MISO +2016,26000.0,Michigan,26123.0,Newaygo County,56669.0,MISO +2016,26000.0,Michigan,26125.0,Oakland County,56669.0,MISO +2016,26000.0,Michigan,26127.0,Oceana County,56669.0,MISO +2016,26000.0,Michigan,26129.0,Ogemaw County,56669.0,MISO +2016,26000.0,Michigan,26131.0,Ontonagon County,56669.0,MISO +2016,26000.0,Michigan,26133.0,Osceola County,56669.0,MISO +2016,26000.0,Michigan,26135.0,Oscoda County,56669.0,MISO +2016,26000.0,Michigan,26137.0,Otsego County,56669.0,MISO +2016,26000.0,Michigan,26139.0,Ottawa County,56669.0,MISO +2016,26000.0,Michigan,26141.0,Presque Isle County,56669.0,MISO +2016,26000.0,Michigan,26143.0,Roscommon County,56669.0,MISO +2016,26000.0,Michigan,26145.0,Saginaw County,56669.0,MISO +2016,26000.0,Michigan,26147.0,St. Clair County,56669.0,MISO +2016,26000.0,Michigan,26149.0,St. Joseph County,56669.0,MISO +2016,26000.0,Michigan,26151.0,Sanilac County,56669.0,MISO +2016,26000.0,Michigan,26153.0,Schoolcraft County,56669.0,MISO +2016,26000.0,Michigan,26155.0,Shiawassee County,56669.0,MISO +2016,26000.0,Michigan,26157.0,Tuscola County,56669.0,MISO +2016,26000.0,Michigan,26159.0,Van Buren County,56669.0,MISO +2016,26000.0,Michigan,26161.0,Washtenaw County,56669.0,MISO +2016,26000.0,Michigan,26163.0,Wayne County,56669.0,MISO +2016,26000.0,Michigan,26165.0,Wexford County,56669.0,MISO +2016,27000.0,Minnesota,27001.0,Aitkin County,56669.0,MISO +2016,27000.0,Minnesota,27003.0,Anoka County,56669.0,MISO +2016,27000.0,Minnesota,27005.0,Becker County,56669.0,MISO +2016,27000.0,Minnesota,27007.0,Beltrami County,56669.0,MISO +2016,27000.0,Minnesota,27009.0,Benton County,56669.0,MISO +2016,27000.0,Minnesota,27011.0,Big Stone County,56669.0,MISO +2016,27000.0,Minnesota,27013.0,Blue Earth County,56669.0,MISO +2016,27000.0,Minnesota,27015.0,Brown County,56669.0,MISO +2016,27000.0,Minnesota,27017.0,Carlton County,56669.0,MISO +2016,27000.0,Minnesota,27019.0,Carver County,56669.0,MISO +2016,27000.0,Minnesota,27021.0,Cass County,56669.0,MISO +2016,27000.0,Minnesota,27023.0,Chippewa County,56669.0,MISO +2016,27000.0,Minnesota,27025.0,Chisago County,56669.0,MISO +2016,27000.0,Minnesota,27027.0,Clay County,56669.0,MISO +2016,27000.0,Minnesota,27029.0,Clearwater County,56669.0,MISO +2016,27000.0,Minnesota,27031.0,Cook County,56669.0,MISO +2016,27000.0,Minnesota,27033.0,Cottonwood County,56669.0,MISO +2016,27000.0,Minnesota,27035.0,Crow Wing County,56669.0,MISO +2016,27000.0,Minnesota,27037.0,Dakota County,56669.0,MISO +2016,27000.0,Minnesota,27039.0,Dodge County,56669.0,MISO +2016,27000.0,Minnesota,27041.0,Douglas County,56669.0,MISO +2016,27000.0,Minnesota,27043.0,Faribault County,56669.0,MISO +2016,27000.0,Minnesota,27045.0,Fillmore County,56669.0,MISO +2016,27000.0,Minnesota,27047.0,Freeborn County,56669.0,MISO +2016,27000.0,Minnesota,27049.0,Goodhue County,56669.0,MISO +2016,27000.0,Minnesota,27051.0,Grant County,56669.0,MISO +2016,27000.0,Minnesota,27053.0,Hennepin County,56669.0,MISO +2016,27000.0,Minnesota,27055.0,Houston County,56669.0,MISO +2016,27000.0,Minnesota,27057.0,Hubbard County,56669.0,MISO +2016,27000.0,Minnesota,27059.0,Isanti County,56669.0,MISO +2016,27000.0,Minnesota,27061.0,Itasca County,56669.0,MISO +2016,27000.0,Minnesota,27063.0,Jackson County,56669.0,MISO +2016,27000.0,Minnesota,27065.0,Kanabec County,56669.0,MISO +2016,27000.0,Minnesota,27067.0,Kandiyohi County,56669.0,MISO +2016,27000.0,Minnesota,27069.0,Kittson County,56669.0,MISO +2016,27000.0,Minnesota,27071.0,Koochiching County,56669.0,MISO +2016,27000.0,Minnesota,27073.0,Lac Qui Parle County,56669.0,MISO +2016,27000.0,Minnesota,27075.0,Lake County,56669.0,MISO +2016,27000.0,Minnesota,27077.0,Lake of the Woods County,56669.0,MISO +2016,27000.0,Minnesota,27079.0,Le Sueur County,56669.0,MISO +2016,27000.0,Minnesota,27081.0,Lincoln County,56669.0,MISO +2016,27000.0,Minnesota,27083.0,Lyon County,56669.0,MISO +2016,27000.0,Minnesota,27085.0,McLeod County,56669.0,MISO +2016,27000.0,Minnesota,27087.0,Mahnomen County,56669.0,MISO +2016,27000.0,Minnesota,27089.0,Marshall County,56669.0,MISO +2016,27000.0,Minnesota,27091.0,Martin County,56669.0,MISO +2016,27000.0,Minnesota,27093.0,Meeker County,56669.0,MISO +2016,27000.0,Minnesota,27095.0,Mille Lacs County,56669.0,MISO +2016,27000.0,Minnesota,27097.0,Morrison County,56669.0,MISO +2016,27000.0,Minnesota,27099.0,Mower County,56669.0,MISO +2016,27000.0,Minnesota,27101.0,Murray County,56669.0,MISO +2016,27000.0,Minnesota,27103.0,Nicollet County,56669.0,MISO +2016,27000.0,Minnesota,27105.0,Nobles County,56669.0,MISO +2016,27000.0,Minnesota,27107.0,Norman County,56669.0,MISO +2016,27000.0,Minnesota,27109.0,Olmsted County,56669.0,MISO +2016,27000.0,Minnesota,27111.0,Otter Tail County,56669.0,MISO +2016,27000.0,Minnesota,27113.0,Pennington County,56669.0,MISO +2016,27000.0,Minnesota,27115.0,Pine County,56669.0,MISO +2016,27000.0,Minnesota,27117.0,Pipestone County,56669.0,MISO +2016,27000.0,Minnesota,27119.0,Polk County,56669.0,MISO +2016,27000.0,Minnesota,27121.0,Pope County,56669.0,MISO +2016,27000.0,Minnesota,27123.0,Ramsey County,56669.0,MISO +2016,27000.0,Minnesota,27125.0,Red Lake County,56669.0,MISO +2016,27000.0,Minnesota,27127.0,Redwood County,56669.0,MISO +2016,27000.0,Minnesota,27129.0,Renville County,56669.0,MISO +2016,27000.0,Minnesota,27131.0,Rice County,56669.0,MISO +2016,27000.0,Minnesota,27133.0,Rock County,56669.0,MISO +2016,27000.0,Minnesota,27135.0,Roseau County,56669.0,MISO +2016,27000.0,Minnesota,27137.0,St. Louis County,56669.0,MISO +2016,27000.0,Minnesota,27139.0,Scott County,56669.0,MISO +2016,27000.0,Minnesota,27141.0,Sherburne County,56669.0,MISO +2016,27000.0,Minnesota,27143.0,Sibley County,56669.0,MISO +2016,27000.0,Minnesota,27145.0,Stearns County,56669.0,MISO +2016,27000.0,Minnesota,27147.0,Steele County,56669.0,MISO +2016,27000.0,Minnesota,27149.0,Stevens County,56669.0,MISO +2016,27000.0,Minnesota,27151.0,Swift County,56669.0,MISO +2016,27000.0,Minnesota,27153.0,Todd County,56669.0,MISO +2016,27000.0,Minnesota,27155.0,Traverse County,56669.0,MISO +2016,27000.0,Minnesota,27157.0,Wabasha County,56669.0,MISO +2016,27000.0,Minnesota,27159.0,Wadena County,56669.0,MISO +2016,27000.0,Minnesota,27161.0,Waseca County,56669.0,MISO +2016,27000.0,Minnesota,27163.0,Washington County,56669.0,MISO +2016,27000.0,Minnesota,27165.0,Watonwan County,56669.0,MISO +2016,27000.0,Minnesota,27167.0,Wilkin County,56669.0,MISO +2016,27000.0,Minnesota,27169.0,Winona County,56669.0,MISO +2016,27000.0,Minnesota,27171.0,Wright County,56669.0,MISO +2016,27000.0,Minnesota,27173.0,Yellow Medicine County,56669.0,MISO +2016,28000.0,Mississippi,28001.0,Adams County,56669.0,MISO +2016,28000.0,Mississippi,28005.0,Amite County,56669.0,MISO +2016,28000.0,Mississippi,28007.0,Attala County,56669.0,MISO +2016,28000.0,Mississippi,28011.0,Bolivar County,56669.0,MISO +2016,28000.0,Mississippi,28013.0,Calhoun County,56669.0,MISO +2016,28000.0,Mississippi,28015.0,Carroll County,56669.0,MISO +2016,28000.0,Mississippi,28019.0,Choctaw County,56669.0,MISO +2016,28000.0,Mississippi,28021.0,Claiborne County,56669.0,MISO +2016,28000.0,Mississippi,28023.0,Clarke County,56669.0,MISO +2016,28000.0,Mississippi,28025.0,Clay County,56669.0,MISO +2016,28000.0,Mississippi,28027.0,Coahoma County,56669.0,MISO +2016,28000.0,Mississippi,28029.0,Copiah County,56669.0,MISO +2016,28000.0,Mississippi,28031.0,Covington County,56669.0,MISO +2016,28000.0,Mississippi,28033.0,DeSoto County,56669.0,MISO +2016,28000.0,Mississippi,28035.0,Forrest County,56669.0,MISO +2016,28000.0,Mississippi,28037.0,Franklin County,56669.0,MISO +2016,28000.0,Mississippi,28039.0,George County,56669.0,MISO +2016,28000.0,Mississippi,28041.0,Greene County,56669.0,MISO +2016,28000.0,Mississippi,28043.0,Grenada County,56669.0,MISO +2016,28000.0,Mississippi,28047.0,Harrison County,56669.0,MISO +2016,28000.0,Mississippi,28049.0,Hinds County,56669.0,MISO +2016,28000.0,Mississippi,28051.0,Holmes County,56669.0,MISO +2016,28000.0,Mississippi,28053.0,Humphreys County,56669.0,MISO +2016,28000.0,Mississippi,28055.0,Issaquena County,56669.0,MISO +2016,28000.0,Mississippi,28059.0,Jackson County,56669.0,MISO +2016,28000.0,Mississippi,28061.0,Jasper County,56669.0,MISO +2016,28000.0,Mississippi,28063.0,Jefferson County,56669.0,MISO +2016,28000.0,Mississippi,28065.0,Jefferson Davis County,56669.0,MISO +2016,28000.0,Mississippi,28067.0,Jones County,56669.0,MISO +2016,28000.0,Mississippi,28073.0,Lamar County,56669.0,MISO +2016,28000.0,Mississippi,28077.0,Lawrence County,56669.0,MISO +2016,28000.0,Mississippi,28079.0,Leake County,56669.0,MISO +2016,28000.0,Mississippi,28083.0,Leflore County,56669.0,MISO +2016,28000.0,Mississippi,28085.0,Lincoln County,56669.0,MISO +2016,28000.0,Mississippi,28089.0,Madison County,56669.0,MISO +2016,28000.0,Mississippi,28091.0,Marion County,56669.0,MISO +2016,28000.0,Mississippi,28097.0,Montgomery County,56669.0,MISO +2016,28000.0,Mississippi,28101.0,Newton County,56669.0,MISO +2016,28000.0,Mississippi,28107.0,Panola County,56669.0,MISO +2016,28000.0,Mississippi,28109.0,Pearl River County,56669.0,MISO +2016,28000.0,Mississippi,28111.0,Perry County,56669.0,MISO +2016,28000.0,Mississippi,28113.0,Pike County,56669.0,MISO +2016,28000.0,Mississippi,28119.0,Quitman County,56669.0,MISO +2016,28000.0,Mississippi,28121.0,Rankin County,56669.0,MISO +2016,28000.0,Mississippi,28123.0,Scott County,56669.0,MISO +2016,28000.0,Mississippi,28125.0,Sharkey County,56669.0,MISO +2016,28000.0,Mississippi,28127.0,Simpson County,56669.0,MISO +2016,28000.0,Mississippi,28129.0,Smith County,56669.0,MISO +2016,28000.0,Mississippi,28131.0,Stone County,56669.0,MISO +2016,28000.0,Mississippi,28133.0,Sunflower County,56669.0,MISO +2016,28000.0,Mississippi,28135.0,Tallahatchie County,56669.0,MISO +2016,28000.0,Mississippi,28137.0,Tate County,56669.0,MISO +2016,28000.0,Mississippi,28143.0,Tunica County,56669.0,MISO +2016,28000.0,Mississippi,28147.0,Walthall County,56669.0,MISO +2016,28000.0,Mississippi,28149.0,Warren County,56669.0,MISO +2016,28000.0,Mississippi,28151.0,Washington County,56669.0,MISO +2016,28000.0,Mississippi,28153.0,Wayne County,56669.0,MISO +2016,28000.0,Mississippi,28155.0,Webster County,56669.0,MISO +2016,28000.0,Mississippi,28157.0,Wilkinson County,56669.0,MISO +2016,28000.0,Mississippi,28161.0,Yalobusha County,56669.0,MISO +2016,28000.0,Mississippi,28163.0,Yazoo County,56669.0,MISO +2016,29000.0,Missouri,29001.0,Adair County,56669.0,MISO +2016,29000.0,Missouri,29007.0,Audrain County,56669.0,MISO +2016,29000.0,Missouri,29017.0,Bollinger County,56669.0,MISO +2016,29000.0,Missouri,29019.0,Boone County,56669.0,MISO +2016,29000.0,Missouri,29023.0,Butler County,56669.0,MISO +2016,29000.0,Missouri,29025.0,Caldwell County,56669.0,MISO +2016,29000.0,Missouri,29027.0,Callaway County,56669.0,MISO +2016,29000.0,Missouri,29029.0,Camden County,56669.0,MISO +2016,29000.0,Missouri,29031.0,Cape Girardeau County,56669.0,MISO +2016,29000.0,Missouri,29041.0,Chariton County,56669.0,MISO +2016,29000.0,Missouri,29045.0,Clark County,56669.0,MISO +2016,29000.0,Missouri,29047.0,Clay County,56669.0,MISO +2016,29000.0,Missouri,29049.0,Clinton County,56669.0,MISO +2016,29000.0,Missouri,29051.0,Cole County,56669.0,MISO +2016,29000.0,Missouri,29053.0,Cooper County,56669.0,MISO +2016,29000.0,Missouri,29055.0,Crawford County,56669.0,MISO +2016,29000.0,Missouri,29061.0,Daviess County,56669.0,MISO +2016,29000.0,Missouri,29063.0,DeKalb County,56669.0,MISO +2016,29000.0,Missouri,29069.0,Dunklin County,56669.0,MISO +2016,29000.0,Missouri,29071.0,Franklin County,56669.0,MISO +2016,29000.0,Missouri,29073.0,Gasconade County,56669.0,MISO +2016,29000.0,Missouri,29075.0,Gentry County,56669.0,MISO +2016,29000.0,Missouri,29089.0,Howard County,56669.0,MISO +2016,29000.0,Missouri,29093.0,Iron County,56669.0,MISO +2016,29000.0,Missouri,29099.0,Jefferson County,56669.0,MISO +2016,29000.0,Missouri,29103.0,Knox County,56669.0,MISO +2016,29000.0,Missouri,29111.0,Lewis County,56669.0,MISO +2016,29000.0,Missouri,29113.0,Lincoln County,56669.0,MISO +2016,29000.0,Missouri,29115.0,Linn County,56669.0,MISO +2016,29000.0,Missouri,29117.0,Livingston County,56669.0,MISO +2016,29000.0,Missouri,29121.0,Macon County,56669.0,MISO +2016,29000.0,Missouri,29123.0,Madison County,56669.0,MISO +2016,29000.0,Missouri,29125.0,Maries County,56669.0,MISO +2016,29000.0,Missouri,29127.0,Marion County,56669.0,MISO +2016,29000.0,Missouri,29131.0,Miller County,56669.0,MISO +2016,29000.0,Missouri,29133.0,Mississippi County,56669.0,MISO +2016,29000.0,Missouri,29135.0,Moniteau County,56669.0,MISO +2016,29000.0,Missouri,29137.0,Monroe County,56669.0,MISO +2016,29000.0,Missouri,29139.0,Montgomery County,56669.0,MISO +2016,29000.0,Missouri,29141.0,Morgan County,56669.0,MISO +2016,29000.0,Missouri,29143.0,New Madrid County,56669.0,MISO +2016,29000.0,Missouri,29149.0,Oregon County,56669.0,MISO +2016,29000.0,Missouri,29151.0,Osage County,56669.0,MISO +2016,29000.0,Missouri,29155.0,Pemiscot County,56669.0,MISO +2016,29000.0,Missouri,29157.0,Perry County,56669.0,MISO +2016,29000.0,Missouri,29159.0,Pettis County,56669.0,MISO +2016,29000.0,Missouri,29161.0,Phelps County,56669.0,MISO +2016,29000.0,Missouri,29163.0,Pike County,56669.0,MISO +2016,29000.0,Missouri,29169.0,Pulaski County,56669.0,MISO +2016,29000.0,Missouri,29173.0,Ralls County,56669.0,MISO +2016,29000.0,Missouri,29175.0,Randolph County,56669.0,MISO +2016,29000.0,Missouri,29177.0,Ray County,56669.0,MISO +2016,29000.0,Missouri,29179.0,Reynolds County,56669.0,MISO +2016,29000.0,Missouri,29181.0,Ripley County,56669.0,MISO +2016,29000.0,Missouri,29183.0,St. Charles County,56669.0,MISO +2016,29000.0,Missouri,29186.0,Ste. Genevieve County,56669.0,MISO +2016,29000.0,Missouri,29187.0,St. Francois County,56669.0,MISO +2016,29000.0,Missouri,29195.0,Saline County,56669.0,MISO +2016,29000.0,Missouri,29197.0,Schuyler County,56669.0,MISO +2016,29000.0,Missouri,29199.0,Scotland County,56669.0,MISO +2016,29000.0,Missouri,29201.0,Scott County,56669.0,MISO +2016,29000.0,Missouri,29207.0,Stoddard County,56669.0,MISO +2016,29000.0,Missouri,29211.0,Sullivan County,56669.0,MISO +2016,29000.0,Missouri,29219.0,Warren County,56669.0,MISO +2016,29000.0,Missouri,29221.0,Washington County,56669.0,MISO +2016,29000.0,Missouri,29510.0,St. Louis City,56669.0,MISO +2016,38000.0,North Dakota,38003.0,Barnes County,56669.0,MISO +2016,38000.0,North Dakota,38005.0,Benson County,56669.0,MISO +2016,38000.0,North Dakota,38009.0,Bottineau County,56669.0,MISO +2016,38000.0,North Dakota,38015.0,Burleigh County,56669.0,MISO +2016,38000.0,North Dakota,38017.0,Cass County,56669.0,MISO +2016,38000.0,North Dakota,38019.0,Cavalier County,56669.0,MISO +2016,38000.0,North Dakota,38021.0,Dickey County,56669.0,MISO +2016,38000.0,North Dakota,38027.0,Eddy County,56669.0,MISO +2016,38000.0,North Dakota,38031.0,Foster County,56669.0,MISO +2016,38000.0,North Dakota,38035.0,Grand Forks County,56669.0,MISO +2016,38000.0,North Dakota,38039.0,Griggs County,56669.0,MISO +2016,38000.0,North Dakota,38043.0,Kidder County,56669.0,MISO +2016,38000.0,North Dakota,38045.0,LaMoure County,56669.0,MISO +2016,38000.0,North Dakota,38047.0,Logan County,56669.0,MISO +2016,38000.0,North Dakota,38049.0,McHenry County,56669.0,MISO +2016,38000.0,North Dakota,38051.0,McIntosh County,56669.0,MISO +2016,38000.0,North Dakota,38055.0,McLean County,56669.0,MISO +2016,38000.0,North Dakota,38061.0,Mountrail County,56669.0,MISO +2016,38000.0,North Dakota,38063.0,Nelson County,56669.0,MISO +2016,38000.0,North Dakota,38067.0,Pembina County,56669.0,MISO +2016,38000.0,North Dakota,38069.0,Pierce County,56669.0,MISO +2016,38000.0,North Dakota,38071.0,Ramsey County,56669.0,MISO +2016,38000.0,North Dakota,38073.0,Ransom County,56669.0,MISO +2016,38000.0,North Dakota,38075.0,Renville County,56669.0,MISO +2016,38000.0,North Dakota,38077.0,Richland County,56669.0,MISO +2016,38000.0,North Dakota,38079.0,Rolette County,56669.0,MISO +2016,38000.0,North Dakota,38081.0,Sargent County,56669.0,MISO +2016,38000.0,North Dakota,38083.0,Sheridan County,56669.0,MISO +2016,38000.0,North Dakota,38091.0,Steele County,56669.0,MISO +2016,38000.0,North Dakota,38093.0,Stutsman County,56669.0,MISO +2016,38000.0,North Dakota,38095.0,Towner County,56669.0,MISO +2016,38000.0,North Dakota,38097.0,Traill County,56669.0,MISO +2016,38000.0,North Dakota,38099.0,Walsh County,56669.0,MISO +2016,38000.0,North Dakota,38101.0,Ward County,56669.0,MISO +2016,38000.0,North Dakota,38103.0,Wells County,56669.0,MISO +2016,40000.0,Oklahoma,40079.0,Le Flore County,56669.0,MISO +2016,40000.0,Oklahoma,40089.0,McCurtain County,56669.0,MISO +2016,46000.0,South Dakota,46011.0,Brookings County,56669.0,MISO +2016,46000.0,South Dakota,46029.0,Codington County,56669.0,MISO +2016,46000.0,South Dakota,46037.0,Day County,56669.0,MISO +2016,46000.0,South Dakota,46039.0,Deuel County,56669.0,MISO +2016,46000.0,South Dakota,46051.0,Grant County,56669.0,MISO +2016,46000.0,South Dakota,46057.0,Hamlin County,56669.0,MISO +2016,46000.0,South Dakota,46061.0,Hanson County,56669.0,MISO +2016,46000.0,South Dakota,46067.0,Hutchinson County,56669.0,MISO +2016,46000.0,South Dakota,46077.0,Kingsbury County,56669.0,MISO +2016,46000.0,South Dakota,46079.0,Lake County,56669.0,MISO +2016,46000.0,South Dakota,46083.0,Lincoln County,56669.0,MISO +2016,46000.0,South Dakota,46087.0,McCook County,56669.0,MISO +2016,46000.0,South Dakota,46091.0,Marshall County,56669.0,MISO +2016,46000.0,South Dakota,46097.0,Miner County,56669.0,MISO +2016,46000.0,South Dakota,46099.0,Minnehaha County,56669.0,MISO +2016,46000.0,South Dakota,46101.0,Moody County,56669.0,MISO +2016,46000.0,South Dakota,46109.0,Roberts County,56669.0,MISO +2016,46000.0,South Dakota,46111.0,Sanborn County,56669.0,MISO +2016,46000.0,South Dakota,46125.0,Turner County,56669.0,MISO +2016,46000.0,South Dakota,46127.0,Union County,56669.0,MISO +2016,47000.0,Tennessee,47167.0,Tipton County,56669.0,MISO +2016,48000.0,Texas,48005.0,Angelina County,56669.0,MISO +2016,48000.0,Texas,48037.0,Bowie County,56669.0,MISO +2016,48000.0,Texas,48041.0,Brazos County,56669.0,MISO +2016,48000.0,Texas,48051.0,Burleson County,56669.0,MISO +2016,48000.0,Texas,48071.0,Chambers County,56669.0,MISO +2016,48000.0,Texas,48145.0,Falls County,56669.0,MISO +2016,48000.0,Texas,48167.0,Galveston County,56669.0,MISO +2016,48000.0,Texas,48185.0,Grimes County,56669.0,MISO +2016,48000.0,Texas,48199.0,Hardin County,56669.0,MISO +2016,48000.0,Texas,48201.0,Harris County,56669.0,MISO +2016,48000.0,Texas,48225.0,Houston County,56669.0,MISO +2016,48000.0,Texas,48241.0,Jasper County,56669.0,MISO +2016,48000.0,Texas,48245.0,Jefferson County,56669.0,MISO +2016,48000.0,Texas,48289.0,Leon County,56669.0,MISO +2016,48000.0,Texas,48291.0,Liberty County,56669.0,MISO +2016,48000.0,Texas,48293.0,Limestone County,56669.0,MISO +2016,48000.0,Texas,48313.0,Madison County,56669.0,MISO +2016,48000.0,Texas,48331.0,Milam County,56669.0,MISO +2016,48000.0,Texas,48339.0,Montgomery County,56669.0,MISO +2016,48000.0,Texas,48347.0,Nacogdoches County,56669.0,MISO +2016,48000.0,Texas,48351.0,Newton County,56669.0,MISO +2016,48000.0,Texas,48361.0,Orange County,56669.0,MISO +2016,48000.0,Texas,48365.0,Panola County,56669.0,MISO +2016,48000.0,Texas,48373.0,Polk County,56669.0,MISO +2016,48000.0,Texas,48395.0,Robertson County,56669.0,MISO +2016,48000.0,Texas,48401.0,Rusk County,56669.0,MISO +2016,48000.0,Texas,48403.0,Sabine County,56669.0,MISO +2016,48000.0,Texas,48405.0,San Augustine County,56669.0,MISO +2016,48000.0,Texas,48407.0,San Jacinto County,56669.0,MISO +2016,48000.0,Texas,48419.0,Shelby County,56669.0,MISO +2016,48000.0,Texas,48455.0,Trinity County,56669.0,MISO +2016,48000.0,Texas,48457.0,Tyler County,56669.0,MISO +2016,48000.0,Texas,48471.0,Walker County,56669.0,MISO +2016,48000.0,Texas,48473.0,Waller County,56669.0,MISO +2016,48000.0,Texas,48477.0,Washington County,56669.0,MISO +2016,55000.0,Wisconsin,55001.0,Adams County,56669.0,MISO +2016,55000.0,Wisconsin,55003.0,Ashland County,56669.0,MISO +2016,55000.0,Wisconsin,55005.0,Barron County,56669.0,MISO +2016,55000.0,Wisconsin,55007.0,Bayfield County,56669.0,MISO +2016,55000.0,Wisconsin,55009.0,Brown County,56669.0,MISO +2016,55000.0,Wisconsin,55011.0,Buffalo County,56669.0,MISO +2016,55000.0,Wisconsin,55013.0,Burnett County,56669.0,MISO +2016,55000.0,Wisconsin,55015.0,Calumet County,56669.0,MISO +2016,55000.0,Wisconsin,55017.0,Chippewa County,56669.0,MISO +2016,55000.0,Wisconsin,55019.0,Clark County,56669.0,MISO +2016,55000.0,Wisconsin,55021.0,Columbia County,56669.0,MISO +2016,55000.0,Wisconsin,55023.0,Crawford County,56669.0,MISO +2016,55000.0,Wisconsin,55025.0,Dane County,56669.0,MISO +2016,55000.0,Wisconsin,55027.0,Dodge County,56669.0,MISO +2016,55000.0,Wisconsin,55029.0,Door County,56669.0,MISO +2016,55000.0,Wisconsin,55031.0,Douglas County,56669.0,MISO +2016,55000.0,Wisconsin,55033.0,Dunn County,56669.0,MISO +2016,55000.0,Wisconsin,55035.0,Eau Claire County,56669.0,MISO +2016,55000.0,Wisconsin,55037.0,Florence County,56669.0,MISO +2016,55000.0,Wisconsin,55039.0,Fond du Lac County,56669.0,MISO +2016,55000.0,Wisconsin,55041.0,Forest County,56669.0,MISO +2016,55000.0,Wisconsin,55043.0,Grant County,56669.0,MISO +2016,55000.0,Wisconsin,55045.0,Green County,56669.0,MISO +2016,55000.0,Wisconsin,55047.0,Green Lake County,56669.0,MISO +2016,55000.0,Wisconsin,55049.0,Iowa County,56669.0,MISO +2016,55000.0,Wisconsin,55051.0,Iron County,56669.0,MISO +2016,55000.0,Wisconsin,55053.0,Jackson County,56669.0,MISO +2016,55000.0,Wisconsin,55055.0,Jefferson County,56669.0,MISO +2016,55000.0,Wisconsin,55057.0,Juneau County,56669.0,MISO +2016,55000.0,Wisconsin,55059.0,Kenosha County,56669.0,MISO +2016,55000.0,Wisconsin,55061.0,Kewaunee County,56669.0,MISO +2016,55000.0,Wisconsin,55063.0,La Crosse County,56669.0,MISO +2016,55000.0,Wisconsin,55065.0,Lafayette County,56669.0,MISO +2016,55000.0,Wisconsin,55067.0,Langlade County,56669.0,MISO +2016,55000.0,Wisconsin,55069.0,Lincoln County,56669.0,MISO +2016,55000.0,Wisconsin,55071.0,Manitowoc County,56669.0,MISO +2016,55000.0,Wisconsin,55073.0,Marathon County,56669.0,MISO +2016,55000.0,Wisconsin,55075.0,Marinette County,56669.0,MISO +2016,55000.0,Wisconsin,55077.0,Marquette County,56669.0,MISO +2016,55000.0,Wisconsin,55078.0,Menominee County,56669.0,MISO +2016,55000.0,Wisconsin,55079.0,Milwaukee County,56669.0,MISO +2016,55000.0,Wisconsin,55081.0,Monroe County,56669.0,MISO +2016,55000.0,Wisconsin,55083.0,Oconto County,56669.0,MISO +2016,55000.0,Wisconsin,55085.0,Oneida County,56669.0,MISO +2016,55000.0,Wisconsin,55087.0,Outagamie County,56669.0,MISO +2016,55000.0,Wisconsin,55089.0,Ozaukee County,56669.0,MISO +2016,55000.0,Wisconsin,55091.0,Pepin County,56669.0,MISO +2016,55000.0,Wisconsin,55093.0,Pierce County,56669.0,MISO +2016,55000.0,Wisconsin,55095.0,Polk County,56669.0,MISO +2016,55000.0,Wisconsin,55097.0,Portage County,56669.0,MISO +2016,55000.0,Wisconsin,55099.0,Price County,56669.0,MISO +2016,55000.0,Wisconsin,55101.0,Racine County,56669.0,MISO +2016,55000.0,Wisconsin,55103.0,Richland County,56669.0,MISO +2016,55000.0,Wisconsin,55105.0,Rock County,56669.0,MISO +2016,55000.0,Wisconsin,55107.0,Rusk County,56669.0,MISO +2016,55000.0,Wisconsin,55109.0,St. Croix County,56669.0,MISO +2016,55000.0,Wisconsin,55111.0,Sauk County,56669.0,MISO +2016,55000.0,Wisconsin,55113.0,Sawyer County,56669.0,MISO +2016,55000.0,Wisconsin,55115.0,Shawano County,56669.0,MISO +2016,55000.0,Wisconsin,55117.0,Sheboygan County,56669.0,MISO +2016,55000.0,Wisconsin,55119.0,Taylor County,56669.0,MISO +2016,55000.0,Wisconsin,55121.0,Trempealeau County,56669.0,MISO +2016,55000.0,Wisconsin,55123.0,Vernon County,56669.0,MISO +2016,55000.0,Wisconsin,55125.0,Vilas County,56669.0,MISO +2016,55000.0,Wisconsin,55127.0,Walworth County,56669.0,MISO +2016,55000.0,Wisconsin,55129.0,Washburn County,56669.0,MISO +2016,55000.0,Wisconsin,55131.0,Washington County,56669.0,MISO +2016,55000.0,Wisconsin,55133.0,Waukesha County,56669.0,MISO +2016,55000.0,Wisconsin,55135.0,Waupaca County,56669.0,MISO +2016,55000.0,Wisconsin,55137.0,Waushara County,56669.0,MISO +2016,55000.0,Wisconsin,55139.0,Winnebago County,56669.0,MISO +2016,55000.0,Wisconsin,55141.0,Wood County,56669.0,MISO +2016,4000.0,Arizona,4001.0,Apache County,59504.0,SWPP +2016,4000.0,Arizona,4003.0,Cochise County ,59504.0,SWPP +2016,4000.0,Arizona,4005.0,Coconino County,59504.0,SWPP +2016,4000.0,Arizona,4007.0,Gila County,59504.0,SWPP +2016,4000.0,Arizona,4012.0,La Paz County,59504.0,SWPP +2016,4000.0,Arizona,4013.0,Maricopa County,59504.0,SWPP +2016,4000.0,Arizona,4015.0,Mohave County,59504.0,SWPP +2016,4000.0,Arizona,4017.0,Navajo County,59504.0,SWPP +2016,4000.0,Arizona,4019.0,Pima County,59504.0,SWPP +2016,4000.0,Arizona,4021.0,Pinal County,59504.0,SWPP +2016,4000.0,Arizona,4025.0,Yavapai County,59504.0,SWPP +2016,4000.0,Arizona,4027.0,Yuma County,59504.0,SWPP +2016,5000.0,Arkansas,5007.0,Benton County,59504.0,SWPP +2016,5000.0,Arkansas,5009.0,Boone County,59504.0,SWPP +2016,5000.0,Arkansas,5015.0,Carroll County,59504.0,SWPP +2016,5000.0,Arkansas,5033.0,Crawford County,59504.0,SWPP +2016,5000.0,Arkansas,5047.0,Franklin County,59504.0,SWPP +2016,5000.0,Arkansas,5057.0,Hempstead County,59504.0,SWPP +2016,5000.0,Arkansas,5061.0,Howard County,59504.0,SWPP +2016,5000.0,Arkansas,5071.0,Johnson County,59504.0,SWPP +2016,5000.0,Arkansas,5073.0,Lafayette County,59504.0,SWPP +2016,5000.0,Arkansas,5081.0,Little River County,59504.0,SWPP +2016,5000.0,Arkansas,5083.0,Logan County,59504.0,SWPP +2016,5000.0,Arkansas,5087.0,Madison County,59504.0,SWPP +2016,5000.0,Arkansas,5091.0,Miller County,59504.0,SWPP +2016,5000.0,Arkansas,5101.0,Newton County,59504.0,SWPP +2016,5000.0,Arkansas,5109.0,Pike County,59504.0,SWPP +2016,5000.0,Arkansas,5113.0,Polk County,59504.0,SWPP +2016,5000.0,Arkansas,5115.0,Pope County,59504.0,SWPP +2016,5000.0,Arkansas,5127.0,Scott County,59504.0,SWPP +2016,5000.0,Arkansas,5131.0,Sebastian County,59504.0,SWPP +2016,5000.0,Arkansas,5133.0,Sevier County,59504.0,SWPP +2016,5000.0,Arkansas,5143.0,Washington County,59504.0,SWPP +2016,5000.0,Arkansas,5149.0,Yell County,59504.0,SWPP +2016,6000.0,California,6001.0,Alameda County,59504.0,SWPP +2016,6000.0,California,6007.0,Butte County,59504.0,SWPP +2016,6000.0,California,6009.0,Calaveras County,59504.0,SWPP +2016,6000.0,California,6011.0,Colusa County,59504.0,SWPP +2016,6000.0,California,6013.0,Contra Costa County,59504.0,SWPP +2016,6000.0,California,6019.0,Fresno County,59504.0,SWPP +2016,6000.0,California,6021.0,Glenn County,59504.0,SWPP +2016,6000.0,California,6025.0,Imperial County,59504.0,SWPP +2016,6000.0,California,6035.0,Lassen County,59504.0,SWPP +2016,6000.0,California,6039.0,Madera County,59504.0,SWPP +2016,6000.0,California,6047.0,Merced County,59504.0,SWPP +2016,6000.0,California,6049.0,Modoc County,59504.0,SWPP +2016,6000.0,California,6061.0,Placer County,59504.0,SWPP +2016,6000.0,California,6065.0,Riverside County,59504.0,SWPP +2016,6000.0,California,6067.0,Sacramento County,59504.0,SWPP +2016,6000.0,California,6071.0,San Bernardino County,59504.0,SWPP +2016,6000.0,California,6077.0,San Joaquin County,59504.0,SWPP +2016,6000.0,California,6089.0,Shasta County,59504.0,SWPP +2016,6000.0,California,6093.0,Siskiyou County,59504.0,SWPP +2016,6000.0,California,6095.0,Solano County,59504.0,SWPP +2016,6000.0,California,6099.0,Stanislaus County,59504.0,SWPP +2016,6000.0,California,6101.0,Sutter County,59504.0,SWPP +2016,6000.0,California,6103.0,Tehama County,59504.0,SWPP +2016,6000.0,California,6105.0,Trinity County,59504.0,SWPP +2016,6000.0,California,6109.0,Tuolumne County,59504.0,SWPP +2016,6000.0,California,6113.0,Yolo County,59504.0,SWPP +2016,6000.0,California,6115.0,Yuba County,59504.0,SWPP +2016,8000.0,Colorado,8001.0,Adams County,59504.0,SWPP +2016,8000.0,Colorado,8009.0,Baca County,59504.0,SWPP +2016,8000.0,Colorado,8013.0,Boulder County,59504.0,SWPP +2016,8000.0,Colorado,8014.0,Broomfield County,59504.0,SWPP +2016,8000.0,Colorado,8015.0,Chaffee County,59504.0,SWPP +2016,8000.0,Colorado,8017.0,Cheyenne County,59504.0,SWPP +2016,8000.0,Colorado,8019.0,Clear Creek County,59504.0,SWPP +2016,8000.0,Colorado,8027.0,Custer County,59504.0,SWPP +2016,8000.0,Colorado,8029.0,Delta County,59504.0,SWPP +2016,8000.0,Colorado,8033.0,Dolores County,59504.0,SWPP +2016,8000.0,Colorado,8035.0,Douglas County,59504.0,SWPP +2016,8000.0,Colorado,8041.0,El Paso County,59504.0,SWPP +2016,8000.0,Colorado,8043.0,Fremont County,59504.0,SWPP +2016,8000.0,Colorado,8045.0,Garfield County,59504.0,SWPP +2016,8000.0,Colorado,8049.0,Grand County,59504.0,SWPP +2016,8000.0,Colorado,8051.0,Gunnison County,59504.0,SWPP +2016,8000.0,Colorado,8057.0,Jackson County,59504.0,SWPP +2016,8000.0,Colorado,8059.0,Jefferson County,59504.0,SWPP +2016,8000.0,Colorado,8061.0,Kiowa County,59504.0,SWPP +2016,8000.0,Colorado,8065.0,Lake County,59504.0,SWPP +2016,8000.0,Colorado,8067.0,La Plata County,59504.0,SWPP +2016,8000.0,Colorado,8069.0,Larimer County,59504.0,SWPP +2016,8000.0,Colorado,8073.0,Lincoln County,59504.0,SWPP +2016,8000.0,Colorado,8075.0,Logan County,59504.0,SWPP +2016,8000.0,Colorado,8077.0,Mesa County,59504.0,SWPP +2016,8000.0,Colorado,8081.0,Moffat County,59504.0,SWPP +2016,8000.0,Colorado,8083.0,Montezuma County,59504.0,SWPP +2016,8000.0,Colorado,8085.0,Montrose County,59504.0,SWPP +2016,8000.0,Colorado,8087.0,Morgan County,59504.0,SWPP +2016,8000.0,Colorado,8091.0,Ouray County,59504.0,SWPP +2016,8000.0,Colorado,8095.0,Phillips County,59504.0,SWPP +2016,8000.0,Colorado,8097.0,Pitkin County,59504.0,SWPP +2016,8000.0,Colorado,8099.0,Prowers County,59504.0,SWPP +2016,8000.0,Colorado,8101.0,Pueblo County,59504.0,SWPP +2016,8000.0,Colorado,8103.0,Rio Blanco County,59504.0,SWPP +2016,8000.0,Colorado,8107.0,Routt County,59504.0,SWPP +2016,8000.0,Colorado,8109.0,Saguache County,59504.0,SWPP +2016,8000.0,Colorado,8113.0,San Miguel County,59504.0,SWPP +2016,8000.0,Colorado,8115.0,Sedgwick County,59504.0,SWPP +2016,8000.0,Colorado,8117.0,Summit County,59504.0,SWPP +2016,8000.0,Colorado,8121.0,Washington County,59504.0,SWPP +2016,8000.0,Colorado,8123.0,Weld County,59504.0,SWPP +2016,8000.0,Colorado,8125.0,Yuma County,59504.0,SWPP +2016,19000.0,Iowa,19001.0,Adair County,59504.0,SWPP +2016,19000.0,Iowa,19009.0,Audubon County,59504.0,SWPP +2016,19000.0,Iowa,19017.0,Bremer County,59504.0,SWPP +2016,19000.0,Iowa,19021.0,Buena Vista County,59504.0,SWPP +2016,19000.0,Iowa,19023.0,Butler County,59504.0,SWPP +2016,19000.0,Iowa,19027.0,Carroll County,59504.0,SWPP +2016,19000.0,Iowa,19029.0,Cass County,59504.0,SWPP +2016,19000.0,Iowa,19033.0,Cerro Gordo County,59504.0,SWPP +2016,19000.0,Iowa,19035.0,Cherokee County,59504.0,SWPP +2016,19000.0,Iowa,19037.0,Chickasaw County,59504.0,SWPP +2016,19000.0,Iowa,19041.0,Clay County,59504.0,SWPP +2016,19000.0,Iowa,19047.0,Crawford County,59504.0,SWPP +2016,19000.0,Iowa,19059.0,Dickinson County,59504.0,SWPP +2016,19000.0,Iowa,19063.0,Emmet County,59504.0,SWPP +2016,19000.0,Iowa,19065.0,Fayette County,59504.0,SWPP +2016,19000.0,Iowa,19067.0,Floyd County,59504.0,SWPP +2016,19000.0,Iowa,19069.0,Franklin County,59504.0,SWPP +2016,19000.0,Iowa,19079.0,Hamilton County,59504.0,SWPP +2016,19000.0,Iowa,19081.0,Hancock County,59504.0,SWPP +2016,19000.0,Iowa,19083.0,Hardin County,59504.0,SWPP +2016,19000.0,Iowa,19085.0,Harrison County,59504.0,SWPP +2016,19000.0,Iowa,19091.0,Humboldt County,59504.0,SWPP +2016,19000.0,Iowa,19093.0,Ida County,59504.0,SWPP +2016,19000.0,Iowa,19109.0,Kossuth County,59504.0,SWPP +2016,19000.0,Iowa,19119.0,Lyon County,59504.0,SWPP +2016,19000.0,Iowa,19133.0,Monona County,59504.0,SWPP +2016,19000.0,Iowa,19141.0,O'Brien County,59504.0,SWPP +2016,19000.0,Iowa,19143.0,Osceola County,59504.0,SWPP +2016,19000.0,Iowa,19147.0,Palo Alto County,59504.0,SWPP +2016,19000.0,Iowa,19149.0,Plymouth County,59504.0,SWPP +2016,19000.0,Iowa,19151.0,Pocahontas County,59504.0,SWPP +2016,19000.0,Iowa,19155.0,Pottawattamie County,59504.0,SWPP +2016,19000.0,Iowa,19159.0,Ringgold County,59504.0,SWPP +2016,19000.0,Iowa,19161.0,Sac County,59504.0,SWPP +2016,19000.0,Iowa,19165.0,Shelby County,59504.0,SWPP +2016,19000.0,Iowa,19167.0,Sioux County,59504.0,SWPP +2016,19000.0,Iowa,19173.0,Taylor County,59504.0,SWPP +2016,19000.0,Iowa,19175.0,Union County,59504.0,SWPP +2016,19000.0,Iowa,19187.0,Webster County,59504.0,SWPP +2016,19000.0,Iowa,19189.0,Winnebago County,59504.0,SWPP +2016,19000.0,Iowa,19193.0,Woodbury County,59504.0,SWPP +2016,19000.0,Iowa,19195.0,Worth County,59504.0,SWPP +2016,19000.0,Iowa,19197.0,Wright County,59504.0,SWPP +2016,20000.0,Kansas,20001.0,Allen County,59504.0,SWPP +2016,20000.0,Kansas,20003.0,Anderson County,59504.0,SWPP +2016,20000.0,Kansas,20005.0,Atchison County,59504.0,SWPP +2016,20000.0,Kansas,20007.0,Barber County,59504.0,SWPP +2016,20000.0,Kansas,20009.0,Barton County,59504.0,SWPP +2016,20000.0,Kansas,20011.0,Bourbon County,59504.0,SWPP +2016,20000.0,Kansas,20013.0,Brown County,59504.0,SWPP +2016,20000.0,Kansas,20015.0,Butler County,59504.0,SWPP +2016,20000.0,Kansas,20017.0,Chase County,59504.0,SWPP +2016,20000.0,Kansas,20019.0,Chautauqua County,59504.0,SWPP +2016,20000.0,Kansas,20021.0,Cherokee County,59504.0,SWPP +2016,20000.0,Kansas,20023.0,Cheyenne County,59504.0,SWPP +2016,20000.0,Kansas,20025.0,Clark County,59504.0,SWPP +2016,20000.0,Kansas,20027.0,Clay County,59504.0,SWPP +2016,20000.0,Kansas,20029.0,Cloud County,59504.0,SWPP +2016,20000.0,Kansas,20031.0,Coffey County,59504.0,SWPP +2016,20000.0,Kansas,20033.0,Comanche County,59504.0,SWPP +2016,20000.0,Kansas,20035.0,Cowley County,59504.0,SWPP +2016,20000.0,Kansas,20037.0,Crawford County,59504.0,SWPP +2016,20000.0,Kansas,20039.0,Decatur County,59504.0,SWPP +2016,20000.0,Kansas,20041.0,Dickinson County,59504.0,SWPP +2016,20000.0,Kansas,20043.0,Doniphan County,59504.0,SWPP +2016,20000.0,Kansas,20045.0,Douglas County,59504.0,SWPP +2016,20000.0,Kansas,20047.0,Edwards County,59504.0,SWPP +2016,20000.0,Kansas,20049.0,Elk County,59504.0,SWPP +2016,20000.0,Kansas,20051.0,Ellis County,59504.0,SWPP +2016,20000.0,Kansas,20053.0,Ellsworth County,59504.0,SWPP +2016,20000.0,Kansas,20055.0,Finney County,59504.0,SWPP +2016,20000.0,Kansas,20057.0,Ford County,59504.0,SWPP +2016,20000.0,Kansas,20059.0,Franklin County,59504.0,SWPP +2016,20000.0,Kansas,20061.0,Geary County,59504.0,SWPP +2016,20000.0,Kansas,20063.0,Gove County,59504.0,SWPP +2016,20000.0,Kansas,20065.0,Graham County,59504.0,SWPP +2016,20000.0,Kansas,20067.0,Grant County,59504.0,SWPP +2016,20000.0,Kansas,20069.0,Gray County,59504.0,SWPP +2016,20000.0,Kansas,20071.0,Greeley County,59504.0,SWPP +2016,20000.0,Kansas,20073.0,Greenwood County,59504.0,SWPP +2016,20000.0,Kansas,20075.0,Hamilton County,59504.0,SWPP +2016,20000.0,Kansas,20077.0,Harper County,59504.0,SWPP +2016,20000.0,Kansas,20079.0,Harvey County,59504.0,SWPP +2016,20000.0,Kansas,20081.0,Haskell County,59504.0,SWPP +2016,20000.0,Kansas,20083.0,Hodgeman County,59504.0,SWPP +2016,20000.0,Kansas,20085.0,Jackson County,59504.0,SWPP +2016,20000.0,Kansas,20087.0,Jefferson County,59504.0,SWPP +2016,20000.0,Kansas,20089.0,Jewell County,59504.0,SWPP +2016,20000.0,Kansas,20091.0,Johnson County,59504.0,SWPP +2016,20000.0,Kansas,20093.0,Kearny County,59504.0,SWPP +2016,20000.0,Kansas,20095.0,Kingman County,59504.0,SWPP +2016,20000.0,Kansas,20097.0,Kiowa County,59504.0,SWPP +2016,20000.0,Kansas,20099.0,Labette County,59504.0,SWPP +2016,20000.0,Kansas,20101.0,Lane County,59504.0,SWPP +2016,20000.0,Kansas,20103.0,Leavenworth County,59504.0,SWPP +2016,20000.0,Kansas,20105.0,Lincoln County,59504.0,SWPP +2016,20000.0,Kansas,20107.0,Linn County,59504.0,SWPP +2016,20000.0,Kansas,20109.0,Logan County,59504.0,SWPP +2016,20000.0,Kansas,20111.0,Lyon County,59504.0,SWPP +2016,20000.0,Kansas,20113.0,McPherson County,59504.0,SWPP +2016,20000.0,Kansas,20115.0,Marion County,59504.0,SWPP +2016,20000.0,Kansas,20117.0,Marshall County,59504.0,SWPP +2016,20000.0,Kansas,20119.0,Meade County,59504.0,SWPP +2016,20000.0,Kansas,20121.0,Miami County,59504.0,SWPP +2016,20000.0,Kansas,20123.0,Mitchell County,59504.0,SWPP +2016,20000.0,Kansas,20125.0,Montgomery County,59504.0,SWPP +2016,20000.0,Kansas,20127.0,Morris County,59504.0,SWPP +2016,20000.0,Kansas,20129.0,Morton County,59504.0,SWPP +2016,20000.0,Kansas,20131.0,Nemaha County,59504.0,SWPP +2016,20000.0,Kansas,20133.0,Neosho County,59504.0,SWPP +2016,20000.0,Kansas,20135.0,Ness County,59504.0,SWPP +2016,20000.0,Kansas,20137.0,Norton County,59504.0,SWPP +2016,20000.0,Kansas,20139.0,Osage County,59504.0,SWPP +2016,20000.0,Kansas,20141.0,Osborne County,59504.0,SWPP +2016,20000.0,Kansas,20143.0,Ottawa County,59504.0,SWPP +2016,20000.0,Kansas,20145.0,Pawnee County,59504.0,SWPP +2016,20000.0,Kansas,20147.0,Phillips County,59504.0,SWPP +2016,20000.0,Kansas,20149.0,Pottawatomie County,59504.0,SWPP +2016,20000.0,Kansas,20151.0,Pratt County,59504.0,SWPP +2016,20000.0,Kansas,20153.0,Rawlins County,59504.0,SWPP +2016,20000.0,Kansas,20155.0,Reno County,59504.0,SWPP +2016,20000.0,Kansas,20157.0,Republic County,59504.0,SWPP +2016,20000.0,Kansas,20159.0,Rice County,59504.0,SWPP +2016,20000.0,Kansas,20161.0,Riley County,59504.0,SWPP +2016,20000.0,Kansas,20163.0,Rooks County,59504.0,SWPP +2016,20000.0,Kansas,20165.0,Rush County,59504.0,SWPP +2016,20000.0,Kansas,20167.0,Russell County,59504.0,SWPP +2016,20000.0,Kansas,20169.0,Saline County,59504.0,SWPP +2016,20000.0,Kansas,20171.0,Scott County,59504.0,SWPP +2016,20000.0,Kansas,20173.0,Sedgwick County,59504.0,SWPP +2016,20000.0,Kansas,20175.0,Seward County,59504.0,SWPP +2016,20000.0,Kansas,20177.0,Shawnee County,59504.0,SWPP +2016,20000.0,Kansas,20179.0,Sheridan County,59504.0,SWPP +2016,20000.0,Kansas,20181.0,Sherman County,59504.0,SWPP +2016,20000.0,Kansas,20183.0,Smith County,59504.0,SWPP +2016,20000.0,Kansas,20185.0,Stafford County,59504.0,SWPP +2016,20000.0,Kansas,20187.0,Stanton County,59504.0,SWPP +2016,20000.0,Kansas,20189.0,Stevens County,59504.0,SWPP +2016,20000.0,Kansas,20191.0,Sumner County,59504.0,SWPP +2016,20000.0,Kansas,20193.0,Thomas County,59504.0,SWPP +2016,20000.0,Kansas,20195.0,Trego County,59504.0,SWPP +2016,20000.0,Kansas,20197.0,Wabaunsee County,59504.0,SWPP +2016,20000.0,Kansas,20199.0,Wallace County,59504.0,SWPP +2016,20000.0,Kansas,20201.0,Washington County,59504.0,SWPP +2016,20000.0,Kansas,20203.0,Wichita County,59504.0,SWPP +2016,20000.0,Kansas,20205.0,Wilson County,59504.0,SWPP +2016,20000.0,Kansas,20207.0,Woodson County,59504.0,SWPP +2016,20000.0,Kansas,20209.0,Wyandotte County,59504.0,SWPP +2016,22000.0,Louisiana,22013.0,Bienville Parish,59504.0,SWPP +2016,22000.0,Louisiana,22015.0,Bossier Parish,59504.0,SWPP +2016,22000.0,Louisiana,22017.0,Caddo Parish,59504.0,SWPP +2016,22000.0,Louisiana,22031.0,De Soto Parish,59504.0,SWPP +2016,22000.0,Louisiana,22043.0,Grant Parish,59504.0,SWPP +2016,22000.0,Louisiana,22069.0,Natchitoches Parish,59504.0,SWPP +2016,22000.0,Louisiana,22081.0,Red River Parish,59504.0,SWPP +2016,22000.0,Louisiana,22085.0,Sabine Parish,59504.0,SWPP +2016,22000.0,Louisiana,22115.0,Vernon Parish,59504.0,SWPP +2016,22000.0,Louisiana,22119.0,Webster Parish,59504.0,SWPP +2016,22000.0,Louisiana,22127.0,Winn Parish,59504.0,SWPP +2016,27000.0,Minnesota,27011.0,Big Stone County,59504.0,SWPP +2016,27000.0,Minnesota,27023.0,Chippewa County,59504.0,SWPP +2016,27000.0,Minnesota,27027.0,Clay County,59504.0,SWPP +2016,27000.0,Minnesota,27051.0,Grant County,59504.0,SWPP +2016,27000.0,Minnesota,27073.0,Lac Qui Parle County,59504.0,SWPP +2016,27000.0,Minnesota,27081.0,Lincoln County,59504.0,SWPP +2016,27000.0,Minnesota,27083.0,Lyon County,59504.0,SWPP +2016,27000.0,Minnesota,27101.0,Murray County,59504.0,SWPP +2016,27000.0,Minnesota,27105.0,Nobles County,59504.0,SWPP +2016,27000.0,Minnesota,27111.0,Otter Tail County,59504.0,SWPP +2016,27000.0,Minnesota,27117.0,Pipestone County,59504.0,SWPP +2016,27000.0,Minnesota,27119.0,Polk County,59504.0,SWPP +2016,27000.0,Minnesota,27133.0,Rock County,59504.0,SWPP +2016,27000.0,Minnesota,27149.0,Stevens County,59504.0,SWPP +2016,27000.0,Minnesota,27151.0,Swift County,59504.0,SWPP +2016,27000.0,Minnesota,27155.0,Traverse County,59504.0,SWPP +2016,27000.0,Minnesota,27167.0,Wilkin County,59504.0,SWPP +2016,27000.0,Minnesota,27173.0,Yellow Medicine County,59504.0,SWPP +2016,29000.0,Missouri,29003.0,Andrew County,59504.0,SWPP +2016,29000.0,Missouri,29005.0,Atchison County,59504.0,SWPP +2016,29000.0,Missouri,29009.0,Barry County,59504.0,SWPP +2016,29000.0,Missouri,29011.0,Barton County,59504.0,SWPP +2016,29000.0,Missouri,29013.0,Bates County,59504.0,SWPP +2016,29000.0,Missouri,29015.0,Benton County,59504.0,SWPP +2016,29000.0,Missouri,29021.0,Buchanan County,59504.0,SWPP +2016,29000.0,Missouri,29033.0,Carroll County,59504.0,SWPP +2016,29000.0,Missouri,29037.0,Cass County,59504.0,SWPP +2016,29000.0,Missouri,29039.0,Cedar County,59504.0,SWPP +2016,29000.0,Missouri,29041.0,Chariton County,59504.0,SWPP +2016,29000.0,Missouri,29043.0,Christian County,59504.0,SWPP +2016,29000.0,Missouri,29047.0,Clay County,59504.0,SWPP +2016,29000.0,Missouri,29049.0,Clinton County,59504.0,SWPP +2016,29000.0,Missouri,29057.0,Dade County,59504.0,SWPP +2016,29000.0,Missouri,29059.0,Dallas County,59504.0,SWPP +2016,29000.0,Missouri,29061.0,Daviess County,59504.0,SWPP +2016,29000.0,Missouri,29063.0,DeKalb County,59504.0,SWPP +2016,29000.0,Missouri,29069.0,Dunklin County,59504.0,SWPP +2016,29000.0,Missouri,29075.0,Gentry County,59504.0,SWPP +2016,29000.0,Missouri,29077.0,Greene County,59504.0,SWPP +2016,29000.0,Missouri,29079.0,Grundy County,59504.0,SWPP +2016,29000.0,Missouri,29081.0,Harrison County,59504.0,SWPP +2016,29000.0,Missouri,29083.0,Henry County,59504.0,SWPP +2016,29000.0,Missouri,29085.0,Hickory County,59504.0,SWPP +2016,29000.0,Missouri,29087.0,Holt County,59504.0,SWPP +2016,29000.0,Missouri,29089.0,Howard County,59504.0,SWPP +2016,29000.0,Missouri,29091.0,Howell County,59504.0,SWPP +2016,29000.0,Missouri,29095.0,Jackson County,59504.0,SWPP +2016,29000.0,Missouri,29097.0,Jasper County,59504.0,SWPP +2016,29000.0,Missouri,29101.0,Johnson County,59504.0,SWPP +2016,29000.0,Missouri,29107.0,Lafayette County,59504.0,SWPP +2016,29000.0,Missouri,29109.0,Lawrence County,59504.0,SWPP +2016,29000.0,Missouri,29117.0,Livingston County,59504.0,SWPP +2016,29000.0,Missouri,29119.0,McDonald County,59504.0,SWPP +2016,29000.0,Missouri,29129.0,Mercer County,59504.0,SWPP +2016,29000.0,Missouri,29145.0,Newton County,59504.0,SWPP +2016,29000.0,Missouri,29147.0,Nodaway County,59504.0,SWPP +2016,29000.0,Missouri,29159.0,Pettis County,59504.0,SWPP +2016,29000.0,Missouri,29165.0,Platte County,59504.0,SWPP +2016,29000.0,Missouri,29167.0,Polk County,59504.0,SWPP +2016,29000.0,Missouri,29175.0,Randolph County,59504.0,SWPP +2016,29000.0,Missouri,29177.0,Ray County,59504.0,SWPP +2016,29000.0,Missouri,29185.0,St. Clair County,59504.0,SWPP +2016,29000.0,Missouri,29195.0,Saline County,59504.0,SWPP +2016,29000.0,Missouri,29209.0,Stone County,59504.0,SWPP +2016,29000.0,Missouri,29213.0,Taney County,59504.0,SWPP +2016,29000.0,Missouri,29217.0,Vernon County,59504.0,SWPP +2016,29000.0,Missouri,29227.0,Worth County,59504.0,SWPP +2016,30000.0,Montana,30003.0,Big Horn County,59504.0,SWPP +2016,30000.0,Montana,30005.0,Blaine County,59504.0,SWPP +2016,30000.0,Montana,30009.0,Carbon County,59504.0,SWPP +2016,30000.0,Montana,30011.0,Carter County,59504.0,SWPP +2016,30000.0,Montana,30013.0,Cascade County,59504.0,SWPP +2016,30000.0,Montana,30015.0,Chouteau County,59504.0,SWPP +2016,30000.0,Montana,30017.0,Custer County,59504.0,SWPP +2016,30000.0,Montana,30019.0,Daniels County,59504.0,SWPP +2016,30000.0,Montana,30021.0,Dawson County,59504.0,SWPP +2016,30000.0,Montana,30025.0,Fallon County,59504.0,SWPP +2016,30000.0,Montana,30033.0,Garfield County,59504.0,SWPP +2016,30000.0,Montana,30041.0,Hill County,59504.0,SWPP +2016,30000.0,Montana,30049.0,Lewis and Clark County,59504.0,SWPP +2016,30000.0,Montana,30051.0,Liberty County,59504.0,SWPP +2016,30000.0,Montana,30055.0,McCone County,59504.0,SWPP +2016,30000.0,Montana,30071.0,Phillips County,59504.0,SWPP +2016,30000.0,Montana,30073.0,Pondera County,59504.0,SWPP +2016,30000.0,Montana,30079.0,Prairie County,59504.0,SWPP +2016,30000.0,Montana,30083.0,Richland County,59504.0,SWPP +2016,30000.0,Montana,30085.0,Roosevelt County,59504.0,SWPP +2016,30000.0,Montana,30087.0,Rosebud County,59504.0,SWPP +2016,30000.0,Montana,30091.0,Sheridan County,59504.0,SWPP +2016,30000.0,Montana,30099.0,Teton County,59504.0,SWPP +2016,30000.0,Montana,30101.0,Toole County,59504.0,SWPP +2016,30000.0,Montana,30103.0,Treasure County,59504.0,SWPP +2016,30000.0,Montana,30105.0,Valley County,59504.0,SWPP +2016,30000.0,Montana,30109.0,Wibaux County,59504.0,SWPP +2016,30000.0,Montana,30111.0,Yellowstone County,59504.0,SWPP +2016,31000.0,Nebraska,31001.0,Adams County,59504.0,SWPP +2016,31000.0,Nebraska,31003.0,Antelope County,59504.0,SWPP +2016,31000.0,Nebraska,31007.0,Banner County,59504.0,SWPP +2016,31000.0,Nebraska,31009.0,Blaine County,59504.0,SWPP +2016,31000.0,Nebraska,31011.0,Boone County,59504.0,SWPP +2016,31000.0,Nebraska,31013.0,Box Butte County,59504.0,SWPP +2016,31000.0,Nebraska,31015.0,Boyd County,59504.0,SWPP +2016,31000.0,Nebraska,31017.0,Brown County,59504.0,SWPP +2016,31000.0,Nebraska,31019.0,Buffalo County,59504.0,SWPP +2016,31000.0,Nebraska,31021.0,Burt County,59504.0,SWPP +2016,31000.0,Nebraska,31023.0,Butler County,59504.0,SWPP +2016,31000.0,Nebraska,31025.0,Cass County,59504.0,SWPP +2016,31000.0,Nebraska,31027.0,Cedar County,59504.0,SWPP +2016,31000.0,Nebraska,31029.0,Chase County,59504.0,SWPP +2016,31000.0,Nebraska,31031.0,Cherry County,59504.0,SWPP +2016,31000.0,Nebraska,31033.0,Cheyenne County,59504.0,SWPP +2016,31000.0,Nebraska,31035.0,Clay County,59504.0,SWPP +2016,31000.0,Nebraska,31037.0,Colfax County,59504.0,SWPP +2016,31000.0,Nebraska,31039.0,Cuming County,59504.0,SWPP +2016,31000.0,Nebraska,31041.0,Custer County,59504.0,SWPP +2016,31000.0,Nebraska,31043.0,Dakota County,59504.0,SWPP +2016,31000.0,Nebraska,31045.0,Dawes County,59504.0,SWPP +2016,31000.0,Nebraska,31047.0,Dawson County,59504.0,SWPP +2016,31000.0,Nebraska,31049.0,Deuel County,59504.0,SWPP +2016,31000.0,Nebraska,31051.0,Dixon County,59504.0,SWPP +2016,31000.0,Nebraska,31053.0,Dodge County,59504.0,SWPP +2016,31000.0,Nebraska,31055.0,Douglas County,59504.0,SWPP +2016,31000.0,Nebraska,31057.0,Dundy County,59504.0,SWPP +2016,31000.0,Nebraska,31059.0,Fillmore County,59504.0,SWPP +2016,31000.0,Nebraska,31061.0,Franklin County,59504.0,SWPP +2016,31000.0,Nebraska,31063.0,Frontier County,59504.0,SWPP +2016,31000.0,Nebraska,31065.0,Furnas County,59504.0,SWPP +2016,31000.0,Nebraska,31067.0,Gage County,59504.0,SWPP +2016,31000.0,Nebraska,31069.0,Garden County,59504.0,SWPP +2016,31000.0,Nebraska,31071.0,Garfield County,59504.0,SWPP +2016,31000.0,Nebraska,31073.0,Gosper County,59504.0,SWPP +2016,31000.0,Nebraska,31075.0,Grant County,59504.0,SWPP +2016,31000.0,Nebraska,31077.0,Greeley County,59504.0,SWPP +2016,31000.0,Nebraska,31079.0,Hall County,59504.0,SWPP +2016,31000.0,Nebraska,31081.0,Hamilton County,59504.0,SWPP +2016,31000.0,Nebraska,31083.0,Harlan County,59504.0,SWPP +2016,31000.0,Nebraska,31085.0,Hayes County,59504.0,SWPP +2016,31000.0,Nebraska,31087.0,Hitchcock County,59504.0,SWPP +2016,31000.0,Nebraska,31089.0,Holt County,59504.0,SWPP +2016,31000.0,Nebraska,31091.0,Hooker County,59504.0,SWPP +2016,31000.0,Nebraska,31093.0,Howard County,59504.0,SWPP +2016,31000.0,Nebraska,31095.0,Jefferson County,59504.0,SWPP +2016,31000.0,Nebraska,31097.0,Johnson County,59504.0,SWPP +2016,31000.0,Nebraska,31099.0,Kearney County,59504.0,SWPP +2016,31000.0,Nebraska,31101.0,Keith County,59504.0,SWPP +2016,31000.0,Nebraska,31103.0,Keya Paha County,59504.0,SWPP +2016,31000.0,Nebraska,31105.0,Kimball County,59504.0,SWPP +2016,31000.0,Nebraska,31107.0,Knox County,59504.0,SWPP +2016,31000.0,Nebraska,31109.0,Lancaster County,59504.0,SWPP +2016,31000.0,Nebraska,31111.0,Lincoln County,59504.0,SWPP +2016,31000.0,Nebraska,31113.0,Logan County,59504.0,SWPP +2016,31000.0,Nebraska,31115.0,Loup County,59504.0,SWPP +2016,31000.0,Nebraska,31117.0,McPherson County,59504.0,SWPP +2016,31000.0,Nebraska,31119.0,Madison County,59504.0,SWPP +2016,31000.0,Nebraska,31121.0,Merrick County,59504.0,SWPP +2016,31000.0,Nebraska,31123.0,Morrill County,59504.0,SWPP +2016,31000.0,Nebraska,31125.0,Nance County,59504.0,SWPP +2016,31000.0,Nebraska,31127.0,Nemaha County,59504.0,SWPP +2016,31000.0,Nebraska,31129.0,Nuckolls County,59504.0,SWPP +2016,31000.0,Nebraska,31131.0,Otoe County,59504.0,SWPP +2016,31000.0,Nebraska,31133.0,Pawnee County,59504.0,SWPP +2016,31000.0,Nebraska,31135.0,Perkins County,59504.0,SWPP +2016,31000.0,Nebraska,31137.0,Phelps County,59504.0,SWPP +2016,31000.0,Nebraska,31139.0,Pierce County,59504.0,SWPP +2016,31000.0,Nebraska,31141.0,Platte County,59504.0,SWPP +2016,31000.0,Nebraska,31143.0,Polk County,59504.0,SWPP +2016,31000.0,Nebraska,31145.0,Red Willow County,59504.0,SWPP +2016,31000.0,Nebraska,31147.0,Richardson County,59504.0,SWPP +2016,31000.0,Nebraska,31149.0,Rock County,59504.0,SWPP +2016,31000.0,Nebraska,31151.0,Saline County,59504.0,SWPP +2016,31000.0,Nebraska,31153.0,Sarpy County,59504.0,SWPP +2016,31000.0,Nebraska,31155.0,Saunders County,59504.0,SWPP +2016,31000.0,Nebraska,31157.0,Scotts Bluff County,59504.0,SWPP +2016,31000.0,Nebraska,31159.0,Seward County,59504.0,SWPP +2016,31000.0,Nebraska,31161.0,Sheridan County,59504.0,SWPP +2016,31000.0,Nebraska,31163.0,Sherman County,59504.0,SWPP +2016,31000.0,Nebraska,31165.0,Sioux County,59504.0,SWPP +2016,31000.0,Nebraska,31167.0,Stanton County,59504.0,SWPP +2016,31000.0,Nebraska,31169.0,Thayer County,59504.0,SWPP +2016,31000.0,Nebraska,31171.0,Thomas County,59504.0,SWPP +2016,31000.0,Nebraska,31173.0,Thurston County,59504.0,SWPP +2016,31000.0,Nebraska,31175.0,Valley County,59504.0,SWPP +2016,31000.0,Nebraska,31177.0,Washington County,59504.0,SWPP +2016,31000.0,Nebraska,31179.0,Wayne County,59504.0,SWPP +2016,31000.0,Nebraska,31181.0,Webster County,59504.0,SWPP +2016,31000.0,Nebraska,31183.0,Wheeler County,59504.0,SWPP +2016,31000.0,Nebraska,31185.0,York County,59504.0,SWPP +2016,32000.0,Nevada,32003.0,Clark County,59504.0,SWPP +2016,35000.0,New Mexico,35005.0,Chaves County,59504.0,SWPP +2016,35000.0,New Mexico,35009.0,Curry County,59504.0,SWPP +2016,35000.0,New Mexico,35011.0,De Baca County,59504.0,SWPP +2016,35000.0,New Mexico,35015.0,Eddy County,59504.0,SWPP +2016,35000.0,New Mexico,35019.0,Guadalupe County,59504.0,SWPP +2016,35000.0,New Mexico,35021.0,Harding County,59504.0,SWPP +2016,35000.0,New Mexico,35025.0,Lea County,59504.0,SWPP +2016,35000.0,New Mexico,35035.0,Otero County,59504.0,SWPP +2016,35000.0,New Mexico,35037.0,Quay County,59504.0,SWPP +2016,35000.0,New Mexico,35041.0,Roosevelt County,59504.0,SWPP +2016,35000.0,New Mexico,35045.0,San Juan County,59504.0,SWPP +2016,35000.0,New Mexico,35047.0,San Miguel County,59504.0,SWPP +2016,35000.0,New Mexico,35059.0,Union County,59504.0,SWPP +2016,38000.0,North Dakota,38001.0,Adams County,59504.0,SWPP +2016,38000.0,North Dakota,38003.0,Barnes County,59504.0,SWPP +2016,38000.0,North Dakota,38005.0,Benson County,59504.0,SWPP +2016,38000.0,North Dakota,38007.0,Billings County,59504.0,SWPP +2016,38000.0,North Dakota,38009.0,Bottineau County,59504.0,SWPP +2016,38000.0,North Dakota,38011.0,Bowman County,59504.0,SWPP +2016,38000.0,North Dakota,38013.0,Burke County,59504.0,SWPP +2016,38000.0,North Dakota,38015.0,Burleigh County,59504.0,SWPP +2016,38000.0,North Dakota,38017.0,Cass County,59504.0,SWPP +2016,38000.0,North Dakota,38021.0,Dickey County,59504.0,SWPP +2016,38000.0,North Dakota,38023.0,Divide County,59504.0,SWPP +2016,38000.0,North Dakota,38025.0,Dunn County,59504.0,SWPP +2016,38000.0,North Dakota,38027.0,Eddy County,59504.0,SWPP +2016,38000.0,North Dakota,38029.0,Emmons County,59504.0,SWPP +2016,38000.0,North Dakota,38031.0,Foster County,59504.0,SWPP +2016,38000.0,North Dakota,38033.0,Golden Valley County,59504.0,SWPP +2016,38000.0,North Dakota,38035.0,Grand Forks County,59504.0,SWPP +2016,38000.0,North Dakota,38037.0,Grant County,59504.0,SWPP +2016,38000.0,North Dakota,38039.0,Griggs County,59504.0,SWPP +2016,38000.0,North Dakota,38041.0,Hettinger County,59504.0,SWPP +2016,38000.0,North Dakota,38043.0,Kidder County,59504.0,SWPP +2016,38000.0,North Dakota,38045.0,LaMoure County,59504.0,SWPP +2016,38000.0,North Dakota,38047.0,Logan County,59504.0,SWPP +2016,38000.0,North Dakota,38049.0,McHenry County,59504.0,SWPP +2016,38000.0,North Dakota,38051.0,McIntosh County,59504.0,SWPP +2016,38000.0,North Dakota,38053.0,McKenzie County,59504.0,SWPP +2016,38000.0,North Dakota,38055.0,McLean County,59504.0,SWPP +2016,38000.0,North Dakota,38057.0,Mercer County,59504.0,SWPP +2016,38000.0,North Dakota,38059.0,Morton County,59504.0,SWPP +2016,38000.0,North Dakota,38061.0,Mountrail County,59504.0,SWPP +2016,38000.0,North Dakota,38063.0,Nelson County,59504.0,SWPP +2016,38000.0,North Dakota,38065.0,Oliver County,59504.0,SWPP +2016,38000.0,North Dakota,38069.0,Pierce County,59504.0,SWPP +2016,38000.0,North Dakota,38071.0,Ramsey County,59504.0,SWPP +2016,38000.0,North Dakota,38073.0,Ransom County,59504.0,SWPP +2016,38000.0,North Dakota,38075.0,Renville County,59504.0,SWPP +2016,38000.0,North Dakota,38077.0,Richland County,59504.0,SWPP +2016,38000.0,North Dakota,38081.0,Sargent County,59504.0,SWPP +2016,38000.0,North Dakota,38083.0,Sheridan County,59504.0,SWPP +2016,38000.0,North Dakota,38085.0,Sioux County,59504.0,SWPP +2016,38000.0,North Dakota,38087.0,Slope County,59504.0,SWPP +2016,38000.0,North Dakota,38089.0,Stark County,59504.0,SWPP +2016,38000.0,North Dakota,38091.0,Steele County,59504.0,SWPP +2016,38000.0,North Dakota,38093.0,Stutsman County,59504.0,SWPP +2016,38000.0,North Dakota,38095.0,Towner County,59504.0,SWPP +2016,38000.0,North Dakota,38097.0,Traill County,59504.0,SWPP +2016,38000.0,North Dakota,38101.0,Ward County,59504.0,SWPP +2016,38000.0,North Dakota,38103.0,Wells County,59504.0,SWPP +2016,38000.0,North Dakota,38105.0,Williams County,59504.0,SWPP +2016,40000.0,Oklahoma,40001.0,Adair County,59504.0,SWPP +2016,40000.0,Oklahoma,40003.0,Alfalfa County,59504.0,SWPP +2016,40000.0,Oklahoma,40005.0,Atoka County,59504.0,SWPP +2016,40000.0,Oklahoma,40007.0,Beaver County,59504.0,SWPP +2016,40000.0,Oklahoma,40009.0,Beckham County,59504.0,SWPP +2016,40000.0,Oklahoma,40011.0,Blaine County,59504.0,SWPP +2016,40000.0,Oklahoma,40013.0,Bryan County,59504.0,SWPP +2016,40000.0,Oklahoma,40015.0,Caddo County,59504.0,SWPP +2016,40000.0,Oklahoma,40017.0,Canadian County,59504.0,SWPP +2016,40000.0,Oklahoma,40019.0,Carter County,59504.0,SWPP +2016,40000.0,Oklahoma,40021.0,Cherokee County,59504.0,SWPP +2016,40000.0,Oklahoma,40023.0,Choctaw County,59504.0,SWPP +2016,40000.0,Oklahoma,40025.0,Cimarron County,59504.0,SWPP +2016,40000.0,Oklahoma,40027.0,Cleveland County,59504.0,SWPP +2016,40000.0,Oklahoma,40029.0,Coal County,59504.0,SWPP +2016,40000.0,Oklahoma,40031.0,Comanche County,59504.0,SWPP +2016,40000.0,Oklahoma,40033.0,Cotton County,59504.0,SWPP +2016,40000.0,Oklahoma,40035.0,Craig County,59504.0,SWPP +2016,40000.0,Oklahoma,40037.0,Creek County,59504.0,SWPP +2016,40000.0,Oklahoma,40039.0,Custer County,59504.0,SWPP +2016,40000.0,Oklahoma,40041.0,Delaware County,59504.0,SWPP +2016,40000.0,Oklahoma,40043.0,Dewey County,59504.0,SWPP +2016,40000.0,Oklahoma,40045.0,Ellis County,59504.0,SWPP +2016,40000.0,Oklahoma,40047.0,Garfield County,59504.0,SWPP +2016,40000.0,Oklahoma,40049.0,Garvin County,59504.0,SWPP +2016,40000.0,Oklahoma,40051.0,Grady County,59504.0,SWPP +2016,40000.0,Oklahoma,40053.0,Grant County,59504.0,SWPP +2016,40000.0,Oklahoma,40055.0,Greer County,59504.0,SWPP +2016,40000.0,Oklahoma,40057.0,Harmon County,59504.0,SWPP +2016,40000.0,Oklahoma,40059.0,Harper County,59504.0,SWPP +2016,40000.0,Oklahoma,40061.0,Haskell County,59504.0,SWPP +2016,40000.0,Oklahoma,40063.0,Hughes County,59504.0,SWPP +2016,40000.0,Oklahoma,40065.0,Jackson County,59504.0,SWPP +2016,40000.0,Oklahoma,40067.0,Jefferson County,59504.0,SWPP +2016,40000.0,Oklahoma,40069.0,Johnston County,59504.0,SWPP +2016,40000.0,Oklahoma,40071.0,Kay County,59504.0,SWPP +2016,40000.0,Oklahoma,40073.0,Kingfisher County,59504.0,SWPP +2016,40000.0,Oklahoma,40075.0,Kiowa County,59504.0,SWPP +2016,40000.0,Oklahoma,40077.0,Latimer County,59504.0,SWPP +2016,40000.0,Oklahoma,40079.0,Le Flore County,59504.0,SWPP +2016,40000.0,Oklahoma,40081.0,Lincoln County,59504.0,SWPP +2016,40000.0,Oklahoma,40083.0,Logan County,59504.0,SWPP +2016,40000.0,Oklahoma,40085.0,Love County,59504.0,SWPP +2016,40000.0,Oklahoma,40087.0,McClain County,59504.0,SWPP +2016,40000.0,Oklahoma,40089.0,McCurtain County,59504.0,SWPP +2016,40000.0,Oklahoma,40091.0,McIntosh County,59504.0,SWPP +2016,40000.0,Oklahoma,40093.0,Major County,59504.0,SWPP +2016,40000.0,Oklahoma,40095.0,Marshall County,59504.0,SWPP +2016,40000.0,Oklahoma,40097.0,Mayes County,59504.0,SWPP +2016,40000.0,Oklahoma,40099.0,Murray County,59504.0,SWPP +2016,40000.0,Oklahoma,40101.0,Muskogee County,59504.0,SWPP +2016,40000.0,Oklahoma,40103.0,Noble County,59504.0,SWPP +2016,40000.0,Oklahoma,40105.0,Nowata County,59504.0,SWPP +2016,40000.0,Oklahoma,40107.0,Okfuskee County,59504.0,SWPP +2016,40000.0,Oklahoma,40109.0,Oklahoma County,59504.0,SWPP +2016,40000.0,Oklahoma,40111.0,Okmulgee County,59504.0,SWPP +2016,40000.0,Oklahoma,40113.0,Osage County,59504.0,SWPP +2016,40000.0,Oklahoma,40115.0,Ottawa County,59504.0,SWPP +2016,40000.0,Oklahoma,40117.0,Pawnee County,59504.0,SWPP +2016,40000.0,Oklahoma,40119.0,Payne County,59504.0,SWPP +2016,40000.0,Oklahoma,40121.0,Pittsburg County,59504.0,SWPP +2016,40000.0,Oklahoma,40123.0,Pontotoc County,59504.0,SWPP +2016,40000.0,Oklahoma,40125.0,Pottawatomie County,59504.0,SWPP +2016,40000.0,Oklahoma,40127.0,Pushmataha County,59504.0,SWPP +2016,40000.0,Oklahoma,40129.0,Roger Mills County,59504.0,SWPP +2016,40000.0,Oklahoma,40131.0,Rogers County,59504.0,SWPP +2016,40000.0,Oklahoma,40133.0,Seminole County,59504.0,SWPP +2016,40000.0,Oklahoma,40135.0,Sequoyah County,59504.0,SWPP +2016,40000.0,Oklahoma,40137.0,Stephens County,59504.0,SWPP +2016,40000.0,Oklahoma,40139.0,Texas County,59504.0,SWPP +2016,40000.0,Oklahoma,40141.0,Tillman County,59504.0,SWPP +2016,40000.0,Oklahoma,40143.0,Tulsa County,59504.0,SWPP +2016,40000.0,Oklahoma,40145.0,Wagoner County,59504.0,SWPP +2016,40000.0,Oklahoma,40147.0,Washington County,59504.0,SWPP +2016,40000.0,Oklahoma,40149.0,Washita County,59504.0,SWPP +2016,40000.0,Oklahoma,40151.0,Woods County,59504.0,SWPP +2016,40000.0,Oklahoma,40153.0,Woodward County,59504.0,SWPP +2016,41000.0,Oregon,41035.0,Klamath County,59504.0,SWPP +2016,46000.0,South Dakota,46003.0,Aurora County,59504.0,SWPP +2016,46000.0,South Dakota,46005.0,Beadle County,59504.0,SWPP +2016,46000.0,South Dakota,46007.0,Bennett County,59504.0,SWPP +2016,46000.0,South Dakota,46009.0,Bon Homme County,59504.0,SWPP +2016,46000.0,South Dakota,46011.0,Brookings County,59504.0,SWPP +2016,46000.0,South Dakota,46013.0,Brown County,59504.0,SWPP +2016,46000.0,South Dakota,46015.0,Brule County,59504.0,SWPP +2016,46000.0,South Dakota,46017.0,Buffalo County,59504.0,SWPP +2016,46000.0,South Dakota,46019.0,Butte County,59504.0,SWPP +2016,46000.0,South Dakota,46021.0,Campbell County,59504.0,SWPP +2016,46000.0,South Dakota,46023.0,Charles Mix County,59504.0,SWPP +2016,46000.0,South Dakota,46025.0,Clark County,59504.0,SWPP +2016,46000.0,South Dakota,46027.0,Clay County,59504.0,SWPP +2016,46000.0,South Dakota,46029.0,Codington County,59504.0,SWPP +2016,46000.0,South Dakota,46031.0,Corson County,59504.0,SWPP +2016,46000.0,South Dakota,46033.0,Custer County,59504.0,SWPP +2016,46000.0,South Dakota,46035.0,Davison County,59504.0,SWPP +2016,46000.0,South Dakota,46037.0,Day County,59504.0,SWPP +2016,46000.0,South Dakota,46039.0,Deuel County,59504.0,SWPP +2016,46000.0,South Dakota,46041.0,Dewey County,59504.0,SWPP +2016,46000.0,South Dakota,46043.0,Douglas County,59504.0,SWPP +2016,46000.0,South Dakota,46045.0,Edmunds County,59504.0,SWPP +2016,46000.0,South Dakota,46047.0,Fall River County,59504.0,SWPP +2016,46000.0,South Dakota,46049.0,Faulk County,59504.0,SWPP +2016,46000.0,South Dakota,46051.0,Grant County,59504.0,SWPP +2016,46000.0,South Dakota,46053.0,Gregory County,59504.0,SWPP +2016,46000.0,South Dakota,46055.0,Haakon County,59504.0,SWPP +2016,46000.0,South Dakota,46057.0,Hamlin County,59504.0,SWPP +2016,46000.0,South Dakota,46059.0,Hand County,59504.0,SWPP +2016,46000.0,South Dakota,46061.0,Hanson County,59504.0,SWPP +2016,46000.0,South Dakota,46063.0,Harding County,59504.0,SWPP +2016,46000.0,South Dakota,46065.0,Hughes County,59504.0,SWPP +2016,46000.0,South Dakota,46067.0,Hutchinson County,59504.0,SWPP +2016,46000.0,South Dakota,46069.0,Hyde County,59504.0,SWPP +2016,46000.0,South Dakota,46071.0,Jackson County,59504.0,SWPP +2016,46000.0,South Dakota,46073.0,Jerauld County,59504.0,SWPP +2016,46000.0,South Dakota,46075.0,Jones County,59504.0,SWPP +2016,46000.0,South Dakota,46077.0,Kingsbury County,59504.0,SWPP +2016,46000.0,South Dakota,46079.0,Lake County,59504.0,SWPP +2016,46000.0,South Dakota,46081.0,Lawrence County,59504.0,SWPP +2016,46000.0,South Dakota,46083.0,Lincoln County,59504.0,SWPP +2016,46000.0,South Dakota,46085.0,Lyman County,59504.0,SWPP +2016,46000.0,South Dakota,46087.0,McCook County,59504.0,SWPP +2016,46000.0,South Dakota,46089.0,McPherson County,59504.0,SWPP +2016,46000.0,South Dakota,46091.0,Marshall County,59504.0,SWPP +2016,46000.0,South Dakota,46093.0,Meade County,59504.0,SWPP +2016,46000.0,South Dakota,46095.0,Mellette County,59504.0,SWPP +2016,46000.0,South Dakota,46097.0,Miner County,59504.0,SWPP +2016,46000.0,South Dakota,46099.0,Minnehaha County,59504.0,SWPP +2016,46000.0,South Dakota,46101.0,Moody County,59504.0,SWPP +2016,46000.0,South Dakota,46103.0,Pennington County,59504.0,SWPP +2016,46000.0,South Dakota,46105.0,Perkins County,59504.0,SWPP +2016,46000.0,South Dakota,46107.0,Potter County,59504.0,SWPP +2016,46000.0,South Dakota,46109.0,Roberts County,59504.0,SWPP +2016,46000.0,South Dakota,46111.0,Sanborn County,59504.0,SWPP +2016,46000.0,South Dakota,46113.0,Shannon County,59504.0,SWPP +2016,46000.0,South Dakota,46115.0,Spink County,59504.0,SWPP +2016,46000.0,South Dakota,46117.0,Stanley County,59504.0,SWPP +2016,46000.0,South Dakota,46119.0,Sully County,59504.0,SWPP +2016,46000.0,South Dakota,46121.0,Todd County,59504.0,SWPP +2016,46000.0,South Dakota,46123.0,Tripp County,59504.0,SWPP +2016,46000.0,South Dakota,46125.0,Turner County,59504.0,SWPP +2016,46000.0,South Dakota,46127.0,Union County,59504.0,SWPP +2016,46000.0,South Dakota,46129.0,Walworth County,59504.0,SWPP +2016,46000.0,South Dakota,46135.0,Yankton County,59504.0,SWPP +2016,46000.0,South Dakota,46137.0,Ziebach County,59504.0,SWPP +2016,48000.0,Texas,48003.0,Andrews County,59504.0,SWPP +2016,48000.0,Texas,48009.0,Archer County,59504.0,SWPP +2016,48000.0,Texas,48011.0,Armstrong County,59504.0,SWPP +2016,48000.0,Texas,48017.0,Bailey County,59504.0,SWPP +2016,48000.0,Texas,48023.0,Baylor County,59504.0,SWPP +2016,48000.0,Texas,48033.0,Borden County,59504.0,SWPP +2016,48000.0,Texas,48037.0,Bowie County,59504.0,SWPP +2016,48000.0,Texas,48045.0,Briscoe County,59504.0,SWPP +2016,48000.0,Texas,48063.0,Camp County,59504.0,SWPP +2016,48000.0,Texas,48065.0,Carson County,59504.0,SWPP +2016,48000.0,Texas,48067.0,Cass County,59504.0,SWPP +2016,48000.0,Texas,48069.0,Castro County,59504.0,SWPP +2016,48000.0,Texas,48075.0,Childress County,59504.0,SWPP +2016,48000.0,Texas,48079.0,Cochran County,59504.0,SWPP +2016,48000.0,Texas,48087.0,Collingsworth County,59504.0,SWPP +2016,48000.0,Texas,48101.0,Cottle County,59504.0,SWPP +2016,48000.0,Texas,48107.0,Crosby County,59504.0,SWPP +2016,48000.0,Texas,48111.0,Dallam County,59504.0,SWPP +2016,48000.0,Texas,48115.0,Dawson County,59504.0,SWPP +2016,48000.0,Texas,48117.0,Deaf Smith County,59504.0,SWPP +2016,48000.0,Texas,48129.0,Donley County,59504.0,SWPP +2016,48000.0,Texas,48135.0,Ector County,59504.0,SWPP +2016,48000.0,Texas,48153.0,Floyd County,59504.0,SWPP +2016,48000.0,Texas,48155.0,Foard County,59504.0,SWPP +2016,48000.0,Texas,48159.0,Franklin County,59504.0,SWPP +2016,48000.0,Texas,48165.0,Gaines County,59504.0,SWPP +2016,48000.0,Texas,48169.0,Garza County,59504.0,SWPP +2016,48000.0,Texas,48179.0,Gray County,59504.0,SWPP +2016,48000.0,Texas,48183.0,Gregg County,59504.0,SWPP +2016,48000.0,Texas,48189.0,Hale County,59504.0,SWPP +2016,48000.0,Texas,48191.0,Hall County,59504.0,SWPP +2016,48000.0,Texas,48195.0,Hansford County,59504.0,SWPP +2016,48000.0,Texas,48197.0,Hardeman County,59504.0,SWPP +2016,48000.0,Texas,48203.0,Harrison County,59504.0,SWPP +2016,48000.0,Texas,48205.0,Hartley County,59504.0,SWPP +2016,48000.0,Texas,48211.0,Hemphill County,59504.0,SWPP +2016,48000.0,Texas,48219.0,Hockley County,59504.0,SWPP +2016,48000.0,Texas,48223.0,Hopkins County,59504.0,SWPP +2016,48000.0,Texas,48233.0,Hutchinson County,59504.0,SWPP +2016,48000.0,Texas,48279.0,Lamb County,59504.0,SWPP +2016,48000.0,Texas,48295.0,Lipscomb County,59504.0,SWPP +2016,48000.0,Texas,48303.0,Lubbock County,59504.0,SWPP +2016,48000.0,Texas,48305.0,Lynn County,59504.0,SWPP +2016,48000.0,Texas,48315.0,Marion County,59504.0,SWPP +2016,48000.0,Texas,48317.0,Martin County,59504.0,SWPP +2016,48000.0,Texas,48329.0,Midland County,59504.0,SWPP +2016,48000.0,Texas,48341.0,Moore County,59504.0,SWPP +2016,48000.0,Texas,48343.0,Morris County,59504.0,SWPP +2016,48000.0,Texas,48345.0,Motley County,59504.0,SWPP +2016,48000.0,Texas,48347.0,Nacogdoches County,59504.0,SWPP +2016,48000.0,Texas,48357.0,Ochiltree County,59504.0,SWPP +2016,48000.0,Texas,48359.0,Oldham County,59504.0,SWPP +2016,48000.0,Texas,48365.0,Panola County,59504.0,SWPP +2016,48000.0,Texas,48369.0,Parmer County,59504.0,SWPP +2016,48000.0,Texas,48375.0,Potter County,59504.0,SWPP +2016,48000.0,Texas,48379.0,Rains County,59504.0,SWPP +2016,48000.0,Texas,48381.0,Randall County,59504.0,SWPP +2016,48000.0,Texas,48387.0,Red River County,59504.0,SWPP +2016,48000.0,Texas,48393.0,Roberts County,59504.0,SWPP +2016,48000.0,Texas,48401.0,Rusk County,59504.0,SWPP +2016,48000.0,Texas,48419.0,Shelby County,59504.0,SWPP +2016,48000.0,Texas,48421.0,Sherman County,59504.0,SWPP +2016,48000.0,Texas,48423.0,Smith County,59504.0,SWPP +2016,48000.0,Texas,48437.0,Swisher County,59504.0,SWPP +2016,48000.0,Texas,48445.0,Terry County,59504.0,SWPP +2016,48000.0,Texas,48449.0,Titus County,59504.0,SWPP +2016,48000.0,Texas,48459.0,Upshur County,59504.0,SWPP +2016,48000.0,Texas,48467.0,Van Zandt County,59504.0,SWPP +2016,48000.0,Texas,48483.0,Wheeler County,59504.0,SWPP +2016,48000.0,Texas,48485.0,Wichita County,59504.0,SWPP +2016,48000.0,Texas,48487.0,Wilbarger County,59504.0,SWPP +2016,48000.0,Texas,48499.0,Wood County,59504.0,SWPP +2016,48000.0,Texas,48501.0,Yoakum County,59504.0,SWPP +2016,49000.0,Utah,49009.0,Daggett County,59504.0,SWPP +2016,49000.0,Utah,49037.0,San Juan County,59504.0,SWPP +2016,49000.0,Utah,49047.0,Uintah County,59504.0,SWPP +2016,56000.0,Wyoming,56001.0,Albany County,59504.0,SWPP +2016,56000.0,Wyoming,56003.0,Big Horn County,59504.0,SWPP +2016,56000.0,Wyoming,56007.0,Carbon County,59504.0,SWPP +2016,56000.0,Wyoming,56009.0,Converse County,59504.0,SWPP +2016,56000.0,Wyoming,56013.0,Fremont County,59504.0,SWPP +2016,56000.0,Wyoming,56015.0,Goshen County,59504.0,SWPP +2016,56000.0,Wyoming,56017.0,Hot Springs County,59504.0,SWPP +2016,56000.0,Wyoming,56019.0,Johnson County,59504.0,SWPP +2016,56000.0,Wyoming,56021.0,Laramie County,59504.0,SWPP +2016,56000.0,Wyoming,56023.0,Lincoln County,59504.0,SWPP +2016,56000.0,Wyoming,56025.0,Natrona County,59504.0,SWPP +2016,56000.0,Wyoming,56027.0,Niobrara County,59504.0,SWPP +2016,56000.0,Wyoming,56029.0,Park County,59504.0,SWPP +2016,56000.0,Wyoming,56031.0,Platte County,59504.0,SWPP +2016,56000.0,Wyoming,56033.0,Sheridan County,59504.0,SWPP +2016,56000.0,Wyoming,56037.0,Sweetwater County,59504.0,SWPP +2016,56000.0,Wyoming,56043.0,Washakie County,59504.0,SWPP diff --git a/_static/User_Guide_Data/ba_service_territory_2017.csv b/_static/User_Guide_Data/ba_service_territory_2017.csv new file mode 100644 index 00000000..c810c5b7 --- /dev/null +++ b/_static/User_Guide_Data/ba_service_territory_2017.csv @@ -0,0 +1,5026 @@ +Year,State_FIPS,State_Name,County_FIPS,County_Name,BA_Number,BA_Code +2017,23000.0,Maine,23003.0,Aroostook County,1.0,NBSO +2017,23000.0,Maine,23009.0,Hancock County,1.0,NBSO +2017,23000.0,Maine,23019.0,Penobscot County,1.0,NBSO +2017,23000.0,Maine,23021.0,Piscataquis County,1.0,NBSO +2017,23000.0,Maine,23027.0,Waldo County,1.0,NBSO +2017,23000.0,Maine,23029.0,Washington County,1.0,NBSO +2017,1000.0,Alabama,1001.0,Autauga County,189.0,AEC +2017,1000.0,Alabama,1003.0,Baldwin County,189.0,AEC +2017,1000.0,Alabama,1005.0,Barbour County,189.0,AEC +2017,1000.0,Alabama,1007.0,Bibb County,189.0,AEC +2017,1000.0,Alabama,1011.0,Bullock County,189.0,AEC +2017,1000.0,Alabama,1013.0,Butler County,189.0,AEC +2017,1000.0,Alabama,1015.0,Calhoun County,189.0,AEC +2017,1000.0,Alabama,1017.0,Chambers County,189.0,AEC +2017,1000.0,Alabama,1021.0,Chilton County,189.0,AEC +2017,1000.0,Alabama,1025.0,Clarke County,189.0,AEC +2017,1000.0,Alabama,1027.0,Clay County,189.0,AEC +2017,1000.0,Alabama,1029.0,Cleburne County,189.0,AEC +2017,1000.0,Alabama,1031.0,Coffee County,189.0,AEC +2017,1000.0,Alabama,1035.0,Conecuh County,189.0,AEC +2017,1000.0,Alabama,1037.0,Coosa County,189.0,AEC +2017,1000.0,Alabama,1039.0,Covington County,189.0,AEC +2017,1000.0,Alabama,1041.0,Crenshaw County,189.0,AEC +2017,1000.0,Alabama,1045.0,Dale County,189.0,AEC +2017,1000.0,Alabama,1047.0,Dallas County,189.0,AEC +2017,1000.0,Alabama,1051.0,Elmore County,189.0,AEC +2017,1000.0,Alabama,1053.0,Escambia County,189.0,AEC +2017,1000.0,Alabama,1055.0,Etowah County,189.0,AEC +2017,1000.0,Alabama,1061.0,Geneva County,189.0,AEC +2017,1000.0,Alabama,1067.0,Henry County,189.0,AEC +2017,1000.0,Alabama,1069.0,Houston County,189.0,AEC +2017,1000.0,Alabama,1081.0,Lee County,189.0,AEC +2017,1000.0,Alabama,1085.0,Lowndes County,189.0,AEC +2017,1000.0,Alabama,1087.0,Macon County,189.0,AEC +2017,1000.0,Alabama,1099.0,Monroe County,189.0,AEC +2017,1000.0,Alabama,1101.0,Montgomery County,189.0,AEC +2017,1000.0,Alabama,1105.0,Perry County,189.0,AEC +2017,1000.0,Alabama,1109.0,Pike County,189.0,AEC +2017,1000.0,Alabama,1111.0,Randolph County,189.0,AEC +2017,1000.0,Alabama,1113.0,Russell County,189.0,AEC +2017,1000.0,Alabama,1115.0,Shelby County,189.0,AEC +2017,1000.0,Alabama,1117.0,St. Clair County,189.0,AEC +2017,1000.0,Alabama,1121.0,Talladega County,189.0,AEC +2017,1000.0,Alabama,1123.0,Tallapoosa County,189.0,AEC +2017,1000.0,Alabama,1129.0,Washington County,189.0,AEC +2017,1000.0,Alabama,1131.0,Wilcox County,189.0,AEC +2017,12000.0,Florida,12005.0,Bay County,189.0,AEC +2017,12000.0,Florida,12013.0,Calhoun County,189.0,AEC +2017,12000.0,Florida,12033.0,Escambia County,189.0,AEC +2017,12000.0,Florida,12045.0,Gulf County,189.0,AEC +2017,12000.0,Florida,12059.0,Holmes County,189.0,AEC +2017,12000.0,Florida,12063.0,Jackson County,189.0,AEC +2017,12000.0,Florida,12091.0,Okaloosa County,189.0,AEC +2017,12000.0,Florida,12113.0,Santa Rosa County,189.0,AEC +2017,12000.0,Florida,12131.0,Walton County,189.0,AEC +2017,12000.0,Florida,12133.0,Washington County,189.0,AEC +2017,2000.0,Alaska,2020.0,Anchorage Municipality,599.0,AMPL +2017,4000.0,Arizona,4001.0,Apache County,803.0,AZPS +2017,4000.0,Arizona,4003.0,Cochise County ,803.0,AZPS +2017,4000.0,Arizona,4005.0,Coconino County,803.0,AZPS +2017,4000.0,Arizona,4007.0,Gila County,803.0,AZPS +2017,4000.0,Arizona,4009.0,Graham County,803.0,AZPS +2017,4000.0,Arizona,4011.0,Greenlee County,803.0,AZPS +2017,4000.0,Arizona,4013.0,Maricopa County,803.0,AZPS +2017,4000.0,Arizona,4015.0,Mohave County,803.0,AZPS +2017,4000.0,Arizona,4017.0,Navajo County,803.0,AZPS +2017,4000.0,Arizona,4019.0,Pima County,803.0,AZPS +2017,4000.0,Arizona,4021.0,Pinal County,803.0,AZPS +2017,4000.0,Arizona,4023.0,Santa Cruz County,803.0,AZPS +2017,4000.0,Arizona,4025.0,Yavapai County,803.0,AZPS +2017,4000.0,Arizona,4027.0,Yuma County,803.0,AZPS +2017,5000.0,Arkansas,5035.0,Crittenden County,924.0,AECI +2017,19000.0,Iowa,19007.0,Appanoose County,924.0,AECI +2017,19000.0,Iowa,19051.0,Davis County,924.0,AECI +2017,19000.0,Iowa,19053.0,Decatur County,924.0,AECI +2017,19000.0,Iowa,19057.0,Des Moines County,924.0,AECI +2017,19000.0,Iowa,19071.0,Fremont County,924.0,AECI +2017,19000.0,Iowa,19087.0,Henry County,924.0,AECI +2017,19000.0,Iowa,19101.0,Jefferson County,924.0,AECI +2017,19000.0,Iowa,19107.0,Keokuk County,924.0,AECI +2017,19000.0,Iowa,19111.0,Lee County,924.0,AECI +2017,19000.0,Iowa,19115.0,Louisa County,924.0,AECI +2017,19000.0,Iowa,19117.0,Lucas County,924.0,AECI +2017,19000.0,Iowa,19125.0,Marion County,924.0,AECI +2017,19000.0,Iowa,19135.0,Monroe County,924.0,AECI +2017,19000.0,Iowa,19145.0,Page County,924.0,AECI +2017,19000.0,Iowa,19159.0,Ringgold County,924.0,AECI +2017,19000.0,Iowa,19173.0,Taylor County,924.0,AECI +2017,19000.0,Iowa,19177.0,Van Buren County,924.0,AECI +2017,19000.0,Iowa,19179.0,Wapello County,924.0,AECI +2017,19000.0,Iowa,19183.0,Washington County,924.0,AECI +2017,19000.0,Iowa,19185.0,Wayne County,924.0,AECI +2017,29000.0,Missouri,29001.0,Adair County,924.0,AECI +2017,29000.0,Missouri,29003.0,Andrew County,924.0,AECI +2017,29000.0,Missouri,29005.0,Atchison County,924.0,AECI +2017,29000.0,Missouri,29007.0,Audrain County,924.0,AECI +2017,29000.0,Missouri,29009.0,Barry County,924.0,AECI +2017,29000.0,Missouri,29011.0,Barton County,924.0,AECI +2017,29000.0,Missouri,29013.0,Bates County,924.0,AECI +2017,29000.0,Missouri,29015.0,Benton County,924.0,AECI +2017,29000.0,Missouri,29017.0,Bollinger County,924.0,AECI +2017,29000.0,Missouri,29019.0,Boone County,924.0,AECI +2017,29000.0,Missouri,29021.0,Buchanan County,924.0,AECI +2017,29000.0,Missouri,29023.0,Butler County,924.0,AECI +2017,29000.0,Missouri,29025.0,Caldwell County,924.0,AECI +2017,29000.0,Missouri,29027.0,Callaway County,924.0,AECI +2017,29000.0,Missouri,29029.0,Camden County,924.0,AECI +2017,29000.0,Missouri,29031.0,Cape Girardeau County,924.0,AECI +2017,29000.0,Missouri,29033.0,Carroll County,924.0,AECI +2017,29000.0,Missouri,29035.0,Carter County,924.0,AECI +2017,29000.0,Missouri,29037.0,Cass County,924.0,AECI +2017,29000.0,Missouri,29039.0,Cedar County,924.0,AECI +2017,29000.0,Missouri,29041.0,Chariton County,924.0,AECI +2017,29000.0,Missouri,29043.0,Christian County,924.0,AECI +2017,29000.0,Missouri,29045.0,Clark County,924.0,AECI +2017,29000.0,Missouri,29047.0,Clay County,924.0,AECI +2017,29000.0,Missouri,29049.0,Clinton County,924.0,AECI +2017,29000.0,Missouri,29051.0,Cole County,924.0,AECI +2017,29000.0,Missouri,29053.0,Cooper County,924.0,AECI +2017,29000.0,Missouri,29055.0,Crawford County,924.0,AECI +2017,29000.0,Missouri,29057.0,Dade County,924.0,AECI +2017,29000.0,Missouri,29059.0,Dallas County,924.0,AECI +2017,29000.0,Missouri,29061.0,Daviess County,924.0,AECI +2017,29000.0,Missouri,29063.0,DeKalb County,924.0,AECI +2017,29000.0,Missouri,29065.0,Dent County,924.0,AECI +2017,29000.0,Missouri,29067.0,Douglas County,924.0,AECI +2017,29000.0,Missouri,29069.0,Dunklin County,924.0,AECI +2017,29000.0,Missouri,29071.0,Franklin County,924.0,AECI +2017,29000.0,Missouri,29073.0,Gasconade County,924.0,AECI +2017,29000.0,Missouri,29075.0,Gentry County,924.0,AECI +2017,29000.0,Missouri,29077.0,Greene County,924.0,AECI +2017,29000.0,Missouri,29079.0,Grundy County,924.0,AECI +2017,29000.0,Missouri,29081.0,Harrison County,924.0,AECI +2017,29000.0,Missouri,29083.0,Henry County,924.0,AECI +2017,29000.0,Missouri,29085.0,Hickory County,924.0,AECI +2017,29000.0,Missouri,29087.0,Holt County,924.0,AECI +2017,29000.0,Missouri,29089.0,Howard County,924.0,AECI +2017,29000.0,Missouri,29091.0,Howell County,924.0,AECI +2017,29000.0,Missouri,29093.0,Iron County,924.0,AECI +2017,29000.0,Missouri,29095.0,Jackson County,924.0,AECI +2017,29000.0,Missouri,29097.0,Jasper County,924.0,AECI +2017,29000.0,Missouri,29099.0,Jefferson County,924.0,AECI +2017,29000.0,Missouri,29101.0,Johnson County,924.0,AECI +2017,29000.0,Missouri,29103.0,Knox County,924.0,AECI +2017,29000.0,Missouri,29105.0,Laclede County,924.0,AECI +2017,29000.0,Missouri,29107.0,Lafayette County,924.0,AECI +2017,29000.0,Missouri,29109.0,Lawrence County,924.0,AECI +2017,29000.0,Missouri,29111.0,Lewis County,924.0,AECI +2017,29000.0,Missouri,29113.0,Lincoln County,924.0,AECI +2017,29000.0,Missouri,29115.0,Linn County,924.0,AECI +2017,29000.0,Missouri,29117.0,Livingston County,924.0,AECI +2017,29000.0,Missouri,29119.0,McDonald County,924.0,AECI +2017,29000.0,Missouri,29121.0,Macon County,924.0,AECI +2017,29000.0,Missouri,29123.0,Madison County,924.0,AECI +2017,29000.0,Missouri,29125.0,Maries County,924.0,AECI +2017,29000.0,Missouri,29127.0,Marion County,924.0,AECI +2017,29000.0,Missouri,29129.0,Mercer County,924.0,AECI +2017,29000.0,Missouri,29131.0,Miller County,924.0,AECI +2017,29000.0,Missouri,29133.0,Mississippi County,924.0,AECI +2017,29000.0,Missouri,29135.0,Moniteau County,924.0,AECI +2017,29000.0,Missouri,29137.0,Monroe County,924.0,AECI +2017,29000.0,Missouri,29139.0,Montgomery County,924.0,AECI +2017,29000.0,Missouri,29141.0,Morgan County,924.0,AECI +2017,29000.0,Missouri,29143.0,New Madrid County,924.0,AECI +2017,29000.0,Missouri,29145.0,Newton County,924.0,AECI +2017,29000.0,Missouri,29147.0,Nodaway County,924.0,AECI +2017,29000.0,Missouri,29149.0,Oregon County,924.0,AECI +2017,29000.0,Missouri,29151.0,Osage County,924.0,AECI +2017,29000.0,Missouri,29153.0,Ozark County,924.0,AECI +2017,29000.0,Missouri,29155.0,Pemiscot County,924.0,AECI +2017,29000.0,Missouri,29159.0,Pettis County,924.0,AECI +2017,29000.0,Missouri,29161.0,Phelps County,924.0,AECI +2017,29000.0,Missouri,29163.0,Pike County,924.0,AECI +2017,29000.0,Missouri,29165.0,Platte County,924.0,AECI +2017,29000.0,Missouri,29167.0,Polk County,924.0,AECI +2017,29000.0,Missouri,29169.0,Pulaski County,924.0,AECI +2017,29000.0,Missouri,29171.0,Putnam County,924.0,AECI +2017,29000.0,Missouri,29173.0,Ralls County,924.0,AECI +2017,29000.0,Missouri,29175.0,Randolph County,924.0,AECI +2017,29000.0,Missouri,29177.0,Ray County,924.0,AECI +2017,29000.0,Missouri,29179.0,Reynolds County,924.0,AECI +2017,29000.0,Missouri,29181.0,Ripley County,924.0,AECI +2017,29000.0,Missouri,29183.0,St. Charles County,924.0,AECI +2017,29000.0,Missouri,29185.0,St. Clair County,924.0,AECI +2017,29000.0,Missouri,29195.0,Saline County,924.0,AECI +2017,29000.0,Missouri,29197.0,Schuyler County,924.0,AECI +2017,29000.0,Missouri,29199.0,Scotland County,924.0,AECI +2017,29000.0,Missouri,29201.0,Scott County,924.0,AECI +2017,29000.0,Missouri,29203.0,Shannon County,924.0,AECI +2017,29000.0,Missouri,29205.0,Shelby County,924.0,AECI +2017,29000.0,Missouri,29207.0,Stoddard County,924.0,AECI +2017,29000.0,Missouri,29209.0,Stone County,924.0,AECI +2017,29000.0,Missouri,29211.0,Sullivan County,924.0,AECI +2017,29000.0,Missouri,29213.0,Taney County,924.0,AECI +2017,29000.0,Missouri,29215.0,Texas County,924.0,AECI +2017,29000.0,Missouri,29217.0,Vernon County,924.0,AECI +2017,29000.0,Missouri,29219.0,Warren County,924.0,AECI +2017,29000.0,Missouri,29221.0,Washington County,924.0,AECI +2017,29000.0,Missouri,29223.0,Wayne County,924.0,AECI +2017,29000.0,Missouri,29225.0,Webster County,924.0,AECI +2017,29000.0,Missouri,29227.0,Worth County,924.0,AECI +2017,29000.0,Missouri,29229.0,Wright County,924.0,AECI +2017,40000.0,Oklahoma,40001.0,Adair County,924.0,AECI +2017,40000.0,Oklahoma,40005.0,Atoka County,924.0,AECI +2017,40000.0,Oklahoma,40021.0,Cherokee County,924.0,AECI +2017,40000.0,Oklahoma,40037.0,Creek County,924.0,AECI +2017,40000.0,Oklahoma,40041.0,Delaware County,924.0,AECI +2017,40000.0,Oklahoma,40047.0,Garfield County,924.0,AECI +2017,40000.0,Oklahoma,40061.0,Haskell County,924.0,AECI +2017,40000.0,Oklahoma,40077.0,Latimer County,924.0,AECI +2017,40000.0,Oklahoma,40079.0,Le Flore County,924.0,AECI +2017,40000.0,Oklahoma,40081.0,Lincoln County,924.0,AECI +2017,40000.0,Oklahoma,40083.0,Logan County,924.0,AECI +2017,40000.0,Oklahoma,40091.0,McIntosh County,924.0,AECI +2017,40000.0,Oklahoma,40097.0,Mayes County,924.0,AECI +2017,40000.0,Oklahoma,40101.0,Muskogee County,924.0,AECI +2017,40000.0,Oklahoma,40103.0,Noble County,924.0,AECI +2017,40000.0,Oklahoma,40105.0,Nowata County,924.0,AECI +2017,40000.0,Oklahoma,40107.0,Okfuskee County,924.0,AECI +2017,40000.0,Oklahoma,40109.0,Oklahoma County,924.0,AECI +2017,40000.0,Oklahoma,40111.0,Okmulgee County,924.0,AECI +2017,40000.0,Oklahoma,40113.0,Osage County,924.0,AECI +2017,40000.0,Oklahoma,40117.0,Pawnee County,924.0,AECI +2017,40000.0,Oklahoma,40119.0,Payne County,924.0,AECI +2017,40000.0,Oklahoma,40121.0,Pittsburg County,924.0,AECI +2017,40000.0,Oklahoma,40127.0,Pushmataha County,924.0,AECI +2017,40000.0,Oklahoma,40131.0,Rogers County,924.0,AECI +2017,40000.0,Oklahoma,40133.0,Seminole County,924.0,AECI +2017,40000.0,Oklahoma,40135.0,Sequoyah County,924.0,AECI +2017,40000.0,Oklahoma,40143.0,Tulsa County,924.0,AECI +2017,40000.0,Oklahoma,40145.0,Wagoner County,924.0,AECI +2017,40000.0,Oklahoma,40147.0,Washington County,924.0,AECI +2017,6000.0,California,6093.0,Siskiyou County,1738.0,BPAT +2017,16000.0,Idaho,16009.0,Benewah County,1738.0,BPAT +2017,16000.0,Idaho,16011.0,Bingham County,1738.0,BPAT +2017,16000.0,Idaho,16017.0,Bonner County,1738.0,BPAT +2017,16000.0,Idaho,16019.0,Bonneville County,1738.0,BPAT +2017,16000.0,Idaho,16021.0,Boundary County,1738.0,BPAT +2017,16000.0,Idaho,16023.0,Butte County,1738.0,BPAT +2017,16000.0,Idaho,16029.0,Caribou County,1738.0,BPAT +2017,16000.0,Idaho,16031.0,Cassia County,1738.0,BPAT +2017,16000.0,Idaho,16033.0,Clark County,1738.0,BPAT +2017,16000.0,Idaho,16035.0,Clearwater County,1738.0,BPAT +2017,16000.0,Idaho,16037.0,Custer County,1738.0,BPAT +2017,16000.0,Idaho,16039.0,Elmore County,1738.0,BPAT +2017,16000.0,Idaho,16043.0,Fremont County,1738.0,BPAT +2017,16000.0,Idaho,16045.0,Gem County,1738.0,BPAT +2017,16000.0,Idaho,16049.0,Idaho County,1738.0,BPAT +2017,16000.0,Idaho,16051.0,Jefferson County,1738.0,BPAT +2017,16000.0,Idaho,16055.0,Kootenai County,1738.0,BPAT +2017,16000.0,Idaho,16057.0,Latah County,1738.0,BPAT +2017,16000.0,Idaho,16061.0,Lewis County,1738.0,BPAT +2017,16000.0,Idaho,16065.0,Madison County,1738.0,BPAT +2017,16000.0,Idaho,16067.0,Minidoka County,1738.0,BPAT +2017,16000.0,Idaho,16069.0,Nez Perce County,1738.0,BPAT +2017,16000.0,Idaho,16071.0,Oneida County,1738.0,BPAT +2017,16000.0,Idaho,16073.0,Owyhee County,1738.0,BPAT +2017,16000.0,Idaho,16077.0,Power County,1738.0,BPAT +2017,16000.0,Idaho,16079.0,Shoshone County,1738.0,BPAT +2017,16000.0,Idaho,16081.0,Teton County,1738.0,BPAT +2017,30000.0,Montana,30003.0,Big Horn County,1738.0,BPAT +2017,30000.0,Montana,30007.0,Broadwater County,1738.0,BPAT +2017,30000.0,Montana,30009.0,Carbon County,1738.0,BPAT +2017,30000.0,Montana,30023.0,Deer Lodge County,1738.0,BPAT +2017,30000.0,Montana,30029.0,Flathead County,1738.0,BPAT +2017,30000.0,Montana,30031.0,Gallatin County,1738.0,BPAT +2017,30000.0,Montana,30039.0,Granite County,1738.0,BPAT +2017,30000.0,Montana,30043.0,Jefferson County,1738.0,BPAT +2017,30000.0,Montana,30047.0,Lake County,1738.0,BPAT +2017,30000.0,Montana,30053.0,Lincoln County,1738.0,BPAT +2017,30000.0,Montana,30061.0,Mineral County,1738.0,BPAT +2017,30000.0,Montana,30063.0,Missoula County,1738.0,BPAT +2017,30000.0,Montana,30067.0,Park County,1738.0,BPAT +2017,30000.0,Montana,30077.0,Powell County,1738.0,BPAT +2017,30000.0,Montana,30081.0,Ravalli County,1738.0,BPAT +2017,30000.0,Montana,30089.0,Sanders County,1738.0,BPAT +2017,30000.0,Montana,30093.0,Silver Bow County,1738.0,BPAT +2017,32000.0,Nevada,32007.0,Elko County,1738.0,BPAT +2017,32000.0,Nevada,32013.0,Humboldt County,1738.0,BPAT +2017,41000.0,Oregon,41001.0,Baker County,1738.0,BPAT +2017,41000.0,Oregon,41003.0,Benton County,1738.0,BPAT +2017,41000.0,Oregon,41005.0,Clackamas County,1738.0,BPAT +2017,41000.0,Oregon,41007.0,Clatsop County,1738.0,BPAT +2017,41000.0,Oregon,41009.0,Columbia County,1738.0,BPAT +2017,41000.0,Oregon,41011.0,Coos County,1738.0,BPAT +2017,41000.0,Oregon,41013.0,Crook County,1738.0,BPAT +2017,41000.0,Oregon,41015.0,Curry County,1738.0,BPAT +2017,41000.0,Oregon,41017.0,Deschutes County,1738.0,BPAT +2017,41000.0,Oregon,41019.0,Douglas County,1738.0,BPAT +2017,41000.0,Oregon,41021.0,Gilliam County,1738.0,BPAT +2017,41000.0,Oregon,41023.0,Grant County,1738.0,BPAT +2017,41000.0,Oregon,41025.0,Harney County,1738.0,BPAT +2017,41000.0,Oregon,41027.0,Hood River County,1738.0,BPAT +2017,41000.0,Oregon,41031.0,Jefferson County,1738.0,BPAT +2017,41000.0,Oregon,41035.0,Klamath County,1738.0,BPAT +2017,41000.0,Oregon,41037.0,Lake County,1738.0,BPAT +2017,41000.0,Oregon,41039.0,Lane County,1738.0,BPAT +2017,41000.0,Oregon,41041.0,Lincoln County,1738.0,BPAT +2017,41000.0,Oregon,41043.0,Linn County,1738.0,BPAT +2017,41000.0,Oregon,41045.0,Malheur County,1738.0,BPAT +2017,41000.0,Oregon,41047.0,Marion County,1738.0,BPAT +2017,41000.0,Oregon,41049.0,Morrow County,1738.0,BPAT +2017,41000.0,Oregon,41051.0,Multnomah County,1738.0,BPAT +2017,41000.0,Oregon,41053.0,Polk County,1738.0,BPAT +2017,41000.0,Oregon,41055.0,Sherman County,1738.0,BPAT +2017,41000.0,Oregon,41057.0,Tillamook County,1738.0,BPAT +2017,41000.0,Oregon,41059.0,Umatilla County,1738.0,BPAT +2017,41000.0,Oregon,41061.0,Union County,1738.0,BPAT +2017,41000.0,Oregon,41063.0,Wallowa County,1738.0,BPAT +2017,41000.0,Oregon,41065.0,Wasco County,1738.0,BPAT +2017,41000.0,Oregon,41067.0,Washington County,1738.0,BPAT +2017,41000.0,Oregon,41069.0,Wheeler County,1738.0,BPAT +2017,41000.0,Oregon,41071.0,Yamhill County,1738.0,BPAT +2017,49000.0,Utah,49003.0,Box Elder County,1738.0,BPAT +2017,53000.0,Washington,53001.0,Adams County,1738.0,BPAT +2017,53000.0,Washington,53003.0,Asotin County,1738.0,BPAT +2017,53000.0,Washington,53005.0,Benton County,1738.0,BPAT +2017,53000.0,Washington,53007.0,Chelan County,1738.0,BPAT +2017,53000.0,Washington,53009.0,Clallam County,1738.0,BPAT +2017,53000.0,Washington,53011.0,Clark County,1738.0,BPAT +2017,53000.0,Washington,53013.0,Columbia County,1738.0,BPAT +2017,53000.0,Washington,53015.0,Cowlitz County,1738.0,BPAT +2017,53000.0,Washington,53017.0,Douglas County,1738.0,BPAT +2017,53000.0,Washington,53019.0,Ferry County,1738.0,BPAT +2017,53000.0,Washington,53021.0,Franklin County,1738.0,BPAT +2017,53000.0,Washington,53023.0,Garfield County,1738.0,BPAT +2017,53000.0,Washington,53025.0,Grant County,1738.0,BPAT +2017,53000.0,Washington,53027.0,Grays Harbor County,1738.0,BPAT +2017,53000.0,Washington,53029.0,Island County,1738.0,BPAT +2017,53000.0,Washington,53031.0,Jefferson County,1738.0,BPAT +2017,53000.0,Washington,53033.0,King County,1738.0,BPAT +2017,53000.0,Washington,53035.0,Kitsap County,1738.0,BPAT +2017,53000.0,Washington,53037.0,Kittitas County,1738.0,BPAT +2017,53000.0,Washington,53039.0,Klickitat County,1738.0,BPAT +2017,53000.0,Washington,53041.0,Lewis County,1738.0,BPAT +2017,53000.0,Washington,53043.0,Lincoln County,1738.0,BPAT +2017,53000.0,Washington,53045.0,Mason County,1738.0,BPAT +2017,53000.0,Washington,53047.0,Okanogan County,1738.0,BPAT +2017,53000.0,Washington,53049.0,Pacific County,1738.0,BPAT +2017,53000.0,Washington,53051.0,Pend Oreille County,1738.0,BPAT +2017,53000.0,Washington,53053.0,Pierce County,1738.0,BPAT +2017,53000.0,Washington,53055.0,San Juan County,1738.0,BPAT +2017,53000.0,Washington,53057.0,Skagit County,1738.0,BPAT +2017,53000.0,Washington,53059.0,Skamania County,1738.0,BPAT +2017,53000.0,Washington,53061.0,Snohomish County,1738.0,BPAT +2017,53000.0,Washington,53063.0,Spokane County,1738.0,BPAT +2017,53000.0,Washington,53065.0,Stevens County,1738.0,BPAT +2017,53000.0,Washington,53067.0,Thurston County,1738.0,BPAT +2017,53000.0,Washington,53069.0,Wahkiakum County,1738.0,BPAT +2017,53000.0,Washington,53071.0,Walla Walla County,1738.0,BPAT +2017,53000.0,Washington,53073.0,Whatcom County,1738.0,BPAT +2017,53000.0,Washington,53075.0,Whitman County,1738.0,BPAT +2017,53000.0,Washington,53077.0,Yakima County,1738.0,BPAT +2017,56000.0,Wyoming,56023.0,Lincoln County,1738.0,BPAT +2017,56000.0,Wyoming,56033.0,Sheridan County,1738.0,BPAT +2017,56000.0,Wyoming,56035.0,Sublette County,1738.0,BPAT +2017,56000.0,Wyoming,56039.0,Teton County,1738.0,BPAT +2017,6000.0,California,6001.0,Alameda County,2775.0,CISO +2017,6000.0,California,6003.0,Alpine County,2775.0,CISO +2017,6000.0,California,6005.0,Amador County,2775.0,CISO +2017,6000.0,California,6007.0,Butte County,2775.0,CISO +2017,6000.0,California,6009.0,Calaveras County,2775.0,CISO +2017,6000.0,California,6011.0,Colusa County,2775.0,CISO +2017,6000.0,California,6013.0,Contra Costa County,2775.0,CISO +2017,6000.0,California,6017.0,El Dorado County,2775.0,CISO +2017,6000.0,California,6019.0,Fresno County,2775.0,CISO +2017,6000.0,California,6021.0,Glenn County,2775.0,CISO +2017,6000.0,California,6023.0,Humboldt County,2775.0,CISO +2017,6000.0,California,6025.0,Imperial County,2775.0,CISO +2017,6000.0,California,6027.0,Inyo County,2775.0,CISO +2017,6000.0,California,6029.0,Kern County,2775.0,CISO +2017,6000.0,California,6031.0,Kings County,2775.0,CISO +2017,6000.0,California,6033.0,Lake County,2775.0,CISO +2017,6000.0,California,6035.0,Lassen County,2775.0,CISO +2017,6000.0,California,6037.0,Los Angeles County,2775.0,CISO +2017,6000.0,California,6039.0,Madera County,2775.0,CISO +2017,6000.0,California,6041.0,Marin County,2775.0,CISO +2017,6000.0,California,6043.0,Mariposa County,2775.0,CISO +2017,6000.0,California,6045.0,Mendocino County,2775.0,CISO +2017,6000.0,California,6047.0,Merced County,2775.0,CISO +2017,6000.0,California,6049.0,Modoc County,2775.0,CISO +2017,6000.0,California,6051.0,Mono County,2775.0,CISO +2017,6000.0,California,6053.0,Monterey County,2775.0,CISO +2017,6000.0,California,6055.0,Napa County,2775.0,CISO +2017,6000.0,California,6057.0,Nevada County,2775.0,CISO +2017,6000.0,California,6059.0,Orange County,2775.0,CISO +2017,6000.0,California,6061.0,Placer County,2775.0,CISO +2017,6000.0,California,6063.0,Plumas County,2775.0,CISO +2017,6000.0,California,6065.0,Riverside County,2775.0,CISO +2017,6000.0,California,6067.0,Sacramento County,2775.0,CISO +2017,6000.0,California,6069.0,San Benito County,2775.0,CISO +2017,6000.0,California,6071.0,San Bernardino County,2775.0,CISO +2017,6000.0,California,6073.0,San Diego County,2775.0,CISO +2017,6000.0,California,6075.0,San Francisco County,2775.0,CISO +2017,6000.0,California,6077.0,San Joaquin County,2775.0,CISO +2017,6000.0,California,6079.0,San Luis Obispo County,2775.0,CISO +2017,6000.0,California,6081.0,San Mateo County,2775.0,CISO +2017,6000.0,California,6083.0,Santa Barbara County,2775.0,CISO +2017,6000.0,California,6085.0,Santa Clara County,2775.0,CISO +2017,6000.0,California,6087.0,Santa Cruz County,2775.0,CISO +2017,6000.0,California,6089.0,Shasta County,2775.0,CISO +2017,6000.0,California,6091.0,Sierra County,2775.0,CISO +2017,6000.0,California,6093.0,Siskiyou County,2775.0,CISO +2017,6000.0,California,6095.0,Solano County,2775.0,CISO +2017,6000.0,California,6097.0,Sonoma County,2775.0,CISO +2017,6000.0,California,6099.0,Stanislaus County,2775.0,CISO +2017,6000.0,California,6101.0,Sutter County,2775.0,CISO +2017,6000.0,California,6103.0,Tehama County,2775.0,CISO +2017,6000.0,California,6105.0,Trinity County,2775.0,CISO +2017,6000.0,California,6107.0,Tulare County,2775.0,CISO +2017,6000.0,California,6109.0,Tuolumne County,2775.0,CISO +2017,6000.0,California,6111.0,Ventura County,2775.0,CISO +2017,6000.0,California,6113.0,Yolo County,2775.0,CISO +2017,6000.0,California,6115.0,Yuba County,2775.0,CISO +2017,32000.0,Nevada,32031.0,Washoe County,2775.0,CISO +2017,37000.0,North Carolina,37001.0,Alamance County,3046.0,CPLE +2017,37000.0,North Carolina,37007.0,Anson County,3046.0,CPLE +2017,37000.0,North Carolina,37011.0,Avery County,3046.0,CPLE +2017,37000.0,North Carolina,37013.0,Beaufort County,3046.0,CPLE +2017,37000.0,North Carolina,37017.0,Bladen County,3046.0,CPLE +2017,37000.0,North Carolina,37019.0,Brunswick County,3046.0,CPLE +2017,37000.0,North Carolina,37021.0,Buncombe County,3046.0,CPLE +2017,37000.0,North Carolina,37031.0,Carteret County,3046.0,CPLE +2017,37000.0,North Carolina,37033.0,Caswell County,3046.0,CPLE +2017,37000.0,North Carolina,37037.0,Chatham County,3046.0,CPLE +2017,37000.0,North Carolina,37041.0,Chowan County,3046.0,CPLE +2017,37000.0,North Carolina,37047.0,Columbus County,3046.0,CPLE +2017,37000.0,North Carolina,37049.0,Craven County,3046.0,CPLE +2017,37000.0,North Carolina,37051.0,Cumberland County,3046.0,CPLE +2017,37000.0,North Carolina,37061.0,Duplin County,3046.0,CPLE +2017,37000.0,North Carolina,37063.0,Durham County,3046.0,CPLE +2017,37000.0,North Carolina,37065.0,Edgecombe County,3046.0,CPLE +2017,37000.0,North Carolina,37069.0,Franklin County,3046.0,CPLE +2017,37000.0,North Carolina,37077.0,Granville County,3046.0,CPLE +2017,37000.0,North Carolina,37079.0,Greene County,3046.0,CPLE +2017,37000.0,North Carolina,37081.0,Guilford County,3046.0,CPLE +2017,37000.0,North Carolina,37083.0,Halifax County,3046.0,CPLE +2017,37000.0,North Carolina,37085.0,Harnett County,3046.0,CPLE +2017,37000.0,North Carolina,37087.0,Haywood County,3046.0,CPLE +2017,37000.0,North Carolina,37089.0,Henderson County,3046.0,CPLE +2017,37000.0,North Carolina,37093.0,Hoke County,3046.0,CPLE +2017,37000.0,North Carolina,37099.0,Jackson County,3046.0,CPLE +2017,37000.0,North Carolina,37101.0,Johnston County,3046.0,CPLE +2017,37000.0,North Carolina,37103.0,Jones County,3046.0,CPLE +2017,37000.0,North Carolina,37105.0,Lee County,3046.0,CPLE +2017,37000.0,North Carolina,37107.0,Lenoir County,3046.0,CPLE +2017,37000.0,North Carolina,37111.0,McDowell County,3046.0,CPLE +2017,37000.0,North Carolina,37115.0,Madison County,3046.0,CPLE +2017,37000.0,North Carolina,37117.0,Martin County,3046.0,CPLE +2017,37000.0,North Carolina,37121.0,Mitchell County,3046.0,CPLE +2017,37000.0,North Carolina,37123.0,Montgomery County,3046.0,CPLE +2017,37000.0,North Carolina,37125.0,Moore County,3046.0,CPLE +2017,37000.0,North Carolina,37127.0,Nash County,3046.0,CPLE +2017,37000.0,North Carolina,37129.0,New Hanover County,3046.0,CPLE +2017,37000.0,North Carolina,37133.0,Onslow County,3046.0,CPLE +2017,37000.0,North Carolina,37135.0,Orange County,3046.0,CPLE +2017,37000.0,North Carolina,37137.0,Pamlico County,3046.0,CPLE +2017,37000.0,North Carolina,37139.0,Pasquotank County,3046.0,CPLE +2017,37000.0,North Carolina,37141.0,Pender County,3046.0,CPLE +2017,37000.0,North Carolina,37145.0,Person County,3046.0,CPLE +2017,37000.0,North Carolina,37147.0,Pitt County,3046.0,CPLE +2017,37000.0,North Carolina,37151.0,Randolph County,3046.0,CPLE +2017,37000.0,North Carolina,37153.0,Richmond County,3046.0,CPLE +2017,37000.0,North Carolina,37155.0,Robeson County,3046.0,CPLE +2017,37000.0,North Carolina,37161.0,Rutherford County,3046.0,CPLE +2017,37000.0,North Carolina,37163.0,Sampson County,3046.0,CPLE +2017,37000.0,North Carolina,37165.0,Scotland County,3046.0,CPLE +2017,37000.0,North Carolina,37167.0,Stanly County,3046.0,CPLE +2017,37000.0,North Carolina,37179.0,Union County,3046.0,CPLE +2017,37000.0,North Carolina,37181.0,Vance County,3046.0,CPLE +2017,37000.0,North Carolina,37183.0,Wake County,3046.0,CPLE +2017,37000.0,North Carolina,37185.0,Warren County,3046.0,CPLE +2017,37000.0,North Carolina,37191.0,Wayne County,3046.0,CPLE +2017,37000.0,North Carolina,37195.0,Wilson County,3046.0,CPLE +2017,37000.0,North Carolina,37199.0,Yancey County,3046.0,CPLE +2017,45000.0,South Carolina,45025.0,Chesterfield County,3046.0,CPLE +2017,45000.0,South Carolina,45027.0,Clarendon County,3046.0,CPLE +2017,45000.0,South Carolina,45031.0,Darlington County,3046.0,CPLE +2017,45000.0,South Carolina,45033.0,Dillon County,3046.0,CPLE +2017,45000.0,South Carolina,45041.0,Florence County,3046.0,CPLE +2017,45000.0,South Carolina,45043.0,Georgetown County,3046.0,CPLE +2017,45000.0,South Carolina,45051.0,Horry County,3046.0,CPLE +2017,45000.0,South Carolina,45055.0,Kershaw County,3046.0,CPLE +2017,45000.0,South Carolina,45061.0,Lee County,3046.0,CPLE +2017,45000.0,South Carolina,45067.0,Marion County,3046.0,CPLE +2017,45000.0,South Carolina,45069.0,Marlboro County,3046.0,CPLE +2017,45000.0,South Carolina,45085.0,Sumter County,3046.0,CPLE +2017,45000.0,South Carolina,45089.0,Williamsburg County,3046.0,CPLE +2017,47000.0,Tennessee,47029.0,Cocke County,3046.0,CPLE +2017,47000.0,Tennessee,47171.0,Unicoi County,3046.0,CPLE +2017,53000.0,Washington,53007.0,Chelan County,3413.0,CHPD +2017,53000.0,Washington,53033.0,King County,3413.0,CHPD +2017,53000.0,Washington,53037.0,Kittitas County,3413.0,CHPD +2017,53000.0,Washington,53047.0,Okanogan County,3413.0,CHPD +2017,2000.0,Alaska,2020.0,Anchorage Municipality,3522.0,CEA +2017,2000.0,Alaska,2122.0,Kenai Peninsula Borough,3522.0,CEA +2017,53000.0,Washington,53017.0,Douglas County,5326.0,DOPD +2017,53000.0,Washington,53047.0,Okanogan County,5326.0,DOPD +2017,13000.0,Georgia,13241.0,Rabun County,5416.0,DUK +2017,37000.0,North Carolina,37001.0,Alamance County,5416.0,DUK +2017,37000.0,North Carolina,37003.0,Alexander County,5416.0,DUK +2017,37000.0,North Carolina,37005.0,Alleghany County,5416.0,DUK +2017,37000.0,North Carolina,37007.0,Anson County,5416.0,DUK +2017,37000.0,North Carolina,37009.0,Ashe County,5416.0,DUK +2017,37000.0,North Carolina,37011.0,Avery County,5416.0,DUK +2017,37000.0,North Carolina,37021.0,Buncombe County,5416.0,DUK +2017,37000.0,North Carolina,37023.0,Burke County,5416.0,DUK +2017,37000.0,North Carolina,37025.0,Cabarrus County,5416.0,DUK +2017,37000.0,North Carolina,37027.0,Caldwell County,5416.0,DUK +2017,37000.0,North Carolina,37033.0,Caswell County,5416.0,DUK +2017,37000.0,North Carolina,37035.0,Catawba County,5416.0,DUK +2017,37000.0,North Carolina,37037.0,Chatham County,5416.0,DUK +2017,37000.0,North Carolina,37039.0,Cherokee County,5416.0,DUK +2017,37000.0,North Carolina,37043.0,Clay County,5416.0,DUK +2017,37000.0,North Carolina,37045.0,Cleveland County,5416.0,DUK +2017,37000.0,North Carolina,37057.0,Davidson County,5416.0,DUK +2017,37000.0,North Carolina,37059.0,Davie County,5416.0,DUK +2017,37000.0,North Carolina,37063.0,Durham County,5416.0,DUK +2017,37000.0,North Carolina,37067.0,Forsyth County,5416.0,DUK +2017,37000.0,North Carolina,37071.0,Gaston County,5416.0,DUK +2017,37000.0,North Carolina,37075.0,Graham County,5416.0,DUK +2017,37000.0,North Carolina,37077.0,Granville County,5416.0,DUK +2017,37000.0,North Carolina,37081.0,Guilford County,5416.0,DUK +2017,37000.0,North Carolina,37087.0,Haywood County,5416.0,DUK +2017,37000.0,North Carolina,37089.0,Henderson County,5416.0,DUK +2017,37000.0,North Carolina,37097.0,Iredell County,5416.0,DUK +2017,37000.0,North Carolina,37099.0,Jackson County,5416.0,DUK +2017,37000.0,North Carolina,37109.0,Lincoln County,5416.0,DUK +2017,37000.0,North Carolina,37111.0,McDowell County,5416.0,DUK +2017,37000.0,North Carolina,37113.0,Macon County,5416.0,DUK +2017,37000.0,North Carolina,37115.0,Madison County,5416.0,DUK +2017,37000.0,North Carolina,37119.0,Mecklenburg County,5416.0,DUK +2017,37000.0,North Carolina,37121.0,Mitchell County,5416.0,DUK +2017,37000.0,North Carolina,37123.0,Montgomery County,5416.0,DUK +2017,37000.0,North Carolina,37135.0,Orange County,5416.0,DUK +2017,37000.0,North Carolina,37145.0,Person County,5416.0,DUK +2017,37000.0,North Carolina,37149.0,Polk County,5416.0,DUK +2017,37000.0,North Carolina,37151.0,Randolph County,5416.0,DUK +2017,37000.0,North Carolina,37157.0,Rockingham County,5416.0,DUK +2017,37000.0,North Carolina,37159.0,Rowan County,5416.0,DUK +2017,37000.0,North Carolina,37161.0,Rutherford County,5416.0,DUK +2017,37000.0,North Carolina,37167.0,Stanly County,5416.0,DUK +2017,37000.0,North Carolina,37169.0,Stokes County,5416.0,DUK +2017,37000.0,North Carolina,37171.0,Surry County,5416.0,DUK +2017,37000.0,North Carolina,37173.0,Swain County,5416.0,DUK +2017,37000.0,North Carolina,37175.0,Transylvania County,5416.0,DUK +2017,37000.0,North Carolina,37179.0,Union County,5416.0,DUK +2017,37000.0,North Carolina,37183.0,Wake County,5416.0,DUK +2017,37000.0,North Carolina,37189.0,Watauga County,5416.0,DUK +2017,37000.0,North Carolina,37193.0,Wilkes County,5416.0,DUK +2017,37000.0,North Carolina,37197.0,Yadkin County,5416.0,DUK +2017,45000.0,South Carolina,45001.0,Abbeville County,5416.0,DUK +2017,45000.0,South Carolina,45007.0,Anderson County,5416.0,DUK +2017,45000.0,South Carolina,45021.0,Cherokee County,5416.0,DUK +2017,45000.0,South Carolina,45023.0,Chester County,5416.0,DUK +2017,45000.0,South Carolina,45037.0,Edgefield County,5416.0,DUK +2017,45000.0,South Carolina,45039.0,Fairfield County,5416.0,DUK +2017,45000.0,South Carolina,45045.0,Greenville County,5416.0,DUK +2017,45000.0,South Carolina,45047.0,Greenwood County,5416.0,DUK +2017,45000.0,South Carolina,45055.0,Kershaw County,5416.0,DUK +2017,45000.0,South Carolina,45057.0,Lancaster County,5416.0,DUK +2017,45000.0,South Carolina,45059.0,Laurens County,5416.0,DUK +2017,45000.0,South Carolina,45065.0,McCormick County,5416.0,DUK +2017,45000.0,South Carolina,45071.0,Newberry County,5416.0,DUK +2017,45000.0,South Carolina,45073.0,Oconee County,5416.0,DUK +2017,45000.0,South Carolina,45077.0,Pickens County,5416.0,DUK +2017,45000.0,South Carolina,45081.0,Saluda County,5416.0,DUK +2017,45000.0,South Carolina,45083.0,Spartanburg County,5416.0,DUK +2017,45000.0,South Carolina,45087.0,Union County,5416.0,DUK +2017,45000.0,South Carolina,45091.0,York County,5416.0,DUK +2017,35000.0,New Mexico,35013.0,Dona Ana County,5701.0,EPE +2017,35000.0,New Mexico,35015.0,Eddy County,5701.0,EPE +2017,35000.0,New Mexico,35029.0,Luna County,5701.0,EPE +2017,35000.0,New Mexico,35035.0,Otero County,5701.0,EPE +2017,35000.0,New Mexico,35051.0,Sierra County,5701.0,EPE +2017,48000.0,Texas,48043.0,Brewster County,5701.0,EPE +2017,48000.0,Texas,48105.0,Crockett County,5701.0,EPE +2017,48000.0,Texas,48109.0,Culberson County,5701.0,EPE +2017,48000.0,Texas,48127.0,Dimmit County,5701.0,EPE +2017,48000.0,Texas,48137.0,Edwards County,5701.0,EPE +2017,48000.0,Texas,48141.0,El Paso County,5701.0,EPE +2017,48000.0,Texas,48229.0,Hudspeth County,5701.0,EPE +2017,48000.0,Texas,48243.0,Jeff Davis County,5701.0,EPE +2017,48000.0,Texas,48271.0,Kinney County,5701.0,EPE +2017,48000.0,Texas,48323.0,Maverick County,5701.0,EPE +2017,48000.0,Texas,48371.0,Pecos County,5701.0,EPE +2017,48000.0,Texas,48377.0,Presidio County,5701.0,EPE +2017,48000.0,Texas,48389.0,Reeves County,5701.0,EPE +2017,48000.0,Texas,48443.0,Terrell County,5701.0,EPE +2017,48000.0,Texas,48463.0,Uvalde County,5701.0,EPE +2017,48000.0,Texas,48465.0,Val Verde County,5701.0,EPE +2017,48000.0,Texas,48479.0,Webb County,5701.0,EPE +2017,48000.0,Texas,48507.0,Zavala County,5701.0,EPE +2017,35000.0,New Mexico,35015.0,Eddy County,5723.0,ERCO +2017,35000.0,New Mexico,35035.0,Otero County,5723.0,ERCO +2017,48000.0,Texas,48001.0,Anderson County,5723.0,ERCO +2017,48000.0,Texas,48005.0,Angelina County,5723.0,ERCO +2017,48000.0,Texas,48007.0,Aransas County,5723.0,ERCO +2017,48000.0,Texas,48009.0,Archer County,5723.0,ERCO +2017,48000.0,Texas,48011.0,Armstrong County,5723.0,ERCO +2017,48000.0,Texas,48013.0,Atascosa County,5723.0,ERCO +2017,48000.0,Texas,48015.0,Austin County,5723.0,ERCO +2017,48000.0,Texas,48019.0,Bandera County,5723.0,ERCO +2017,48000.0,Texas,48021.0,Bastrop County,5723.0,ERCO +2017,48000.0,Texas,48023.0,Baylor County,5723.0,ERCO +2017,48000.0,Texas,48025.0,Bee County,5723.0,ERCO +2017,48000.0,Texas,48027.0,Bell County,5723.0,ERCO +2017,48000.0,Texas,48029.0,Bexar County,5723.0,ERCO +2017,48000.0,Texas,48031.0,Blanco County,5723.0,ERCO +2017,48000.0,Texas,48033.0,Borden County,5723.0,ERCO +2017,48000.0,Texas,48035.0,Bosque County,5723.0,ERCO +2017,48000.0,Texas,48039.0,Brazoria County,5723.0,ERCO +2017,48000.0,Texas,48041.0,Brazos County,5723.0,ERCO +2017,48000.0,Texas,48043.0,Brewster County,5723.0,ERCO +2017,48000.0,Texas,48045.0,Briscoe County,5723.0,ERCO +2017,48000.0,Texas,48047.0,Brooks County,5723.0,ERCO +2017,48000.0,Texas,48049.0,Brown County,5723.0,ERCO +2017,48000.0,Texas,48051.0,Burleson County,5723.0,ERCO +2017,48000.0,Texas,48053.0,Burnet County,5723.0,ERCO +2017,48000.0,Texas,48055.0,Caldwell County,5723.0,ERCO +2017,48000.0,Texas,48057.0,Calhoun County,5723.0,ERCO +2017,48000.0,Texas,48059.0,Callahan County,5723.0,ERCO +2017,48000.0,Texas,48061.0,Cameron County,5723.0,ERCO +2017,48000.0,Texas,48073.0,Cherokee County,5723.0,ERCO +2017,48000.0,Texas,48075.0,Childress County,5723.0,ERCO +2017,48000.0,Texas,48077.0,Clay County,5723.0,ERCO +2017,48000.0,Texas,48081.0,Coke County,5723.0,ERCO +2017,48000.0,Texas,48083.0,Coleman County,5723.0,ERCO +2017,48000.0,Texas,48085.0,Collin County,5723.0,ERCO +2017,48000.0,Texas,48087.0,Collingsworth County,5723.0,ERCO +2017,48000.0,Texas,48089.0,Colorado County,5723.0,ERCO +2017,48000.0,Texas,48091.0,Comal County,5723.0,ERCO +2017,48000.0,Texas,48093.0,Comanche County,5723.0,ERCO +2017,48000.0,Texas,48095.0,Concho County,5723.0,ERCO +2017,48000.0,Texas,48097.0,Cooke County,5723.0,ERCO +2017,48000.0,Texas,48099.0,Coryell County,5723.0,ERCO +2017,48000.0,Texas,48101.0,Cottle County,5723.0,ERCO +2017,48000.0,Texas,48103.0,Crane County,5723.0,ERCO +2017,48000.0,Texas,48105.0,Crockett County,5723.0,ERCO +2017,48000.0,Texas,48107.0,Crosby County,5723.0,ERCO +2017,48000.0,Texas,48109.0,Culberson County,5723.0,ERCO +2017,48000.0,Texas,48113.0,Dallas County,5723.0,ERCO +2017,48000.0,Texas,48119.0,Delta County,5723.0,ERCO +2017,48000.0,Texas,48121.0,Denton County,5723.0,ERCO +2017,48000.0,Texas,48123.0,DeWitt County,5723.0,ERCO +2017,48000.0,Texas,48125.0,Dickens County,5723.0,ERCO +2017,48000.0,Texas,48127.0,Dimmit County,5723.0,ERCO +2017,48000.0,Texas,48129.0,Donley County,5723.0,ERCO +2017,48000.0,Texas,48131.0,Duval County,5723.0,ERCO +2017,48000.0,Texas,48133.0,Eastland County,5723.0,ERCO +2017,48000.0,Texas,48137.0,Edwards County,5723.0,ERCO +2017,48000.0,Texas,48139.0,Ellis County,5723.0,ERCO +2017,48000.0,Texas,48141.0,El Paso County,5723.0,ERCO +2017,48000.0,Texas,48143.0,Erath County,5723.0,ERCO +2017,48000.0,Texas,48145.0,Falls County,5723.0,ERCO +2017,48000.0,Texas,48147.0,Fannin County,5723.0,ERCO +2017,48000.0,Texas,48149.0,Fayette County,5723.0,ERCO +2017,48000.0,Texas,48151.0,Fisher County,5723.0,ERCO +2017,48000.0,Texas,48153.0,Floyd County,5723.0,ERCO +2017,48000.0,Texas,48155.0,Foard County,5723.0,ERCO +2017,48000.0,Texas,48159.0,Franklin County,5723.0,ERCO +2017,48000.0,Texas,48161.0,Freestone County,5723.0,ERCO +2017,48000.0,Texas,48163.0,Frio County,5723.0,ERCO +2017,48000.0,Texas,48169.0,Garza County,5723.0,ERCO +2017,48000.0,Texas,48171.0,Gillespie County,5723.0,ERCO +2017,48000.0,Texas,48173.0,Glasscock County,5723.0,ERCO +2017,48000.0,Texas,48175.0,Goliad County,5723.0,ERCO +2017,48000.0,Texas,48177.0,Gonzales County,5723.0,ERCO +2017,48000.0,Texas,48179.0,Gray County,5723.0,ERCO +2017,48000.0,Texas,48181.0,Grayson County,5723.0,ERCO +2017,48000.0,Texas,48185.0,Grimes County,5723.0,ERCO +2017,48000.0,Texas,48187.0,Guadalupe County,5723.0,ERCO +2017,48000.0,Texas,48189.0,Hale County,5723.0,ERCO +2017,48000.0,Texas,48191.0,Hall County,5723.0,ERCO +2017,48000.0,Texas,48193.0,Hamilton County,5723.0,ERCO +2017,48000.0,Texas,48197.0,Hardeman County,5723.0,ERCO +2017,48000.0,Texas,48201.0,Harris County,5723.0,ERCO +2017,48000.0,Texas,48207.0,Haskell County,5723.0,ERCO +2017,48000.0,Texas,48209.0,Hays County,5723.0,ERCO +2017,48000.0,Texas,48211.0,Hemphill County,5723.0,ERCO +2017,48000.0,Texas,48213.0,Henderson County,5723.0,ERCO +2017,48000.0,Texas,48215.0,Hidalgo County,5723.0,ERCO +2017,48000.0,Texas,48217.0,Hill County,5723.0,ERCO +2017,48000.0,Texas,48219.0,Hockley County,5723.0,ERCO +2017,48000.0,Texas,48221.0,Hood County,5723.0,ERCO +2017,48000.0,Texas,48223.0,Hopkins County,5723.0,ERCO +2017,48000.0,Texas,48225.0,Houston County,5723.0,ERCO +2017,48000.0,Texas,48229.0,Hudspeth County,5723.0,ERCO +2017,48000.0,Texas,48231.0,Hunt County,5723.0,ERCO +2017,48000.0,Texas,48235.0,Irion County,5723.0,ERCO +2017,48000.0,Texas,48237.0,Jack County,5723.0,ERCO +2017,48000.0,Texas,48239.0,Jackson County,5723.0,ERCO +2017,48000.0,Texas,48243.0,Jeff Davis County,5723.0,ERCO +2017,48000.0,Texas,48247.0,Jim Hogg County,5723.0,ERCO +2017,48000.0,Texas,48249.0,Jim Wells County,5723.0,ERCO +2017,48000.0,Texas,48251.0,Johnson County,5723.0,ERCO +2017,48000.0,Texas,48253.0,Jones County,5723.0,ERCO +2017,48000.0,Texas,48255.0,Karnes County,5723.0,ERCO +2017,48000.0,Texas,48257.0,Kaufman County,5723.0,ERCO +2017,48000.0,Texas,48259.0,Kendall County,5723.0,ERCO +2017,48000.0,Texas,48261.0,Kenedy County,5723.0,ERCO +2017,48000.0,Texas,48263.0,Kent County,5723.0,ERCO +2017,48000.0,Texas,48265.0,Kerr County,5723.0,ERCO +2017,48000.0,Texas,48267.0,Kimble County,5723.0,ERCO +2017,48000.0,Texas,48269.0,King County,5723.0,ERCO +2017,48000.0,Texas,48271.0,Kinney County,5723.0,ERCO +2017,48000.0,Texas,48273.0,Kleberg County,5723.0,ERCO +2017,48000.0,Texas,48275.0,Knox County,5723.0,ERCO +2017,48000.0,Texas,48277.0,Lamar County,5723.0,ERCO +2017,48000.0,Texas,48279.0,Lamb County,5723.0,ERCO +2017,48000.0,Texas,48281.0,Lampasas County,5723.0,ERCO +2017,48000.0,Texas,48283.0,La Salle County,5723.0,ERCO +2017,48000.0,Texas,48285.0,Lavaca County,5723.0,ERCO +2017,48000.0,Texas,48287.0,Lee County,5723.0,ERCO +2017,48000.0,Texas,48289.0,Leon County,5723.0,ERCO +2017,48000.0,Texas,48293.0,Limestone County,5723.0,ERCO +2017,48000.0,Texas,48297.0,Live Oak County,5723.0,ERCO +2017,48000.0,Texas,48299.0,Llano County,5723.0,ERCO +2017,48000.0,Texas,48303.0,Lubbock County,5723.0,ERCO +2017,48000.0,Texas,48305.0,Lynn County,5723.0,ERCO +2017,48000.0,Texas,48307.0,McCulloch County,5723.0,ERCO +2017,48000.0,Texas,48309.0,McLennan County,5723.0,ERCO +2017,48000.0,Texas,48311.0,McMullen County,5723.0,ERCO +2017,48000.0,Texas,48313.0,Madison County,5723.0,ERCO +2017,48000.0,Texas,48319.0,Mason County,5723.0,ERCO +2017,48000.0,Texas,48321.0,Matagorda County,5723.0,ERCO +2017,48000.0,Texas,48323.0,Maverick County,5723.0,ERCO +2017,48000.0,Texas,48325.0,Medina County,5723.0,ERCO +2017,48000.0,Texas,48327.0,Menard County,5723.0,ERCO +2017,48000.0,Texas,48331.0,Milam County,5723.0,ERCO +2017,48000.0,Texas,48333.0,Mills County,5723.0,ERCO +2017,48000.0,Texas,48335.0,Mitchell County,5723.0,ERCO +2017,48000.0,Texas,48337.0,Montague County,5723.0,ERCO +2017,48000.0,Texas,48339.0,Montgomery County,5723.0,ERCO +2017,48000.0,Texas,48345.0,Motley County,5723.0,ERCO +2017,48000.0,Texas,48347.0,Nacogdoches County,5723.0,ERCO +2017,48000.0,Texas,48349.0,Navarro County,5723.0,ERCO +2017,48000.0,Texas,48353.0,Nolan County,5723.0,ERCO +2017,48000.0,Texas,48355.0,Nueces County,5723.0,ERCO +2017,48000.0,Texas,48363.0,Palo Pinto County,5723.0,ERCO +2017,48000.0,Texas,48367.0,Parker County,5723.0,ERCO +2017,48000.0,Texas,48371.0,Pecos County,5723.0,ERCO +2017,48000.0,Texas,48377.0,Presidio County,5723.0,ERCO +2017,48000.0,Texas,48379.0,Rains County,5723.0,ERCO +2017,48000.0,Texas,48381.0,Randall County,5723.0,ERCO +2017,48000.0,Texas,48383.0,Reagan County,5723.0,ERCO +2017,48000.0,Texas,48385.0,Real County,5723.0,ERCO +2017,48000.0,Texas,48387.0,Red River County,5723.0,ERCO +2017,48000.0,Texas,48389.0,Reeves County,5723.0,ERCO +2017,48000.0,Texas,48391.0,Refugio County,5723.0,ERCO +2017,48000.0,Texas,48393.0,Roberts County,5723.0,ERCO +2017,48000.0,Texas,48395.0,Robertson County,5723.0,ERCO +2017,48000.0,Texas,48397.0,Rockwall County,5723.0,ERCO +2017,48000.0,Texas,48399.0,Runnels County,5723.0,ERCO +2017,48000.0,Texas,48401.0,Rusk County,5723.0,ERCO +2017,48000.0,Texas,48409.0,San Patricio County,5723.0,ERCO +2017,48000.0,Texas,48411.0,San Saba County,5723.0,ERCO +2017,48000.0,Texas,48413.0,Schleicher County,5723.0,ERCO +2017,48000.0,Texas,48415.0,Scurry County,5723.0,ERCO +2017,48000.0,Texas,48417.0,Shackelford County,5723.0,ERCO +2017,48000.0,Texas,48423.0,Smith County,5723.0,ERCO +2017,48000.0,Texas,48425.0,Somervell County,5723.0,ERCO +2017,48000.0,Texas,48427.0,Starr County,5723.0,ERCO +2017,48000.0,Texas,48429.0,Stephens County,5723.0,ERCO +2017,48000.0,Texas,48431.0,Sterling County,5723.0,ERCO +2017,48000.0,Texas,48433.0,Stonewall County,5723.0,ERCO +2017,48000.0,Texas,48435.0,Sutton County,5723.0,ERCO +2017,48000.0,Texas,48437.0,Swisher County,5723.0,ERCO +2017,48000.0,Texas,48439.0,Tarrant County,5723.0,ERCO +2017,48000.0,Texas,48441.0,Taylor County,5723.0,ERCO +2017,48000.0,Texas,48443.0,Terrell County,5723.0,ERCO +2017,48000.0,Texas,48447.0,Throckmorton County,5723.0,ERCO +2017,48000.0,Texas,48451.0,Tom Green County,5723.0,ERCO +2017,48000.0,Texas,48453.0,Travis County,5723.0,ERCO +2017,48000.0,Texas,48455.0,Trinity County,5723.0,ERCO +2017,48000.0,Texas,48461.0,Upton County,5723.0,ERCO +2017,48000.0,Texas,48463.0,Uvalde County,5723.0,ERCO +2017,48000.0,Texas,48465.0,Val Verde County,5723.0,ERCO +2017,48000.0,Texas,48467.0,Van Zandt County,5723.0,ERCO +2017,48000.0,Texas,48469.0,Victoria County,5723.0,ERCO +2017,48000.0,Texas,48471.0,Walker County,5723.0,ERCO +2017,48000.0,Texas,48473.0,Waller County,5723.0,ERCO +2017,48000.0,Texas,48477.0,Washington County,5723.0,ERCO +2017,48000.0,Texas,48479.0,Webb County,5723.0,ERCO +2017,48000.0,Texas,48481.0,Wharton County,5723.0,ERCO +2017,48000.0,Texas,48483.0,Wheeler County,5723.0,ERCO +2017,48000.0,Texas,48485.0,Wichita County,5723.0,ERCO +2017,48000.0,Texas,48487.0,Wilbarger County,5723.0,ERCO +2017,48000.0,Texas,48489.0,Willacy County,5723.0,ERCO +2017,48000.0,Texas,48491.0,Williamson County,5723.0,ERCO +2017,48000.0,Texas,48493.0,Wilson County,5723.0,ERCO +2017,48000.0,Texas,48497.0,Wise County,5723.0,ERCO +2017,48000.0,Texas,48499.0,Wood County,5723.0,ERCO +2017,48000.0,Texas,48503.0,Young County,5723.0,ERCO +2017,48000.0,Texas,48505.0,Zapata County,5723.0,ERCO +2017,48000.0,Texas,48507.0,Zavala County,5723.0,ERCO +2017,12000.0,Florida,12001.0,Alachua County,6452.0,FPL +2017,12000.0,Florida,12003.0,Baker County,6452.0,FPL +2017,12000.0,Florida,12007.0,Bradford County,6452.0,FPL +2017,12000.0,Florida,12009.0,Brevard County,6452.0,FPL +2017,12000.0,Florida,12011.0,Broward County,6452.0,FPL +2017,12000.0,Florida,12015.0,Charlotte County,6452.0,FPL +2017,12000.0,Florida,12019.0,Clay County,6452.0,FPL +2017,12000.0,Florida,12021.0,Collier County,6452.0,FPL +2017,12000.0,Florida,12023.0,Columbia County,6452.0,FPL +2017,12000.0,Florida,12027.0,DeSoto County,6452.0,FPL +2017,12000.0,Florida,12031.0,Duval County,6452.0,FPL +2017,12000.0,Florida,12035.0,Flagler County,6452.0,FPL +2017,12000.0,Florida,12043.0,Glades County,6452.0,FPL +2017,12000.0,Florida,12049.0,Hardee County,6452.0,FPL +2017,12000.0,Florida,12051.0,Hendry County,6452.0,FPL +2017,12000.0,Florida,12055.0,Highlands County,6452.0,FPL +2017,12000.0,Florida,12061.0,Indian River County,6452.0,FPL +2017,12000.0,Florida,12071.0,Lee County,6452.0,FPL +2017,12000.0,Florida,12081.0,Manatee County,6452.0,FPL +2017,12000.0,Florida,12085.0,Martin County,6452.0,FPL +2017,12000.0,Florida,12086.0,Miami-Dade County,6452.0,FPL +2017,12000.0,Florida,12087.0,Monroe County,6452.0,FPL +2017,12000.0,Florida,12089.0,Nassau County,6452.0,FPL +2017,12000.0,Florida,12093.0,Okeechobee County,6452.0,FPL +2017,12000.0,Florida,12095.0,Orange County,6452.0,FPL +2017,12000.0,Florida,12097.0,Osceola County,6452.0,FPL +2017,12000.0,Florida,12099.0,Palm Beach County,6452.0,FPL +2017,12000.0,Florida,12107.0,Putnam County,6452.0,FPL +2017,12000.0,Florida,12109.0,St. Johns County,6452.0,FPL +2017,12000.0,Florida,12111.0,St. Lucie County,6452.0,FPL +2017,12000.0,Florida,12115.0,Sarasota County,6452.0,FPL +2017,12000.0,Florida,12117.0,Seminole County,6452.0,FPL +2017,12000.0,Florida,12121.0,Suwannee County,6452.0,FPL +2017,12000.0,Florida,12125.0,Union County,6452.0,FPL +2017,12000.0,Florida,12127.0,Volusia County,6452.0,FPL +2017,12000.0,Florida,12001.0,Alachua County,6455.0,FPC +2017,12000.0,Florida,12005.0,Bay County,6455.0,FPC +2017,12000.0,Florida,12009.0,Brevard County,6455.0,FPC +2017,12000.0,Florida,12017.0,Citrus County,6455.0,FPC +2017,12000.0,Florida,12023.0,Columbia County,6455.0,FPC +2017,12000.0,Florida,12029.0,Dixie County,6455.0,FPC +2017,12000.0,Florida,12035.0,Flagler County,6455.0,FPC +2017,12000.0,Florida,12037.0,Franklin County,6455.0,FPC +2017,12000.0,Florida,12039.0,Gadsden County,6455.0,FPC +2017,12000.0,Florida,12041.0,Gilchrist County,6455.0,FPC +2017,12000.0,Florida,12045.0,Gulf County,6455.0,FPC +2017,12000.0,Florida,12047.0,Hamilton County,6455.0,FPC +2017,12000.0,Florida,12049.0,Hardee County,6455.0,FPC +2017,12000.0,Florida,12051.0,Hendry County,6455.0,FPC +2017,12000.0,Florida,12053.0,Hernando County,6455.0,FPC +2017,12000.0,Florida,12055.0,Highlands County,6455.0,FPC +2017,12000.0,Florida,12057.0,Hillsborough County,6455.0,FPC +2017,12000.0,Florida,12065.0,Jefferson County,6455.0,FPC +2017,12000.0,Florida,12067.0,Lafayette County,6455.0,FPC +2017,12000.0,Florida,12069.0,Lake County,6455.0,FPC +2017,12000.0,Florida,12073.0,Leon County,6455.0,FPC +2017,12000.0,Florida,12075.0,Levy County,6455.0,FPC +2017,12000.0,Florida,12079.0,Madison County,6455.0,FPC +2017,12000.0,Florida,12083.0,Marion County,6455.0,FPC +2017,12000.0,Florida,12095.0,Orange County,6455.0,FPC +2017,12000.0,Florida,12097.0,Osceola County,6455.0,FPC +2017,12000.0,Florida,12101.0,Pasco County,6455.0,FPC +2017,12000.0,Florida,12103.0,Pinellas County,6455.0,FPC +2017,12000.0,Florida,12105.0,Polk County,6455.0,FPC +2017,12000.0,Florida,12117.0,Seminole County,6455.0,FPC +2017,12000.0,Florida,12119.0,Sumter County,6455.0,FPC +2017,12000.0,Florida,12121.0,Suwannee County,6455.0,FPC +2017,12000.0,Florida,12123.0,Taylor County,6455.0,FPC +2017,12000.0,Florida,12127.0,Volusia County,6455.0,FPC +2017,12000.0,Florida,12129.0,Wakulla County,6455.0,FPC +2017,12000.0,Florida,12001.0,Alachua County,6909.0,GVL +2017,12000.0,Florida,12086.0,Miami-Dade County,8795.0,HST +2017,16000.0,Idaho,16001.0,Ada County,9191.0,IPCO +2017,16000.0,Idaho,16003.0,Adams County,9191.0,IPCO +2017,16000.0,Idaho,16005.0,Bannock County,9191.0,IPCO +2017,16000.0,Idaho,16011.0,Bingham County,9191.0,IPCO +2017,16000.0,Idaho,16013.0,Blaine County,9191.0,IPCO +2017,16000.0,Idaho,16015.0,Boise County,9191.0,IPCO +2017,16000.0,Idaho,16025.0,Camas County,9191.0,IPCO +2017,16000.0,Idaho,16027.0,Canyon County,9191.0,IPCO +2017,16000.0,Idaho,16031.0,Cassia County,9191.0,IPCO +2017,16000.0,Idaho,16037.0,Custer County,9191.0,IPCO +2017,16000.0,Idaho,16039.0,Elmore County,9191.0,IPCO +2017,16000.0,Idaho,16045.0,Gem County,9191.0,IPCO +2017,16000.0,Idaho,16047.0,Gooding County,9191.0,IPCO +2017,16000.0,Idaho,16049.0,Idaho County,9191.0,IPCO +2017,16000.0,Idaho,16053.0,Jerome County,9191.0,IPCO +2017,16000.0,Idaho,16059.0,Lemhi County,9191.0,IPCO +2017,16000.0,Idaho,16063.0,Lincoln County,9191.0,IPCO +2017,16000.0,Idaho,16067.0,Minidoka County,9191.0,IPCO +2017,16000.0,Idaho,16071.0,Oneida County,9191.0,IPCO +2017,16000.0,Idaho,16073.0,Owyhee County,9191.0,IPCO +2017,16000.0,Idaho,16075.0,Payette County,9191.0,IPCO +2017,16000.0,Idaho,16077.0,Power County,9191.0,IPCO +2017,16000.0,Idaho,16083.0,Twin Falls County,9191.0,IPCO +2017,16000.0,Idaho,16085.0,Valley County,9191.0,IPCO +2017,16000.0,Idaho,16087.0,Washington County,9191.0,IPCO +2017,41000.0,Oregon,41001.0,Baker County,9191.0,IPCO +2017,41000.0,Oregon,41023.0,Grant County,9191.0,IPCO +2017,41000.0,Oregon,41025.0,Harney County,9191.0,IPCO +2017,41000.0,Oregon,41045.0,Malheur County,9191.0,IPCO +2017,41000.0,Oregon,41063.0,Wallowa County,9191.0,IPCO +2017,6000.0,California,6025.0,Imperial County,9216.0,IID +2017,6000.0,California,6065.0,Riverside County,9216.0,IID +2017,6000.0,California,6073.0,San Diego County,9216.0,IID +2017,12000.0,Florida,12013.0,Calhoun County,9617.0,JEA +2017,12000.0,Florida,12019.0,Clay County,9617.0,JEA +2017,12000.0,Florida,12031.0,Duval County,9617.0,JEA +2017,12000.0,Florida,12063.0,Jackson County,9617.0,JEA +2017,12000.0,Florida,12077.0,Liberty County,9617.0,JEA +2017,12000.0,Florida,12089.0,Nassau County,9617.0,JEA +2017,12000.0,Florida,12109.0,St. Johns County,9617.0,JEA +2017,6000.0,California,6027.0,Inyo County,11208.0,LDWP +2017,6000.0,California,6037.0,Los Angeles County,11208.0,LDWP +2017,18000.0,Indiana,18147.0,Spencer County,11249.0,LGEE +2017,21000.0,Kentucky,21001.0,Adair County,11249.0,LGEE +2017,21000.0,Kentucky,21005.0,Anderson County,11249.0,LGEE +2017,21000.0,Kentucky,21007.0,Ballard County,11249.0,LGEE +2017,21000.0,Kentucky,21009.0,Barren County,11249.0,LGEE +2017,21000.0,Kentucky,21011.0,Bath County,11249.0,LGEE +2017,21000.0,Kentucky,21013.0,Bell County,11249.0,LGEE +2017,21000.0,Kentucky,21017.0,Bourbon County,11249.0,LGEE +2017,21000.0,Kentucky,21021.0,Boyle County,11249.0,LGEE +2017,21000.0,Kentucky,21023.0,Bracken County,11249.0,LGEE +2017,21000.0,Kentucky,21029.0,Bullitt County,11249.0,LGEE +2017,21000.0,Kentucky,21033.0,Caldwell County,11249.0,LGEE +2017,21000.0,Kentucky,21037.0,Campbell County,11249.0,LGEE +2017,21000.0,Kentucky,21039.0,Carlisle County,11249.0,LGEE +2017,21000.0,Kentucky,21041.0,Carroll County,11249.0,LGEE +2017,21000.0,Kentucky,21045.0,Casey County,11249.0,LGEE +2017,21000.0,Kentucky,21047.0,Christian County,11249.0,LGEE +2017,21000.0,Kentucky,21049.0,Clark County,11249.0,LGEE +2017,21000.0,Kentucky,21051.0,Clay County,11249.0,LGEE +2017,21000.0,Kentucky,21055.0,Crittenden County,11249.0,LGEE +2017,21000.0,Kentucky,21059.0,Daviess County,11249.0,LGEE +2017,21000.0,Kentucky,21061.0,Edmonson County,11249.0,LGEE +2017,21000.0,Kentucky,21065.0,Estill County,11249.0,LGEE +2017,21000.0,Kentucky,21067.0,Fayette County,11249.0,LGEE +2017,21000.0,Kentucky,21069.0,Fleming County,11249.0,LGEE +2017,21000.0,Kentucky,21073.0,Franklin County,11249.0,LGEE +2017,21000.0,Kentucky,21075.0,Fulton County,11249.0,LGEE +2017,21000.0,Kentucky,21077.0,Gallatin County,11249.0,LGEE +2017,21000.0,Kentucky,21079.0,Garrard County,11249.0,LGEE +2017,21000.0,Kentucky,21081.0,Grant County,11249.0,LGEE +2017,21000.0,Kentucky,21085.0,Grayson County,11249.0,LGEE +2017,21000.0,Kentucky,21087.0,Green County,11249.0,LGEE +2017,21000.0,Kentucky,21093.0,Hardin County,11249.0,LGEE +2017,21000.0,Kentucky,21095.0,Harlan County,11249.0,LGEE +2017,21000.0,Kentucky,21097.0,Harrison County,11249.0,LGEE +2017,21000.0,Kentucky,21099.0,Hart County,11249.0,LGEE +2017,21000.0,Kentucky,21101.0,Henderson County,11249.0,LGEE +2017,21000.0,Kentucky,21103.0,Henry County,11249.0,LGEE +2017,21000.0,Kentucky,21105.0,Hickman County,11249.0,LGEE +2017,21000.0,Kentucky,21107.0,Hopkins County,11249.0,LGEE +2017,21000.0,Kentucky,21111.0,Jefferson County,11249.0,LGEE +2017,21000.0,Kentucky,21113.0,Jessamine County,11249.0,LGEE +2017,21000.0,Kentucky,21121.0,Knox County,11249.0,LGEE +2017,21000.0,Kentucky,21123.0,Larue County,11249.0,LGEE +2017,21000.0,Kentucky,21125.0,Laurel County,11249.0,LGEE +2017,21000.0,Kentucky,21129.0,Lee County,11249.0,LGEE +2017,21000.0,Kentucky,21137.0,Lincoln County,11249.0,LGEE +2017,21000.0,Kentucky,21139.0,Livingston County,11249.0,LGEE +2017,21000.0,Kentucky,21143.0,Lyon County,11249.0,LGEE +2017,21000.0,Kentucky,21145.0,McCracken County,11249.0,LGEE +2017,21000.0,Kentucky,21147.0,McCreary County,11249.0,LGEE +2017,21000.0,Kentucky,21149.0,McLean County,11249.0,LGEE +2017,21000.0,Kentucky,21151.0,Madison County,11249.0,LGEE +2017,21000.0,Kentucky,21155.0,Marion County,11249.0,LGEE +2017,21000.0,Kentucky,21161.0,Mason County,11249.0,LGEE +2017,21000.0,Kentucky,21163.0,Meade County,11249.0,LGEE +2017,21000.0,Kentucky,21167.0,Mercer County,11249.0,LGEE +2017,21000.0,Kentucky,21173.0,Montgomery County,11249.0,LGEE +2017,21000.0,Kentucky,21177.0,Muhlenberg County,11249.0,LGEE +2017,21000.0,Kentucky,21179.0,Nelson County,11249.0,LGEE +2017,21000.0,Kentucky,21181.0,Nicholas County,11249.0,LGEE +2017,21000.0,Kentucky,21183.0,Ohio County,11249.0,LGEE +2017,21000.0,Kentucky,21185.0,Oldham County,11249.0,LGEE +2017,21000.0,Kentucky,21187.0,Owen County,11249.0,LGEE +2017,21000.0,Kentucky,21191.0,Pendleton County,11249.0,LGEE +2017,21000.0,Kentucky,21199.0,Pulaski County,11249.0,LGEE +2017,21000.0,Kentucky,21201.0,Robertson County,11249.0,LGEE +2017,21000.0,Kentucky,21203.0,Rockcastle County,11249.0,LGEE +2017,21000.0,Kentucky,21205.0,Rowan County,11249.0,LGEE +2017,21000.0,Kentucky,21207.0,Russell County,11249.0,LGEE +2017,21000.0,Kentucky,21209.0,Scott County,11249.0,LGEE +2017,21000.0,Kentucky,21211.0,Shelby County,11249.0,LGEE +2017,21000.0,Kentucky,21215.0,Spencer County,11249.0,LGEE +2017,21000.0,Kentucky,21217.0,Taylor County,11249.0,LGEE +2017,21000.0,Kentucky,21223.0,Trimble County,11249.0,LGEE +2017,21000.0,Kentucky,21225.0,Union County,11249.0,LGEE +2017,21000.0,Kentucky,21229.0,Washington County,11249.0,LGEE +2017,21000.0,Kentucky,21233.0,Webster County,11249.0,LGEE +2017,21000.0,Kentucky,21235.0,Whitley County,11249.0,LGEE +2017,21000.0,Kentucky,21239.0,Woodford County,11249.0,LGEE +2017,47000.0,Tennessee,47025.0,Claiborne County,11249.0,LGEE +2017,51000.0,Virginia,51051.0,Dickenson County,11249.0,LGEE +2017,51000.0,Virginia,51105.0,Lee County,11249.0,LGEE +2017,51000.0,Virginia,51167.0,Russell County,11249.0,LGEE +2017,51000.0,Virginia,51169.0,Scott County,11249.0,LGEE +2017,51000.0,Virginia,51195.0,Wise County,11249.0,LGEE +2017,51000.0,Virginia,51720.0,Norton City,11249.0,LGEE +2017,16000.0,Idaho,16033.0,Clark County,12825.0,NWMT +2017,30000.0,Montana,30001.0,Beaverhead County,12825.0,NWMT +2017,30000.0,Montana,30003.0,Big Horn County,12825.0,NWMT +2017,30000.0,Montana,30005.0,Blaine County,12825.0,NWMT +2017,30000.0,Montana,30007.0,Broadwater County,12825.0,NWMT +2017,30000.0,Montana,30009.0,Carbon County,12825.0,NWMT +2017,30000.0,Montana,30011.0,Carter County,12825.0,NWMT +2017,30000.0,Montana,30013.0,Cascade County,12825.0,NWMT +2017,30000.0,Montana,30015.0,Chouteau County,12825.0,NWMT +2017,30000.0,Montana,30017.0,Custer County,12825.0,NWMT +2017,30000.0,Montana,30021.0,Dawson County,12825.0,NWMT +2017,30000.0,Montana,30023.0,Deer Lodge County,12825.0,NWMT +2017,30000.0,Montana,30025.0,Fallon County,12825.0,NWMT +2017,30000.0,Montana,30027.0,Fergus County,12825.0,NWMT +2017,30000.0,Montana,30029.0,Flathead County,12825.0,NWMT +2017,30000.0,Montana,30031.0,Gallatin County,12825.0,NWMT +2017,30000.0,Montana,30035.0,Glacier County,12825.0,NWMT +2017,30000.0,Montana,30037.0,Golden Valley County,12825.0,NWMT +2017,30000.0,Montana,30039.0,Granite County,12825.0,NWMT +2017,30000.0,Montana,30041.0,Hill County,12825.0,NWMT +2017,30000.0,Montana,30043.0,Jefferson County,12825.0,NWMT +2017,30000.0,Montana,30045.0,Judith Basin County,12825.0,NWMT +2017,30000.0,Montana,30047.0,Lake County,12825.0,NWMT +2017,30000.0,Montana,30049.0,Lewis and Clark County,12825.0,NWMT +2017,30000.0,Montana,30051.0,Liberty County,12825.0,NWMT +2017,30000.0,Montana,30057.0,Madison County,12825.0,NWMT +2017,30000.0,Montana,30059.0,Meagher County,12825.0,NWMT +2017,30000.0,Montana,30061.0,Mineral County,12825.0,NWMT +2017,30000.0,Montana,30063.0,Missoula County,12825.0,NWMT +2017,30000.0,Montana,30065.0,Musselshell County,12825.0,NWMT +2017,30000.0,Montana,30067.0,Park County,12825.0,NWMT +2017,30000.0,Montana,30071.0,Phillips County,12825.0,NWMT +2017,30000.0,Montana,30073.0,Pondera County,12825.0,NWMT +2017,30000.0,Montana,30075.0,Powder River County,12825.0,NWMT +2017,30000.0,Montana,30077.0,Powell County,12825.0,NWMT +2017,30000.0,Montana,30079.0,Prairie County,12825.0,NWMT +2017,30000.0,Montana,30081.0,Ravalli County,12825.0,NWMT +2017,30000.0,Montana,30087.0,Rosebud County,12825.0,NWMT +2017,30000.0,Montana,30089.0,Sanders County,12825.0,NWMT +2017,30000.0,Montana,30093.0,Silver Bow County,12825.0,NWMT +2017,30000.0,Montana,30095.0,Stillwater County,12825.0,NWMT +2017,30000.0,Montana,30097.0,Sweet Grass County,12825.0,NWMT +2017,30000.0,Montana,30099.0,Teton County,12825.0,NWMT +2017,30000.0,Montana,30101.0,Toole County,12825.0,NWMT +2017,30000.0,Montana,30105.0,Valley County,12825.0,NWMT +2017,30000.0,Montana,30107.0,Wheatland County,12825.0,NWMT +2017,56000.0,Wyoming,56029.0,Park County,12825.0,NWMT +2017,6000.0,California,6027.0,Inyo County,13407.0,NEVP +2017,6000.0,California,6051.0,Mono County,13407.0,NEVP +2017,6000.0,California,6057.0,Nevada County,13407.0,NEVP +2017,6000.0,California,6061.0,Placer County,13407.0,NEVP +2017,32000.0,Nevada,32001.0,Churchill County,13407.0,NEVP +2017,32000.0,Nevada,32003.0,Clark County,13407.0,NEVP +2017,32000.0,Nevada,32005.0,Douglas County,13407.0,NEVP +2017,32000.0,Nevada,32007.0,Elko County,13407.0,NEVP +2017,32000.0,Nevada,32009.0,Esmeralda County,13407.0,NEVP +2017,32000.0,Nevada,32011.0,Eureka County,13407.0,NEVP +2017,32000.0,Nevada,32013.0,Humboldt County,13407.0,NEVP +2017,32000.0,Nevada,32015.0,Lander County,13407.0,NEVP +2017,32000.0,Nevada,32019.0,Lyon County,13407.0,NEVP +2017,32000.0,Nevada,32021.0,Mineral County,13407.0,NEVP +2017,32000.0,Nevada,32023.0,Nye County,13407.0,NEVP +2017,32000.0,Nevada,32027.0,Pershing County,13407.0,NEVP +2017,32000.0,Nevada,32029.0,Storey County,13407.0,NEVP +2017,32000.0,Nevada,32031.0,Washoe County,13407.0,NEVP +2017,32000.0,Nevada,32033.0,White Pine County,13407.0,NEVP +2017,32000.0,Nevada,32510.0,Carson City,13407.0,NEVP +2017,49000.0,Utah,49023.0,Juab County,13407.0,NEVP +2017,49000.0,Utah,49027.0,Millard County,13407.0,NEVP +2017,49000.0,Utah,49045.0,Tooele County,13407.0,NEVP +2017,9000.0,Connecticut,9001.0,Fairfield County,13434.0,ISNE +2017,9000.0,Connecticut,9003.0,Hartford County,13434.0,ISNE +2017,9000.0,Connecticut,9005.0,Litchfield County,13434.0,ISNE +2017,9000.0,Connecticut,9007.0,Middlesex County,13434.0,ISNE +2017,9000.0,Connecticut,9009.0,New Haven County,13434.0,ISNE +2017,9000.0,Connecticut,9011.0,New London County,13434.0,ISNE +2017,9000.0,Connecticut,9013.0,Tolland County,13434.0,ISNE +2017,9000.0,Connecticut,9015.0,Windham County,13434.0,ISNE +2017,23000.0,Maine,23001.0,Androscoggin County,13434.0,ISNE +2017,23000.0,Maine,23003.0,Aroostook County,13434.0,ISNE +2017,23000.0,Maine,23005.0,Cumberland County,13434.0,ISNE +2017,23000.0,Maine,23007.0,Franklin County,13434.0,ISNE +2017,23000.0,Maine,23009.0,Hancock County,13434.0,ISNE +2017,23000.0,Maine,23011.0,Kennebec County,13434.0,ISNE +2017,23000.0,Maine,23013.0,Knox County,13434.0,ISNE +2017,23000.0,Maine,23015.0,Lincoln County,13434.0,ISNE +2017,23000.0,Maine,23017.0,Oxford County,13434.0,ISNE +2017,23000.0,Maine,23019.0,Penobscot County,13434.0,ISNE +2017,23000.0,Maine,23021.0,Piscataquis County,13434.0,ISNE +2017,23000.0,Maine,23023.0,Sagadahoc County,13434.0,ISNE +2017,23000.0,Maine,23025.0,Somerset County,13434.0,ISNE +2017,23000.0,Maine,23027.0,Waldo County,13434.0,ISNE +2017,23000.0,Maine,23029.0,Washington County,13434.0,ISNE +2017,23000.0,Maine,23031.0,York County,13434.0,ISNE +2017,25000.0,Massachusetts,25001.0,Barnstable County,13434.0,ISNE +2017,25000.0,Massachusetts,25003.0,Berkshire County,13434.0,ISNE +2017,25000.0,Massachusetts,25005.0,Bristol County,13434.0,ISNE +2017,25000.0,Massachusetts,25007.0,Dukes County,13434.0,ISNE +2017,25000.0,Massachusetts,25009.0,Essex County,13434.0,ISNE +2017,25000.0,Massachusetts,25011.0,Franklin County,13434.0,ISNE +2017,25000.0,Massachusetts,25013.0,Hampden County,13434.0,ISNE +2017,25000.0,Massachusetts,25015.0,Hampshire County,13434.0,ISNE +2017,25000.0,Massachusetts,25017.0,Middlesex County,13434.0,ISNE +2017,25000.0,Massachusetts,25019.0,Nantucket County,13434.0,ISNE +2017,25000.0,Massachusetts,25021.0,Norfolk County,13434.0,ISNE +2017,25000.0,Massachusetts,25023.0,Plymouth County,13434.0,ISNE +2017,25000.0,Massachusetts,25025.0,Suffolk County,13434.0,ISNE +2017,25000.0,Massachusetts,25027.0,Worcester County,13434.0,ISNE +2017,33000.0,New Hampshire,33001.0,Belknap County,13434.0,ISNE +2017,33000.0,New Hampshire,33003.0,Carroll County,13434.0,ISNE +2017,33000.0,New Hampshire,33005.0,Cheshire County,13434.0,ISNE +2017,33000.0,New Hampshire,33007.0,Coos County,13434.0,ISNE +2017,33000.0,New Hampshire,33009.0,Grafton County,13434.0,ISNE +2017,33000.0,New Hampshire,33011.0,Hillsborough County,13434.0,ISNE +2017,33000.0,New Hampshire,33013.0,Merrimack County,13434.0,ISNE +2017,33000.0,New Hampshire,33015.0,Rockingham County,13434.0,ISNE +2017,33000.0,New Hampshire,33017.0,Strafford County,13434.0,ISNE +2017,33000.0,New Hampshire,33019.0,Sullivan County,13434.0,ISNE +2017,36000.0,New York,36103.0,Suffolk County,13434.0,ISNE +2017,44000.0,Rhode Island,44001.0,Bristol County,13434.0,ISNE +2017,44000.0,Rhode Island,44003.0,Kent County,13434.0,ISNE +2017,44000.0,Rhode Island,44005.0,Newport County,13434.0,ISNE +2017,44000.0,Rhode Island,44007.0,Providence County,13434.0,ISNE +2017,44000.0,Rhode Island,44009.0,Washington County,13434.0,ISNE +2017,50000.0,Vermont,50001.0,Addison County,13434.0,ISNE +2017,50000.0,Vermont,50003.0,Bennington County,13434.0,ISNE +2017,50000.0,Vermont,50005.0,Caledonia County,13434.0,ISNE +2017,50000.0,Vermont,50007.0,Chittenden County,13434.0,ISNE +2017,50000.0,Vermont,50009.0,Essex County,13434.0,ISNE +2017,50000.0,Vermont,50011.0,Franklin County,13434.0,ISNE +2017,50000.0,Vermont,50013.0,Grand Isle County,13434.0,ISNE +2017,50000.0,Vermont,50015.0,Lamoille County,13434.0,ISNE +2017,50000.0,Vermont,50017.0,Orange County,13434.0,ISNE +2017,50000.0,Vermont,50019.0,Orleans County,13434.0,ISNE +2017,50000.0,Vermont,50021.0,Rutland County,13434.0,ISNE +2017,50000.0,Vermont,50023.0,Washington County,13434.0,ISNE +2017,50000.0,Vermont,50025.0,Windham County,13434.0,ISNE +2017,50000.0,Vermont,50027.0,Windsor County,13434.0,ISNE +2017,12000.0,Florida,12127.0,Volusia County,13485.0,NSB +2017,34000.0,New Jersey,34003.0,Bergen County,13501.0,NYIS +2017,34000.0,New Jersey,34031.0,Passaic County,13501.0,NYIS +2017,34000.0,New Jersey,34037.0,Sussex County,13501.0,NYIS +2017,36000.0,New York,36001.0,Albany County,13501.0,NYIS +2017,36000.0,New York,36003.0,Allegany County,13501.0,NYIS +2017,36000.0,New York,36005.0,Bronx County,13501.0,NYIS +2017,36000.0,New York,36007.0,Broome County,13501.0,NYIS +2017,36000.0,New York,36009.0,Cattaraugus County,13501.0,NYIS +2017,36000.0,New York,36011.0,Cayuga County,13501.0,NYIS +2017,36000.0,New York,36013.0,Chautauqua County,13501.0,NYIS +2017,36000.0,New York,36015.0,Chemung County,13501.0,NYIS +2017,36000.0,New York,36017.0,Chenango County,13501.0,NYIS +2017,36000.0,New York,36019.0,Clinton County,13501.0,NYIS +2017,36000.0,New York,36021.0,Columbia County,13501.0,NYIS +2017,36000.0,New York,36023.0,Cortland County,13501.0,NYIS +2017,36000.0,New York,36025.0,Delaware County,13501.0,NYIS +2017,36000.0,New York,36027.0,Dutchess County,13501.0,NYIS +2017,36000.0,New York,36029.0,Erie County,13501.0,NYIS +2017,36000.0,New York,36031.0,Essex County,13501.0,NYIS +2017,36000.0,New York,36033.0,Franklin County,13501.0,NYIS +2017,36000.0,New York,36035.0,Fulton County,13501.0,NYIS +2017,36000.0,New York,36037.0,Genesee County,13501.0,NYIS +2017,36000.0,New York,36039.0,Greene County,13501.0,NYIS +2017,36000.0,New York,36041.0,Hamilton County,13501.0,NYIS +2017,36000.0,New York,36043.0,Herkimer County,13501.0,NYIS +2017,36000.0,New York,36045.0,Jefferson County,13501.0,NYIS +2017,36000.0,New York,36047.0,Kings County,13501.0,NYIS +2017,36000.0,New York,36049.0,Lewis County,13501.0,NYIS +2017,36000.0,New York,36051.0,Livingston County,13501.0,NYIS +2017,36000.0,New York,36053.0,Madison County,13501.0,NYIS +2017,36000.0,New York,36055.0,Monroe County,13501.0,NYIS +2017,36000.0,New York,36057.0,Montgomery County,13501.0,NYIS +2017,36000.0,New York,36059.0,Nassau County,13501.0,NYIS +2017,36000.0,New York,36061.0,New York County,13501.0,NYIS +2017,36000.0,New York,36063.0,Niagara County,13501.0,NYIS +2017,36000.0,New York,36065.0,Oneida County,13501.0,NYIS +2017,36000.0,New York,36067.0,Onondaga County,13501.0,NYIS +2017,36000.0,New York,36069.0,Ontario County,13501.0,NYIS +2017,36000.0,New York,36071.0,Orange County,13501.0,NYIS +2017,36000.0,New York,36073.0,Orleans County,13501.0,NYIS +2017,36000.0,New York,36075.0,Oswego County,13501.0,NYIS +2017,36000.0,New York,36077.0,Otsego County,13501.0,NYIS +2017,36000.0,New York,36079.0,Putnam County,13501.0,NYIS +2017,36000.0,New York,36081.0,Queens County,13501.0,NYIS +2017,36000.0,New York,36083.0,Rensselaer County,13501.0,NYIS +2017,36000.0,New York,36085.0,Richmond County,13501.0,NYIS +2017,36000.0,New York,36087.0,Rockland County,13501.0,NYIS +2017,36000.0,New York,36089.0,St. Lawrence County,13501.0,NYIS +2017,36000.0,New York,36091.0,Saratoga County,13501.0,NYIS +2017,36000.0,New York,36093.0,Schenectady County,13501.0,NYIS +2017,36000.0,New York,36095.0,Schoharie County,13501.0,NYIS +2017,36000.0,New York,36097.0,Schuyler County,13501.0,NYIS +2017,36000.0,New York,36099.0,Seneca County,13501.0,NYIS +2017,36000.0,New York,36101.0,Steuben County,13501.0,NYIS +2017,36000.0,New York,36103.0,Suffolk County,13501.0,NYIS +2017,36000.0,New York,36105.0,Sullivan County,13501.0,NYIS +2017,36000.0,New York,36107.0,Tioga County,13501.0,NYIS +2017,36000.0,New York,36109.0,Tompkins County,13501.0,NYIS +2017,36000.0,New York,36111.0,Ulster County,13501.0,NYIS +2017,36000.0,New York,36113.0,Warren County,13501.0,NYIS +2017,36000.0,New York,36115.0,Washington County,13501.0,NYIS +2017,36000.0,New York,36117.0,Wayne County,13501.0,NYIS +2017,36000.0,New York,36119.0,Westchester County,13501.0,NYIS +2017,36000.0,New York,36121.0,Wyoming County,13501.0,NYIS +2017,36000.0,New York,36123.0,Yates County,13501.0,NYIS +2017,42000.0,Pennsylvania,42103.0,Pike County,13501.0,NYIS +2017,39000.0,Ohio,39131.0,Pike County,14015.0,OVEC +2017,6000.0,California,6015.0,Del Norte County,14378.0,PACW +2017,6000.0,California,6035.0,Lassen County,14378.0,PACW +2017,6000.0,California,6049.0,Modoc County,14378.0,PACW +2017,6000.0,California,6089.0,Shasta County,14378.0,PACW +2017,6000.0,California,6093.0,Siskiyou County,14378.0,PACW +2017,16000.0,Idaho,16005.0,Bannock County,14378.0,PACW +2017,16000.0,Idaho,16007.0,Bear Lake County,14378.0,PACW +2017,16000.0,Idaho,16011.0,Bingham County,14378.0,PACW +2017,16000.0,Idaho,16019.0,Bonneville County,14378.0,PACW +2017,16000.0,Idaho,16023.0,Butte County,14378.0,PACW +2017,16000.0,Idaho,16029.0,Caribou County,14378.0,PACW +2017,16000.0,Idaho,16033.0,Clark County,14378.0,PACW +2017,16000.0,Idaho,16041.0,Franklin County,14378.0,PACW +2017,16000.0,Idaho,16043.0,Fremont County,14378.0,PACW +2017,16000.0,Idaho,16051.0,Jefferson County,14378.0,PACW +2017,16000.0,Idaho,16065.0,Madison County,14378.0,PACW +2017,16000.0,Idaho,16071.0,Oneida County,14378.0,PACW +2017,16000.0,Idaho,16077.0,Power County,14378.0,PACW +2017,16000.0,Idaho,16081.0,Teton County,14378.0,PACW +2017,32000.0,Nevada,32031.0,Washoe County,14378.0,PACW +2017,41000.0,Oregon,41003.0,Benton County,14378.0,PACW +2017,41000.0,Oregon,41007.0,Clatsop County,14378.0,PACW +2017,41000.0,Oregon,41011.0,Coos County,14378.0,PACW +2017,41000.0,Oregon,41013.0,Crook County,14378.0,PACW +2017,41000.0,Oregon,41017.0,Deschutes County,14378.0,PACW +2017,41000.0,Oregon,41019.0,Douglas County,14378.0,PACW +2017,41000.0,Oregon,41021.0,Gilliam County,14378.0,PACW +2017,41000.0,Oregon,41027.0,Hood River County,14378.0,PACW +2017,41000.0,Oregon,41029.0,Jackson County,14378.0,PACW +2017,41000.0,Oregon,41031.0,Jefferson County,14378.0,PACW +2017,41000.0,Oregon,41033.0,Josephine County,14378.0,PACW +2017,41000.0,Oregon,41035.0,Klamath County,14378.0,PACW +2017,41000.0,Oregon,41037.0,Lake County,14378.0,PACW +2017,41000.0,Oregon,41039.0,Lane County,14378.0,PACW +2017,41000.0,Oregon,41041.0,Lincoln County,14378.0,PACW +2017,41000.0,Oregon,41043.0,Linn County,14378.0,PACW +2017,41000.0,Oregon,41047.0,Marion County,14378.0,PACW +2017,41000.0,Oregon,41049.0,Morrow County,14378.0,PACW +2017,41000.0,Oregon,41051.0,Multnomah County,14378.0,PACW +2017,41000.0,Oregon,41053.0,Polk County,14378.0,PACW +2017,41000.0,Oregon,41055.0,Sherman County,14378.0,PACW +2017,41000.0,Oregon,41057.0,Tillamook County,14378.0,PACW +2017,41000.0,Oregon,41059.0,Umatilla County,14378.0,PACW +2017,41000.0,Oregon,41063.0,Wallowa County,14378.0,PACW +2017,41000.0,Oregon,41065.0,Wasco County,14378.0,PACW +2017,49000.0,Utah,49001.0,Beaver County,14378.0,PACW +2017,49000.0,Utah,49003.0,Box Elder County,14378.0,PACW +2017,49000.0,Utah,49005.0,Cache County,14378.0,PACW +2017,49000.0,Utah,49007.0,Carbon County,14378.0,PACW +2017,49000.0,Utah,49011.0,Davis County,14378.0,PACW +2017,49000.0,Utah,49013.0,Duchesne County,14378.0,PACW +2017,49000.0,Utah,49015.0,Emery County,14378.0,PACW +2017,49000.0,Utah,49017.0,Garfield County,14378.0,PACW +2017,49000.0,Utah,49019.0,Grand County,14378.0,PACW +2017,49000.0,Utah,49021.0,Iron County,14378.0,PACW +2017,49000.0,Utah,49023.0,Juab County,14378.0,PACW +2017,49000.0,Utah,49027.0,Millard County,14378.0,PACW +2017,49000.0,Utah,49029.0,Morgan County,14378.0,PACW +2017,49000.0,Utah,49031.0,Piute County,14378.0,PACW +2017,49000.0,Utah,49033.0,Rich County,14378.0,PACW +2017,49000.0,Utah,49035.0,Salt Lake County,14378.0,PACW +2017,49000.0,Utah,49037.0,San Juan County,14378.0,PACW +2017,49000.0,Utah,49039.0,Sanpete County,14378.0,PACW +2017,49000.0,Utah,49041.0,Sevier County,14378.0,PACW +2017,49000.0,Utah,49043.0,Summit County,14378.0,PACW +2017,49000.0,Utah,49045.0,Tooele County,14378.0,PACW +2017,49000.0,Utah,49047.0,Uintah County,14378.0,PACW +2017,49000.0,Utah,49049.0,Utah County,14378.0,PACW +2017,49000.0,Utah,49051.0,Wasatch County,14378.0,PACW +2017,49000.0,Utah,49053.0,Washington County,14378.0,PACW +2017,49000.0,Utah,49057.0,Weber County,14378.0,PACW +2017,53000.0,Washington,53005.0,Benton County,14378.0,PACW +2017,53000.0,Washington,53013.0,Columbia County,14378.0,PACW +2017,53000.0,Washington,53015.0,Cowlitz County,14378.0,PACW +2017,53000.0,Washington,53023.0,Garfield County,14378.0,PACW +2017,53000.0,Washington,53071.0,Walla Walla County,14378.0,PACW +2017,53000.0,Washington,53077.0,Yakima County,14378.0,PACW +2017,56000.0,Wyoming,56001.0,Albany County,14378.0,PACW +2017,56000.0,Wyoming,56003.0,Big Horn County,14378.0,PACW +2017,56000.0,Wyoming,56007.0,Carbon County,14378.0,PACW +2017,56000.0,Wyoming,56009.0,Converse County,14378.0,PACW +2017,56000.0,Wyoming,56013.0,Fremont County,14378.0,PACW +2017,56000.0,Wyoming,56017.0,Hot Springs County,14378.0,PACW +2017,56000.0,Wyoming,56019.0,Johnson County,14378.0,PACW +2017,56000.0,Wyoming,56023.0,Lincoln County,14378.0,PACW +2017,56000.0,Wyoming,56025.0,Natrona County,14378.0,PACW +2017,56000.0,Wyoming,56029.0,Park County,14378.0,PACW +2017,56000.0,Wyoming,56031.0,Platte County,14378.0,PACW +2017,56000.0,Wyoming,56035.0,Sublette County,14378.0,PACW +2017,56000.0,Wyoming,56037.0,Sweetwater County,14378.0,PACW +2017,56000.0,Wyoming,56041.0,Uinta County,14378.0,PACW +2017,56000.0,Wyoming,56043.0,Washakie County,14378.0,PACW +2017,4000.0,Arizona,4001.0,Apache County,14379.0,PACE +2017,4000.0,Arizona,4005.0,Coconino County,14379.0,PACE +2017,4000.0,Arizona,4015.0,Mohave County,14379.0,PACE +2017,4000.0,Arizona,4017.0,Navajo County,14379.0,PACE +2017,6000.0,California,6015.0,Del Norte County,14379.0,PACE +2017,6000.0,California,6049.0,Modoc County,14379.0,PACE +2017,6000.0,California,6089.0,Shasta County,14379.0,PACE +2017,6000.0,California,6093.0,Siskiyou County,14379.0,PACE +2017,16000.0,Idaho,16005.0,Bannock County,14379.0,PACE +2017,16000.0,Idaho,16007.0,Bear Lake County,14379.0,PACE +2017,16000.0,Idaho,16011.0,Bingham County,14379.0,PACE +2017,16000.0,Idaho,16019.0,Bonneville County,14379.0,PACE +2017,16000.0,Idaho,16023.0,Butte County,14379.0,PACE +2017,16000.0,Idaho,16029.0,Caribou County,14379.0,PACE +2017,16000.0,Idaho,16033.0,Clark County,14379.0,PACE +2017,16000.0,Idaho,16041.0,Franklin County,14379.0,PACE +2017,16000.0,Idaho,16043.0,Fremont County,14379.0,PACE +2017,16000.0,Idaho,16051.0,Jefferson County,14379.0,PACE +2017,16000.0,Idaho,16065.0,Madison County,14379.0,PACE +2017,16000.0,Idaho,16071.0,Oneida County,14379.0,PACE +2017,16000.0,Idaho,16077.0,Power County,14379.0,PACE +2017,16000.0,Idaho,16081.0,Teton County,14379.0,PACE +2017,35000.0,New Mexico,35031.0,McKinley County,14379.0,PACE +2017,35000.0,New Mexico,35045.0,San Juan County,14379.0,PACE +2017,41000.0,Oregon,41003.0,Benton County,14379.0,PACE +2017,41000.0,Oregon,41007.0,Clatsop County,14379.0,PACE +2017,41000.0,Oregon,41011.0,Coos County,14379.0,PACE +2017,41000.0,Oregon,41013.0,Crook County,14379.0,PACE +2017,41000.0,Oregon,41017.0,Deschutes County,14379.0,PACE +2017,41000.0,Oregon,41019.0,Douglas County,14379.0,PACE +2017,41000.0,Oregon,41021.0,Gilliam County,14379.0,PACE +2017,41000.0,Oregon,41027.0,Hood River County,14379.0,PACE +2017,41000.0,Oregon,41029.0,Jackson County,14379.0,PACE +2017,41000.0,Oregon,41031.0,Jefferson County,14379.0,PACE +2017,41000.0,Oregon,41033.0,Josephine County,14379.0,PACE +2017,41000.0,Oregon,41035.0,Klamath County,14379.0,PACE +2017,41000.0,Oregon,41037.0,Lake County,14379.0,PACE +2017,41000.0,Oregon,41039.0,Lane County,14379.0,PACE +2017,41000.0,Oregon,41041.0,Lincoln County,14379.0,PACE +2017,41000.0,Oregon,41043.0,Linn County,14379.0,PACE +2017,41000.0,Oregon,41047.0,Marion County,14379.0,PACE +2017,41000.0,Oregon,41049.0,Morrow County,14379.0,PACE +2017,41000.0,Oregon,41051.0,Multnomah County,14379.0,PACE +2017,41000.0,Oregon,41053.0,Polk County,14379.0,PACE +2017,41000.0,Oregon,41055.0,Sherman County,14379.0,PACE +2017,41000.0,Oregon,41057.0,Tillamook County,14379.0,PACE +2017,41000.0,Oregon,41059.0,Umatilla County,14379.0,PACE +2017,41000.0,Oregon,41063.0,Wallowa County,14379.0,PACE +2017,41000.0,Oregon,41065.0,Wasco County,14379.0,PACE +2017,49000.0,Utah,49001.0,Beaver County,14379.0,PACE +2017,49000.0,Utah,49003.0,Box Elder County,14379.0,PACE +2017,49000.0,Utah,49005.0,Cache County,14379.0,PACE +2017,49000.0,Utah,49007.0,Carbon County,14379.0,PACE +2017,49000.0,Utah,49011.0,Davis County,14379.0,PACE +2017,49000.0,Utah,49013.0,Duchesne County,14379.0,PACE +2017,49000.0,Utah,49015.0,Emery County,14379.0,PACE +2017,49000.0,Utah,49017.0,Garfield County,14379.0,PACE +2017,49000.0,Utah,49019.0,Grand County,14379.0,PACE +2017,49000.0,Utah,49021.0,Iron County,14379.0,PACE +2017,49000.0,Utah,49023.0,Juab County,14379.0,PACE +2017,49000.0,Utah,49027.0,Millard County,14379.0,PACE +2017,49000.0,Utah,49029.0,Morgan County,14379.0,PACE +2017,49000.0,Utah,49031.0,Piute County,14379.0,PACE +2017,49000.0,Utah,49033.0,Rich County,14379.0,PACE +2017,49000.0,Utah,49035.0,Salt Lake County,14379.0,PACE +2017,49000.0,Utah,49037.0,San Juan County,14379.0,PACE +2017,49000.0,Utah,49039.0,Sanpete County,14379.0,PACE +2017,49000.0,Utah,49041.0,Sevier County,14379.0,PACE +2017,49000.0,Utah,49043.0,Summit County,14379.0,PACE +2017,49000.0,Utah,49045.0,Tooele County,14379.0,PACE +2017,49000.0,Utah,49047.0,Uintah County,14379.0,PACE +2017,49000.0,Utah,49049.0,Utah County,14379.0,PACE +2017,49000.0,Utah,49051.0,Wasatch County,14379.0,PACE +2017,49000.0,Utah,49053.0,Washington County,14379.0,PACE +2017,49000.0,Utah,49057.0,Weber County,14379.0,PACE +2017,53000.0,Washington,53005.0,Benton County,14379.0,PACE +2017,53000.0,Washington,53013.0,Columbia County,14379.0,PACE +2017,53000.0,Washington,53015.0,Cowlitz County,14379.0,PACE +2017,53000.0,Washington,53023.0,Garfield County,14379.0,PACE +2017,53000.0,Washington,53071.0,Walla Walla County,14379.0,PACE +2017,53000.0,Washington,53077.0,Yakima County,14379.0,PACE +2017,56000.0,Wyoming,56001.0,Albany County,14379.0,PACE +2017,56000.0,Wyoming,56003.0,Big Horn County,14379.0,PACE +2017,56000.0,Wyoming,56007.0,Carbon County,14379.0,PACE +2017,56000.0,Wyoming,56009.0,Converse County,14379.0,PACE +2017,56000.0,Wyoming,56013.0,Fremont County,14379.0,PACE +2017,56000.0,Wyoming,56017.0,Hot Springs County,14379.0,PACE +2017,56000.0,Wyoming,56019.0,Johnson County,14379.0,PACE +2017,56000.0,Wyoming,56023.0,Lincoln County,14379.0,PACE +2017,56000.0,Wyoming,56025.0,Natrona County,14379.0,PACE +2017,56000.0,Wyoming,56029.0,Park County,14379.0,PACE +2017,56000.0,Wyoming,56031.0,Platte County,14379.0,PACE +2017,56000.0,Wyoming,56035.0,Sublette County,14379.0,PACE +2017,56000.0,Wyoming,56037.0,Sweetwater County,14379.0,PACE +2017,56000.0,Wyoming,56041.0,Uinta County,14379.0,PACE +2017,56000.0,Wyoming,56043.0,Washakie County,14379.0,PACE +2017,12000.0,Florida,12009.0,Brevard County,14610.0,FMPP +2017,12000.0,Florida,12019.0,Clay County,14610.0,FMPP +2017,12000.0,Florida,12061.0,Indian River County,14610.0,FMPP +2017,12000.0,Florida,12083.0,Marion County,14610.0,FMPP +2017,12000.0,Florida,12087.0,Monroe County,14610.0,FMPP +2017,12000.0,Florida,12095.0,Orange County,14610.0,FMPP +2017,12000.0,Florida,12097.0,Osceola County,14610.0,FMPP +2017,12000.0,Florida,12099.0,Palm Beach County,14610.0,FMPP +2017,12000.0,Florida,12105.0,Polk County,14610.0,FMPP +2017,12000.0,Florida,12111.0,St. Lucie County,14610.0,FMPP +2017,53000.0,Washington,53001.0,Adams County,14624.0,GCPD +2017,53000.0,Washington,53017.0,Douglas County,14624.0,GCPD +2017,53000.0,Washington,53025.0,Grant County,14624.0,GCPD +2017,53000.0,Washington,53037.0,Kittitas County,14624.0,GCPD +2017,53000.0,Washington,53043.0,Lincoln County,14624.0,GCPD +2017,10000.0,Delaware,10001.0,Kent County,14725.0,PJM +2017,10000.0,Delaware,10003.0,New Castle County,14725.0,PJM +2017,10000.0,Delaware,10005.0,Sussex County,14725.0,PJM +2017,11000.0,District of Columbia,11000.0,District of Columbia,14725.0,PJM +2017,17000.0,Illinois,17007.0,Boone County,14725.0,PJM +2017,17000.0,Illinois,17011.0,Bureau County,14725.0,PJM +2017,17000.0,Illinois,17015.0,Carroll County,14725.0,PJM +2017,17000.0,Illinois,17031.0,Cook County,14725.0,PJM +2017,17000.0,Illinois,17037.0,DeKalb County,14725.0,PJM +2017,17000.0,Illinois,17043.0,DuPage County,14725.0,PJM +2017,17000.0,Illinois,17053.0,Ford County,14725.0,PJM +2017,17000.0,Illinois,17063.0,Grundy County,14725.0,PJM +2017,17000.0,Illinois,17085.0,Jo Daviess County,14725.0,PJM +2017,17000.0,Illinois,17089.0,Kane County,14725.0,PJM +2017,17000.0,Illinois,17091.0,Kankakee County,14725.0,PJM +2017,17000.0,Illinois,17093.0,Kendall County,14725.0,PJM +2017,17000.0,Illinois,17097.0,Lake County,14725.0,PJM +2017,17000.0,Illinois,17099.0,LaSalle County,14725.0,PJM +2017,17000.0,Illinois,17103.0,Lee County,14725.0,PJM +2017,17000.0,Illinois,17105.0,Livingston County,14725.0,PJM +2017,17000.0,Illinois,17111.0,McHenry County,14725.0,PJM +2017,17000.0,Illinois,17123.0,Marshall County,14725.0,PJM +2017,17000.0,Illinois,17141.0,Ogle County,14725.0,PJM +2017,17000.0,Illinois,17177.0,Stephenson County,14725.0,PJM +2017,17000.0,Illinois,17195.0,Whiteside County,14725.0,PJM +2017,17000.0,Illinois,17197.0,Will County,14725.0,PJM +2017,17000.0,Illinois,17201.0,Winnebago County,14725.0,PJM +2017,17000.0,Illinois,17203.0,Woodford County,14725.0,PJM +2017,18000.0,Indiana,18001.0,Adams County,14725.0,PJM +2017,18000.0,Indiana,18003.0,Allen County,14725.0,PJM +2017,18000.0,Indiana,18009.0,Blackford County,14725.0,PJM +2017,18000.0,Indiana,18027.0,Daviess County,14725.0,PJM +2017,18000.0,Indiana,18033.0,DeKalb County,14725.0,PJM +2017,18000.0,Indiana,18035.0,Delaware County,14725.0,PJM +2017,18000.0,Indiana,18039.0,Elkhart County,14725.0,PJM +2017,18000.0,Indiana,18047.0,Franklin County,14725.0,PJM +2017,18000.0,Indiana,18053.0,Grant County,14725.0,PJM +2017,18000.0,Indiana,18057.0,Hamilton County,14725.0,PJM +2017,18000.0,Indiana,18065.0,Henry County,14725.0,PJM +2017,18000.0,Indiana,18067.0,Howard County,14725.0,PJM +2017,18000.0,Indiana,18069.0,Huntington County,14725.0,PJM +2017,18000.0,Indiana,18075.0,Jay County,14725.0,PJM +2017,18000.0,Indiana,18085.0,Kosciusko County,14725.0,PJM +2017,18000.0,Indiana,18087.0,LaGrange County,14725.0,PJM +2017,18000.0,Indiana,18091.0,LaPorte County,14725.0,PJM +2017,18000.0,Indiana,18095.0,Madison County,14725.0,PJM +2017,18000.0,Indiana,18099.0,Marshall County,14725.0,PJM +2017,18000.0,Indiana,18103.0,Miami County,14725.0,PJM +2017,18000.0,Indiana,18113.0,Noble County,14725.0,PJM +2017,18000.0,Indiana,18135.0,Randolph County,14725.0,PJM +2017,18000.0,Indiana,18141.0,St. Joseph County,14725.0,PJM +2017,18000.0,Indiana,18151.0,Steuben County,14725.0,PJM +2017,18000.0,Indiana,18159.0,Tipton County,14725.0,PJM +2017,18000.0,Indiana,18169.0,Wabash County,14725.0,PJM +2017,18000.0,Indiana,18177.0,Wayne County,14725.0,PJM +2017,18000.0,Indiana,18179.0,Wells County,14725.0,PJM +2017,18000.0,Indiana,18183.0,Whitley County,14725.0,PJM +2017,21000.0,Kentucky,21001.0,Adair County,14725.0,PJM +2017,21000.0,Kentucky,21005.0,Anderson County,14725.0,PJM +2017,21000.0,Kentucky,21009.0,Barren County,14725.0,PJM +2017,21000.0,Kentucky,21011.0,Bath County,14725.0,PJM +2017,21000.0,Kentucky,21013.0,Bell County,14725.0,PJM +2017,21000.0,Kentucky,21015.0,Boone County,14725.0,PJM +2017,21000.0,Kentucky,21017.0,Bourbon County,14725.0,PJM +2017,21000.0,Kentucky,21019.0,Boyd County,14725.0,PJM +2017,21000.0,Kentucky,21021.0,Boyle County,14725.0,PJM +2017,21000.0,Kentucky,21023.0,Bracken County,14725.0,PJM +2017,21000.0,Kentucky,21025.0,Breathitt County,14725.0,PJM +2017,21000.0,Kentucky,21027.0,Breckinridge County,14725.0,PJM +2017,21000.0,Kentucky,21029.0,Bullitt County,14725.0,PJM +2017,21000.0,Kentucky,21037.0,Campbell County,14725.0,PJM +2017,21000.0,Kentucky,21041.0,Carroll County,14725.0,PJM +2017,21000.0,Kentucky,21043.0,Carter County,14725.0,PJM +2017,21000.0,Kentucky,21045.0,Casey County,14725.0,PJM +2017,21000.0,Kentucky,21049.0,Clark County,14725.0,PJM +2017,21000.0,Kentucky,21051.0,Clay County,14725.0,PJM +2017,21000.0,Kentucky,21053.0,Clinton County,14725.0,PJM +2017,21000.0,Kentucky,21057.0,Cumberland County,14725.0,PJM +2017,21000.0,Kentucky,21061.0,Edmonson County,14725.0,PJM +2017,21000.0,Kentucky,21063.0,Elliott County,14725.0,PJM +2017,21000.0,Kentucky,21065.0,Estill County,14725.0,PJM +2017,21000.0,Kentucky,21067.0,Fayette County,14725.0,PJM +2017,21000.0,Kentucky,21069.0,Fleming County,14725.0,PJM +2017,21000.0,Kentucky,21071.0,Floyd County,14725.0,PJM +2017,21000.0,Kentucky,21073.0,Franklin County,14725.0,PJM +2017,21000.0,Kentucky,21077.0,Gallatin County,14725.0,PJM +2017,21000.0,Kentucky,21079.0,Garrard County,14725.0,PJM +2017,21000.0,Kentucky,21081.0,Grant County,14725.0,PJM +2017,21000.0,Kentucky,21085.0,Grayson County,14725.0,PJM +2017,21000.0,Kentucky,21087.0,Green County,14725.0,PJM +2017,21000.0,Kentucky,21089.0,Greenup County,14725.0,PJM +2017,21000.0,Kentucky,21093.0,Hardin County,14725.0,PJM +2017,21000.0,Kentucky,21095.0,Harlan County,14725.0,PJM +2017,21000.0,Kentucky,21097.0,Harrison County,14725.0,PJM +2017,21000.0,Kentucky,21099.0,Hart County,14725.0,PJM +2017,21000.0,Kentucky,21103.0,Henry County,14725.0,PJM +2017,21000.0,Kentucky,21109.0,Jackson County,14725.0,PJM +2017,21000.0,Kentucky,21111.0,Jefferson County,14725.0,PJM +2017,21000.0,Kentucky,21113.0,Jessamine County,14725.0,PJM +2017,21000.0,Kentucky,21115.0,Johnson County,14725.0,PJM +2017,21000.0,Kentucky,21117.0,Kenton County,14725.0,PJM +2017,21000.0,Kentucky,21119.0,Knott County,14725.0,PJM +2017,21000.0,Kentucky,21121.0,Knox County,14725.0,PJM +2017,21000.0,Kentucky,21123.0,Larue County,14725.0,PJM +2017,21000.0,Kentucky,21125.0,Laurel County,14725.0,PJM +2017,21000.0,Kentucky,21127.0,Lawrence County,14725.0,PJM +2017,21000.0,Kentucky,21129.0,Lee County,14725.0,PJM +2017,21000.0,Kentucky,21131.0,Leslie County,14725.0,PJM +2017,21000.0,Kentucky,21133.0,Letcher County,14725.0,PJM +2017,21000.0,Kentucky,21135.0,Lewis County,14725.0,PJM +2017,21000.0,Kentucky,21137.0,Lincoln County,14725.0,PJM +2017,21000.0,Kentucky,21147.0,McCreary County,14725.0,PJM +2017,21000.0,Kentucky,21151.0,Madison County,14725.0,PJM +2017,21000.0,Kentucky,21153.0,Magoffin County,14725.0,PJM +2017,21000.0,Kentucky,21155.0,Marion County,14725.0,PJM +2017,21000.0,Kentucky,21159.0,Martin County,14725.0,PJM +2017,21000.0,Kentucky,21161.0,Mason County,14725.0,PJM +2017,21000.0,Kentucky,21163.0,Meade County,14725.0,PJM +2017,21000.0,Kentucky,21165.0,Menifee County,14725.0,PJM +2017,21000.0,Kentucky,21167.0,Mercer County,14725.0,PJM +2017,21000.0,Kentucky,21169.0,Metcalfe County,14725.0,PJM +2017,21000.0,Kentucky,21173.0,Montgomery County,14725.0,PJM +2017,21000.0,Kentucky,21175.0,Morgan County,14725.0,PJM +2017,21000.0,Kentucky,21179.0,Nelson County,14725.0,PJM +2017,21000.0,Kentucky,21181.0,Nicholas County,14725.0,PJM +2017,21000.0,Kentucky,21185.0,Oldham County,14725.0,PJM +2017,21000.0,Kentucky,21187.0,Owen County,14725.0,PJM +2017,21000.0,Kentucky,21189.0,Owsley County,14725.0,PJM +2017,21000.0,Kentucky,21191.0,Pendleton County,14725.0,PJM +2017,21000.0,Kentucky,21193.0,Perry County,14725.0,PJM +2017,21000.0,Kentucky,21195.0,Pike County,14725.0,PJM +2017,21000.0,Kentucky,21197.0,Powell County,14725.0,PJM +2017,21000.0,Kentucky,21199.0,Pulaski County,14725.0,PJM +2017,21000.0,Kentucky,21201.0,Robertson County,14725.0,PJM +2017,21000.0,Kentucky,21203.0,Rockcastle County,14725.0,PJM +2017,21000.0,Kentucky,21205.0,Rowan County,14725.0,PJM +2017,21000.0,Kentucky,21207.0,Russell County,14725.0,PJM +2017,21000.0,Kentucky,21209.0,Scott County,14725.0,PJM +2017,21000.0,Kentucky,21211.0,Shelby County,14725.0,PJM +2017,21000.0,Kentucky,21215.0,Spencer County,14725.0,PJM +2017,21000.0,Kentucky,21217.0,Taylor County,14725.0,PJM +2017,21000.0,Kentucky,21223.0,Trimble County,14725.0,PJM +2017,21000.0,Kentucky,21229.0,Washington County,14725.0,PJM +2017,21000.0,Kentucky,21231.0,Wayne County,14725.0,PJM +2017,21000.0,Kentucky,21235.0,Whitley County,14725.0,PJM +2017,21000.0,Kentucky,21237.0,Wolfe County,14725.0,PJM +2017,21000.0,Kentucky,21239.0,Woodford County,14725.0,PJM +2017,24000.0,Maryland,24001.0,Allegany County,14725.0,PJM +2017,24000.0,Maryland,24003.0,Anne Arundel County,14725.0,PJM +2017,24000.0,Maryland,24005.0,Baltimore County,14725.0,PJM +2017,24000.0,Maryland,24009.0,Calvert County,14725.0,PJM +2017,24000.0,Maryland,24011.0,Caroline County,14725.0,PJM +2017,24000.0,Maryland,24013.0,Carroll County,14725.0,PJM +2017,24000.0,Maryland,24015.0,Cecil County,14725.0,PJM +2017,24000.0,Maryland,24017.0,Charles County,14725.0,PJM +2017,24000.0,Maryland,24019.0,Dorchester County,14725.0,PJM +2017,24000.0,Maryland,24021.0,Frederick County,14725.0,PJM +2017,24000.0,Maryland,24023.0,Garrett County,14725.0,PJM +2017,24000.0,Maryland,24025.0,Harford County,14725.0,PJM +2017,24000.0,Maryland,24027.0,Howard County,14725.0,PJM +2017,24000.0,Maryland,24029.0,Kent County,14725.0,PJM +2017,24000.0,Maryland,24031.0,Montgomery County,14725.0,PJM +2017,24000.0,Maryland,24033.0,Prince George's County,14725.0,PJM +2017,24000.0,Maryland,24035.0,Queen Anne's County,14725.0,PJM +2017,24000.0,Maryland,24037.0,St. Mary's County,14725.0,PJM +2017,24000.0,Maryland,24039.0,Somerset County,14725.0,PJM +2017,24000.0,Maryland,24041.0,Talbot County,14725.0,PJM +2017,24000.0,Maryland,24043.0,Washington County,14725.0,PJM +2017,24000.0,Maryland,24045.0,Wicomico County,14725.0,PJM +2017,24000.0,Maryland,24047.0,Worcester County,14725.0,PJM +2017,24000.0,Maryland,24510.0,Baltimore City,14725.0,PJM +2017,26000.0,Michigan,26005.0,Allegan County,14725.0,PJM +2017,26000.0,Michigan,26021.0,Berrien County,14725.0,PJM +2017,26000.0,Michigan,26027.0,Cass County,14725.0,PJM +2017,26000.0,Michigan,26077.0,Kalamazoo County,14725.0,PJM +2017,26000.0,Michigan,26091.0,Lenawee County,14725.0,PJM +2017,26000.0,Michigan,26115.0,Monroe County,14725.0,PJM +2017,26000.0,Michigan,26149.0,St. Joseph County,14725.0,PJM +2017,26000.0,Michigan,26159.0,Van Buren County,14725.0,PJM +2017,34000.0,New Jersey,34001.0,Atlantic County,14725.0,PJM +2017,34000.0,New Jersey,34003.0,Bergen County,14725.0,PJM +2017,34000.0,New Jersey,34005.0,Burlington County,14725.0,PJM +2017,34000.0,New Jersey,34007.0,Camden County,14725.0,PJM +2017,34000.0,New Jersey,34009.0,Cape May County,14725.0,PJM +2017,34000.0,New Jersey,34011.0,Cumberland County,14725.0,PJM +2017,34000.0,New Jersey,34013.0,Essex County,14725.0,PJM +2017,34000.0,New Jersey,34015.0,Gloucester County,14725.0,PJM +2017,34000.0,New Jersey,34017.0,Hudson County,14725.0,PJM +2017,34000.0,New Jersey,34019.0,Hunterdon County,14725.0,PJM +2017,34000.0,New Jersey,34021.0,Mercer County,14725.0,PJM +2017,34000.0,New Jersey,34023.0,Middlesex County,14725.0,PJM +2017,34000.0,New Jersey,34025.0,Monmouth County,14725.0,PJM +2017,34000.0,New Jersey,34027.0,Morris County,14725.0,PJM +2017,34000.0,New Jersey,34029.0,Ocean County,14725.0,PJM +2017,34000.0,New Jersey,34031.0,Passaic County,14725.0,PJM +2017,34000.0,New Jersey,34033.0,Salem County,14725.0,PJM +2017,34000.0,New Jersey,34035.0,Somerset County,14725.0,PJM +2017,34000.0,New Jersey,34037.0,Sussex County,14725.0,PJM +2017,34000.0,New Jersey,34039.0,Union County,14725.0,PJM +2017,34000.0,New Jersey,34041.0,Warren County,14725.0,PJM +2017,36000.0,New York,36015.0,Chemung County,14725.0,PJM +2017,36000.0,New York,36107.0,Tioga County,14725.0,PJM +2017,37000.0,North Carolina,37013.0,Beaufort County,14725.0,PJM +2017,37000.0,North Carolina,37015.0,Bertie County,14725.0,PJM +2017,37000.0,North Carolina,37029.0,Camden County,14725.0,PJM +2017,37000.0,North Carolina,37041.0,Chowan County,14725.0,PJM +2017,37000.0,North Carolina,37049.0,Craven County,14725.0,PJM +2017,37000.0,North Carolina,37053.0,Currituck County,14725.0,PJM +2017,37000.0,North Carolina,37055.0,Dare County,14725.0,PJM +2017,37000.0,North Carolina,37065.0,Edgecombe County,14725.0,PJM +2017,37000.0,North Carolina,37073.0,Gates County,14725.0,PJM +2017,37000.0,North Carolina,37077.0,Granville County,14725.0,PJM +2017,37000.0,North Carolina,37083.0,Halifax County,14725.0,PJM +2017,37000.0,North Carolina,37091.0,Hertford County,14725.0,PJM +2017,37000.0,North Carolina,37095.0,Hyde County,14725.0,PJM +2017,37000.0,North Carolina,37117.0,Martin County,14725.0,PJM +2017,37000.0,North Carolina,37127.0,Nash County,14725.0,PJM +2017,37000.0,North Carolina,37131.0,Northampton County,14725.0,PJM +2017,37000.0,North Carolina,37137.0,Pamlico County,14725.0,PJM +2017,37000.0,North Carolina,37139.0,Pasquotank County,14725.0,PJM +2017,37000.0,North Carolina,37143.0,Perquimans County,14725.0,PJM +2017,37000.0,North Carolina,37145.0,Person County,14725.0,PJM +2017,37000.0,North Carolina,37147.0,Pitt County,14725.0,PJM +2017,37000.0,North Carolina,37177.0,Tyrrell County,14725.0,PJM +2017,37000.0,North Carolina,37181.0,Vance County,14725.0,PJM +2017,37000.0,North Carolina,37185.0,Warren County,14725.0,PJM +2017,37000.0,North Carolina,37187.0,Washington County,14725.0,PJM +2017,37000.0,North Carolina,37195.0,Wilson County,14725.0,PJM +2017,39000.0,Ohio,39001.0,Adams County,14725.0,PJM +2017,39000.0,Ohio,39003.0,Allen County,14725.0,PJM +2017,39000.0,Ohio,39005.0,Ashland County,14725.0,PJM +2017,39000.0,Ohio,39007.0,Ashtabula County,14725.0,PJM +2017,39000.0,Ohio,39009.0,Athens County,14725.0,PJM +2017,39000.0,Ohio,39011.0,Auglaize County,14725.0,PJM +2017,39000.0,Ohio,39013.0,Belmont County,14725.0,PJM +2017,39000.0,Ohio,39015.0,Brown County,14725.0,PJM +2017,39000.0,Ohio,39017.0,Butler County,14725.0,PJM +2017,39000.0,Ohio,39019.0,Carroll County,14725.0,PJM +2017,39000.0,Ohio,39021.0,Champaign County,14725.0,PJM +2017,39000.0,Ohio,39023.0,Clark County,14725.0,PJM +2017,39000.0,Ohio,39025.0,Clermont County,14725.0,PJM +2017,39000.0,Ohio,39027.0,Clinton County,14725.0,PJM +2017,39000.0,Ohio,39029.0,Columbiana County,14725.0,PJM +2017,39000.0,Ohio,39031.0,Coshocton County,14725.0,PJM +2017,39000.0,Ohio,39033.0,Crawford County,14725.0,PJM +2017,39000.0,Ohio,39035.0,Cuyahoga County,14725.0,PJM +2017,39000.0,Ohio,39037.0,Darke County,14725.0,PJM +2017,39000.0,Ohio,39039.0,Defiance County,14725.0,PJM +2017,39000.0,Ohio,39041.0,Delaware County,14725.0,PJM +2017,39000.0,Ohio,39043.0,Erie County,14725.0,PJM +2017,39000.0,Ohio,39045.0,Fairfield County,14725.0,PJM +2017,39000.0,Ohio,39047.0,Fayette County,14725.0,PJM +2017,39000.0,Ohio,39049.0,Franklin County,14725.0,PJM +2017,39000.0,Ohio,39051.0,Fulton County,14725.0,PJM +2017,39000.0,Ohio,39053.0,Gallia County,14725.0,PJM +2017,39000.0,Ohio,39055.0,Geauga County,14725.0,PJM +2017,39000.0,Ohio,39057.0,Greene County,14725.0,PJM +2017,39000.0,Ohio,39059.0,Guernsey County,14725.0,PJM +2017,39000.0,Ohio,39061.0,Hamilton County,14725.0,PJM +2017,39000.0,Ohio,39063.0,Hancock County,14725.0,PJM +2017,39000.0,Ohio,39065.0,Hardin County,14725.0,PJM +2017,39000.0,Ohio,39067.0,Harrison County,14725.0,PJM +2017,39000.0,Ohio,39069.0,Henry County,14725.0,PJM +2017,39000.0,Ohio,39071.0,Highland County,14725.0,PJM +2017,39000.0,Ohio,39073.0,Hocking County,14725.0,PJM +2017,39000.0,Ohio,39075.0,Holmes County,14725.0,PJM +2017,39000.0,Ohio,39077.0,Huron County,14725.0,PJM +2017,39000.0,Ohio,39079.0,Jackson County,14725.0,PJM +2017,39000.0,Ohio,39081.0,Jefferson County,14725.0,PJM +2017,39000.0,Ohio,39083.0,Knox County,14725.0,PJM +2017,39000.0,Ohio,39085.0,Lake County,14725.0,PJM +2017,39000.0,Ohio,39087.0,Lawrence County,14725.0,PJM +2017,39000.0,Ohio,39089.0,Licking County,14725.0,PJM +2017,39000.0,Ohio,39091.0,Logan County,14725.0,PJM +2017,39000.0,Ohio,39093.0,Lorain County,14725.0,PJM +2017,39000.0,Ohio,39095.0,Lucas County,14725.0,PJM +2017,39000.0,Ohio,39097.0,Madison County,14725.0,PJM +2017,39000.0,Ohio,39099.0,Mahoning County,14725.0,PJM +2017,39000.0,Ohio,39101.0,Marion County,14725.0,PJM +2017,39000.0,Ohio,39103.0,Medina County,14725.0,PJM +2017,39000.0,Ohio,39105.0,Meigs County,14725.0,PJM +2017,39000.0,Ohio,39107.0,Mercer County,14725.0,PJM +2017,39000.0,Ohio,39109.0,Miami County,14725.0,PJM +2017,39000.0,Ohio,39111.0,Monroe County,14725.0,PJM +2017,39000.0,Ohio,39113.0,Montgomery County,14725.0,PJM +2017,39000.0,Ohio,39115.0,Morgan County,14725.0,PJM +2017,39000.0,Ohio,39117.0,Morrow County,14725.0,PJM +2017,39000.0,Ohio,39119.0,Muskingum County,14725.0,PJM +2017,39000.0,Ohio,39121.0,Noble County,14725.0,PJM +2017,39000.0,Ohio,39123.0,Ottawa County,14725.0,PJM +2017,39000.0,Ohio,39125.0,Paulding County,14725.0,PJM +2017,39000.0,Ohio,39127.0,Perry County,14725.0,PJM +2017,39000.0,Ohio,39129.0,Pickaway County,14725.0,PJM +2017,39000.0,Ohio,39131.0,Pike County,14725.0,PJM +2017,39000.0,Ohio,39133.0,Portage County,14725.0,PJM +2017,39000.0,Ohio,39135.0,Preble County,14725.0,PJM +2017,39000.0,Ohio,39137.0,Putnam County,14725.0,PJM +2017,39000.0,Ohio,39139.0,Richland County,14725.0,PJM +2017,39000.0,Ohio,39141.0,Ross County,14725.0,PJM +2017,39000.0,Ohio,39143.0,Sandusky County,14725.0,PJM +2017,39000.0,Ohio,39145.0,Scioto County,14725.0,PJM +2017,39000.0,Ohio,39147.0,Seneca County,14725.0,PJM +2017,39000.0,Ohio,39149.0,Shelby County,14725.0,PJM +2017,39000.0,Ohio,39151.0,Stark County,14725.0,PJM +2017,39000.0,Ohio,39153.0,Summit County,14725.0,PJM +2017,39000.0,Ohio,39155.0,Trumbull County,14725.0,PJM +2017,39000.0,Ohio,39157.0,Tuscarawas County,14725.0,PJM +2017,39000.0,Ohio,39159.0,Union County,14725.0,PJM +2017,39000.0,Ohio,39161.0,Van Wert County,14725.0,PJM +2017,39000.0,Ohio,39163.0,Vinton County,14725.0,PJM +2017,39000.0,Ohio,39165.0,Warren County,14725.0,PJM +2017,39000.0,Ohio,39167.0,Washington County,14725.0,PJM +2017,39000.0,Ohio,39169.0,Wayne County,14725.0,PJM +2017,39000.0,Ohio,39171.0,Williams County,14725.0,PJM +2017,39000.0,Ohio,39173.0,Wood County,14725.0,PJM +2017,39000.0,Ohio,39175.0,Wyandot County,14725.0,PJM +2017,42000.0,Pennsylvania,42001.0,Adams County,14725.0,PJM +2017,42000.0,Pennsylvania,42003.0,Allegheny County,14725.0,PJM +2017,42000.0,Pennsylvania,42005.0,Armstrong County,14725.0,PJM +2017,42000.0,Pennsylvania,42007.0,Beaver County,14725.0,PJM +2017,42000.0,Pennsylvania,42009.0,Bedford County,14725.0,PJM +2017,42000.0,Pennsylvania,42011.0,Berks County,14725.0,PJM +2017,42000.0,Pennsylvania,42013.0,Blair County,14725.0,PJM +2017,42000.0,Pennsylvania,42015.0,Bradford County,14725.0,PJM +2017,42000.0,Pennsylvania,42017.0,Bucks County,14725.0,PJM +2017,42000.0,Pennsylvania,42019.0,Butler County,14725.0,PJM +2017,42000.0,Pennsylvania,42021.0,Cambria County,14725.0,PJM +2017,42000.0,Pennsylvania,42023.0,Cameron County,14725.0,PJM +2017,42000.0,Pennsylvania,42025.0,Carbon County,14725.0,PJM +2017,42000.0,Pennsylvania,42027.0,Centre County,14725.0,PJM +2017,42000.0,Pennsylvania,42029.0,Chester County,14725.0,PJM +2017,42000.0,Pennsylvania,42031.0,Clarion County,14725.0,PJM +2017,42000.0,Pennsylvania,42033.0,Clearfield County,14725.0,PJM +2017,42000.0,Pennsylvania,42035.0,Clinton County,14725.0,PJM +2017,42000.0,Pennsylvania,42037.0,Columbia County,14725.0,PJM +2017,42000.0,Pennsylvania,42039.0,Crawford County,14725.0,PJM +2017,42000.0,Pennsylvania,42041.0,Cumberland County,14725.0,PJM +2017,42000.0,Pennsylvania,42043.0,Dauphin County,14725.0,PJM +2017,42000.0,Pennsylvania,42045.0,Delaware County,14725.0,PJM +2017,42000.0,Pennsylvania,42047.0,Elk County,14725.0,PJM +2017,42000.0,Pennsylvania,42049.0,Erie County,14725.0,PJM +2017,42000.0,Pennsylvania,42051.0,Fayette County,14725.0,PJM +2017,42000.0,Pennsylvania,42053.0,Forest County,14725.0,PJM +2017,42000.0,Pennsylvania,42055.0,Franklin County,14725.0,PJM +2017,42000.0,Pennsylvania,42057.0,Fulton County,14725.0,PJM +2017,42000.0,Pennsylvania,42059.0,Greene County,14725.0,PJM +2017,42000.0,Pennsylvania,42061.0,Huntingdon County,14725.0,PJM +2017,42000.0,Pennsylvania,42063.0,Indiana County,14725.0,PJM +2017,42000.0,Pennsylvania,42065.0,Jefferson County,14725.0,PJM +2017,42000.0,Pennsylvania,42067.0,Juniata County,14725.0,PJM +2017,42000.0,Pennsylvania,42069.0,Lackawanna County,14725.0,PJM +2017,42000.0,Pennsylvania,42071.0,Lancaster County,14725.0,PJM +2017,42000.0,Pennsylvania,42073.0,Lawrence County,14725.0,PJM +2017,42000.0,Pennsylvania,42075.0,Lebanon County,14725.0,PJM +2017,42000.0,Pennsylvania,42077.0,Lehigh County,14725.0,PJM +2017,42000.0,Pennsylvania,42079.0,Luzerne County,14725.0,PJM +2017,42000.0,Pennsylvania,42081.0,Lycoming County,14725.0,PJM +2017,42000.0,Pennsylvania,42083.0,McKean County,14725.0,PJM +2017,42000.0,Pennsylvania,42085.0,Mercer County,14725.0,PJM +2017,42000.0,Pennsylvania,42087.0,Mifflin County,14725.0,PJM +2017,42000.0,Pennsylvania,42089.0,Monroe County,14725.0,PJM +2017,42000.0,Pennsylvania,42091.0,Montgomery County,14725.0,PJM +2017,42000.0,Pennsylvania,42093.0,Montour County,14725.0,PJM +2017,42000.0,Pennsylvania,42095.0,Northampton County,14725.0,PJM +2017,42000.0,Pennsylvania,42097.0,Northumberland County,14725.0,PJM +2017,42000.0,Pennsylvania,42099.0,Perry County,14725.0,PJM +2017,42000.0,Pennsylvania,42101.0,Philadelphia County,14725.0,PJM +2017,42000.0,Pennsylvania,42103.0,Pike County,14725.0,PJM +2017,42000.0,Pennsylvania,42105.0,Potter County,14725.0,PJM +2017,42000.0,Pennsylvania,42107.0,Schuylkill County,14725.0,PJM +2017,42000.0,Pennsylvania,42109.0,Snyder County,14725.0,PJM +2017,42000.0,Pennsylvania,42111.0,Somerset County,14725.0,PJM +2017,42000.0,Pennsylvania,42113.0,Sullivan County,14725.0,PJM +2017,42000.0,Pennsylvania,42115.0,Susquehanna County,14725.0,PJM +2017,42000.0,Pennsylvania,42117.0,Tioga County,14725.0,PJM +2017,42000.0,Pennsylvania,42119.0,Union County,14725.0,PJM +2017,42000.0,Pennsylvania,42121.0,Venango County,14725.0,PJM +2017,42000.0,Pennsylvania,42123.0,Warren County,14725.0,PJM +2017,42000.0,Pennsylvania,42125.0,Washington County,14725.0,PJM +2017,42000.0,Pennsylvania,42127.0,Wayne County,14725.0,PJM +2017,42000.0,Pennsylvania,42129.0,Westmoreland County,14725.0,PJM +2017,42000.0,Pennsylvania,42131.0,Wyoming County,14725.0,PJM +2017,42000.0,Pennsylvania,42133.0,York County,14725.0,PJM +2017,47000.0,Tennessee,47013.0,Campbell County,14725.0,PJM +2017,47000.0,Tennessee,47025.0,Claiborne County,14725.0,PJM +2017,47000.0,Tennessee,47073.0,Hawkins County,14725.0,PJM +2017,47000.0,Tennessee,47137.0,Pickett County,14725.0,PJM +2017,47000.0,Tennessee,47151.0,Scott County,14725.0,PJM +2017,47000.0,Tennessee,47163.0,Sullivan County,14725.0,PJM +2017,47000.0,Tennessee,47179.0,Washington County,14725.0,PJM +2017,51000.0,Virginia,51001.0,Accomack County,14725.0,PJM +2017,51000.0,Virginia,51003.0,Albemarle County,14725.0,PJM +2017,51000.0,Virginia,51005.0,Alleghany County,14725.0,PJM +2017,51000.0,Virginia,51007.0,Amelia County,14725.0,PJM +2017,51000.0,Virginia,51009.0,Amherst County,14725.0,PJM +2017,51000.0,Virginia,51011.0,Appomattox County,14725.0,PJM +2017,51000.0,Virginia,51013.0,Arlington County,14725.0,PJM +2017,51000.0,Virginia,51015.0,Augusta County,14725.0,PJM +2017,51000.0,Virginia,51017.0,Bath County,14725.0,PJM +2017,51000.0,Virginia,51019.0,Bedford County,14725.0,PJM +2017,51000.0,Virginia,51021.0,Bland County,14725.0,PJM +2017,51000.0,Virginia,51023.0,Botetourt County,14725.0,PJM +2017,51000.0,Virginia,51025.0,Brunswick County,14725.0,PJM +2017,51000.0,Virginia,51027.0,Buchanan County,14725.0,PJM +2017,51000.0,Virginia,51029.0,Buckingham County,14725.0,PJM +2017,51000.0,Virginia,51031.0,Campbell County,14725.0,PJM +2017,51000.0,Virginia,51033.0,Caroline County,14725.0,PJM +2017,51000.0,Virginia,51035.0,Carroll County,14725.0,PJM +2017,51000.0,Virginia,51036.0,Charles City County,14725.0,PJM +2017,51000.0,Virginia,51037.0,Charlotte County,14725.0,PJM +2017,51000.0,Virginia,51041.0,Chesterfield County,14725.0,PJM +2017,51000.0,Virginia,51043.0,Clarke County,14725.0,PJM +2017,51000.0,Virginia,51045.0,Craig County,14725.0,PJM +2017,51000.0,Virginia,51047.0,Culpeper County,14725.0,PJM +2017,51000.0,Virginia,51049.0,Cumberland County,14725.0,PJM +2017,51000.0,Virginia,51051.0,Dickenson County,14725.0,PJM +2017,51000.0,Virginia,51053.0,Dinwiddie County,14725.0,PJM +2017,51000.0,Virginia,51057.0,Essex County,14725.0,PJM +2017,51000.0,Virginia,51059.0,Fairfax County,14725.0,PJM +2017,51000.0,Virginia,51061.0,Fauquier County,14725.0,PJM +2017,51000.0,Virginia,51063.0,Floyd County,14725.0,PJM +2017,51000.0,Virginia,51065.0,Fluvanna County,14725.0,PJM +2017,51000.0,Virginia,51067.0,Franklin County,14725.0,PJM +2017,51000.0,Virginia,51069.0,Frederick County,14725.0,PJM +2017,51000.0,Virginia,51071.0,Giles County,14725.0,PJM +2017,51000.0,Virginia,51073.0,Gloucester County,14725.0,PJM +2017,51000.0,Virginia,51075.0,Goochland County,14725.0,PJM +2017,51000.0,Virginia,51077.0,Grayson County,14725.0,PJM +2017,51000.0,Virginia,51079.0,Greene County,14725.0,PJM +2017,51000.0,Virginia,51081.0,Greensville County,14725.0,PJM +2017,51000.0,Virginia,51083.0,Halifax County,14725.0,PJM +2017,51000.0,Virginia,51085.0,Hanover County,14725.0,PJM +2017,51000.0,Virginia,51087.0,Henrico County,14725.0,PJM +2017,51000.0,Virginia,51089.0,Henry County,14725.0,PJM +2017,51000.0,Virginia,51091.0,Highland County,14725.0,PJM +2017,51000.0,Virginia,51093.0,Isle of Wight County,14725.0,PJM +2017,51000.0,Virginia,51095.0,James City County,14725.0,PJM +2017,51000.0,Virginia,51097.0,King and Queen County,14725.0,PJM +2017,51000.0,Virginia,51099.0,King George County,14725.0,PJM +2017,51000.0,Virginia,51101.0,King William County,14725.0,PJM +2017,51000.0,Virginia,51103.0,Lancaster County,14725.0,PJM +2017,51000.0,Virginia,51107.0,Loudoun County,14725.0,PJM +2017,51000.0,Virginia,51109.0,Louisa County,14725.0,PJM +2017,51000.0,Virginia,51111.0,Lunenburg County,14725.0,PJM +2017,51000.0,Virginia,51113.0,Madison County,14725.0,PJM +2017,51000.0,Virginia,51115.0,Mathews County,14725.0,PJM +2017,51000.0,Virginia,51117.0,Mecklenburg County,14725.0,PJM +2017,51000.0,Virginia,51119.0,Middlesex County,14725.0,PJM +2017,51000.0,Virginia,51121.0,Montgomery County,14725.0,PJM +2017,51000.0,Virginia,51125.0,Nelson County,14725.0,PJM +2017,51000.0,Virginia,51127.0,New Kent County,14725.0,PJM +2017,51000.0,Virginia,51131.0,Northampton County,14725.0,PJM +2017,51000.0,Virginia,51133.0,Northumberland County,14725.0,PJM +2017,51000.0,Virginia,51135.0,Nottoway County,14725.0,PJM +2017,51000.0,Virginia,51137.0,Orange County,14725.0,PJM +2017,51000.0,Virginia,51139.0,Page County,14725.0,PJM +2017,51000.0,Virginia,51141.0,Patrick County,14725.0,PJM +2017,51000.0,Virginia,51143.0,Pittsylvania County,14725.0,PJM +2017,51000.0,Virginia,51145.0,Powhatan County,14725.0,PJM +2017,51000.0,Virginia,51147.0,Prince Edward County,14725.0,PJM +2017,51000.0,Virginia,51149.0,Prince George County,14725.0,PJM +2017,51000.0,Virginia,51153.0,Prince William County,14725.0,PJM +2017,51000.0,Virginia,51155.0,Pulaski County,14725.0,PJM +2017,51000.0,Virginia,51157.0,Rappahannock County,14725.0,PJM +2017,51000.0,Virginia,51159.0,Richmond County,14725.0,PJM +2017,51000.0,Virginia,51161.0,Roanoke County,14725.0,PJM +2017,51000.0,Virginia,51163.0,Rockbridge County,14725.0,PJM +2017,51000.0,Virginia,51165.0,Rockingham County,14725.0,PJM +2017,51000.0,Virginia,51167.0,Russell County,14725.0,PJM +2017,51000.0,Virginia,51169.0,Scott County,14725.0,PJM +2017,51000.0,Virginia,51171.0,Shenandoah County,14725.0,PJM +2017,51000.0,Virginia,51173.0,Smyth County,14725.0,PJM +2017,51000.0,Virginia,51175.0,Southampton County,14725.0,PJM +2017,51000.0,Virginia,51177.0,Spotsylvania County,14725.0,PJM +2017,51000.0,Virginia,51179.0,Stafford County,14725.0,PJM +2017,51000.0,Virginia,51181.0,Surry County,14725.0,PJM +2017,51000.0,Virginia,51183.0,Sussex County,14725.0,PJM +2017,51000.0,Virginia,51185.0,Tazewell County,14725.0,PJM +2017,51000.0,Virginia,51187.0,Warren County,14725.0,PJM +2017,51000.0,Virginia,51191.0,Washington County,14725.0,PJM +2017,51000.0,Virginia,51193.0,Westmoreland County,14725.0,PJM +2017,51000.0,Virginia,51195.0,Wise County,14725.0,PJM +2017,51000.0,Virginia,51197.0,Wythe County,14725.0,PJM +2017,51000.0,Virginia,51199.0,York County,14725.0,PJM +2017,51000.0,Virginia,51510.0,Alexandria City,14725.0,PJM +2017,51000.0,Virginia,51515.0,Bedford City,14725.0,PJM +2017,51000.0,Virginia,51530.0,Buena Vista City,14725.0,PJM +2017,51000.0,Virginia,51540.0,Charlottesville City,14725.0,PJM +2017,51000.0,Virginia,51550.0,Chesapeake City,14725.0,PJM +2017,51000.0,Virginia,51570.0,Colonial Heights City,14725.0,PJM +2017,51000.0,Virginia,51580.0,Covington City,14725.0,PJM +2017,51000.0,Virginia,51590.0,Danville City,14725.0,PJM +2017,51000.0,Virginia,51595.0,Emporia City,14725.0,PJM +2017,51000.0,Virginia,51600.0,Fairfax City,14725.0,PJM +2017,51000.0,Virginia,51610.0,Falls Church City,14725.0,PJM +2017,51000.0,Virginia,51620.0,Franklin City,14725.0,PJM +2017,51000.0,Virginia,51630.0,Fredericksburg City,14725.0,PJM +2017,51000.0,Virginia,51640.0,Galax City,14725.0,PJM +2017,51000.0,Virginia,51650.0,Hampton City,14725.0,PJM +2017,51000.0,Virginia,51660.0,Harrisonburg City,14725.0,PJM +2017,51000.0,Virginia,51670.0,Hopewell City,14725.0,PJM +2017,51000.0,Virginia,51678.0,Lexington City,14725.0,PJM +2017,51000.0,Virginia,51680.0,Lynchburg City,14725.0,PJM +2017,51000.0,Virginia,51683.0,Manassas City,14725.0,PJM +2017,51000.0,Virginia,51685.0,Manassas Park City,14725.0,PJM +2017,51000.0,Virginia,51690.0,Martinsville City,14725.0,PJM +2017,51000.0,Virginia,51700.0,Newport News City,14725.0,PJM +2017,51000.0,Virginia,51710.0,Norfolk City,14725.0,PJM +2017,51000.0,Virginia,51730.0,Petersburg City,14725.0,PJM +2017,51000.0,Virginia,51735.0,Poquoson City,14725.0,PJM +2017,51000.0,Virginia,51740.0,Portsmouth City,14725.0,PJM +2017,51000.0,Virginia,51750.0,Radford City,14725.0,PJM +2017,51000.0,Virginia,51760.0,Richmond City,14725.0,PJM +2017,51000.0,Virginia,51770.0,Roanoke City,14725.0,PJM +2017,51000.0,Virginia,51775.0,Salem City,14725.0,PJM +2017,51000.0,Virginia,51790.0,Staunton City,14725.0,PJM +2017,51000.0,Virginia,51800.0,Suffolk City,14725.0,PJM +2017,51000.0,Virginia,51810.0,Virginia Beach City,14725.0,PJM +2017,51000.0,Virginia,51820.0,Waynesboro City,14725.0,PJM +2017,51000.0,Virginia,51830.0,Williamsburg City,14725.0,PJM +2017,51000.0,Virginia,51840.0,Winchester City,14725.0,PJM +2017,54000.0,West Virginia,54001.0,Barbour County,14725.0,PJM +2017,54000.0,West Virginia,54003.0,Berkeley County,14725.0,PJM +2017,54000.0,West Virginia,54005.0,Boone County,14725.0,PJM +2017,54000.0,West Virginia,54007.0,Braxton County,14725.0,PJM +2017,54000.0,West Virginia,54009.0,Brooke County,14725.0,PJM +2017,54000.0,West Virginia,54011.0,Cabell County,14725.0,PJM +2017,54000.0,West Virginia,54013.0,Calhoun County,14725.0,PJM +2017,54000.0,West Virginia,54015.0,Clay County,14725.0,PJM +2017,54000.0,West Virginia,54017.0,Doddridge County,14725.0,PJM +2017,54000.0,West Virginia,54019.0,Fayette County,14725.0,PJM +2017,54000.0,West Virginia,54021.0,Gilmer County,14725.0,PJM +2017,54000.0,West Virginia,54023.0,Grant County,14725.0,PJM +2017,54000.0,West Virginia,54025.0,Greenbrier County,14725.0,PJM +2017,54000.0,West Virginia,54027.0,Hampshire County,14725.0,PJM +2017,54000.0,West Virginia,54029.0,Hancock County,14725.0,PJM +2017,54000.0,West Virginia,54031.0,Hardy County,14725.0,PJM +2017,54000.0,West Virginia,54033.0,Harrison County,14725.0,PJM +2017,54000.0,West Virginia,54035.0,Jackson County,14725.0,PJM +2017,54000.0,West Virginia,54037.0,Jefferson County,14725.0,PJM +2017,54000.0,West Virginia,54039.0,Kanawha County,14725.0,PJM +2017,54000.0,West Virginia,54041.0,Lewis County,14725.0,PJM +2017,54000.0,West Virginia,54043.0,Lincoln County,14725.0,PJM +2017,54000.0,West Virginia,54045.0,Logan County,14725.0,PJM +2017,54000.0,West Virginia,54047.0,McDowell County,14725.0,PJM +2017,54000.0,West Virginia,54049.0,Marion County,14725.0,PJM +2017,54000.0,West Virginia,54051.0,Marshall County,14725.0,PJM +2017,54000.0,West Virginia,54053.0,Mason County,14725.0,PJM +2017,54000.0,West Virginia,54055.0,Mercer County,14725.0,PJM +2017,54000.0,West Virginia,54057.0,Mineral County,14725.0,PJM +2017,54000.0,West Virginia,54059.0,Mingo County,14725.0,PJM +2017,54000.0,West Virginia,54061.0,Monongalia County,14725.0,PJM +2017,54000.0,West Virginia,54063.0,Monroe County,14725.0,PJM +2017,54000.0,West Virginia,54065.0,Morgan County,14725.0,PJM +2017,54000.0,West Virginia,54067.0,Nicholas County,14725.0,PJM +2017,54000.0,West Virginia,54069.0,Ohio County,14725.0,PJM +2017,54000.0,West Virginia,54071.0,Pendleton County,14725.0,PJM +2017,54000.0,West Virginia,54073.0,Pleasants County,14725.0,PJM +2017,54000.0,West Virginia,54075.0,Pocahontas County,14725.0,PJM +2017,54000.0,West Virginia,54077.0,Preston County,14725.0,PJM +2017,54000.0,West Virginia,54079.0,Putnam County,14725.0,PJM +2017,54000.0,West Virginia,54081.0,Raleigh County,14725.0,PJM +2017,54000.0,West Virginia,54083.0,Randolph County,14725.0,PJM +2017,54000.0,West Virginia,54085.0,Ritchie County,14725.0,PJM +2017,54000.0,West Virginia,54087.0,Roane County,14725.0,PJM +2017,54000.0,West Virginia,54089.0,Summers County,14725.0,PJM +2017,54000.0,West Virginia,54091.0,Taylor County,14725.0,PJM +2017,54000.0,West Virginia,54093.0,Tucker County,14725.0,PJM +2017,54000.0,West Virginia,54095.0,Tyler County,14725.0,PJM +2017,54000.0,West Virginia,54097.0,Upshur County,14725.0,PJM +2017,54000.0,West Virginia,54099.0,Wayne County,14725.0,PJM +2017,54000.0,West Virginia,54101.0,Webster County,14725.0,PJM +2017,54000.0,West Virginia,54103.0,Wetzel County,14725.0,PJM +2017,54000.0,West Virginia,54105.0,Wirt County,14725.0,PJM +2017,54000.0,West Virginia,54107.0,Wood County,14725.0,PJM +2017,54000.0,West Virginia,54109.0,Wyoming County,14725.0,PJM +2017,41000.0,Oregon,41005.0,Clackamas County,15248.0,PGE +2017,41000.0,Oregon,41009.0,Columbia County,15248.0,PGE +2017,41000.0,Oregon,41047.0,Marion County,15248.0,PGE +2017,41000.0,Oregon,41051.0,Multnomah County,15248.0,PGE +2017,41000.0,Oregon,41053.0,Polk County,15248.0,PGE +2017,41000.0,Oregon,41067.0,Washington County,15248.0,PGE +2017,41000.0,Oregon,41071.0,Yamhill County,15248.0,PGE +2017,8000.0,Colorado,8001.0,Adams County,15466.0,PSCO +2017,8000.0,Colorado,8003.0,Alamosa County,15466.0,PSCO +2017,8000.0,Colorado,8005.0,Arapahoe County,15466.0,PSCO +2017,8000.0,Colorado,8007.0,Archuleta County,15466.0,PSCO +2017,8000.0,Colorado,8009.0,Baca County,15466.0,PSCO +2017,8000.0,Colorado,8011.0,Bent County,15466.0,PSCO +2017,8000.0,Colorado,8013.0,Boulder County,15466.0,PSCO +2017,8000.0,Colorado,8015.0,Chaffee County,15466.0,PSCO +2017,8000.0,Colorado,8019.0,Clear Creek County,15466.0,PSCO +2017,8000.0,Colorado,8021.0,Conejos County,15466.0,PSCO +2017,8000.0,Colorado,8023.0,Costilla County,15466.0,PSCO +2017,8000.0,Colorado,8025.0,Crowley County,15466.0,PSCO +2017,8000.0,Colorado,8027.0,Custer County,15466.0,PSCO +2017,8000.0,Colorado,8029.0,Delta County,15466.0,PSCO +2017,8000.0,Colorado,8031.0,Denver County,15466.0,PSCO +2017,8000.0,Colorado,8033.0,Dolores County,15466.0,PSCO +2017,8000.0,Colorado,8035.0,Douglas County,15466.0,PSCO +2017,8000.0,Colorado,8037.0,Eagle County,15466.0,PSCO +2017,8000.0,Colorado,8039.0,Elbert County,15466.0,PSCO +2017,8000.0,Colorado,8041.0,El Paso County,15466.0,PSCO +2017,8000.0,Colorado,8043.0,Fremont County,15466.0,PSCO +2017,8000.0,Colorado,8045.0,Garfield County,15466.0,PSCO +2017,8000.0,Colorado,8047.0,Gilpin County,15466.0,PSCO +2017,8000.0,Colorado,8049.0,Grand County,15466.0,PSCO +2017,8000.0,Colorado,8051.0,Gunnison County,15466.0,PSCO +2017,8000.0,Colorado,8053.0,Hinsdale County,15466.0,PSCO +2017,8000.0,Colorado,8055.0,Huerfano County,15466.0,PSCO +2017,8000.0,Colorado,8059.0,Jefferson County,15466.0,PSCO +2017,8000.0,Colorado,8061.0,Kiowa County,15466.0,PSCO +2017,8000.0,Colorado,8065.0,Lake County,15466.0,PSCO +2017,8000.0,Colorado,8067.0,La Plata County,15466.0,PSCO +2017,8000.0,Colorado,8069.0,Larimer County,15466.0,PSCO +2017,8000.0,Colorado,8071.0,Las Animas County,15466.0,PSCO +2017,8000.0,Colorado,8075.0,Logan County,15466.0,PSCO +2017,8000.0,Colorado,8077.0,Mesa County,15466.0,PSCO +2017,8000.0,Colorado,8079.0,Mineral County,15466.0,PSCO +2017,8000.0,Colorado,8081.0,Moffat County,15466.0,PSCO +2017,8000.0,Colorado,8083.0,Montezuma County,15466.0,PSCO +2017,8000.0,Colorado,8085.0,Montrose County,15466.0,PSCO +2017,8000.0,Colorado,8087.0,Morgan County,15466.0,PSCO +2017,8000.0,Colorado,8089.0,Otero County,15466.0,PSCO +2017,8000.0,Colorado,8091.0,Ouray County,15466.0,PSCO +2017,8000.0,Colorado,8093.0,Park County,15466.0,PSCO +2017,8000.0,Colorado,8097.0,Pitkin County,15466.0,PSCO +2017,8000.0,Colorado,8099.0,Prowers County,15466.0,PSCO +2017,8000.0,Colorado,8101.0,Pueblo County,15466.0,PSCO +2017,8000.0,Colorado,8103.0,Rio Blanco County,15466.0,PSCO +2017,8000.0,Colorado,8105.0,Rio Grande County,15466.0,PSCO +2017,8000.0,Colorado,8107.0,Routt County,15466.0,PSCO +2017,8000.0,Colorado,8109.0,Saguache County,15466.0,PSCO +2017,8000.0,Colorado,8113.0,San Miguel County,15466.0,PSCO +2017,8000.0,Colorado,8117.0,Summit County,15466.0,PSCO +2017,8000.0,Colorado,8119.0,Teller County,15466.0,PSCO +2017,8000.0,Colorado,8121.0,Washington County,15466.0,PSCO +2017,8000.0,Colorado,8123.0,Weld County,15466.0,PSCO +2017,8000.0,Colorado,8125.0,Yuma County,15466.0,PSCO +2017,56000.0,Wyoming,56007.0,Carbon County,15466.0,PSCO +2017,4000.0,Arizona,4001.0,Apache County,15473.0,PNM +2017,4000.0,Arizona,4003.0,Cochise County ,15473.0,PNM +2017,4000.0,Arizona,4007.0,Gila County,15473.0,PNM +2017,4000.0,Arizona,4011.0,Greenlee County,15473.0,PNM +2017,4000.0,Arizona,4017.0,Navajo County,15473.0,PNM +2017,8000.0,Colorado,8071.0,Las Animas County,15473.0,PNM +2017,35000.0,New Mexico,35001.0,Bernalillo County,15473.0,PNM +2017,35000.0,New Mexico,35003.0,Catron County,15473.0,PNM +2017,35000.0,New Mexico,35005.0,Chaves County,15473.0,PNM +2017,35000.0,New Mexico,35006.0,Cibola County,15473.0,PNM +2017,35000.0,New Mexico,35007.0,Colfax County,15473.0,PNM +2017,35000.0,New Mexico,35011.0,De Baca County,15473.0,PNM +2017,35000.0,New Mexico,35013.0,Dona Ana County,15473.0,PNM +2017,35000.0,New Mexico,35017.0,Grant County,15473.0,PNM +2017,35000.0,New Mexico,35019.0,Guadalupe County,15473.0,PNM +2017,35000.0,New Mexico,35021.0,Harding County,15473.0,PNM +2017,35000.0,New Mexico,35023.0,Hidalgo County,15473.0,PNM +2017,35000.0,New Mexico,35027.0,Lincoln County,15473.0,PNM +2017,35000.0,New Mexico,35028.0,Los Alamos County,15473.0,PNM +2017,35000.0,New Mexico,35029.0,Luna County,15473.0,PNM +2017,35000.0,New Mexico,35031.0,McKinley County,15473.0,PNM +2017,35000.0,New Mexico,35033.0,Mora County,15473.0,PNM +2017,35000.0,New Mexico,35035.0,Otero County,15473.0,PNM +2017,35000.0,New Mexico,35037.0,Quay County,15473.0,PNM +2017,35000.0,New Mexico,35039.0,Rio Arriba County,15473.0,PNM +2017,35000.0,New Mexico,35043.0,Sandoval County,15473.0,PNM +2017,35000.0,New Mexico,35045.0,San Juan County,15473.0,PNM +2017,35000.0,New Mexico,35047.0,San Miguel County,15473.0,PNM +2017,35000.0,New Mexico,35049.0,Santa Fe County,15473.0,PNM +2017,35000.0,New Mexico,35051.0,Sierra County,15473.0,PNM +2017,35000.0,New Mexico,35053.0,Socorro County,15473.0,PNM +2017,35000.0,New Mexico,35055.0,Taos County,15473.0,PNM +2017,35000.0,New Mexico,35057.0,Torrance County,15473.0,PNM +2017,35000.0,New Mexico,35059.0,Union County,15473.0,PNM +2017,35000.0,New Mexico,35061.0,Valencia County,15473.0,PNM +2017,40000.0,Oklahoma,40025.0,Cimarron County,15473.0,PNM +2017,48000.0,Texas,48111.0,Dallam County,15473.0,PNM +2017,48000.0,Texas,48205.0,Hartley County,15473.0,PNM +2017,53000.0,Washington,53029.0,Island County,15500.0,PSEI +2017,53000.0,Washington,53033.0,King County,15500.0,PSEI +2017,53000.0,Washington,53035.0,Kitsap County,15500.0,PSEI +2017,53000.0,Washington,53037.0,Kittitas County,15500.0,PSEI +2017,53000.0,Washington,53053.0,Pierce County,15500.0,PSEI +2017,53000.0,Washington,53057.0,Skagit County,15500.0,PSEI +2017,53000.0,Washington,53067.0,Thurston County,15500.0,PSEI +2017,53000.0,Washington,53073.0,Whatcom County,15500.0,PSEI +2017,6000.0,California,6061.0,Placer County,16534.0,BANC +2017,6000.0,California,6067.0,Sacramento County,16534.0,BANC +2017,6000.0,California,6077.0,San Joaquin County,16534.0,BANC +2017,6000.0,California,6089.0,Shasta County,16534.0,BANC +2017,6000.0,California,6099.0,Stanislaus County,16534.0,BANC +2017,4000.0,Arizona,4007.0,Gila County,16572.0,SRP +2017,4000.0,Arizona,4013.0,Maricopa County,16572.0,SRP +2017,4000.0,Arizona,4021.0,Pinal County,16572.0,SRP +2017,53000.0,Washington,53033.0,King County,16868.0,SCL +2017,45000.0,South Carolina,45001.0,Abbeville County,17539.0,SCEG +2017,45000.0,South Carolina,45003.0,Aiken County,17539.0,SCEG +2017,45000.0,South Carolina,45005.0,Allendale County,17539.0,SCEG +2017,45000.0,South Carolina,45009.0,Bamberg County,17539.0,SCEG +2017,45000.0,South Carolina,45011.0,Barnwell County,17539.0,SCEG +2017,45000.0,South Carolina,45013.0,Beaufort County,17539.0,SCEG +2017,45000.0,South Carolina,45015.0,Berkeley County,17539.0,SCEG +2017,45000.0,South Carolina,45017.0,Calhoun County,17539.0,SCEG +2017,45000.0,South Carolina,45019.0,Charleston County,17539.0,SCEG +2017,45000.0,South Carolina,45029.0,Colleton County,17539.0,SCEG +2017,45000.0,South Carolina,45031.0,Darlington County,17539.0,SCEG +2017,45000.0,South Carolina,45035.0,Dorchester County,17539.0,SCEG +2017,45000.0,South Carolina,45037.0,Edgefield County,17539.0,SCEG +2017,45000.0,South Carolina,45039.0,Fairfield County,17539.0,SCEG +2017,45000.0,South Carolina,45047.0,Greenwood County,17539.0,SCEG +2017,45000.0,South Carolina,45049.0,Hampton County,17539.0,SCEG +2017,45000.0,South Carolina,45053.0,Jasper County,17539.0,SCEG +2017,45000.0,South Carolina,45055.0,Kershaw County,17539.0,SCEG +2017,45000.0,South Carolina,45061.0,Lee County,17539.0,SCEG +2017,45000.0,South Carolina,45063.0,Lexington County,17539.0,SCEG +2017,45000.0,South Carolina,45065.0,McCormick County,17539.0,SCEG +2017,45000.0,South Carolina,45071.0,Newberry County,17539.0,SCEG +2017,45000.0,South Carolina,45075.0,Orangeburg County,17539.0,SCEG +2017,45000.0,South Carolina,45079.0,Richland County,17539.0,SCEG +2017,45000.0,South Carolina,45081.0,Saluda County,17539.0,SCEG +2017,45000.0,South Carolina,45087.0,Union County,17539.0,SCEG +2017,45000.0,South Carolina,45003.0,Aiken County,17543.0,SC +2017,45000.0,South Carolina,45005.0,Allendale County,17543.0,SC +2017,45000.0,South Carolina,45009.0,Bamberg County,17543.0,SC +2017,45000.0,South Carolina,45011.0,Barnwell County,17543.0,SC +2017,45000.0,South Carolina,45013.0,Beaufort County,17543.0,SC +2017,45000.0,South Carolina,45015.0,Berkeley County,17543.0,SC +2017,45000.0,South Carolina,45017.0,Calhoun County,17543.0,SC +2017,45000.0,South Carolina,45019.0,Charleston County,17543.0,SC +2017,45000.0,South Carolina,45023.0,Chester County,17543.0,SC +2017,45000.0,South Carolina,45025.0,Chesterfield County,17543.0,SC +2017,45000.0,South Carolina,45027.0,Clarendon County,17543.0,SC +2017,45000.0,South Carolina,45029.0,Colleton County,17543.0,SC +2017,45000.0,South Carolina,45031.0,Darlington County,17543.0,SC +2017,45000.0,South Carolina,45033.0,Dillon County,17543.0,SC +2017,45000.0,South Carolina,45035.0,Dorchester County,17543.0,SC +2017,45000.0,South Carolina,45037.0,Edgefield County,17543.0,SC +2017,45000.0,South Carolina,45039.0,Fairfield County,17543.0,SC +2017,45000.0,South Carolina,45041.0,Florence County,17543.0,SC +2017,45000.0,South Carolina,45043.0,Georgetown County,17543.0,SC +2017,45000.0,South Carolina,45047.0,Greenwood County,17543.0,SC +2017,45000.0,South Carolina,45049.0,Hampton County,17543.0,SC +2017,45000.0,South Carolina,45051.0,Horry County,17543.0,SC +2017,45000.0,South Carolina,45053.0,Jasper County,17543.0,SC +2017,45000.0,South Carolina,45055.0,Kershaw County,17543.0,SC +2017,45000.0,South Carolina,45057.0,Lancaster County,17543.0,SC +2017,45000.0,South Carolina,45059.0,Laurens County,17543.0,SC +2017,45000.0,South Carolina,45061.0,Lee County,17543.0,SC +2017,45000.0,South Carolina,45063.0,Lexington County,17543.0,SC +2017,45000.0,South Carolina,45065.0,McCormick County,17543.0,SC +2017,45000.0,South Carolina,45067.0,Marion County,17543.0,SC +2017,45000.0,South Carolina,45069.0,Marlboro County,17543.0,SC +2017,45000.0,South Carolina,45071.0,Newberry County,17543.0,SC +2017,45000.0,South Carolina,45075.0,Orangeburg County,17543.0,SC +2017,45000.0,South Carolina,45079.0,Richland County,17543.0,SC +2017,45000.0,South Carolina,45081.0,Saluda County,17543.0,SC +2017,45000.0,South Carolina,45085.0,Sumter County,17543.0,SC +2017,45000.0,South Carolina,45089.0,Williamsburg County,17543.0,SC +2017,45000.0,South Carolina,45091.0,York County,17543.0,SC +2017,5000.0,Arkansas,5055.0,Greene County,17716.0,SPA +2017,29000.0,Missouri,29023.0,Butler County,17716.0,SPA +2017,29000.0,Missouri,29097.0,Jasper County,17716.0,SPA +2017,29000.0,Missouri,29143.0,New Madrid County,17716.0,SPA +2017,29000.0,Missouri,29201.0,Scott County,17716.0,SPA +2017,1000.0,Alabama,1001.0,Autauga County,18195.0,SOCO +2017,1000.0,Alabama,1003.0,Baldwin County,18195.0,SOCO +2017,1000.0,Alabama,1005.0,Barbour County,18195.0,SOCO +2017,1000.0,Alabama,1007.0,Bibb County,18195.0,SOCO +2017,1000.0,Alabama,1009.0,Blount County,18195.0,SOCO +2017,1000.0,Alabama,1011.0,Bullock County,18195.0,SOCO +2017,1000.0,Alabama,1013.0,Butler County,18195.0,SOCO +2017,1000.0,Alabama,1015.0,Calhoun County,18195.0,SOCO +2017,1000.0,Alabama,1017.0,Chambers County,18195.0,SOCO +2017,1000.0,Alabama,1019.0,Cherokee County,18195.0,SOCO +2017,1000.0,Alabama,1021.0,Chilton County,18195.0,SOCO +2017,1000.0,Alabama,1023.0,Choctaw County,18195.0,SOCO +2017,1000.0,Alabama,1025.0,Clarke County,18195.0,SOCO +2017,1000.0,Alabama,1027.0,Clay County,18195.0,SOCO +2017,1000.0,Alabama,1029.0,Cleburne County,18195.0,SOCO +2017,1000.0,Alabama,1031.0,Coffee County,18195.0,SOCO +2017,1000.0,Alabama,1035.0,Conecuh County,18195.0,SOCO +2017,1000.0,Alabama,1037.0,Coosa County,18195.0,SOCO +2017,1000.0,Alabama,1039.0,Covington County,18195.0,SOCO +2017,1000.0,Alabama,1041.0,Crenshaw County,18195.0,SOCO +2017,1000.0,Alabama,1043.0,Cullman County,18195.0,SOCO +2017,1000.0,Alabama,1045.0,Dale County,18195.0,SOCO +2017,1000.0,Alabama,1047.0,Dallas County,18195.0,SOCO +2017,1000.0,Alabama,1051.0,Elmore County,18195.0,SOCO +2017,1000.0,Alabama,1053.0,Escambia County,18195.0,SOCO +2017,1000.0,Alabama,1055.0,Etowah County,18195.0,SOCO +2017,1000.0,Alabama,1057.0,Fayette County,18195.0,SOCO +2017,1000.0,Alabama,1059.0,Franklin County,18195.0,SOCO +2017,1000.0,Alabama,1061.0,Geneva County,18195.0,SOCO +2017,1000.0,Alabama,1063.0,Greene County,18195.0,SOCO +2017,1000.0,Alabama,1065.0,Hale County,18195.0,SOCO +2017,1000.0,Alabama,1067.0,Henry County,18195.0,SOCO +2017,1000.0,Alabama,1069.0,Houston County,18195.0,SOCO +2017,1000.0,Alabama,1073.0,Jefferson County,18195.0,SOCO +2017,1000.0,Alabama,1075.0,Lamar County,18195.0,SOCO +2017,1000.0,Alabama,1079.0,Lawrence County,18195.0,SOCO +2017,1000.0,Alabama,1081.0,Lee County,18195.0,SOCO +2017,1000.0,Alabama,1085.0,Lowndes County,18195.0,SOCO +2017,1000.0,Alabama,1087.0,Macon County,18195.0,SOCO +2017,1000.0,Alabama,1091.0,Marengo County,18195.0,SOCO +2017,1000.0,Alabama,1093.0,Marion County,18195.0,SOCO +2017,1000.0,Alabama,1095.0,Marshall County,18195.0,SOCO +2017,1000.0,Alabama,1097.0,Mobile County,18195.0,SOCO +2017,1000.0,Alabama,1099.0,Monroe County,18195.0,SOCO +2017,1000.0,Alabama,1101.0,Montgomery County,18195.0,SOCO +2017,1000.0,Alabama,1105.0,Perry County,18195.0,SOCO +2017,1000.0,Alabama,1107.0,Pickens County,18195.0,SOCO +2017,1000.0,Alabama,1109.0,Pike County,18195.0,SOCO +2017,1000.0,Alabama,1111.0,Randolph County,18195.0,SOCO +2017,1000.0,Alabama,1113.0,Russell County,18195.0,SOCO +2017,1000.0,Alabama,1115.0,Shelby County,18195.0,SOCO +2017,1000.0,Alabama,1117.0,St. Clair County,18195.0,SOCO +2017,1000.0,Alabama,1119.0,Sumter County,18195.0,SOCO +2017,1000.0,Alabama,1121.0,Talladega County,18195.0,SOCO +2017,1000.0,Alabama,1123.0,Tallapoosa County,18195.0,SOCO +2017,1000.0,Alabama,1125.0,Tuscaloosa County,18195.0,SOCO +2017,1000.0,Alabama,1127.0,Walker County,18195.0,SOCO +2017,1000.0,Alabama,1129.0,Washington County,18195.0,SOCO +2017,1000.0,Alabama,1131.0,Wilcox County,18195.0,SOCO +2017,1000.0,Alabama,1133.0,Winston County,18195.0,SOCO +2017,12000.0,Florida,12003.0,Baker County,18195.0,SOCO +2017,12000.0,Florida,12005.0,Bay County,18195.0,SOCO +2017,12000.0,Florida,12033.0,Escambia County,18195.0,SOCO +2017,12000.0,Florida,12059.0,Holmes County,18195.0,SOCO +2017,12000.0,Florida,12063.0,Jackson County,18195.0,SOCO +2017,12000.0,Florida,12089.0,Nassau County,18195.0,SOCO +2017,12000.0,Florida,12091.0,Okaloosa County,18195.0,SOCO +2017,12000.0,Florida,12113.0,Santa Rosa County,18195.0,SOCO +2017,12000.0,Florida,12131.0,Walton County,18195.0,SOCO +2017,12000.0,Florida,12133.0,Washington County,18195.0,SOCO +2017,13000.0,Georgia,13001.0,Appling County,18195.0,SOCO +2017,13000.0,Georgia,13003.0,Atkinson County,18195.0,SOCO +2017,13000.0,Georgia,13005.0,Bacon County,18195.0,SOCO +2017,13000.0,Georgia,13007.0,Baker County,18195.0,SOCO +2017,13000.0,Georgia,13009.0,Baldwin County,18195.0,SOCO +2017,13000.0,Georgia,13011.0,Banks County,18195.0,SOCO +2017,13000.0,Georgia,13013.0,Barrow County,18195.0,SOCO +2017,13000.0,Georgia,13015.0,Bartow County,18195.0,SOCO +2017,13000.0,Georgia,13017.0,Ben Hill County,18195.0,SOCO +2017,13000.0,Georgia,13019.0,Berrien County,18195.0,SOCO +2017,13000.0,Georgia,13021.0,Bibb County,18195.0,SOCO +2017,13000.0,Georgia,13023.0,Bleckley County,18195.0,SOCO +2017,13000.0,Georgia,13025.0,Brantley County,18195.0,SOCO +2017,13000.0,Georgia,13027.0,Brooks County,18195.0,SOCO +2017,13000.0,Georgia,13029.0,Bryan County,18195.0,SOCO +2017,13000.0,Georgia,13031.0,Bulloch County,18195.0,SOCO +2017,13000.0,Georgia,13033.0,Burke County,18195.0,SOCO +2017,13000.0,Georgia,13035.0,Butts County,18195.0,SOCO +2017,13000.0,Georgia,13037.0,Calhoun County,18195.0,SOCO +2017,13000.0,Georgia,13039.0,Camden County,18195.0,SOCO +2017,13000.0,Georgia,13043.0,Candler County,18195.0,SOCO +2017,13000.0,Georgia,13045.0,Carroll County,18195.0,SOCO +2017,13000.0,Georgia,13047.0,Catoosa County,18195.0,SOCO +2017,13000.0,Georgia,13049.0,Charlton County,18195.0,SOCO +2017,13000.0,Georgia,13051.0,Chatham County,18195.0,SOCO +2017,13000.0,Georgia,13053.0,Chattahoochee County,18195.0,SOCO +2017,13000.0,Georgia,13055.0,Chattooga County,18195.0,SOCO +2017,13000.0,Georgia,13057.0,Cherokee County,18195.0,SOCO +2017,13000.0,Georgia,13059.0,Clarke County,18195.0,SOCO +2017,13000.0,Georgia,13061.0,Clay County,18195.0,SOCO +2017,13000.0,Georgia,13063.0,Clayton County,18195.0,SOCO +2017,13000.0,Georgia,13065.0,Clinch County,18195.0,SOCO +2017,13000.0,Georgia,13067.0,Cobb County,18195.0,SOCO +2017,13000.0,Georgia,13069.0,Coffee County,18195.0,SOCO +2017,13000.0,Georgia,13071.0,Colquitt County,18195.0,SOCO +2017,13000.0,Georgia,13073.0,Columbia County,18195.0,SOCO +2017,13000.0,Georgia,13075.0,Cook County,18195.0,SOCO +2017,13000.0,Georgia,13077.0,Coweta County,18195.0,SOCO +2017,13000.0,Georgia,13079.0,Crawford County,18195.0,SOCO +2017,13000.0,Georgia,13081.0,Crisp County,18195.0,SOCO +2017,13000.0,Georgia,13083.0,Dade County,18195.0,SOCO +2017,13000.0,Georgia,13085.0,Dawson County,18195.0,SOCO +2017,13000.0,Georgia,13087.0,Decatur County,18195.0,SOCO +2017,13000.0,Georgia,13089.0,DeKalb County,18195.0,SOCO +2017,13000.0,Georgia,13091.0,Dodge County,18195.0,SOCO +2017,13000.0,Georgia,13093.0,Dooly County,18195.0,SOCO +2017,13000.0,Georgia,13095.0,Dougherty County,18195.0,SOCO +2017,13000.0,Georgia,13097.0,Douglas County,18195.0,SOCO +2017,13000.0,Georgia,13099.0,Early County,18195.0,SOCO +2017,13000.0,Georgia,13101.0,Echols County,18195.0,SOCO +2017,13000.0,Georgia,13103.0,Effingham County,18195.0,SOCO +2017,13000.0,Georgia,13105.0,Elbert County,18195.0,SOCO +2017,13000.0,Georgia,13107.0,Emanuel County,18195.0,SOCO +2017,13000.0,Georgia,13109.0,Evans County,18195.0,SOCO +2017,13000.0,Georgia,13111.0,Fannin County,18195.0,SOCO +2017,13000.0,Georgia,13113.0,Fayette County,18195.0,SOCO +2017,13000.0,Georgia,13115.0,Floyd County,18195.0,SOCO +2017,13000.0,Georgia,13117.0,Forsyth County,18195.0,SOCO +2017,13000.0,Georgia,13119.0,Franklin County,18195.0,SOCO +2017,13000.0,Georgia,13121.0,Fulton County,18195.0,SOCO +2017,13000.0,Georgia,13123.0,Gilmer County,18195.0,SOCO +2017,13000.0,Georgia,13125.0,Glascock County,18195.0,SOCO +2017,13000.0,Georgia,13127.0,Glynn County,18195.0,SOCO +2017,13000.0,Georgia,13129.0,Gordon County,18195.0,SOCO +2017,13000.0,Georgia,13131.0,Grady County,18195.0,SOCO +2017,13000.0,Georgia,13133.0,Greene County,18195.0,SOCO +2017,13000.0,Georgia,13135.0,Gwinnett County,18195.0,SOCO +2017,13000.0,Georgia,13137.0,Habersham County,18195.0,SOCO +2017,13000.0,Georgia,13139.0,Hall County,18195.0,SOCO +2017,13000.0,Georgia,13141.0,Hancock County,18195.0,SOCO +2017,13000.0,Georgia,13143.0,Haralson County,18195.0,SOCO +2017,13000.0,Georgia,13145.0,Harris County,18195.0,SOCO +2017,13000.0,Georgia,13147.0,Hart County,18195.0,SOCO +2017,13000.0,Georgia,13149.0,Heard County,18195.0,SOCO +2017,13000.0,Georgia,13151.0,Henry County,18195.0,SOCO +2017,13000.0,Georgia,13153.0,Houston County,18195.0,SOCO +2017,13000.0,Georgia,13155.0,Irwin County,18195.0,SOCO +2017,13000.0,Georgia,13157.0,Jackson County,18195.0,SOCO +2017,13000.0,Georgia,13159.0,Jasper County,18195.0,SOCO +2017,13000.0,Georgia,13161.0,Jeff Davis County,18195.0,SOCO +2017,13000.0,Georgia,13163.0,Jefferson County,18195.0,SOCO +2017,13000.0,Georgia,13165.0,Jenkins County,18195.0,SOCO +2017,13000.0,Georgia,13167.0,Johnson County,18195.0,SOCO +2017,13000.0,Georgia,13169.0,Jones County,18195.0,SOCO +2017,13000.0,Georgia,13171.0,Lamar County,18195.0,SOCO +2017,13000.0,Georgia,13173.0,Lanier County,18195.0,SOCO +2017,13000.0,Georgia,13175.0,Laurens County,18195.0,SOCO +2017,13000.0,Georgia,13177.0,Lee County,18195.0,SOCO +2017,13000.0,Georgia,13179.0,Liberty County,18195.0,SOCO +2017,13000.0,Georgia,13181.0,Lincoln County,18195.0,SOCO +2017,13000.0,Georgia,13183.0,Long County,18195.0,SOCO +2017,13000.0,Georgia,13185.0,Lowndes County,18195.0,SOCO +2017,13000.0,Georgia,13187.0,Lumpkin County,18195.0,SOCO +2017,13000.0,Georgia,13189.0,McDuffie County,18195.0,SOCO +2017,13000.0,Georgia,13191.0,McIntosh County,18195.0,SOCO +2017,13000.0,Georgia,13193.0,Macon County,18195.0,SOCO +2017,13000.0,Georgia,13195.0,Madison County,18195.0,SOCO +2017,13000.0,Georgia,13197.0,Marion County,18195.0,SOCO +2017,13000.0,Georgia,13199.0,Meriwether County,18195.0,SOCO +2017,13000.0,Georgia,13201.0,Miller County,18195.0,SOCO +2017,13000.0,Georgia,13205.0,Mitchell County,18195.0,SOCO +2017,13000.0,Georgia,13207.0,Monroe County,18195.0,SOCO +2017,13000.0,Georgia,13209.0,Montgomery County,18195.0,SOCO +2017,13000.0,Georgia,13211.0,Morgan County,18195.0,SOCO +2017,13000.0,Georgia,13213.0,Murray County,18195.0,SOCO +2017,13000.0,Georgia,13215.0,Muscogee County,18195.0,SOCO +2017,13000.0,Georgia,13217.0,Newton County,18195.0,SOCO +2017,13000.0,Georgia,13219.0,Oconee County,18195.0,SOCO +2017,13000.0,Georgia,13221.0,Oglethorpe County,18195.0,SOCO +2017,13000.0,Georgia,13223.0,Paulding County,18195.0,SOCO +2017,13000.0,Georgia,13225.0,Peach County,18195.0,SOCO +2017,13000.0,Georgia,13227.0,Pickens County,18195.0,SOCO +2017,13000.0,Georgia,13229.0,Pierce County,18195.0,SOCO +2017,13000.0,Georgia,13231.0,Pike County,18195.0,SOCO +2017,13000.0,Georgia,13233.0,Polk County,18195.0,SOCO +2017,13000.0,Georgia,13235.0,Pulaski County,18195.0,SOCO +2017,13000.0,Georgia,13237.0,Putnam County,18195.0,SOCO +2017,13000.0,Georgia,13239.0,Quitman County,18195.0,SOCO +2017,13000.0,Georgia,13241.0,Rabun County,18195.0,SOCO +2017,13000.0,Georgia,13243.0,Randolph County,18195.0,SOCO +2017,13000.0,Georgia,13245.0,Richmond County,18195.0,SOCO +2017,13000.0,Georgia,13247.0,Rockdale County,18195.0,SOCO +2017,13000.0,Georgia,13249.0,Schley County,18195.0,SOCO +2017,13000.0,Georgia,13251.0,Screven County,18195.0,SOCO +2017,13000.0,Georgia,13253.0,Seminole County,18195.0,SOCO +2017,13000.0,Georgia,13255.0,Spalding County,18195.0,SOCO +2017,13000.0,Georgia,13257.0,Stephens County,18195.0,SOCO +2017,13000.0,Georgia,13259.0,Stewart County,18195.0,SOCO +2017,13000.0,Georgia,13261.0,Sumter County,18195.0,SOCO +2017,13000.0,Georgia,13263.0,Talbot County,18195.0,SOCO +2017,13000.0,Georgia,13265.0,Taliaferro County,18195.0,SOCO +2017,13000.0,Georgia,13267.0,Tattnall County,18195.0,SOCO +2017,13000.0,Georgia,13269.0,Taylor County,18195.0,SOCO +2017,13000.0,Georgia,13271.0,Telfair County,18195.0,SOCO +2017,13000.0,Georgia,13273.0,Terrell County,18195.0,SOCO +2017,13000.0,Georgia,13275.0,Thomas County,18195.0,SOCO +2017,13000.0,Georgia,13277.0,Tift County,18195.0,SOCO +2017,13000.0,Georgia,13279.0,Toombs County,18195.0,SOCO +2017,13000.0,Georgia,13283.0,Treutlen County,18195.0,SOCO +2017,13000.0,Georgia,13285.0,Troup County,18195.0,SOCO +2017,13000.0,Georgia,13287.0,Turner County,18195.0,SOCO +2017,13000.0,Georgia,13289.0,Twiggs County,18195.0,SOCO +2017,13000.0,Georgia,13293.0,Upson County,18195.0,SOCO +2017,13000.0,Georgia,13295.0,Walker County,18195.0,SOCO +2017,13000.0,Georgia,13297.0,Walton County,18195.0,SOCO +2017,13000.0,Georgia,13299.0,Ware County,18195.0,SOCO +2017,13000.0,Georgia,13301.0,Warren County,18195.0,SOCO +2017,13000.0,Georgia,13303.0,Washington County,18195.0,SOCO +2017,13000.0,Georgia,13305.0,Wayne County,18195.0,SOCO +2017,13000.0,Georgia,13307.0,Webster County,18195.0,SOCO +2017,13000.0,Georgia,13309.0,Wheeler County,18195.0,SOCO +2017,13000.0,Georgia,13311.0,White County,18195.0,SOCO +2017,13000.0,Georgia,13313.0,Whitfield County,18195.0,SOCO +2017,13000.0,Georgia,13315.0,Wilcox County,18195.0,SOCO +2017,13000.0,Georgia,13317.0,Wilkes County,18195.0,SOCO +2017,13000.0,Georgia,13319.0,Wilkinson County,18195.0,SOCO +2017,13000.0,Georgia,13321.0,Worth County,18195.0,SOCO +2017,28000.0,Mississippi,28023.0,Clarke County,18195.0,SOCO +2017,28000.0,Mississippi,28031.0,Covington County,18195.0,SOCO +2017,28000.0,Mississippi,28035.0,Forrest County,18195.0,SOCO +2017,28000.0,Mississippi,28039.0,George County,18195.0,SOCO +2017,28000.0,Mississippi,28041.0,Greene County,18195.0,SOCO +2017,28000.0,Mississippi,28045.0,Hancock County,18195.0,SOCO +2017,28000.0,Mississippi,28047.0,Harrison County,18195.0,SOCO +2017,28000.0,Mississippi,28059.0,Jackson County,18195.0,SOCO +2017,28000.0,Mississippi,28061.0,Jasper County,18195.0,SOCO +2017,28000.0,Mississippi,28065.0,Jefferson Davis County,18195.0,SOCO +2017,28000.0,Mississippi,28067.0,Jones County,18195.0,SOCO +2017,28000.0,Mississippi,28073.0,Lamar County,18195.0,SOCO +2017,28000.0,Mississippi,28075.0,Lauderdale County,18195.0,SOCO +2017,28000.0,Mississippi,28079.0,Leake County,18195.0,SOCO +2017,28000.0,Mississippi,28091.0,Marion County,18195.0,SOCO +2017,28000.0,Mississippi,28099.0,Neshoba County,18195.0,SOCO +2017,28000.0,Mississippi,28101.0,Newton County,18195.0,SOCO +2017,28000.0,Mississippi,28109.0,Pearl River County,18195.0,SOCO +2017,28000.0,Mississippi,28111.0,Perry County,18195.0,SOCO +2017,28000.0,Mississippi,28123.0,Scott County,18195.0,SOCO +2017,28000.0,Mississippi,28129.0,Smith County,18195.0,SOCO +2017,28000.0,Mississippi,28131.0,Stone County,18195.0,SOCO +2017,28000.0,Mississippi,28153.0,Wayne County,18195.0,SOCO +2017,53000.0,Washington,53033.0,King County,18429.0,TPWR +2017,53000.0,Washington,53041.0,Lewis County,18429.0,TPWR +2017,53000.0,Washington,53045.0,Mason County,18429.0,TPWR +2017,53000.0,Washington,53053.0,Pierce County,18429.0,TPWR +2017,12000.0,Florida,12073.0,Leon County,18445.0,TAL +2017,12000.0,Florida,12057.0,Hillsborough County,18454.0,TEC +2017,12000.0,Florida,12101.0,Pasco County,18454.0,TEC +2017,12000.0,Florida,12103.0,Pinellas County,18454.0,TEC +2017,12000.0,Florida,12105.0,Polk County,18454.0,TEC +2017,1000.0,Alabama,1015.0,Calhoun County,18642.0,TVA +2017,1000.0,Alabama,1019.0,Cherokee County,18642.0,TVA +2017,1000.0,Alabama,1033.0,Colbert County,18642.0,TVA +2017,1000.0,Alabama,1043.0,Cullman County,18642.0,TVA +2017,1000.0,Alabama,1049.0,DeKalb County,18642.0,TVA +2017,1000.0,Alabama,1055.0,Etowah County,18642.0,TVA +2017,1000.0,Alabama,1059.0,Franklin County,18642.0,TVA +2017,1000.0,Alabama,1071.0,Jackson County,18642.0,TVA +2017,1000.0,Alabama,1073.0,Jefferson County,18642.0,TVA +2017,1000.0,Alabama,1077.0,Lauderdale County,18642.0,TVA +2017,1000.0,Alabama,1079.0,Lawrence County,18642.0,TVA +2017,1000.0,Alabama,1083.0,Limestone County,18642.0,TVA +2017,1000.0,Alabama,1089.0,Madison County,18642.0,TVA +2017,1000.0,Alabama,1095.0,Marshall County,18642.0,TVA +2017,1000.0,Alabama,1103.0,Morgan County,18642.0,TVA +2017,1000.0,Alabama,1133.0,Winston County,18642.0,TVA +2017,13000.0,Georgia,13047.0,Catoosa County,18642.0,TVA +2017,13000.0,Georgia,13055.0,Chattooga County,18642.0,TVA +2017,13000.0,Georgia,13083.0,Dade County,18642.0,TVA +2017,13000.0,Georgia,13111.0,Fannin County,18642.0,TVA +2017,13000.0,Georgia,13115.0,Floyd County,18642.0,TVA +2017,13000.0,Georgia,13123.0,Gilmer County,18642.0,TVA +2017,13000.0,Georgia,13129.0,Gordon County,18642.0,TVA +2017,13000.0,Georgia,13213.0,Murray County,18642.0,TVA +2017,13000.0,Georgia,13281.0,Towns County,18642.0,TVA +2017,13000.0,Georgia,13291.0,Union County,18642.0,TVA +2017,13000.0,Georgia,13295.0,Walker County,18642.0,TVA +2017,13000.0,Georgia,13313.0,Whitfield County,18642.0,TVA +2017,21000.0,Kentucky,21001.0,Adair County,18642.0,TVA +2017,21000.0,Kentucky,21003.0,Allen County,18642.0,TVA +2017,21000.0,Kentucky,21009.0,Barren County,18642.0,TVA +2017,21000.0,Kentucky,21031.0,Butler County,18642.0,TVA +2017,21000.0,Kentucky,21035.0,Calloway County,18642.0,TVA +2017,21000.0,Kentucky,21039.0,Carlisle County,18642.0,TVA +2017,21000.0,Kentucky,21047.0,Christian County,18642.0,TVA +2017,21000.0,Kentucky,21053.0,Clinton County,18642.0,TVA +2017,21000.0,Kentucky,21057.0,Cumberland County,18642.0,TVA +2017,21000.0,Kentucky,21061.0,Edmonson County,18642.0,TVA +2017,21000.0,Kentucky,21075.0,Fulton County,18642.0,TVA +2017,21000.0,Kentucky,21081.0,Grant County,18642.0,TVA +2017,21000.0,Kentucky,21083.0,Graves County,18642.0,TVA +2017,21000.0,Kentucky,21085.0,Grayson County,18642.0,TVA +2017,21000.0,Kentucky,21095.0,Harlan County,18642.0,TVA +2017,21000.0,Kentucky,21105.0,Hickman County,18642.0,TVA +2017,21000.0,Kentucky,21107.0,Hopkins County,18642.0,TVA +2017,21000.0,Kentucky,21139.0,Livingston County,18642.0,TVA +2017,21000.0,Kentucky,21141.0,Logan County,18642.0,TVA +2017,21000.0,Kentucky,21157.0,Marshall County,18642.0,TVA +2017,21000.0,Kentucky,21169.0,Metcalfe County,18642.0,TVA +2017,21000.0,Kentucky,21171.0,Monroe County,18642.0,TVA +2017,21000.0,Kentucky,21177.0,Muhlenberg County,18642.0,TVA +2017,21000.0,Kentucky,21183.0,Ohio County,18642.0,TVA +2017,21000.0,Kentucky,21213.0,Simpson County,18642.0,TVA +2017,21000.0,Kentucky,21219.0,Todd County,18642.0,TVA +2017,21000.0,Kentucky,21221.0,Trigg County,18642.0,TVA +2017,21000.0,Kentucky,21227.0,Warren County,18642.0,TVA +2017,21000.0,Kentucky,21235.0,Whitley County,18642.0,TVA +2017,28000.0,Mississippi,28003.0,Alcorn County,18642.0,TVA +2017,28000.0,Mississippi,28007.0,Attala County,18642.0,TVA +2017,28000.0,Mississippi,28009.0,Benton County,18642.0,TVA +2017,28000.0,Mississippi,28013.0,Calhoun County,18642.0,TVA +2017,28000.0,Mississippi,28017.0,Chickasaw County,18642.0,TVA +2017,28000.0,Mississippi,28019.0,Choctaw County,18642.0,TVA +2017,28000.0,Mississippi,28023.0,Clarke County,18642.0,TVA +2017,28000.0,Mississippi,28025.0,Clay County,18642.0,TVA +2017,28000.0,Mississippi,28033.0,DeSoto County,18642.0,TVA +2017,28000.0,Mississippi,28057.0,Itawamba County,18642.0,TVA +2017,28000.0,Mississippi,28061.0,Jasper County,18642.0,TVA +2017,28000.0,Mississippi,28069.0,Kemper County,18642.0,TVA +2017,28000.0,Mississippi,28071.0,Lafayette County,18642.0,TVA +2017,28000.0,Mississippi,28075.0,Lauderdale County,18642.0,TVA +2017,28000.0,Mississippi,28079.0,Leake County,18642.0,TVA +2017,28000.0,Mississippi,28081.0,Lee County,18642.0,TVA +2017,28000.0,Mississippi,28087.0,Lowndes County,18642.0,TVA +2017,28000.0,Mississippi,28093.0,Marshall County,18642.0,TVA +2017,28000.0,Mississippi,28095.0,Monroe County,18642.0,TVA +2017,28000.0,Mississippi,28099.0,Neshoba County,18642.0,TVA +2017,28000.0,Mississippi,28101.0,Newton County,18642.0,TVA +2017,28000.0,Mississippi,28103.0,Noxubee County,18642.0,TVA +2017,28000.0,Mississippi,28105.0,Oktibbeha County,18642.0,TVA +2017,28000.0,Mississippi,28107.0,Panola County,18642.0,TVA +2017,28000.0,Mississippi,28115.0,Pontotoc County,18642.0,TVA +2017,28000.0,Mississippi,28117.0,Prentiss County,18642.0,TVA +2017,28000.0,Mississippi,28121.0,Rankin County,18642.0,TVA +2017,28000.0,Mississippi,28123.0,Scott County,18642.0,TVA +2017,28000.0,Mississippi,28135.0,Tallahatchie County,18642.0,TVA +2017,28000.0,Mississippi,28137.0,Tate County,18642.0,TVA +2017,28000.0,Mississippi,28139.0,Tippah County,18642.0,TVA +2017,28000.0,Mississippi,28141.0,Tishomingo County,18642.0,TVA +2017,28000.0,Mississippi,28145.0,Union County,18642.0,TVA +2017,28000.0,Mississippi,28153.0,Wayne County,18642.0,TVA +2017,28000.0,Mississippi,28155.0,Webster County,18642.0,TVA +2017,28000.0,Mississippi,28159.0,Winston County,18642.0,TVA +2017,28000.0,Mississippi,28161.0,Yalobusha County,18642.0,TVA +2017,37000.0,North Carolina,37011.0,Avery County,18642.0,TVA +2017,37000.0,North Carolina,37023.0,Burke County,18642.0,TVA +2017,37000.0,North Carolina,37039.0,Cherokee County,18642.0,TVA +2017,37000.0,North Carolina,37189.0,Watauga County,18642.0,TVA +2017,47000.0,Tennessee,47001.0,Anderson County,18642.0,TVA +2017,47000.0,Tennessee,47003.0,Bedford County,18642.0,TVA +2017,47000.0,Tennessee,47005.0,Benton County,18642.0,TVA +2017,47000.0,Tennessee,47007.0,Bledsoe County,18642.0,TVA +2017,47000.0,Tennessee,47009.0,Blount County,18642.0,TVA +2017,47000.0,Tennessee,47011.0,Bradley County,18642.0,TVA +2017,47000.0,Tennessee,47013.0,Campbell County,18642.0,TVA +2017,47000.0,Tennessee,47015.0,Cannon County,18642.0,TVA +2017,47000.0,Tennessee,47017.0,Carroll County,18642.0,TVA +2017,47000.0,Tennessee,47019.0,Carter County,18642.0,TVA +2017,47000.0,Tennessee,47021.0,Cheatham County,18642.0,TVA +2017,47000.0,Tennessee,47023.0,Chester County,18642.0,TVA +2017,47000.0,Tennessee,47025.0,Claiborne County,18642.0,TVA +2017,47000.0,Tennessee,47027.0,Clay County,18642.0,TVA +2017,47000.0,Tennessee,47029.0,Cocke County,18642.0,TVA +2017,47000.0,Tennessee,47031.0,Coffee County,18642.0,TVA +2017,47000.0,Tennessee,47033.0,Crockett County,18642.0,TVA +2017,47000.0,Tennessee,47035.0,Cumberland County,18642.0,TVA +2017,47000.0,Tennessee,47037.0,Davidson County,18642.0,TVA +2017,47000.0,Tennessee,47039.0,Decatur County,18642.0,TVA +2017,47000.0,Tennessee,47041.0,DeKalb County,18642.0,TVA +2017,47000.0,Tennessee,47043.0,Dickson County,18642.0,TVA +2017,47000.0,Tennessee,47045.0,Dyer County,18642.0,TVA +2017,47000.0,Tennessee,47047.0,Fayette County,18642.0,TVA +2017,47000.0,Tennessee,47049.0,Fentress County,18642.0,TVA +2017,47000.0,Tennessee,47051.0,Franklin County,18642.0,TVA +2017,47000.0,Tennessee,47053.0,Gibson County,18642.0,TVA +2017,47000.0,Tennessee,47055.0,Giles County,18642.0,TVA +2017,47000.0,Tennessee,47057.0,Grainger County,18642.0,TVA +2017,47000.0,Tennessee,47059.0,Greene County,18642.0,TVA +2017,47000.0,Tennessee,47061.0,Grundy County,18642.0,TVA +2017,47000.0,Tennessee,47063.0,Hamblen County,18642.0,TVA +2017,47000.0,Tennessee,47065.0,Hamilton County,18642.0,TVA +2017,47000.0,Tennessee,47067.0,Hancock County,18642.0,TVA +2017,47000.0,Tennessee,47069.0,Hardeman County,18642.0,TVA +2017,47000.0,Tennessee,47071.0,Hardin County,18642.0,TVA +2017,47000.0,Tennessee,47073.0,Hawkins County,18642.0,TVA +2017,47000.0,Tennessee,47075.0,Haywood County,18642.0,TVA +2017,47000.0,Tennessee,47077.0,Henderson County,18642.0,TVA +2017,47000.0,Tennessee,47079.0,Henry County,18642.0,TVA +2017,47000.0,Tennessee,47081.0,Hickman County,18642.0,TVA +2017,47000.0,Tennessee,47083.0,Houston County,18642.0,TVA +2017,47000.0,Tennessee,47085.0,Humphreys County,18642.0,TVA +2017,47000.0,Tennessee,47087.0,Jackson County,18642.0,TVA +2017,47000.0,Tennessee,47089.0,Jefferson County,18642.0,TVA +2017,47000.0,Tennessee,47091.0,Johnson County,18642.0,TVA +2017,47000.0,Tennessee,47093.0,Knox County,18642.0,TVA +2017,47000.0,Tennessee,47095.0,Lake County,18642.0,TVA +2017,47000.0,Tennessee,47097.0,Lauderdale County,18642.0,TVA +2017,47000.0,Tennessee,47099.0,Lawrence County,18642.0,TVA +2017,47000.0,Tennessee,47101.0,Lewis County,18642.0,TVA +2017,47000.0,Tennessee,47103.0,Lincoln County,18642.0,TVA +2017,47000.0,Tennessee,47105.0,Loudon County,18642.0,TVA +2017,47000.0,Tennessee,47107.0,McMinn County,18642.0,TVA +2017,47000.0,Tennessee,47109.0,McNairy County,18642.0,TVA +2017,47000.0,Tennessee,47111.0,Macon County,18642.0,TVA +2017,47000.0,Tennessee,47113.0,Madison County,18642.0,TVA +2017,47000.0,Tennessee,47115.0,Marion County,18642.0,TVA +2017,47000.0,Tennessee,47117.0,Marshall County,18642.0,TVA +2017,47000.0,Tennessee,47119.0,Maury County,18642.0,TVA +2017,47000.0,Tennessee,47121.0,Meigs County,18642.0,TVA +2017,47000.0,Tennessee,47123.0,Monroe County,18642.0,TVA +2017,47000.0,Tennessee,47125.0,Montgomery County,18642.0,TVA +2017,47000.0,Tennessee,47127.0,Moore County,18642.0,TVA +2017,47000.0,Tennessee,47129.0,Morgan County,18642.0,TVA +2017,47000.0,Tennessee,47131.0,Obion County,18642.0,TVA +2017,47000.0,Tennessee,47133.0,Overton County,18642.0,TVA +2017,47000.0,Tennessee,47135.0,Perry County,18642.0,TVA +2017,47000.0,Tennessee,47137.0,Pickett County,18642.0,TVA +2017,47000.0,Tennessee,47139.0,Polk County,18642.0,TVA +2017,47000.0,Tennessee,47141.0,Putnam County,18642.0,TVA +2017,47000.0,Tennessee,47143.0,Rhea County,18642.0,TVA +2017,47000.0,Tennessee,47145.0,Roane County,18642.0,TVA +2017,47000.0,Tennessee,47147.0,Robertson County,18642.0,TVA +2017,47000.0,Tennessee,47149.0,Rutherford County,18642.0,TVA +2017,47000.0,Tennessee,47151.0,Scott County,18642.0,TVA +2017,47000.0,Tennessee,47153.0,Sequatchie County,18642.0,TVA +2017,47000.0,Tennessee,47155.0,Sevier County,18642.0,TVA +2017,47000.0,Tennessee,47157.0,Shelby County,18642.0,TVA +2017,47000.0,Tennessee,47159.0,Smith County,18642.0,TVA +2017,47000.0,Tennessee,47161.0,Stewart County,18642.0,TVA +2017,47000.0,Tennessee,47163.0,Sullivan County,18642.0,TVA +2017,47000.0,Tennessee,47165.0,Sumner County,18642.0,TVA +2017,47000.0,Tennessee,47167.0,Tipton County,18642.0,TVA +2017,47000.0,Tennessee,47169.0,Trousdale County,18642.0,TVA +2017,47000.0,Tennessee,47171.0,Unicoi County,18642.0,TVA +2017,47000.0,Tennessee,47173.0,Union County,18642.0,TVA +2017,47000.0,Tennessee,47175.0,Van Buren County,18642.0,TVA +2017,47000.0,Tennessee,47177.0,Warren County,18642.0,TVA +2017,47000.0,Tennessee,47179.0,Washington County,18642.0,TVA +2017,47000.0,Tennessee,47181.0,Wayne County,18642.0,TVA +2017,47000.0,Tennessee,47183.0,Weakley County,18642.0,TVA +2017,47000.0,Tennessee,47185.0,White County,18642.0,TVA +2017,47000.0,Tennessee,47187.0,Williamson County,18642.0,TVA +2017,47000.0,Tennessee,47189.0,Wilson County,18642.0,TVA +2017,51000.0,Virginia,51105.0,Lee County,18642.0,TVA +2017,51000.0,Virginia,51169.0,Scott County,18642.0,TVA +2017,51000.0,Virginia,51191.0,Washington County,18642.0,TVA +2017,51000.0,Virginia,51195.0,Wise County,18642.0,TVA +2017,51000.0,Virginia,51520.0,Bristol City,18642.0,TVA +2017,6000.0,California,6047.0,Merced County,19281.0,TIDC +2017,6000.0,California,6099.0,Stanislaus County,19281.0,TIDC +2017,6000.0,California,6109.0,Tuolumne County,19281.0,TIDC +2017,15000.0,Hawaii,15003.0,Honolulu County,19547.0,HECO +2017,30000.0,Montana,30003.0,Big Horn County,19610.0,WAUW +2017,30000.0,Montana,30005.0,Blaine County,19610.0,WAUW +2017,30000.0,Montana,30009.0,Carbon County,19610.0,WAUW +2017,30000.0,Montana,30013.0,Cascade County,19610.0,WAUW +2017,30000.0,Montana,30015.0,Chouteau County,19610.0,WAUW +2017,30000.0,Montana,30017.0,Custer County,19610.0,WAUW +2017,30000.0,Montana,30021.0,Dawson County,19610.0,WAUW +2017,30000.0,Montana,30027.0,Fergus County,19610.0,WAUW +2017,30000.0,Montana,30033.0,Garfield County,19610.0,WAUW +2017,30000.0,Montana,30037.0,Golden Valley County,19610.0,WAUW +2017,30000.0,Montana,30045.0,Judith Basin County,19610.0,WAUW +2017,30000.0,Montana,30049.0,Lewis and Clark County,19610.0,WAUW +2017,30000.0,Montana,30051.0,Liberty County,19610.0,WAUW +2017,30000.0,Montana,30055.0,McCone County,19610.0,WAUW +2017,30000.0,Montana,30059.0,Meagher County,19610.0,WAUW +2017,30000.0,Montana,30065.0,Musselshell County,19610.0,WAUW +2017,30000.0,Montana,30069.0,Petroleum County,19610.0,WAUW +2017,30000.0,Montana,30073.0,Pondera County,19610.0,WAUW +2017,30000.0,Montana,30079.0,Prairie County,19610.0,WAUW +2017,30000.0,Montana,30083.0,Richland County,19610.0,WAUW +2017,30000.0,Montana,30085.0,Roosevelt County,19610.0,WAUW +2017,30000.0,Montana,30087.0,Rosebud County,19610.0,WAUW +2017,30000.0,Montana,30095.0,Stillwater County,19610.0,WAUW +2017,30000.0,Montana,30097.0,Sweet Grass County,19610.0,WAUW +2017,30000.0,Montana,30099.0,Teton County,19610.0,WAUW +2017,30000.0,Montana,30101.0,Toole County,19610.0,WAUW +2017,30000.0,Montana,30103.0,Treasure County,19610.0,WAUW +2017,30000.0,Montana,30107.0,Wheatland County,19610.0,WAUW +2017,30000.0,Montana,30111.0,Yellowstone County,19610.0,WAUW +2017,38000.0,North Dakota,38053.0,McKenzie County,19610.0,WAUW +2017,38000.0,North Dakota,38105.0,Williams County,19610.0,WAUW +2017,56000.0,Wyoming,56005.0,Campbell County,19610.0,WAUW +2017,56000.0,Wyoming,56011.0,Crook County,19610.0,WAUW +2017,16000.0,Idaho,16009.0,Benewah County,20169.0,AVA +2017,16000.0,Idaho,16017.0,Bonner County,20169.0,AVA +2017,16000.0,Idaho,16035.0,Clearwater County,20169.0,AVA +2017,16000.0,Idaho,16049.0,Idaho County,20169.0,AVA +2017,16000.0,Idaho,16055.0,Kootenai County,20169.0,AVA +2017,16000.0,Idaho,16057.0,Latah County,20169.0,AVA +2017,16000.0,Idaho,16061.0,Lewis County,20169.0,AVA +2017,16000.0,Idaho,16069.0,Nez Perce County,20169.0,AVA +2017,16000.0,Idaho,16079.0,Shoshone County,20169.0,AVA +2017,30000.0,Montana,30089.0,Sanders County,20169.0,AVA +2017,41000.0,Oregon,41063.0,Wallowa County,20169.0,AVA +2017,53000.0,Washington,53001.0,Adams County,20169.0,AVA +2017,53000.0,Washington,53003.0,Asotin County,20169.0,AVA +2017,53000.0,Washington,53019.0,Ferry County,20169.0,AVA +2017,53000.0,Washington,53023.0,Garfield County,20169.0,AVA +2017,53000.0,Washington,53025.0,Grant County,20169.0,AVA +2017,53000.0,Washington,53043.0,Lincoln County,20169.0,AVA +2017,53000.0,Washington,53051.0,Pend Oreille County,20169.0,AVA +2017,53000.0,Washington,53063.0,Spokane County,20169.0,AVA +2017,53000.0,Washington,53065.0,Stevens County,20169.0,AVA +2017,53000.0,Washington,53075.0,Whitman County,20169.0,AVA +2017,12000.0,Florida,12001.0,Alachua County,21554.0,SEC +2017,12000.0,Florida,12003.0,Baker County,21554.0,SEC +2017,12000.0,Florida,12007.0,Bradford County,21554.0,SEC +2017,12000.0,Florida,12009.0,Brevard County,21554.0,SEC +2017,12000.0,Florida,12017.0,Citrus County,21554.0,SEC +2017,12000.0,Florida,12019.0,Clay County,21554.0,SEC +2017,12000.0,Florida,12023.0,Columbia County,21554.0,SEC +2017,12000.0,Florida,12027.0,DeSoto County,21554.0,SEC +2017,12000.0,Florida,12029.0,Dixie County,21554.0,SEC +2017,12000.0,Florida,12031.0,Duval County,21554.0,SEC +2017,12000.0,Florida,12035.0,Flagler County,21554.0,SEC +2017,12000.0,Florida,12039.0,Gadsden County,21554.0,SEC +2017,12000.0,Florida,12041.0,Gilchrist County,21554.0,SEC +2017,12000.0,Florida,12043.0,Glades County,21554.0,SEC +2017,12000.0,Florida,12047.0,Hamilton County,21554.0,SEC +2017,12000.0,Florida,12049.0,Hardee County,21554.0,SEC +2017,12000.0,Florida,12051.0,Hendry County,21554.0,SEC +2017,12000.0,Florida,12053.0,Hernando County,21554.0,SEC +2017,12000.0,Florida,12055.0,Highlands County,21554.0,SEC +2017,12000.0,Florida,12057.0,Hillsborough County,21554.0,SEC +2017,12000.0,Florida,12061.0,Indian River County,21554.0,SEC +2017,12000.0,Florida,12065.0,Jefferson County,21554.0,SEC +2017,12000.0,Florida,12067.0,Lafayette County,21554.0,SEC +2017,12000.0,Florida,12069.0,Lake County,21554.0,SEC +2017,12000.0,Florida,12073.0,Leon County,21554.0,SEC +2017,12000.0,Florida,12075.0,Levy County,21554.0,SEC +2017,12000.0,Florida,12077.0,Liberty County,21554.0,SEC +2017,12000.0,Florida,12079.0,Madison County,21554.0,SEC +2017,12000.0,Florida,12081.0,Manatee County,21554.0,SEC +2017,12000.0,Florida,12083.0,Marion County,21554.0,SEC +2017,12000.0,Florida,12093.0,Okeechobee County,21554.0,SEC +2017,12000.0,Florida,12097.0,Osceola County,21554.0,SEC +2017,12000.0,Florida,12101.0,Pasco County,21554.0,SEC +2017,12000.0,Florida,12105.0,Polk County,21554.0,SEC +2017,12000.0,Florida,12107.0,Putnam County,21554.0,SEC +2017,12000.0,Florida,12115.0,Sarasota County,21554.0,SEC +2017,12000.0,Florida,12119.0,Sumter County,21554.0,SEC +2017,12000.0,Florida,12121.0,Suwannee County,21554.0,SEC +2017,12000.0,Florida,12123.0,Taylor County,21554.0,SEC +2017,12000.0,Florida,12125.0,Union County,21554.0,SEC +2017,12000.0,Florida,12127.0,Volusia County,21554.0,SEC +2017,12000.0,Florida,12129.0,Wakulla County,21554.0,SEC +2017,4000.0,Arizona,4003.0,Cochise County ,24211.0,TEPC +2017,4000.0,Arizona,4015.0,Mohave County,24211.0,TEPC +2017,4000.0,Arizona,4019.0,Pima County,24211.0,TEPC +2017,4000.0,Arizona,4023.0,Santa Cruz County,24211.0,TEPC +2017,4000.0,Arizona,4001.0,Apache County,25471.0,WALC +2017,4000.0,Arizona,4003.0,Cochise County ,25471.0,WALC +2017,4000.0,Arizona,4005.0,Coconino County,25471.0,WALC +2017,4000.0,Arizona,4007.0,Gila County,25471.0,WALC +2017,4000.0,Arizona,4009.0,Graham County,25471.0,WALC +2017,4000.0,Arizona,4011.0,Greenlee County,25471.0,WALC +2017,4000.0,Arizona,4012.0,La Paz County,25471.0,WALC +2017,4000.0,Arizona,4013.0,Maricopa County,25471.0,WALC +2017,4000.0,Arizona,4015.0,Mohave County,25471.0,WALC +2017,4000.0,Arizona,4017.0,Navajo County,25471.0,WALC +2017,4000.0,Arizona,4019.0,Pima County,25471.0,WALC +2017,4000.0,Arizona,4021.0,Pinal County,25471.0,WALC +2017,4000.0,Arizona,4023.0,Santa Cruz County,25471.0,WALC +2017,4000.0,Arizona,4025.0,Yavapai County,25471.0,WALC +2017,4000.0,Arizona,4027.0,Yuma County,25471.0,WALC +2017,6000.0,California,6001.0,Alameda County,25471.0,WALC +2017,6000.0,California,6007.0,Butte County,25471.0,WALC +2017,6000.0,California,6009.0,Calaveras County,25471.0,WALC +2017,6000.0,California,6011.0,Colusa County,25471.0,WALC +2017,6000.0,California,6013.0,Contra Costa County,25471.0,WALC +2017,6000.0,California,6019.0,Fresno County,25471.0,WALC +2017,6000.0,California,6021.0,Glenn County,25471.0,WALC +2017,6000.0,California,6025.0,Imperial County,25471.0,WALC +2017,6000.0,California,6035.0,Lassen County,25471.0,WALC +2017,6000.0,California,6039.0,Madera County,25471.0,WALC +2017,6000.0,California,6047.0,Merced County,25471.0,WALC +2017,6000.0,California,6049.0,Modoc County,25471.0,WALC +2017,6000.0,California,6061.0,Placer County,25471.0,WALC +2017,6000.0,California,6065.0,Riverside County,25471.0,WALC +2017,6000.0,California,6067.0,Sacramento County,25471.0,WALC +2017,6000.0,California,6071.0,San Bernardino County,25471.0,WALC +2017,6000.0,California,6077.0,San Joaquin County,25471.0,WALC +2017,6000.0,California,6085.0,Santa Clara County,25471.0,WALC +2017,6000.0,California,6089.0,Shasta County,25471.0,WALC +2017,6000.0,California,6093.0,Siskiyou County,25471.0,WALC +2017,6000.0,California,6101.0,Sutter County,25471.0,WALC +2017,6000.0,California,6103.0,Tehama County,25471.0,WALC +2017,6000.0,California,6105.0,Trinity County,25471.0,WALC +2017,6000.0,California,6109.0,Tuolumne County,25471.0,WALC +2017,6000.0,California,6115.0,Yuba County,25471.0,WALC +2017,8000.0,Colorado,8013.0,Boulder County,25471.0,WALC +2017,8000.0,Colorado,8014.0,Broomfield County,25471.0,WALC +2017,8000.0,Colorado,8015.0,Chaffee County,25471.0,WALC +2017,8000.0,Colorado,8019.0,Clear Creek County,25471.0,WALC +2017,8000.0,Colorado,8027.0,Custer County,25471.0,WALC +2017,8000.0,Colorado,8029.0,Delta County,25471.0,WALC +2017,8000.0,Colorado,8033.0,Dolores County,25471.0,WALC +2017,8000.0,Colorado,8041.0,El Paso County,25471.0,WALC +2017,8000.0,Colorado,8043.0,Fremont County,25471.0,WALC +2017,8000.0,Colorado,8045.0,Garfield County,25471.0,WALC +2017,8000.0,Colorado,8049.0,Grand County,25471.0,WALC +2017,8000.0,Colorado,8051.0,Gunnison County,25471.0,WALC +2017,8000.0,Colorado,8057.0,Jackson County,25471.0,WALC +2017,8000.0,Colorado,8059.0,Jefferson County,25471.0,WALC +2017,8000.0,Colorado,8065.0,Lake County,25471.0,WALC +2017,8000.0,Colorado,8067.0,La Plata County,25471.0,WALC +2017,8000.0,Colorado,8069.0,Larimer County,25471.0,WALC +2017,8000.0,Colorado,8073.0,Lincoln County,25471.0,WALC +2017,8000.0,Colorado,8075.0,Logan County,25471.0,WALC +2017,8000.0,Colorado,8077.0,Mesa County,25471.0,WALC +2017,8000.0,Colorado,8081.0,Moffat County,25471.0,WALC +2017,8000.0,Colorado,8083.0,Montezuma County,25471.0,WALC +2017,8000.0,Colorado,8085.0,Montrose County,25471.0,WALC +2017,8000.0,Colorado,8087.0,Morgan County,25471.0,WALC +2017,8000.0,Colorado,8091.0,Ouray County,25471.0,WALC +2017,8000.0,Colorado,8095.0,Phillips County,25471.0,WALC +2017,8000.0,Colorado,8101.0,Pueblo County,25471.0,WALC +2017,8000.0,Colorado,8103.0,Rio Blanco County,25471.0,WALC +2017,8000.0,Colorado,8107.0,Routt County,25471.0,WALC +2017,8000.0,Colorado,8109.0,Saguache County,25471.0,WALC +2017,8000.0,Colorado,8113.0,San Miguel County,25471.0,WALC +2017,8000.0,Colorado,8115.0,Sedgwick County,25471.0,WALC +2017,8000.0,Colorado,8117.0,Summit County,25471.0,WALC +2017,8000.0,Colorado,8121.0,Washington County,25471.0,WALC +2017,8000.0,Colorado,8123.0,Weld County,25471.0,WALC +2017,8000.0,Colorado,8125.0,Yuma County,25471.0,WALC +2017,19000.0,Iowa,19001.0,Adair County,25471.0,WALC +2017,19000.0,Iowa,19009.0,Audubon County,25471.0,WALC +2017,19000.0,Iowa,19029.0,Cass County,25471.0,WALC +2017,19000.0,Iowa,19035.0,Cherokee County,25471.0,WALC +2017,19000.0,Iowa,19041.0,Clay County,25471.0,WALC +2017,19000.0,Iowa,19047.0,Crawford County,25471.0,WALC +2017,19000.0,Iowa,19119.0,Lyon County,25471.0,WALC +2017,19000.0,Iowa,19133.0,Monona County,25471.0,WALC +2017,19000.0,Iowa,19141.0,O'Brien County,25471.0,WALC +2017,19000.0,Iowa,19149.0,Plymouth County,25471.0,WALC +2017,19000.0,Iowa,19159.0,Ringgold County,25471.0,WALC +2017,19000.0,Iowa,19165.0,Shelby County,25471.0,WALC +2017,19000.0,Iowa,19167.0,Sioux County,25471.0,WALC +2017,19000.0,Iowa,19173.0,Taylor County,25471.0,WALC +2017,19000.0,Iowa,19175.0,Union County,25471.0,WALC +2017,19000.0,Iowa,19193.0,Woodbury County,25471.0,WALC +2017,20000.0,Kansas,20089.0,Jewell County,25471.0,WALC +2017,27000.0,Minnesota,27023.0,Chippewa County,25471.0,WALC +2017,27000.0,Minnesota,27027.0,Clay County,25471.0,WALC +2017,27000.0,Minnesota,27051.0,Grant County,25471.0,WALC +2017,27000.0,Minnesota,27073.0,Lac Qui Parle County,25471.0,WALC +2017,27000.0,Minnesota,27111.0,Otter Tail County,25471.0,WALC +2017,27000.0,Minnesota,27119.0,Polk County,25471.0,WALC +2017,27000.0,Minnesota,27149.0,Stevens County,25471.0,WALC +2017,27000.0,Minnesota,27151.0,Swift County,25471.0,WALC +2017,27000.0,Minnesota,27167.0,Wilkin County,25471.0,WALC +2017,27000.0,Minnesota,27173.0,Yellow Medicine County,25471.0,WALC +2017,29000.0,Missouri,29147.0,Nodaway County,25471.0,WALC +2017,30000.0,Montana,30003.0,Big Horn County,25471.0,WALC +2017,30000.0,Montana,30005.0,Blaine County,25471.0,WALC +2017,30000.0,Montana,30009.0,Carbon County,25471.0,WALC +2017,30000.0,Montana,30013.0,Cascade County,25471.0,WALC +2017,30000.0,Montana,30015.0,Chouteau County,25471.0,WALC +2017,30000.0,Montana,30017.0,Custer County,25471.0,WALC +2017,30000.0,Montana,30021.0,Dawson County,25471.0,WALC +2017,30000.0,Montana,30025.0,Fallon County,25471.0,WALC +2017,30000.0,Montana,30033.0,Garfield County,25471.0,WALC +2017,30000.0,Montana,30041.0,Hill County,25471.0,WALC +2017,30000.0,Montana,30049.0,Lewis and Clark County,25471.0,WALC +2017,30000.0,Montana,30051.0,Liberty County,25471.0,WALC +2017,30000.0,Montana,30055.0,McCone County,25471.0,WALC +2017,30000.0,Montana,30071.0,Phillips County,25471.0,WALC +2017,30000.0,Montana,30073.0,Pondera County,25471.0,WALC +2017,30000.0,Montana,30079.0,Prairie County,25471.0,WALC +2017,30000.0,Montana,30083.0,Richland County,25471.0,WALC +2017,30000.0,Montana,30085.0,Roosevelt County,25471.0,WALC +2017,30000.0,Montana,30087.0,Rosebud County,25471.0,WALC +2017,30000.0,Montana,30099.0,Teton County,25471.0,WALC +2017,30000.0,Montana,30101.0,Toole County,25471.0,WALC +2017,30000.0,Montana,30103.0,Treasure County,25471.0,WALC +2017,30000.0,Montana,30105.0,Valley County,25471.0,WALC +2017,30000.0,Montana,30109.0,Wibaux County,25471.0,WALC +2017,30000.0,Montana,30111.0,Yellowstone County,25471.0,WALC +2017,31000.0,Nebraska,31003.0,Antelope County,25471.0,WALC +2017,31000.0,Nebraska,31007.0,Banner County,25471.0,WALC +2017,31000.0,Nebraska,31011.0,Boone County,25471.0,WALC +2017,31000.0,Nebraska,31013.0,Box Butte County,25471.0,WALC +2017,31000.0,Nebraska,31015.0,Boyd County,25471.0,WALC +2017,31000.0,Nebraska,31027.0,Cedar County,25471.0,WALC +2017,31000.0,Nebraska,31033.0,Cheyenne County,25471.0,WALC +2017,31000.0,Nebraska,31043.0,Dakota County,25471.0,WALC +2017,31000.0,Nebraska,31045.0,Dawes County,25471.0,WALC +2017,31000.0,Nebraska,31049.0,Deuel County,25471.0,WALC +2017,31000.0,Nebraska,31077.0,Greeley County,25471.0,WALC +2017,31000.0,Nebraska,31089.0,Holt County,25471.0,WALC +2017,31000.0,Nebraska,31101.0,Keith County,25471.0,WALC +2017,31000.0,Nebraska,31105.0,Kimball County,25471.0,WALC +2017,31000.0,Nebraska,31121.0,Merrick County,25471.0,WALC +2017,31000.0,Nebraska,31123.0,Morrill County,25471.0,WALC +2017,31000.0,Nebraska,31125.0,Nance County,25471.0,WALC +2017,31000.0,Nebraska,31157.0,Scotts Bluff County,25471.0,WALC +2017,31000.0,Nebraska,31165.0,Sioux County,25471.0,WALC +2017,31000.0,Nebraska,31183.0,Wheeler County,25471.0,WALC +2017,32000.0,Nevada,32003.0,Clark County,25471.0,WALC +2017,35000.0,New Mexico,35031.0,McKinley County,25471.0,WALC +2017,35000.0,New Mexico,35039.0,Rio Arriba County,25471.0,WALC +2017,35000.0,New Mexico,35043.0,Sandoval County,25471.0,WALC +2017,35000.0,New Mexico,35045.0,San Juan County,25471.0,WALC +2017,35000.0,New Mexico,35049.0,Santa Fe County,25471.0,WALC +2017,38000.0,North Dakota,38003.0,Barnes County,25471.0,WALC +2017,38000.0,North Dakota,38005.0,Benson County,25471.0,WALC +2017,38000.0,North Dakota,38007.0,Billings County,25471.0,WALC +2017,38000.0,North Dakota,38015.0,Burleigh County,25471.0,WALC +2017,38000.0,North Dakota,38017.0,Cass County,25471.0,WALC +2017,38000.0,North Dakota,38021.0,Dickey County,25471.0,WALC +2017,38000.0,North Dakota,38025.0,Dunn County,25471.0,WALC +2017,38000.0,North Dakota,38027.0,Eddy County,25471.0,WALC +2017,38000.0,North Dakota,38029.0,Emmons County,25471.0,WALC +2017,38000.0,North Dakota,38031.0,Foster County,25471.0,WALC +2017,38000.0,North Dakota,38033.0,Golden Valley County,25471.0,WALC +2017,38000.0,North Dakota,38035.0,Grand Forks County,25471.0,WALC +2017,38000.0,North Dakota,38037.0,Grant County,25471.0,WALC +2017,38000.0,North Dakota,38039.0,Griggs County,25471.0,WALC +2017,38000.0,North Dakota,38043.0,Kidder County,25471.0,WALC +2017,38000.0,North Dakota,38045.0,LaMoure County,25471.0,WALC +2017,38000.0,North Dakota,38049.0,McHenry County,25471.0,WALC +2017,38000.0,North Dakota,38053.0,McKenzie County,25471.0,WALC +2017,38000.0,North Dakota,38055.0,McLean County,25471.0,WALC +2017,38000.0,North Dakota,38057.0,Mercer County,25471.0,WALC +2017,38000.0,North Dakota,38059.0,Morton County,25471.0,WALC +2017,38000.0,North Dakota,38063.0,Nelson County,25471.0,WALC +2017,38000.0,North Dakota,38065.0,Oliver County,25471.0,WALC +2017,38000.0,North Dakota,38069.0,Pierce County,25471.0,WALC +2017,38000.0,North Dakota,38071.0,Ramsey County,25471.0,WALC +2017,38000.0,North Dakota,38073.0,Ransom County,25471.0,WALC +2017,38000.0,North Dakota,38081.0,Sargent County,25471.0,WALC +2017,38000.0,North Dakota,38087.0,Slope County,25471.0,WALC +2017,38000.0,North Dakota,38089.0,Stark County,25471.0,WALC +2017,38000.0,North Dakota,38091.0,Steele County,25471.0,WALC +2017,38000.0,North Dakota,38093.0,Stutsman County,25471.0,WALC +2017,38000.0,North Dakota,38095.0,Towner County,25471.0,WALC +2017,38000.0,North Dakota,38097.0,Traill County,25471.0,WALC +2017,38000.0,North Dakota,38101.0,Ward County,25471.0,WALC +2017,38000.0,North Dakota,38103.0,Wells County,25471.0,WALC +2017,38000.0,North Dakota,38105.0,Williams County,25471.0,WALC +2017,41000.0,Oregon,41035.0,Klamath County,25471.0,WALC +2017,46000.0,South Dakota,46003.0,Aurora County,25471.0,WALC +2017,46000.0,South Dakota,46005.0,Beadle County,25471.0,WALC +2017,46000.0,South Dakota,46007.0,Bennett County,25471.0,WALC +2017,46000.0,South Dakota,46009.0,Bon Homme County,25471.0,WALC +2017,46000.0,South Dakota,46011.0,Brookings County,25471.0,WALC +2017,46000.0,South Dakota,46013.0,Brown County,25471.0,WALC +2017,46000.0,South Dakota,46015.0,Brule County,25471.0,WALC +2017,46000.0,South Dakota,46017.0,Buffalo County,25471.0,WALC +2017,46000.0,South Dakota,46019.0,Butte County,25471.0,WALC +2017,46000.0,South Dakota,46021.0,Campbell County,25471.0,WALC +2017,46000.0,South Dakota,46023.0,Charles Mix County,25471.0,WALC +2017,46000.0,South Dakota,46025.0,Clark County,25471.0,WALC +2017,46000.0,South Dakota,46027.0,Clay County,25471.0,WALC +2017,46000.0,South Dakota,46029.0,Codington County,25471.0,WALC +2017,46000.0,South Dakota,46033.0,Custer County,25471.0,WALC +2017,46000.0,South Dakota,46035.0,Davison County,25471.0,WALC +2017,46000.0,South Dakota,46037.0,Day County,25471.0,WALC +2017,46000.0,South Dakota,46039.0,Deuel County,25471.0,WALC +2017,46000.0,South Dakota,46041.0,Dewey County,25471.0,WALC +2017,46000.0,South Dakota,46043.0,Douglas County,25471.0,WALC +2017,46000.0,South Dakota,46047.0,Fall River County,25471.0,WALC +2017,46000.0,South Dakota,46051.0,Grant County,25471.0,WALC +2017,46000.0,South Dakota,46053.0,Gregory County,25471.0,WALC +2017,46000.0,South Dakota,46055.0,Haakon County,25471.0,WALC +2017,46000.0,South Dakota,46057.0,Hamlin County,25471.0,WALC +2017,46000.0,South Dakota,46059.0,Hand County,25471.0,WALC +2017,46000.0,South Dakota,46061.0,Hanson County,25471.0,WALC +2017,46000.0,South Dakota,46065.0,Hughes County,25471.0,WALC +2017,46000.0,South Dakota,46069.0,Hyde County,25471.0,WALC +2017,46000.0,South Dakota,46071.0,Jackson County,25471.0,WALC +2017,46000.0,South Dakota,46073.0,Jerauld County,25471.0,WALC +2017,46000.0,South Dakota,46075.0,Jones County,25471.0,WALC +2017,46000.0,South Dakota,46083.0,Lincoln County,25471.0,WALC +2017,46000.0,South Dakota,46085.0,Lyman County,25471.0,WALC +2017,46000.0,South Dakota,46087.0,McCook County,25471.0,WALC +2017,46000.0,South Dakota,46091.0,Marshall County,25471.0,WALC +2017,46000.0,South Dakota,46093.0,Meade County,25471.0,WALC +2017,46000.0,South Dakota,46099.0,Minnehaha County,25471.0,WALC +2017,46000.0,South Dakota,46101.0,Moody County,25471.0,WALC +2017,46000.0,South Dakota,46103.0,Pennington County,25471.0,WALC +2017,46000.0,South Dakota,46105.0,Perkins County,25471.0,WALC +2017,46000.0,South Dakota,46107.0,Potter County,25471.0,WALC +2017,46000.0,South Dakota,46109.0,Roberts County,25471.0,WALC +2017,46000.0,South Dakota,46111.0,Sanborn County,25471.0,WALC +2017,46000.0,South Dakota,46115.0,Spink County,25471.0,WALC +2017,46000.0,South Dakota,46117.0,Stanley County,25471.0,WALC +2017,46000.0,South Dakota,46119.0,Sully County,25471.0,WALC +2017,46000.0,South Dakota,46121.0,Todd County,25471.0,WALC +2017,46000.0,South Dakota,46123.0,Tripp County,25471.0,WALC +2017,46000.0,South Dakota,46125.0,Turner County,25471.0,WALC +2017,46000.0,South Dakota,46127.0,Union County,25471.0,WALC +2017,46000.0,South Dakota,46129.0,Walworth County,25471.0,WALC +2017,46000.0,South Dakota,46135.0,Yankton County,25471.0,WALC +2017,46000.0,South Dakota,46137.0,Ziebach County,25471.0,WALC +2017,49000.0,Utah,49009.0,Daggett County,25471.0,WALC +2017,49000.0,Utah,49017.0,Garfield County,25471.0,WALC +2017,49000.0,Utah,49021.0,Iron County,25471.0,WALC +2017,49000.0,Utah,49025.0,Kane County,25471.0,WALC +2017,49000.0,Utah,49031.0,Piute County,25471.0,WALC +2017,49000.0,Utah,49037.0,San Juan County,25471.0,WALC +2017,49000.0,Utah,49041.0,Sevier County,25471.0,WALC +2017,49000.0,Utah,49047.0,Uintah County,25471.0,WALC +2017,49000.0,Utah,49053.0,Washington County,25471.0,WALC +2017,49000.0,Utah,49055.0,Wayne County,25471.0,WALC +2017,56000.0,Wyoming,56001.0,Albany County,25471.0,WALC +2017,56000.0,Wyoming,56003.0,Big Horn County,25471.0,WALC +2017,56000.0,Wyoming,56007.0,Carbon County,25471.0,WALC +2017,56000.0,Wyoming,56009.0,Converse County,25471.0,WALC +2017,56000.0,Wyoming,56013.0,Fremont County,25471.0,WALC +2017,56000.0,Wyoming,56015.0,Goshen County,25471.0,WALC +2017,56000.0,Wyoming,56017.0,Hot Springs County,25471.0,WALC +2017,56000.0,Wyoming,56021.0,Laramie County,25471.0,WALC +2017,56000.0,Wyoming,56023.0,Lincoln County,25471.0,WALC +2017,56000.0,Wyoming,56025.0,Natrona County,25471.0,WALC +2017,56000.0,Wyoming,56027.0,Niobrara County,25471.0,WALC +2017,56000.0,Wyoming,56029.0,Park County,25471.0,WALC +2017,56000.0,Wyoming,56031.0,Platte County,25471.0,WALC +2017,56000.0,Wyoming,56037.0,Sweetwater County,25471.0,WALC +2017,56000.0,Wyoming,56043.0,Washakie County,25471.0,WALC +2017,4000.0,Arizona,4001.0,Apache County,28503.0,WACM +2017,4000.0,Arizona,4003.0,Cochise County ,28503.0,WACM +2017,4000.0,Arizona,4005.0,Coconino County,28503.0,WACM +2017,4000.0,Arizona,4007.0,Gila County,28503.0,WACM +2017,4000.0,Arizona,4012.0,La Paz County,28503.0,WACM +2017,4000.0,Arizona,4013.0,Maricopa County,28503.0,WACM +2017,4000.0,Arizona,4015.0,Mohave County,28503.0,WACM +2017,4000.0,Arizona,4017.0,Navajo County,28503.0,WACM +2017,4000.0,Arizona,4019.0,Pima County,28503.0,WACM +2017,4000.0,Arizona,4021.0,Pinal County,28503.0,WACM +2017,4000.0,Arizona,4025.0,Yavapai County,28503.0,WACM +2017,4000.0,Arizona,4027.0,Yuma County,28503.0,WACM +2017,6000.0,California,6001.0,Alameda County,28503.0,WACM +2017,6000.0,California,6007.0,Butte County,28503.0,WACM +2017,6000.0,California,6009.0,Calaveras County,28503.0,WACM +2017,6000.0,California,6011.0,Colusa County,28503.0,WACM +2017,6000.0,California,6013.0,Contra Costa County,28503.0,WACM +2017,6000.0,California,6019.0,Fresno County,28503.0,WACM +2017,6000.0,California,6021.0,Glenn County,28503.0,WACM +2017,6000.0,California,6025.0,Imperial County,28503.0,WACM +2017,6000.0,California,6035.0,Lassen County,28503.0,WACM +2017,6000.0,California,6039.0,Madera County,28503.0,WACM +2017,6000.0,California,6047.0,Merced County,28503.0,WACM +2017,6000.0,California,6049.0,Modoc County,28503.0,WACM +2017,6000.0,California,6061.0,Placer County,28503.0,WACM +2017,6000.0,California,6065.0,Riverside County,28503.0,WACM +2017,6000.0,California,6067.0,Sacramento County,28503.0,WACM +2017,6000.0,California,6071.0,San Bernardino County,28503.0,WACM +2017,6000.0,California,6077.0,San Joaquin County,28503.0,WACM +2017,6000.0,California,6085.0,Santa Clara County,28503.0,WACM +2017,6000.0,California,6089.0,Shasta County,28503.0,WACM +2017,6000.0,California,6093.0,Siskiyou County,28503.0,WACM +2017,6000.0,California,6101.0,Sutter County,28503.0,WACM +2017,6000.0,California,6103.0,Tehama County,28503.0,WACM +2017,6000.0,California,6105.0,Trinity County,28503.0,WACM +2017,6000.0,California,6109.0,Tuolumne County,28503.0,WACM +2017,6000.0,California,6115.0,Yuba County,28503.0,WACM +2017,8000.0,Colorado,8001.0,Adams County,28503.0,WACM +2017,8000.0,Colorado,8003.0,Alamosa County,28503.0,WACM +2017,8000.0,Colorado,8005.0,Arapahoe County,28503.0,WACM +2017,8000.0,Colorado,8007.0,Archuleta County,28503.0,WACM +2017,8000.0,Colorado,8009.0,Baca County,28503.0,WACM +2017,8000.0,Colorado,8011.0,Bent County,28503.0,WACM +2017,8000.0,Colorado,8013.0,Boulder County,28503.0,WACM +2017,8000.0,Colorado,8014.0,Broomfield County,28503.0,WACM +2017,8000.0,Colorado,8015.0,Chaffee County,28503.0,WACM +2017,8000.0,Colorado,8017.0,Cheyenne County,28503.0,WACM +2017,8000.0,Colorado,8019.0,Clear Creek County,28503.0,WACM +2017,8000.0,Colorado,8021.0,Conejos County,28503.0,WACM +2017,8000.0,Colorado,8023.0,Costilla County,28503.0,WACM +2017,8000.0,Colorado,8025.0,Crowley County,28503.0,WACM +2017,8000.0,Colorado,8027.0,Custer County,28503.0,WACM +2017,8000.0,Colorado,8029.0,Delta County,28503.0,WACM +2017,8000.0,Colorado,8033.0,Dolores County,28503.0,WACM +2017,8000.0,Colorado,8035.0,Douglas County,28503.0,WACM +2017,8000.0,Colorado,8039.0,Elbert County,28503.0,WACM +2017,8000.0,Colorado,8041.0,El Paso County,28503.0,WACM +2017,8000.0,Colorado,8043.0,Fremont County,28503.0,WACM +2017,8000.0,Colorado,8045.0,Garfield County,28503.0,WACM +2017,8000.0,Colorado,8047.0,Gilpin County,28503.0,WACM +2017,8000.0,Colorado,8049.0,Grand County,28503.0,WACM +2017,8000.0,Colorado,8051.0,Gunnison County,28503.0,WACM +2017,8000.0,Colorado,8053.0,Hinsdale County,28503.0,WACM +2017,8000.0,Colorado,8055.0,Huerfano County,28503.0,WACM +2017,8000.0,Colorado,8057.0,Jackson County,28503.0,WACM +2017,8000.0,Colorado,8059.0,Jefferson County,28503.0,WACM +2017,8000.0,Colorado,8061.0,Kiowa County,28503.0,WACM +2017,8000.0,Colorado,8063.0,Kit Carson County,28503.0,WACM +2017,8000.0,Colorado,8065.0,Lake County,28503.0,WACM +2017,8000.0,Colorado,8067.0,La Plata County,28503.0,WACM +2017,8000.0,Colorado,8069.0,Larimer County,28503.0,WACM +2017,8000.0,Colorado,8071.0,Las Animas County,28503.0,WACM +2017,8000.0,Colorado,8073.0,Lincoln County,28503.0,WACM +2017,8000.0,Colorado,8075.0,Logan County,28503.0,WACM +2017,8000.0,Colorado,8077.0,Mesa County,28503.0,WACM +2017,8000.0,Colorado,8079.0,Mineral County,28503.0,WACM +2017,8000.0,Colorado,8081.0,Moffat County,28503.0,WACM +2017,8000.0,Colorado,8083.0,Montezuma County,28503.0,WACM +2017,8000.0,Colorado,8085.0,Montrose County,28503.0,WACM +2017,8000.0,Colorado,8087.0,Morgan County,28503.0,WACM +2017,8000.0,Colorado,8089.0,Otero County,28503.0,WACM +2017,8000.0,Colorado,8091.0,Ouray County,28503.0,WACM +2017,8000.0,Colorado,8095.0,Phillips County,28503.0,WACM +2017,8000.0,Colorado,8099.0,Prowers County,28503.0,WACM +2017,8000.0,Colorado,8101.0,Pueblo County,28503.0,WACM +2017,8000.0,Colorado,8103.0,Rio Blanco County,28503.0,WACM +2017,8000.0,Colorado,8105.0,Rio Grande County,28503.0,WACM +2017,8000.0,Colorado,8107.0,Routt County,28503.0,WACM +2017,8000.0,Colorado,8109.0,Saguache County,28503.0,WACM +2017,8000.0,Colorado,8111.0,San Juan County,28503.0,WACM +2017,8000.0,Colorado,8113.0,San Miguel County,28503.0,WACM +2017,8000.0,Colorado,8115.0,Sedgwick County,28503.0,WACM +2017,8000.0,Colorado,8117.0,Summit County,28503.0,WACM +2017,8000.0,Colorado,8119.0,Teller County,28503.0,WACM +2017,8000.0,Colorado,8121.0,Washington County,28503.0,WACM +2017,8000.0,Colorado,8123.0,Weld County,28503.0,WACM +2017,8000.0,Colorado,8125.0,Yuma County,28503.0,WACM +2017,19000.0,Iowa,19001.0,Adair County,28503.0,WACM +2017,19000.0,Iowa,19009.0,Audubon County,28503.0,WACM +2017,19000.0,Iowa,19029.0,Cass County,28503.0,WACM +2017,19000.0,Iowa,19035.0,Cherokee County,28503.0,WACM +2017,19000.0,Iowa,19041.0,Clay County,28503.0,WACM +2017,19000.0,Iowa,19047.0,Crawford County,28503.0,WACM +2017,19000.0,Iowa,19119.0,Lyon County,28503.0,WACM +2017,19000.0,Iowa,19133.0,Monona County,28503.0,WACM +2017,19000.0,Iowa,19141.0,O'Brien County,28503.0,WACM +2017,19000.0,Iowa,19149.0,Plymouth County,28503.0,WACM +2017,19000.0,Iowa,19159.0,Ringgold County,28503.0,WACM +2017,19000.0,Iowa,19165.0,Shelby County,28503.0,WACM +2017,19000.0,Iowa,19167.0,Sioux County,28503.0,WACM +2017,19000.0,Iowa,19173.0,Taylor County,28503.0,WACM +2017,19000.0,Iowa,19175.0,Union County,28503.0,WACM +2017,19000.0,Iowa,19193.0,Woodbury County,28503.0,WACM +2017,20000.0,Kansas,20089.0,Jewell County,28503.0,WACM +2017,27000.0,Minnesota,27023.0,Chippewa County,28503.0,WACM +2017,27000.0,Minnesota,27027.0,Clay County,28503.0,WACM +2017,27000.0,Minnesota,27051.0,Grant County,28503.0,WACM +2017,27000.0,Minnesota,27073.0,Lac Qui Parle County,28503.0,WACM +2017,27000.0,Minnesota,27111.0,Otter Tail County,28503.0,WACM +2017,27000.0,Minnesota,27119.0,Polk County,28503.0,WACM +2017,27000.0,Minnesota,27149.0,Stevens County,28503.0,WACM +2017,27000.0,Minnesota,27151.0,Swift County,28503.0,WACM +2017,27000.0,Minnesota,27167.0,Wilkin County,28503.0,WACM +2017,27000.0,Minnesota,27173.0,Yellow Medicine County,28503.0,WACM +2017,29000.0,Missouri,29147.0,Nodaway County,28503.0,WACM +2017,30000.0,Montana,30003.0,Big Horn County,28503.0,WACM +2017,30000.0,Montana,30005.0,Blaine County,28503.0,WACM +2017,30000.0,Montana,30009.0,Carbon County,28503.0,WACM +2017,30000.0,Montana,30011.0,Carter County,28503.0,WACM +2017,30000.0,Montana,30013.0,Cascade County,28503.0,WACM +2017,30000.0,Montana,30015.0,Chouteau County,28503.0,WACM +2017,30000.0,Montana,30017.0,Custer County,28503.0,WACM +2017,30000.0,Montana,30019.0,Daniels County,28503.0,WACM +2017,30000.0,Montana,30021.0,Dawson County,28503.0,WACM +2017,30000.0,Montana,30025.0,Fallon County,28503.0,WACM +2017,30000.0,Montana,30033.0,Garfield County,28503.0,WACM +2017,30000.0,Montana,30041.0,Hill County,28503.0,WACM +2017,30000.0,Montana,30049.0,Lewis and Clark County,28503.0,WACM +2017,30000.0,Montana,30051.0,Liberty County,28503.0,WACM +2017,30000.0,Montana,30055.0,McCone County,28503.0,WACM +2017,30000.0,Montana,30071.0,Phillips County,28503.0,WACM +2017,30000.0,Montana,30073.0,Pondera County,28503.0,WACM +2017,30000.0,Montana,30075.0,Powder River County,28503.0,WACM +2017,30000.0,Montana,30079.0,Prairie County,28503.0,WACM +2017,30000.0,Montana,30083.0,Richland County,28503.0,WACM +2017,30000.0,Montana,30085.0,Roosevelt County,28503.0,WACM +2017,30000.0,Montana,30087.0,Rosebud County,28503.0,WACM +2017,30000.0,Montana,30091.0,Sheridan County,28503.0,WACM +2017,30000.0,Montana,30099.0,Teton County,28503.0,WACM +2017,30000.0,Montana,30101.0,Toole County,28503.0,WACM +2017,30000.0,Montana,30103.0,Treasure County,28503.0,WACM +2017,30000.0,Montana,30105.0,Valley County,28503.0,WACM +2017,30000.0,Montana,30109.0,Wibaux County,28503.0,WACM +2017,30000.0,Montana,30111.0,Yellowstone County,28503.0,WACM +2017,31000.0,Nebraska,31003.0,Antelope County,28503.0,WACM +2017,31000.0,Nebraska,31005.0,Arthur County,28503.0,WACM +2017,31000.0,Nebraska,31007.0,Banner County,28503.0,WACM +2017,31000.0,Nebraska,31011.0,Boone County,28503.0,WACM +2017,31000.0,Nebraska,31013.0,Box Butte County,28503.0,WACM +2017,31000.0,Nebraska,31015.0,Boyd County,28503.0,WACM +2017,31000.0,Nebraska,31027.0,Cedar County,28503.0,WACM +2017,31000.0,Nebraska,31029.0,Chase County,28503.0,WACM +2017,31000.0,Nebraska,31031.0,Cherry County,28503.0,WACM +2017,31000.0,Nebraska,31033.0,Cheyenne County,28503.0,WACM +2017,31000.0,Nebraska,31037.0,Colfax County,28503.0,WACM +2017,31000.0,Nebraska,31043.0,Dakota County,28503.0,WACM +2017,31000.0,Nebraska,31045.0,Dawes County,28503.0,WACM +2017,31000.0,Nebraska,31049.0,Deuel County,28503.0,WACM +2017,31000.0,Nebraska,31057.0,Dundy County,28503.0,WACM +2017,31000.0,Nebraska,31069.0,Garden County,28503.0,WACM +2017,31000.0,Nebraska,31075.0,Grant County,28503.0,WACM +2017,31000.0,Nebraska,31077.0,Greeley County,28503.0,WACM +2017,31000.0,Nebraska,31085.0,Hayes County,28503.0,WACM +2017,31000.0,Nebraska,31089.0,Holt County,28503.0,WACM +2017,31000.0,Nebraska,31091.0,Hooker County,28503.0,WACM +2017,31000.0,Nebraska,31101.0,Keith County,28503.0,WACM +2017,31000.0,Nebraska,31105.0,Kimball County,28503.0,WACM +2017,31000.0,Nebraska,31111.0,Lincoln County,28503.0,WACM +2017,31000.0,Nebraska,31117.0,McPherson County,28503.0,WACM +2017,31000.0,Nebraska,31121.0,Merrick County,28503.0,WACM +2017,31000.0,Nebraska,31123.0,Morrill County,28503.0,WACM +2017,31000.0,Nebraska,31125.0,Nance County,28503.0,WACM +2017,31000.0,Nebraska,31135.0,Perkins County,28503.0,WACM +2017,31000.0,Nebraska,31157.0,Scotts Bluff County,28503.0,WACM +2017,31000.0,Nebraska,31161.0,Sheridan County,28503.0,WACM +2017,31000.0,Nebraska,31165.0,Sioux County,28503.0,WACM +2017,31000.0,Nebraska,31183.0,Wheeler County,28503.0,WACM +2017,32000.0,Nevada,32003.0,Clark County,28503.0,WACM +2017,35000.0,New Mexico,35039.0,Rio Arriba County,28503.0,WACM +2017,35000.0,New Mexico,35045.0,San Juan County,28503.0,WACM +2017,38000.0,North Dakota,38001.0,Adams County,28503.0,WACM +2017,38000.0,North Dakota,38003.0,Barnes County,28503.0,WACM +2017,38000.0,North Dakota,38005.0,Benson County,28503.0,WACM +2017,38000.0,North Dakota,38007.0,Billings County,28503.0,WACM +2017,38000.0,North Dakota,38009.0,Bottineau County,28503.0,WACM +2017,38000.0,North Dakota,38011.0,Bowman County,28503.0,WACM +2017,38000.0,North Dakota,38013.0,Burke County,28503.0,WACM +2017,38000.0,North Dakota,38015.0,Burleigh County,28503.0,WACM +2017,38000.0,North Dakota,38017.0,Cass County,28503.0,WACM +2017,38000.0,North Dakota,38021.0,Dickey County,28503.0,WACM +2017,38000.0,North Dakota,38023.0,Divide County,28503.0,WACM +2017,38000.0,North Dakota,38025.0,Dunn County,28503.0,WACM +2017,38000.0,North Dakota,38027.0,Eddy County,28503.0,WACM +2017,38000.0,North Dakota,38029.0,Emmons County,28503.0,WACM +2017,38000.0,North Dakota,38031.0,Foster County,28503.0,WACM +2017,38000.0,North Dakota,38033.0,Golden Valley County,28503.0,WACM +2017,38000.0,North Dakota,38035.0,Grand Forks County,28503.0,WACM +2017,38000.0,North Dakota,38037.0,Grant County,28503.0,WACM +2017,38000.0,North Dakota,38039.0,Griggs County,28503.0,WACM +2017,38000.0,North Dakota,38041.0,Hettinger County,28503.0,WACM +2017,38000.0,North Dakota,38043.0,Kidder County,28503.0,WACM +2017,38000.0,North Dakota,38045.0,LaMoure County,28503.0,WACM +2017,38000.0,North Dakota,38047.0,Logan County,28503.0,WACM +2017,38000.0,North Dakota,38049.0,McHenry County,28503.0,WACM +2017,38000.0,North Dakota,38051.0,McIntosh County,28503.0,WACM +2017,38000.0,North Dakota,38053.0,McKenzie County,28503.0,WACM +2017,38000.0,North Dakota,38055.0,McLean County,28503.0,WACM +2017,38000.0,North Dakota,38057.0,Mercer County,28503.0,WACM +2017,38000.0,North Dakota,38059.0,Morton County,28503.0,WACM +2017,38000.0,North Dakota,38061.0,Mountrail County,28503.0,WACM +2017,38000.0,North Dakota,38063.0,Nelson County,28503.0,WACM +2017,38000.0,North Dakota,38065.0,Oliver County,28503.0,WACM +2017,38000.0,North Dakota,38069.0,Pierce County,28503.0,WACM +2017,38000.0,North Dakota,38071.0,Ramsey County,28503.0,WACM +2017,38000.0,North Dakota,38073.0,Ransom County,28503.0,WACM +2017,38000.0,North Dakota,38075.0,Renville County,28503.0,WACM +2017,38000.0,North Dakota,38081.0,Sargent County,28503.0,WACM +2017,38000.0,North Dakota,38085.0,Sioux County,28503.0,WACM +2017,38000.0,North Dakota,38087.0,Slope County,28503.0,WACM +2017,38000.0,North Dakota,38089.0,Stark County,28503.0,WACM +2017,38000.0,North Dakota,38091.0,Steele County,28503.0,WACM +2017,38000.0,North Dakota,38093.0,Stutsman County,28503.0,WACM +2017,38000.0,North Dakota,38095.0,Towner County,28503.0,WACM +2017,38000.0,North Dakota,38097.0,Traill County,28503.0,WACM +2017,38000.0,North Dakota,38101.0,Ward County,28503.0,WACM +2017,38000.0,North Dakota,38103.0,Wells County,28503.0,WACM +2017,38000.0,North Dakota,38105.0,Williams County,28503.0,WACM +2017,41000.0,Oregon,41035.0,Klamath County,28503.0,WACM +2017,46000.0,South Dakota,46003.0,Aurora County,28503.0,WACM +2017,46000.0,South Dakota,46005.0,Beadle County,28503.0,WACM +2017,46000.0,South Dakota,46007.0,Bennett County,28503.0,WACM +2017,46000.0,South Dakota,46009.0,Bon Homme County,28503.0,WACM +2017,46000.0,South Dakota,46011.0,Brookings County,28503.0,WACM +2017,46000.0,South Dakota,46013.0,Brown County,28503.0,WACM +2017,46000.0,South Dakota,46015.0,Brule County,28503.0,WACM +2017,46000.0,South Dakota,46017.0,Buffalo County,28503.0,WACM +2017,46000.0,South Dakota,46019.0,Butte County,28503.0,WACM +2017,46000.0,South Dakota,46021.0,Campbell County,28503.0,WACM +2017,46000.0,South Dakota,46023.0,Charles Mix County,28503.0,WACM +2017,46000.0,South Dakota,46025.0,Clark County,28503.0,WACM +2017,46000.0,South Dakota,46027.0,Clay County,28503.0,WACM +2017,46000.0,South Dakota,46029.0,Codington County,28503.0,WACM +2017,46000.0,South Dakota,46031.0,Corson County,28503.0,WACM +2017,46000.0,South Dakota,46033.0,Custer County,28503.0,WACM +2017,46000.0,South Dakota,46035.0,Davison County,28503.0,WACM +2017,46000.0,South Dakota,46037.0,Day County,28503.0,WACM +2017,46000.0,South Dakota,46039.0,Deuel County,28503.0,WACM +2017,46000.0,South Dakota,46041.0,Dewey County,28503.0,WACM +2017,46000.0,South Dakota,46043.0,Douglas County,28503.0,WACM +2017,46000.0,South Dakota,46045.0,Edmunds County,28503.0,WACM +2017,46000.0,South Dakota,46047.0,Fall River County,28503.0,WACM +2017,46000.0,South Dakota,46049.0,Faulk County,28503.0,WACM +2017,46000.0,South Dakota,46051.0,Grant County,28503.0,WACM +2017,46000.0,South Dakota,46053.0,Gregory County,28503.0,WACM +2017,46000.0,South Dakota,46055.0,Haakon County,28503.0,WACM +2017,46000.0,South Dakota,46057.0,Hamlin County,28503.0,WACM +2017,46000.0,South Dakota,46059.0,Hand County,28503.0,WACM +2017,46000.0,South Dakota,46061.0,Hanson County,28503.0,WACM +2017,46000.0,South Dakota,46063.0,Harding County,28503.0,WACM +2017,46000.0,South Dakota,46065.0,Hughes County,28503.0,WACM +2017,46000.0,South Dakota,46069.0,Hyde County,28503.0,WACM +2017,46000.0,South Dakota,46071.0,Jackson County,28503.0,WACM +2017,46000.0,South Dakota,46073.0,Jerauld County,28503.0,WACM +2017,46000.0,South Dakota,46075.0,Jones County,28503.0,WACM +2017,46000.0,South Dakota,46077.0,Kingsbury County,28503.0,WACM +2017,46000.0,South Dakota,46081.0,Lawrence County,28503.0,WACM +2017,46000.0,South Dakota,46083.0,Lincoln County,28503.0,WACM +2017,46000.0,South Dakota,46085.0,Lyman County,28503.0,WACM +2017,46000.0,South Dakota,46087.0,McCook County,28503.0,WACM +2017,46000.0,South Dakota,46089.0,McPherson County,28503.0,WACM +2017,46000.0,South Dakota,46091.0,Marshall County,28503.0,WACM +2017,46000.0,South Dakota,46093.0,Meade County,28503.0,WACM +2017,46000.0,South Dakota,46095.0,Mellette County,28503.0,WACM +2017,46000.0,South Dakota,46097.0,Miner County,28503.0,WACM +2017,46000.0,South Dakota,46099.0,Minnehaha County,28503.0,WACM +2017,46000.0,South Dakota,46101.0,Moody County,28503.0,WACM +2017,46000.0,South Dakota,46103.0,Pennington County,28503.0,WACM +2017,46000.0,South Dakota,46105.0,Perkins County,28503.0,WACM +2017,46000.0,South Dakota,46107.0,Potter County,28503.0,WACM +2017,46000.0,South Dakota,46109.0,Roberts County,28503.0,WACM +2017,46000.0,South Dakota,46111.0,Sanborn County,28503.0,WACM +2017,46000.0,South Dakota,46113.0,Shannon County,28503.0,WACM +2017,46000.0,South Dakota,46115.0,Spink County,28503.0,WACM +2017,46000.0,South Dakota,46117.0,Stanley County,28503.0,WACM +2017,46000.0,South Dakota,46119.0,Sully County,28503.0,WACM +2017,46000.0,South Dakota,46121.0,Todd County,28503.0,WACM +2017,46000.0,South Dakota,46123.0,Tripp County,28503.0,WACM +2017,46000.0,South Dakota,46125.0,Turner County,28503.0,WACM +2017,46000.0,South Dakota,46127.0,Union County,28503.0,WACM +2017,46000.0,South Dakota,46129.0,Walworth County,28503.0,WACM +2017,46000.0,South Dakota,46135.0,Yankton County,28503.0,WACM +2017,46000.0,South Dakota,46137.0,Ziebach County,28503.0,WACM +2017,49000.0,Utah,49009.0,Daggett County,28503.0,WACM +2017,49000.0,Utah,49013.0,Duchesne County,28503.0,WACM +2017,49000.0,Utah,49017.0,Garfield County,28503.0,WACM +2017,49000.0,Utah,49021.0,Iron County,28503.0,WACM +2017,49000.0,Utah,49025.0,Kane County,28503.0,WACM +2017,49000.0,Utah,49031.0,Piute County,28503.0,WACM +2017,49000.0,Utah,49037.0,San Juan County,28503.0,WACM +2017,49000.0,Utah,49041.0,Sevier County,28503.0,WACM +2017,49000.0,Utah,49043.0,Summit County,28503.0,WACM +2017,49000.0,Utah,49047.0,Uintah County,28503.0,WACM +2017,49000.0,Utah,49051.0,Wasatch County,28503.0,WACM +2017,49000.0,Utah,49053.0,Washington County,28503.0,WACM +2017,49000.0,Utah,49055.0,Wayne County,28503.0,WACM +2017,56000.0,Wyoming,56001.0,Albany County,28503.0,WACM +2017,56000.0,Wyoming,56003.0,Big Horn County,28503.0,WACM +2017,56000.0,Wyoming,56005.0,Campbell County,28503.0,WACM +2017,56000.0,Wyoming,56007.0,Carbon County,28503.0,WACM +2017,56000.0,Wyoming,56009.0,Converse County,28503.0,WACM +2017,56000.0,Wyoming,56011.0,Crook County,28503.0,WACM +2017,56000.0,Wyoming,56013.0,Fremont County,28503.0,WACM +2017,56000.0,Wyoming,56015.0,Goshen County,28503.0,WACM +2017,56000.0,Wyoming,56017.0,Hot Springs County,28503.0,WACM +2017,56000.0,Wyoming,56019.0,Johnson County,28503.0,WACM +2017,56000.0,Wyoming,56021.0,Laramie County,28503.0,WACM +2017,56000.0,Wyoming,56023.0,Lincoln County,28503.0,WACM +2017,56000.0,Wyoming,56025.0,Natrona County,28503.0,WACM +2017,56000.0,Wyoming,56027.0,Niobrara County,28503.0,WACM +2017,56000.0,Wyoming,56029.0,Park County,28503.0,WACM +2017,56000.0,Wyoming,56031.0,Platte County,28503.0,WACM +2017,56000.0,Wyoming,56033.0,Sheridan County,28503.0,WACM +2017,56000.0,Wyoming,56037.0,Sweetwater County,28503.0,WACM +2017,56000.0,Wyoming,56041.0,Uinta County,28503.0,WACM +2017,56000.0,Wyoming,56043.0,Washakie County,28503.0,WACM +2017,56000.0,Wyoming,56045.0,Weston County,28503.0,WACM +2017,13000.0,Georgia,13079.0,Crawford County,29304.0,SEPA +2017,13000.0,Georgia,13087.0,Decatur County,29304.0,SEPA +2017,13000.0,Georgia,13099.0,Early County,29304.0,SEPA +2017,13000.0,Georgia,13201.0,Miller County,29304.0,SEPA +2017,13000.0,Georgia,13225.0,Peach County,29304.0,SEPA +2017,13000.0,Georgia,13253.0,Seminole County,29304.0,SEPA +2017,1000.0,Alabama,1097.0,Mobile County,56669.0,MISO +2017,1000.0,Alabama,1129.0,Washington County,56669.0,MISO +2017,5000.0,Arkansas,5001.0,Arkansas County,56669.0,MISO +2017,5000.0,Arkansas,5003.0,Ashley County,56669.0,MISO +2017,5000.0,Arkansas,5005.0,Baxter County,56669.0,MISO +2017,5000.0,Arkansas,5009.0,Boone County,56669.0,MISO +2017,5000.0,Arkansas,5011.0,Bradley County,56669.0,MISO +2017,5000.0,Arkansas,5013.0,Calhoun County,56669.0,MISO +2017,5000.0,Arkansas,5015.0,Carroll County,56669.0,MISO +2017,5000.0,Arkansas,5017.0,Chicot County,56669.0,MISO +2017,5000.0,Arkansas,5019.0,Clark County,56669.0,MISO +2017,5000.0,Arkansas,5021.0,Clay County,56669.0,MISO +2017,5000.0,Arkansas,5023.0,Cleburne County,56669.0,MISO +2017,5000.0,Arkansas,5025.0,Cleveland County,56669.0,MISO +2017,5000.0,Arkansas,5027.0,Columbia County,56669.0,MISO +2017,5000.0,Arkansas,5029.0,Conway County,56669.0,MISO +2017,5000.0,Arkansas,5031.0,Craighead County,56669.0,MISO +2017,5000.0,Arkansas,5035.0,Crittenden County,56669.0,MISO +2017,5000.0,Arkansas,5037.0,Cross County,56669.0,MISO +2017,5000.0,Arkansas,5039.0,Dallas County,56669.0,MISO +2017,5000.0,Arkansas,5041.0,Desha County,56669.0,MISO +2017,5000.0,Arkansas,5043.0,Drew County,56669.0,MISO +2017,5000.0,Arkansas,5045.0,Faulkner County,56669.0,MISO +2017,5000.0,Arkansas,5049.0,Fulton County,56669.0,MISO +2017,5000.0,Arkansas,5051.0,Garland County,56669.0,MISO +2017,5000.0,Arkansas,5053.0,Grant County,56669.0,MISO +2017,5000.0,Arkansas,5055.0,Greene County,56669.0,MISO +2017,5000.0,Arkansas,5057.0,Hempstead County,56669.0,MISO +2017,5000.0,Arkansas,5059.0,Hot Spring County,56669.0,MISO +2017,5000.0,Arkansas,5061.0,Howard County,56669.0,MISO +2017,5000.0,Arkansas,5063.0,Independence County,56669.0,MISO +2017,5000.0,Arkansas,5065.0,Izard County,56669.0,MISO +2017,5000.0,Arkansas,5067.0,Jackson County,56669.0,MISO +2017,5000.0,Arkansas,5069.0,Jefferson County,56669.0,MISO +2017,5000.0,Arkansas,5071.0,Johnson County,56669.0,MISO +2017,5000.0,Arkansas,5073.0,Lafayette County,56669.0,MISO +2017,5000.0,Arkansas,5075.0,Lawrence County,56669.0,MISO +2017,5000.0,Arkansas,5077.0,Lee County,56669.0,MISO +2017,5000.0,Arkansas,5079.0,Lincoln County,56669.0,MISO +2017,5000.0,Arkansas,5081.0,Little River County,56669.0,MISO +2017,5000.0,Arkansas,5083.0,Logan County,56669.0,MISO +2017,5000.0,Arkansas,5085.0,Lonoke County,56669.0,MISO +2017,5000.0,Arkansas,5089.0,Marion County,56669.0,MISO +2017,5000.0,Arkansas,5091.0,Miller County,56669.0,MISO +2017,5000.0,Arkansas,5093.0,Mississippi County,56669.0,MISO +2017,5000.0,Arkansas,5095.0,Monroe County,56669.0,MISO +2017,5000.0,Arkansas,5097.0,Montgomery County,56669.0,MISO +2017,5000.0,Arkansas,5099.0,Nevada County,56669.0,MISO +2017,5000.0,Arkansas,5101.0,Newton County,56669.0,MISO +2017,5000.0,Arkansas,5103.0,Ouachita County,56669.0,MISO +2017,5000.0,Arkansas,5105.0,Perry County,56669.0,MISO +2017,5000.0,Arkansas,5107.0,Phillips County,56669.0,MISO +2017,5000.0,Arkansas,5109.0,Pike County,56669.0,MISO +2017,5000.0,Arkansas,5111.0,Poinsett County,56669.0,MISO +2017,5000.0,Arkansas,5113.0,Polk County,56669.0,MISO +2017,5000.0,Arkansas,5115.0,Pope County,56669.0,MISO +2017,5000.0,Arkansas,5117.0,Prairie County,56669.0,MISO +2017,5000.0,Arkansas,5119.0,Pulaski County,56669.0,MISO +2017,5000.0,Arkansas,5121.0,Randolph County,56669.0,MISO +2017,5000.0,Arkansas,5123.0,St. Francis County,56669.0,MISO +2017,5000.0,Arkansas,5125.0,Saline County,56669.0,MISO +2017,5000.0,Arkansas,5127.0,Scott County,56669.0,MISO +2017,5000.0,Arkansas,5129.0,Searcy County,56669.0,MISO +2017,5000.0,Arkansas,5133.0,Sevier County,56669.0,MISO +2017,5000.0,Arkansas,5135.0,Sharp County,56669.0,MISO +2017,5000.0,Arkansas,5137.0,Stone County,56669.0,MISO +2017,5000.0,Arkansas,5139.0,Union County,56669.0,MISO +2017,5000.0,Arkansas,5141.0,Van Buren County,56669.0,MISO +2017,5000.0,Arkansas,5145.0,White County,56669.0,MISO +2017,5000.0,Arkansas,5147.0,Woodruff County,56669.0,MISO +2017,5000.0,Arkansas,5149.0,Yell County,56669.0,MISO +2017,17000.0,Illinois,17001.0,Adams County,56669.0,MISO +2017,17000.0,Illinois,17003.0,Alexander County,56669.0,MISO +2017,17000.0,Illinois,17005.0,Bond County,56669.0,MISO +2017,17000.0,Illinois,17007.0,Boone County,56669.0,MISO +2017,17000.0,Illinois,17009.0,Brown County,56669.0,MISO +2017,17000.0,Illinois,17011.0,Bureau County,56669.0,MISO +2017,17000.0,Illinois,17013.0,Calhoun County,56669.0,MISO +2017,17000.0,Illinois,17015.0,Carroll County,56669.0,MISO +2017,17000.0,Illinois,17017.0,Cass County,56669.0,MISO +2017,17000.0,Illinois,17019.0,Champaign County,56669.0,MISO +2017,17000.0,Illinois,17021.0,Christian County,56669.0,MISO +2017,17000.0,Illinois,17023.0,Clark County,56669.0,MISO +2017,17000.0,Illinois,17025.0,Clay County,56669.0,MISO +2017,17000.0,Illinois,17027.0,Clinton County,56669.0,MISO +2017,17000.0,Illinois,17029.0,Coles County,56669.0,MISO +2017,17000.0,Illinois,17033.0,Crawford County,56669.0,MISO +2017,17000.0,Illinois,17035.0,Cumberland County,56669.0,MISO +2017,17000.0,Illinois,17039.0,De Witt County,56669.0,MISO +2017,17000.0,Illinois,17041.0,Douglas County,56669.0,MISO +2017,17000.0,Illinois,17045.0,Edgar County,56669.0,MISO +2017,17000.0,Illinois,17047.0,Edwards County,56669.0,MISO +2017,17000.0,Illinois,17049.0,Effingham County,56669.0,MISO +2017,17000.0,Illinois,17051.0,Fayette County,56669.0,MISO +2017,17000.0,Illinois,17053.0,Ford County,56669.0,MISO +2017,17000.0,Illinois,17055.0,Franklin County,56669.0,MISO +2017,17000.0,Illinois,17057.0,Fulton County,56669.0,MISO +2017,17000.0,Illinois,17059.0,Gallatin County,56669.0,MISO +2017,17000.0,Illinois,17061.0,Greene County,56669.0,MISO +2017,17000.0,Illinois,17065.0,Hamilton County,56669.0,MISO +2017,17000.0,Illinois,17067.0,Hancock County,56669.0,MISO +2017,17000.0,Illinois,17069.0,Hardin County,56669.0,MISO +2017,17000.0,Illinois,17071.0,Henderson County,56669.0,MISO +2017,17000.0,Illinois,17073.0,Henry County,56669.0,MISO +2017,17000.0,Illinois,17075.0,Iroquois County,56669.0,MISO +2017,17000.0,Illinois,17077.0,Jackson County,56669.0,MISO +2017,17000.0,Illinois,17079.0,Jasper County,56669.0,MISO +2017,17000.0,Illinois,17081.0,Jefferson County,56669.0,MISO +2017,17000.0,Illinois,17083.0,Jersey County,56669.0,MISO +2017,17000.0,Illinois,17085.0,Jo Daviess County,56669.0,MISO +2017,17000.0,Illinois,17087.0,Johnson County,56669.0,MISO +2017,17000.0,Illinois,17093.0,Kendall County,56669.0,MISO +2017,17000.0,Illinois,17095.0,Knox County,56669.0,MISO +2017,17000.0,Illinois,17097.0,Lake County,56669.0,MISO +2017,17000.0,Illinois,17099.0,LaSalle County,56669.0,MISO +2017,17000.0,Illinois,17101.0,Lawrence County,56669.0,MISO +2017,17000.0,Illinois,17105.0,Livingston County,56669.0,MISO +2017,17000.0,Illinois,17107.0,Logan County,56669.0,MISO +2017,17000.0,Illinois,17109.0,McDonough County,56669.0,MISO +2017,17000.0,Illinois,17111.0,McHenry County,56669.0,MISO +2017,17000.0,Illinois,17113.0,McLean County,56669.0,MISO +2017,17000.0,Illinois,17115.0,Macon County,56669.0,MISO +2017,17000.0,Illinois,17117.0,Macoupin County,56669.0,MISO +2017,17000.0,Illinois,17119.0,Madison County,56669.0,MISO +2017,17000.0,Illinois,17121.0,Marion County,56669.0,MISO +2017,17000.0,Illinois,17123.0,Marshall County,56669.0,MISO +2017,17000.0,Illinois,17125.0,Mason County,56669.0,MISO +2017,17000.0,Illinois,17127.0,Massac County,56669.0,MISO +2017,17000.0,Illinois,17129.0,Menard County,56669.0,MISO +2017,17000.0,Illinois,17131.0,Mercer County,56669.0,MISO +2017,17000.0,Illinois,17133.0,Monroe County,56669.0,MISO +2017,17000.0,Illinois,17135.0,Montgomery County,56669.0,MISO +2017,17000.0,Illinois,17137.0,Morgan County,56669.0,MISO +2017,17000.0,Illinois,17139.0,Moultrie County,56669.0,MISO +2017,17000.0,Illinois,17143.0,Peoria County,56669.0,MISO +2017,17000.0,Illinois,17145.0,Perry County,56669.0,MISO +2017,17000.0,Illinois,17147.0,Piatt County,56669.0,MISO +2017,17000.0,Illinois,17149.0,Pike County,56669.0,MISO +2017,17000.0,Illinois,17151.0,Pope County,56669.0,MISO +2017,17000.0,Illinois,17153.0,Pulaski County,56669.0,MISO +2017,17000.0,Illinois,17155.0,Putnam County,56669.0,MISO +2017,17000.0,Illinois,17157.0,Randolph County,56669.0,MISO +2017,17000.0,Illinois,17159.0,Richland County,56669.0,MISO +2017,17000.0,Illinois,17161.0,Rock Island County,56669.0,MISO +2017,17000.0,Illinois,17163.0,St. Clair County,56669.0,MISO +2017,17000.0,Illinois,17165.0,Saline County,56669.0,MISO +2017,17000.0,Illinois,17167.0,Sangamon County,56669.0,MISO +2017,17000.0,Illinois,17169.0,Schuyler County,56669.0,MISO +2017,17000.0,Illinois,17171.0,Scott County,56669.0,MISO +2017,17000.0,Illinois,17173.0,Shelby County,56669.0,MISO +2017,17000.0,Illinois,17175.0,Stark County,56669.0,MISO +2017,17000.0,Illinois,17177.0,Stephenson County,56669.0,MISO +2017,17000.0,Illinois,17179.0,Tazewell County,56669.0,MISO +2017,17000.0,Illinois,17181.0,Union County,56669.0,MISO +2017,17000.0,Illinois,17183.0,Vermilion County,56669.0,MISO +2017,17000.0,Illinois,17185.0,Wabash County,56669.0,MISO +2017,17000.0,Illinois,17187.0,Warren County,56669.0,MISO +2017,17000.0,Illinois,17189.0,Washington County,56669.0,MISO +2017,17000.0,Illinois,17191.0,Wayne County,56669.0,MISO +2017,17000.0,Illinois,17193.0,White County,56669.0,MISO +2017,17000.0,Illinois,17195.0,Whiteside County,56669.0,MISO +2017,17000.0,Illinois,17199.0,Williamson County,56669.0,MISO +2017,17000.0,Illinois,17201.0,Winnebago County,56669.0,MISO +2017,17000.0,Illinois,17203.0,Woodford County,56669.0,MISO +2017,18000.0,Indiana,18005.0,Bartholomew County,56669.0,MISO +2017,18000.0,Indiana,18007.0,Benton County,56669.0,MISO +2017,18000.0,Indiana,18011.0,Boone County,56669.0,MISO +2017,18000.0,Indiana,18013.0,Brown County,56669.0,MISO +2017,18000.0,Indiana,18015.0,Carroll County,56669.0,MISO +2017,18000.0,Indiana,18017.0,Cass County,56669.0,MISO +2017,18000.0,Indiana,18019.0,Clark County,56669.0,MISO +2017,18000.0,Indiana,18021.0,Clay County,56669.0,MISO +2017,18000.0,Indiana,18023.0,Clinton County,56669.0,MISO +2017,18000.0,Indiana,18025.0,Crawford County,56669.0,MISO +2017,18000.0,Indiana,18027.0,Daviess County,56669.0,MISO +2017,18000.0,Indiana,18029.0,Dearborn County,56669.0,MISO +2017,18000.0,Indiana,18031.0,Decatur County,56669.0,MISO +2017,18000.0,Indiana,18033.0,DeKalb County,56669.0,MISO +2017,18000.0,Indiana,18035.0,Delaware County,56669.0,MISO +2017,18000.0,Indiana,18037.0,Dubois County,56669.0,MISO +2017,18000.0,Indiana,18039.0,Elkhart County,56669.0,MISO +2017,18000.0,Indiana,18041.0,Fayette County,56669.0,MISO +2017,18000.0,Indiana,18043.0,Floyd County,56669.0,MISO +2017,18000.0,Indiana,18045.0,Fountain County,56669.0,MISO +2017,18000.0,Indiana,18047.0,Franklin County,56669.0,MISO +2017,18000.0,Indiana,18049.0,Fulton County,56669.0,MISO +2017,18000.0,Indiana,18051.0,Gibson County,56669.0,MISO +2017,18000.0,Indiana,18053.0,Grant County,56669.0,MISO +2017,18000.0,Indiana,18055.0,Greene County,56669.0,MISO +2017,18000.0,Indiana,18057.0,Hamilton County,56669.0,MISO +2017,18000.0,Indiana,18059.0,Hancock County,56669.0,MISO +2017,18000.0,Indiana,18061.0,Harrison County,56669.0,MISO +2017,18000.0,Indiana,18063.0,Hendricks County,56669.0,MISO +2017,18000.0,Indiana,18065.0,Henry County,56669.0,MISO +2017,18000.0,Indiana,18067.0,Howard County,56669.0,MISO +2017,18000.0,Indiana,18069.0,Huntington County,56669.0,MISO +2017,18000.0,Indiana,18071.0,Jackson County,56669.0,MISO +2017,18000.0,Indiana,18073.0,Jasper County,56669.0,MISO +2017,18000.0,Indiana,18077.0,Jefferson County,56669.0,MISO +2017,18000.0,Indiana,18079.0,Jennings County,56669.0,MISO +2017,18000.0,Indiana,18081.0,Johnson County,56669.0,MISO +2017,18000.0,Indiana,18083.0,Knox County,56669.0,MISO +2017,18000.0,Indiana,18085.0,Kosciusko County,56669.0,MISO +2017,18000.0,Indiana,18087.0,LaGrange County,56669.0,MISO +2017,18000.0,Indiana,18089.0,Lake County,56669.0,MISO +2017,18000.0,Indiana,18091.0,LaPorte County,56669.0,MISO +2017,18000.0,Indiana,18093.0,Lawrence County,56669.0,MISO +2017,18000.0,Indiana,18095.0,Madison County,56669.0,MISO +2017,18000.0,Indiana,18097.0,Marion County,56669.0,MISO +2017,18000.0,Indiana,18099.0,Marshall County,56669.0,MISO +2017,18000.0,Indiana,18101.0,Martin County,56669.0,MISO +2017,18000.0,Indiana,18103.0,Miami County,56669.0,MISO +2017,18000.0,Indiana,18105.0,Monroe County,56669.0,MISO +2017,18000.0,Indiana,18107.0,Montgomery County,56669.0,MISO +2017,18000.0,Indiana,18109.0,Morgan County,56669.0,MISO +2017,18000.0,Indiana,18111.0,Newton County,56669.0,MISO +2017,18000.0,Indiana,18113.0,Noble County,56669.0,MISO +2017,18000.0,Indiana,18115.0,Ohio County,56669.0,MISO +2017,18000.0,Indiana,18117.0,Orange County,56669.0,MISO +2017,18000.0,Indiana,18119.0,Owen County,56669.0,MISO +2017,18000.0,Indiana,18121.0,Parke County,56669.0,MISO +2017,18000.0,Indiana,18123.0,Perry County,56669.0,MISO +2017,18000.0,Indiana,18125.0,Pike County,56669.0,MISO +2017,18000.0,Indiana,18127.0,Porter County,56669.0,MISO +2017,18000.0,Indiana,18129.0,Posey County,56669.0,MISO +2017,18000.0,Indiana,18131.0,Pulaski County,56669.0,MISO +2017,18000.0,Indiana,18133.0,Putnam County,56669.0,MISO +2017,18000.0,Indiana,18135.0,Randolph County,56669.0,MISO +2017,18000.0,Indiana,18137.0,Ripley County,56669.0,MISO +2017,18000.0,Indiana,18139.0,Rush County,56669.0,MISO +2017,18000.0,Indiana,18141.0,St. Joseph County,56669.0,MISO +2017,18000.0,Indiana,18143.0,Scott County,56669.0,MISO +2017,18000.0,Indiana,18145.0,Shelby County,56669.0,MISO +2017,18000.0,Indiana,18147.0,Spencer County,56669.0,MISO +2017,18000.0,Indiana,18149.0,Starke County,56669.0,MISO +2017,18000.0,Indiana,18151.0,Steuben County,56669.0,MISO +2017,18000.0,Indiana,18153.0,Sullivan County,56669.0,MISO +2017,18000.0,Indiana,18155.0,Switzerland County,56669.0,MISO +2017,18000.0,Indiana,18157.0,Tippecanoe County,56669.0,MISO +2017,18000.0,Indiana,18159.0,Tipton County,56669.0,MISO +2017,18000.0,Indiana,18161.0,Union County,56669.0,MISO +2017,18000.0,Indiana,18163.0,Vanderburgh County,56669.0,MISO +2017,18000.0,Indiana,18165.0,Vermillion County,56669.0,MISO +2017,18000.0,Indiana,18167.0,Vigo County,56669.0,MISO +2017,18000.0,Indiana,18169.0,Wabash County,56669.0,MISO +2017,18000.0,Indiana,18171.0,Warren County,56669.0,MISO +2017,18000.0,Indiana,18173.0,Warrick County,56669.0,MISO +2017,18000.0,Indiana,18175.0,Washington County,56669.0,MISO +2017,18000.0,Indiana,18177.0,Wayne County,56669.0,MISO +2017,18000.0,Indiana,18179.0,Wells County,56669.0,MISO +2017,18000.0,Indiana,18181.0,White County,56669.0,MISO +2017,18000.0,Indiana,18183.0,Whitley County,56669.0,MISO +2017,19000.0,Iowa,19001.0,Adair County,56669.0,MISO +2017,19000.0,Iowa,19003.0,Adams County,56669.0,MISO +2017,19000.0,Iowa,19005.0,Allamakee County,56669.0,MISO +2017,19000.0,Iowa,19007.0,Appanoose County,56669.0,MISO +2017,19000.0,Iowa,19009.0,Audubon County,56669.0,MISO +2017,19000.0,Iowa,19011.0,Benton County,56669.0,MISO +2017,19000.0,Iowa,19013.0,Black Hawk County,56669.0,MISO +2017,19000.0,Iowa,19015.0,Boone County,56669.0,MISO +2017,19000.0,Iowa,19017.0,Bremer County,56669.0,MISO +2017,19000.0,Iowa,19019.0,Buchanan County,56669.0,MISO +2017,19000.0,Iowa,19021.0,Buena Vista County,56669.0,MISO +2017,19000.0,Iowa,19023.0,Butler County,56669.0,MISO +2017,19000.0,Iowa,19025.0,Calhoun County,56669.0,MISO +2017,19000.0,Iowa,19027.0,Carroll County,56669.0,MISO +2017,19000.0,Iowa,19029.0,Cass County,56669.0,MISO +2017,19000.0,Iowa,19031.0,Cedar County,56669.0,MISO +2017,19000.0,Iowa,19033.0,Cerro Gordo County,56669.0,MISO +2017,19000.0,Iowa,19035.0,Cherokee County,56669.0,MISO +2017,19000.0,Iowa,19037.0,Chickasaw County,56669.0,MISO +2017,19000.0,Iowa,19039.0,Clarke County,56669.0,MISO +2017,19000.0,Iowa,19041.0,Clay County,56669.0,MISO +2017,19000.0,Iowa,19043.0,Clayton County,56669.0,MISO +2017,19000.0,Iowa,19045.0,Clinton County,56669.0,MISO +2017,19000.0,Iowa,19047.0,Crawford County,56669.0,MISO +2017,19000.0,Iowa,19049.0,Dallas County,56669.0,MISO +2017,19000.0,Iowa,19051.0,Davis County,56669.0,MISO +2017,19000.0,Iowa,19053.0,Decatur County,56669.0,MISO +2017,19000.0,Iowa,19055.0,Delaware County,56669.0,MISO +2017,19000.0,Iowa,19057.0,Des Moines County,56669.0,MISO +2017,19000.0,Iowa,19059.0,Dickinson County,56669.0,MISO +2017,19000.0,Iowa,19061.0,Dubuque County,56669.0,MISO +2017,19000.0,Iowa,19063.0,Emmet County,56669.0,MISO +2017,19000.0,Iowa,19065.0,Fayette County,56669.0,MISO +2017,19000.0,Iowa,19067.0,Floyd County,56669.0,MISO +2017,19000.0,Iowa,19069.0,Franklin County,56669.0,MISO +2017,19000.0,Iowa,19071.0,Fremont County,56669.0,MISO +2017,19000.0,Iowa,19073.0,Greene County,56669.0,MISO +2017,19000.0,Iowa,19075.0,Grundy County,56669.0,MISO +2017,19000.0,Iowa,19077.0,Guthrie County,56669.0,MISO +2017,19000.0,Iowa,19079.0,Hamilton County,56669.0,MISO +2017,19000.0,Iowa,19081.0,Hancock County,56669.0,MISO +2017,19000.0,Iowa,19083.0,Hardin County,56669.0,MISO +2017,19000.0,Iowa,19085.0,Harrison County,56669.0,MISO +2017,19000.0,Iowa,19087.0,Henry County,56669.0,MISO +2017,19000.0,Iowa,19089.0,Howard County,56669.0,MISO +2017,19000.0,Iowa,19091.0,Humboldt County,56669.0,MISO +2017,19000.0,Iowa,19093.0,Ida County,56669.0,MISO +2017,19000.0,Iowa,19095.0,Iowa County,56669.0,MISO +2017,19000.0,Iowa,19097.0,Jackson County,56669.0,MISO +2017,19000.0,Iowa,19099.0,Jasper County,56669.0,MISO +2017,19000.0,Iowa,19101.0,Jefferson County,56669.0,MISO +2017,19000.0,Iowa,19103.0,Johnson County,56669.0,MISO +2017,19000.0,Iowa,19105.0,Jones County,56669.0,MISO +2017,19000.0,Iowa,19107.0,Keokuk County,56669.0,MISO +2017,19000.0,Iowa,19109.0,Kossuth County,56669.0,MISO +2017,19000.0,Iowa,19111.0,Lee County,56669.0,MISO +2017,19000.0,Iowa,19113.0,Linn County,56669.0,MISO +2017,19000.0,Iowa,19115.0,Louisa County,56669.0,MISO +2017,19000.0,Iowa,19117.0,Lucas County,56669.0,MISO +2017,19000.0,Iowa,19119.0,Lyon County,56669.0,MISO +2017,19000.0,Iowa,19121.0,Madison County,56669.0,MISO +2017,19000.0,Iowa,19123.0,Mahaska County,56669.0,MISO +2017,19000.0,Iowa,19125.0,Marion County,56669.0,MISO +2017,19000.0,Iowa,19127.0,Marshall County,56669.0,MISO +2017,19000.0,Iowa,19129.0,Mills County,56669.0,MISO +2017,19000.0,Iowa,19131.0,Mitchell County,56669.0,MISO +2017,19000.0,Iowa,19133.0,Monona County,56669.0,MISO +2017,19000.0,Iowa,19135.0,Monroe County,56669.0,MISO +2017,19000.0,Iowa,19137.0,Montgomery County,56669.0,MISO +2017,19000.0,Iowa,19139.0,Muscatine County,56669.0,MISO +2017,19000.0,Iowa,19141.0,O'Brien County,56669.0,MISO +2017,19000.0,Iowa,19143.0,Osceola County,56669.0,MISO +2017,19000.0,Iowa,19145.0,Page County,56669.0,MISO +2017,19000.0,Iowa,19147.0,Palo Alto County,56669.0,MISO +2017,19000.0,Iowa,19149.0,Plymouth County,56669.0,MISO +2017,19000.0,Iowa,19151.0,Pocahontas County,56669.0,MISO +2017,19000.0,Iowa,19153.0,Polk County,56669.0,MISO +2017,19000.0,Iowa,19155.0,Pottawattamie County,56669.0,MISO +2017,19000.0,Iowa,19157.0,Poweshiek County,56669.0,MISO +2017,19000.0,Iowa,19159.0,Ringgold County,56669.0,MISO +2017,19000.0,Iowa,19161.0,Sac County,56669.0,MISO +2017,19000.0,Iowa,19163.0,Scott County,56669.0,MISO +2017,19000.0,Iowa,19165.0,Shelby County,56669.0,MISO +2017,19000.0,Iowa,19167.0,Sioux County,56669.0,MISO +2017,19000.0,Iowa,19169.0,Story County,56669.0,MISO +2017,19000.0,Iowa,19171.0,Tama County,56669.0,MISO +2017,19000.0,Iowa,19173.0,Taylor County,56669.0,MISO +2017,19000.0,Iowa,19175.0,Union County,56669.0,MISO +2017,19000.0,Iowa,19177.0,Van Buren County,56669.0,MISO +2017,19000.0,Iowa,19179.0,Wapello County,56669.0,MISO +2017,19000.0,Iowa,19181.0,Warren County,56669.0,MISO +2017,19000.0,Iowa,19183.0,Washington County,56669.0,MISO +2017,19000.0,Iowa,19185.0,Wayne County,56669.0,MISO +2017,19000.0,Iowa,19187.0,Webster County,56669.0,MISO +2017,19000.0,Iowa,19189.0,Winnebago County,56669.0,MISO +2017,19000.0,Iowa,19191.0,Winneshiek County,56669.0,MISO +2017,19000.0,Iowa,19193.0,Woodbury County,56669.0,MISO +2017,19000.0,Iowa,19195.0,Worth County,56669.0,MISO +2017,19000.0,Iowa,19197.0,Wright County,56669.0,MISO +2017,21000.0,Kentucky,21007.0,Ballard County,56669.0,MISO +2017,21000.0,Kentucky,21027.0,Breckinridge County,56669.0,MISO +2017,21000.0,Kentucky,21033.0,Caldwell County,56669.0,MISO +2017,21000.0,Kentucky,21039.0,Carlisle County,56669.0,MISO +2017,21000.0,Kentucky,21055.0,Crittenden County,56669.0,MISO +2017,21000.0,Kentucky,21059.0,Daviess County,56669.0,MISO +2017,21000.0,Kentucky,21083.0,Graves County,56669.0,MISO +2017,21000.0,Kentucky,21085.0,Grayson County,56669.0,MISO +2017,21000.0,Kentucky,21091.0,Hancock County,56669.0,MISO +2017,21000.0,Kentucky,21093.0,Hardin County,56669.0,MISO +2017,21000.0,Kentucky,21101.0,Henderson County,56669.0,MISO +2017,21000.0,Kentucky,21107.0,Hopkins County,56669.0,MISO +2017,21000.0,Kentucky,21139.0,Livingston County,56669.0,MISO +2017,21000.0,Kentucky,21143.0,Lyon County,56669.0,MISO +2017,21000.0,Kentucky,21145.0,McCracken County,56669.0,MISO +2017,21000.0,Kentucky,21149.0,McLean County,56669.0,MISO +2017,21000.0,Kentucky,21157.0,Marshall County,56669.0,MISO +2017,21000.0,Kentucky,21163.0,Meade County,56669.0,MISO +2017,21000.0,Kentucky,21177.0,Muhlenberg County,56669.0,MISO +2017,21000.0,Kentucky,21183.0,Ohio County,56669.0,MISO +2017,21000.0,Kentucky,21225.0,Union County,56669.0,MISO +2017,21000.0,Kentucky,21233.0,Webster County,56669.0,MISO +2017,22000.0,Louisiana,22001.0,Acadia Parish,56669.0,MISO +2017,22000.0,Louisiana,22003.0,Allen Parish,56669.0,MISO +2017,22000.0,Louisiana,22005.0,Ascension Parish,56669.0,MISO +2017,22000.0,Louisiana,22007.0,Assumption Parish,56669.0,MISO +2017,22000.0,Louisiana,22009.0,Avoyelles Parish,56669.0,MISO +2017,22000.0,Louisiana,22011.0,Beauregard Parish,56669.0,MISO +2017,22000.0,Louisiana,22013.0,Bienville Parish,56669.0,MISO +2017,22000.0,Louisiana,22015.0,Bossier Parish,56669.0,MISO +2017,22000.0,Louisiana,22019.0,Calcasieu Parish,56669.0,MISO +2017,22000.0,Louisiana,22021.0,Caldwell Parish,56669.0,MISO +2017,22000.0,Louisiana,22023.0,Cameron Parish,56669.0,MISO +2017,22000.0,Louisiana,22025.0,Catahoula Parish,56669.0,MISO +2017,22000.0,Louisiana,22027.0,Claiborne Parish,56669.0,MISO +2017,22000.0,Louisiana,22029.0,Concordia Parish,56669.0,MISO +2017,22000.0,Louisiana,22031.0,De Soto Parish,56669.0,MISO +2017,22000.0,Louisiana,22033.0,East Baton Rouge Parish,56669.0,MISO +2017,22000.0,Louisiana,22035.0,East Carroll Parish,56669.0,MISO +2017,22000.0,Louisiana,22037.0,East Feliciana Parish,56669.0,MISO +2017,22000.0,Louisiana,22039.0,Evangeline Parish,56669.0,MISO +2017,22000.0,Louisiana,22041.0,Franklin Parish,56669.0,MISO +2017,22000.0,Louisiana,22043.0,Grant Parish,56669.0,MISO +2017,22000.0,Louisiana,22045.0,Iberia Parish,56669.0,MISO +2017,22000.0,Louisiana,22047.0,Iberville Parish,56669.0,MISO +2017,22000.0,Louisiana,22049.0,Jackson Parish,56669.0,MISO +2017,22000.0,Louisiana,22051.0,Jefferson Parish,56669.0,MISO +2017,22000.0,Louisiana,22053.0,Jefferson Davis Parish,56669.0,MISO +2017,22000.0,Louisiana,22055.0,Lafayette Parish,56669.0,MISO +2017,22000.0,Louisiana,22057.0,Lafourche Parish,56669.0,MISO +2017,22000.0,Louisiana,22059.0,La Salle Parish,56669.0,MISO +2017,22000.0,Louisiana,22061.0,Lincoln Parish,56669.0,MISO +2017,22000.0,Louisiana,22063.0,Livingston Parish,56669.0,MISO +2017,22000.0,Louisiana,22065.0,Madison Parish,56669.0,MISO +2017,22000.0,Louisiana,22067.0,Morehouse Parish,56669.0,MISO +2017,22000.0,Louisiana,22069.0,Natchitoches Parish,56669.0,MISO +2017,22000.0,Louisiana,22071.0,Orleans Parish,56669.0,MISO +2017,22000.0,Louisiana,22073.0,Ouachita Parish,56669.0,MISO +2017,22000.0,Louisiana,22075.0,Plaquemines Parish,56669.0,MISO +2017,22000.0,Louisiana,22077.0,Pointe Coupee Parish,56669.0,MISO +2017,22000.0,Louisiana,22079.0,Rapides Parish,56669.0,MISO +2017,22000.0,Louisiana,22081.0,Red River Parish,56669.0,MISO +2017,22000.0,Louisiana,22083.0,Richland Parish,56669.0,MISO +2017,22000.0,Louisiana,22085.0,Sabine Parish,56669.0,MISO +2017,22000.0,Louisiana,22087.0,St. Bernard Parish,56669.0,MISO +2017,22000.0,Louisiana,22089.0,St. Charles Parish,56669.0,MISO +2017,22000.0,Louisiana,22091.0,St. Helena Parish,56669.0,MISO +2017,22000.0,Louisiana,22093.0,St. James Parish,56669.0,MISO +2017,22000.0,Louisiana,22095.0,St. John the Baptist Parish,56669.0,MISO +2017,22000.0,Louisiana,22097.0,St. Landry Parish,56669.0,MISO +2017,22000.0,Louisiana,22099.0,St. Martin Parish,56669.0,MISO +2017,22000.0,Louisiana,22101.0,St. Mary Parish,56669.0,MISO +2017,22000.0,Louisiana,22103.0,St. Tammany Parish,56669.0,MISO +2017,22000.0,Louisiana,22105.0,Tangipahoa Parish,56669.0,MISO +2017,22000.0,Louisiana,22107.0,Tensas Parish,56669.0,MISO +2017,22000.0,Louisiana,22109.0,Terrebonne Parish,56669.0,MISO +2017,22000.0,Louisiana,22111.0,Union Parish,56669.0,MISO +2017,22000.0,Louisiana,22113.0,Vermilion Parish,56669.0,MISO +2017,22000.0,Louisiana,22115.0,Vernon Parish,56669.0,MISO +2017,22000.0,Louisiana,22117.0,Washington Parish,56669.0,MISO +2017,22000.0,Louisiana,22119.0,Webster Parish,56669.0,MISO +2017,22000.0,Louisiana,22121.0,West Baton Rouge Parish,56669.0,MISO +2017,22000.0,Louisiana,22123.0,West Carroll Parish,56669.0,MISO +2017,22000.0,Louisiana,22125.0,West Feliciana Parish,56669.0,MISO +2017,22000.0,Louisiana,22127.0,Winn Parish,56669.0,MISO +2017,26000.0,Michigan,26001.0,Alcona County,56669.0,MISO +2017,26000.0,Michigan,26003.0,Alger County,56669.0,MISO +2017,26000.0,Michigan,26005.0,Allegan County,56669.0,MISO +2017,26000.0,Michigan,26007.0,Alpena County,56669.0,MISO +2017,26000.0,Michigan,26009.0,Antrim County,56669.0,MISO +2017,26000.0,Michigan,26011.0,Arenac County,56669.0,MISO +2017,26000.0,Michigan,26013.0,Baraga County,56669.0,MISO +2017,26000.0,Michigan,26015.0,Barry County,56669.0,MISO +2017,26000.0,Michigan,26017.0,Bay County,56669.0,MISO +2017,26000.0,Michigan,26019.0,Benzie County,56669.0,MISO +2017,26000.0,Michigan,26023.0,Branch County,56669.0,MISO +2017,26000.0,Michigan,26025.0,Calhoun County,56669.0,MISO +2017,26000.0,Michigan,26029.0,Charlevoix County,56669.0,MISO +2017,26000.0,Michigan,26031.0,Cheboygan County,56669.0,MISO +2017,26000.0,Michigan,26033.0,Chippewa County,56669.0,MISO +2017,26000.0,Michigan,26035.0,Clare County,56669.0,MISO +2017,26000.0,Michigan,26037.0,Clinton County,56669.0,MISO +2017,26000.0,Michigan,26039.0,Crawford County,56669.0,MISO +2017,26000.0,Michigan,26041.0,Delta County,56669.0,MISO +2017,26000.0,Michigan,26043.0,Dickinson County,56669.0,MISO +2017,26000.0,Michigan,26045.0,Eaton County,56669.0,MISO +2017,26000.0,Michigan,26047.0,Emmet County,56669.0,MISO +2017,26000.0,Michigan,26049.0,Genesee County,56669.0,MISO +2017,26000.0,Michigan,26051.0,Gladwin County,56669.0,MISO +2017,26000.0,Michigan,26053.0,Gogebic County,56669.0,MISO +2017,26000.0,Michigan,26055.0,Grand Traverse County,56669.0,MISO +2017,26000.0,Michigan,26057.0,Gratiot County,56669.0,MISO +2017,26000.0,Michigan,26059.0,Hillsdale County,56669.0,MISO +2017,26000.0,Michigan,26061.0,Houghton County,56669.0,MISO +2017,26000.0,Michigan,26063.0,Huron County,56669.0,MISO +2017,26000.0,Michigan,26065.0,Ingham County,56669.0,MISO +2017,26000.0,Michigan,26067.0,Ionia County,56669.0,MISO +2017,26000.0,Michigan,26069.0,Iosco County,56669.0,MISO +2017,26000.0,Michigan,26071.0,Iron County,56669.0,MISO +2017,26000.0,Michigan,26073.0,Isabella County,56669.0,MISO +2017,26000.0,Michigan,26075.0,Jackson County,56669.0,MISO +2017,26000.0,Michigan,26077.0,Kalamazoo County,56669.0,MISO +2017,26000.0,Michigan,26079.0,Kalkaska County,56669.0,MISO +2017,26000.0,Michigan,26081.0,Kent County,56669.0,MISO +2017,26000.0,Michigan,26083.0,Keweenaw County,56669.0,MISO +2017,26000.0,Michigan,26085.0,Lake County,56669.0,MISO +2017,26000.0,Michigan,26087.0,Lapeer County,56669.0,MISO +2017,26000.0,Michigan,26089.0,Leelanau County,56669.0,MISO +2017,26000.0,Michigan,26091.0,Lenawee County,56669.0,MISO +2017,26000.0,Michigan,26093.0,Livingston County,56669.0,MISO +2017,26000.0,Michigan,26095.0,Luce County,56669.0,MISO +2017,26000.0,Michigan,26097.0,Mackinac County,56669.0,MISO +2017,26000.0,Michigan,26099.0,Macomb County,56669.0,MISO +2017,26000.0,Michigan,26101.0,Manistee County,56669.0,MISO +2017,26000.0,Michigan,26103.0,Marquette County,56669.0,MISO +2017,26000.0,Michigan,26105.0,Mason County,56669.0,MISO +2017,26000.0,Michigan,26107.0,Mecosta County,56669.0,MISO +2017,26000.0,Michigan,26109.0,Menominee County,56669.0,MISO +2017,26000.0,Michigan,26111.0,Midland County,56669.0,MISO +2017,26000.0,Michigan,26113.0,Missaukee County,56669.0,MISO +2017,26000.0,Michigan,26115.0,Monroe County,56669.0,MISO +2017,26000.0,Michigan,26117.0,Montcalm County,56669.0,MISO +2017,26000.0,Michigan,26119.0,Montmorency County,56669.0,MISO +2017,26000.0,Michigan,26121.0,Muskegon County,56669.0,MISO +2017,26000.0,Michigan,26123.0,Newaygo County,56669.0,MISO +2017,26000.0,Michigan,26125.0,Oakland County,56669.0,MISO +2017,26000.0,Michigan,26127.0,Oceana County,56669.0,MISO +2017,26000.0,Michigan,26129.0,Ogemaw County,56669.0,MISO +2017,26000.0,Michigan,26131.0,Ontonagon County,56669.0,MISO +2017,26000.0,Michigan,26133.0,Osceola County,56669.0,MISO +2017,26000.0,Michigan,26135.0,Oscoda County,56669.0,MISO +2017,26000.0,Michigan,26137.0,Otsego County,56669.0,MISO +2017,26000.0,Michigan,26139.0,Ottawa County,56669.0,MISO +2017,26000.0,Michigan,26141.0,Presque Isle County,56669.0,MISO +2017,26000.0,Michigan,26143.0,Roscommon County,56669.0,MISO +2017,26000.0,Michigan,26145.0,Saginaw County,56669.0,MISO +2017,26000.0,Michigan,26147.0,St. Clair County,56669.0,MISO +2017,26000.0,Michigan,26149.0,St. Joseph County,56669.0,MISO +2017,26000.0,Michigan,26151.0,Sanilac County,56669.0,MISO +2017,26000.0,Michigan,26153.0,Schoolcraft County,56669.0,MISO +2017,26000.0,Michigan,26155.0,Shiawassee County,56669.0,MISO +2017,26000.0,Michigan,26157.0,Tuscola County,56669.0,MISO +2017,26000.0,Michigan,26159.0,Van Buren County,56669.0,MISO +2017,26000.0,Michigan,26161.0,Washtenaw County,56669.0,MISO +2017,26000.0,Michigan,26163.0,Wayne County,56669.0,MISO +2017,26000.0,Michigan,26165.0,Wexford County,56669.0,MISO +2017,27000.0,Minnesota,27001.0,Aitkin County,56669.0,MISO +2017,27000.0,Minnesota,27003.0,Anoka County,56669.0,MISO +2017,27000.0,Minnesota,27005.0,Becker County,56669.0,MISO +2017,27000.0,Minnesota,27007.0,Beltrami County,56669.0,MISO +2017,27000.0,Minnesota,27009.0,Benton County,56669.0,MISO +2017,27000.0,Minnesota,27011.0,Big Stone County,56669.0,MISO +2017,27000.0,Minnesota,27013.0,Blue Earth County,56669.0,MISO +2017,27000.0,Minnesota,27015.0,Brown County,56669.0,MISO +2017,27000.0,Minnesota,27017.0,Carlton County,56669.0,MISO +2017,27000.0,Minnesota,27019.0,Carver County,56669.0,MISO +2017,27000.0,Minnesota,27021.0,Cass County,56669.0,MISO +2017,27000.0,Minnesota,27023.0,Chippewa County,56669.0,MISO +2017,27000.0,Minnesota,27025.0,Chisago County,56669.0,MISO +2017,27000.0,Minnesota,27027.0,Clay County,56669.0,MISO +2017,27000.0,Minnesota,27029.0,Clearwater County,56669.0,MISO +2017,27000.0,Minnesota,27031.0,Cook County,56669.0,MISO +2017,27000.0,Minnesota,27033.0,Cottonwood County,56669.0,MISO +2017,27000.0,Minnesota,27035.0,Crow Wing County,56669.0,MISO +2017,27000.0,Minnesota,27037.0,Dakota County,56669.0,MISO +2017,27000.0,Minnesota,27039.0,Dodge County,56669.0,MISO +2017,27000.0,Minnesota,27041.0,Douglas County,56669.0,MISO +2017,27000.0,Minnesota,27043.0,Faribault County,56669.0,MISO +2017,27000.0,Minnesota,27045.0,Fillmore County,56669.0,MISO +2017,27000.0,Minnesota,27047.0,Freeborn County,56669.0,MISO +2017,27000.0,Minnesota,27049.0,Goodhue County,56669.0,MISO +2017,27000.0,Minnesota,27051.0,Grant County,56669.0,MISO +2017,27000.0,Minnesota,27053.0,Hennepin County,56669.0,MISO +2017,27000.0,Minnesota,27055.0,Houston County,56669.0,MISO +2017,27000.0,Minnesota,27057.0,Hubbard County,56669.0,MISO +2017,27000.0,Minnesota,27059.0,Isanti County,56669.0,MISO +2017,27000.0,Minnesota,27061.0,Itasca County,56669.0,MISO +2017,27000.0,Minnesota,27063.0,Jackson County,56669.0,MISO +2017,27000.0,Minnesota,27065.0,Kanabec County,56669.0,MISO +2017,27000.0,Minnesota,27067.0,Kandiyohi County,56669.0,MISO +2017,27000.0,Minnesota,27069.0,Kittson County,56669.0,MISO +2017,27000.0,Minnesota,27071.0,Koochiching County,56669.0,MISO +2017,27000.0,Minnesota,27073.0,Lac Qui Parle County,56669.0,MISO +2017,27000.0,Minnesota,27075.0,Lake County,56669.0,MISO +2017,27000.0,Minnesota,27077.0,Lake of the Woods County,56669.0,MISO +2017,27000.0,Minnesota,27079.0,Le Sueur County,56669.0,MISO +2017,27000.0,Minnesota,27081.0,Lincoln County,56669.0,MISO +2017,27000.0,Minnesota,27083.0,Lyon County,56669.0,MISO +2017,27000.0,Minnesota,27085.0,McLeod County,56669.0,MISO +2017,27000.0,Minnesota,27087.0,Mahnomen County,56669.0,MISO +2017,27000.0,Minnesota,27089.0,Marshall County,56669.0,MISO +2017,27000.0,Minnesota,27091.0,Martin County,56669.0,MISO +2017,27000.0,Minnesota,27093.0,Meeker County,56669.0,MISO +2017,27000.0,Minnesota,27095.0,Mille Lacs County,56669.0,MISO +2017,27000.0,Minnesota,27097.0,Morrison County,56669.0,MISO +2017,27000.0,Minnesota,27099.0,Mower County,56669.0,MISO +2017,27000.0,Minnesota,27101.0,Murray County,56669.0,MISO +2017,27000.0,Minnesota,27103.0,Nicollet County,56669.0,MISO +2017,27000.0,Minnesota,27105.0,Nobles County,56669.0,MISO +2017,27000.0,Minnesota,27107.0,Norman County,56669.0,MISO +2017,27000.0,Minnesota,27109.0,Olmsted County,56669.0,MISO +2017,27000.0,Minnesota,27111.0,Otter Tail County,56669.0,MISO +2017,27000.0,Minnesota,27113.0,Pennington County,56669.0,MISO +2017,27000.0,Minnesota,27115.0,Pine County,56669.0,MISO +2017,27000.0,Minnesota,27117.0,Pipestone County,56669.0,MISO +2017,27000.0,Minnesota,27119.0,Polk County,56669.0,MISO +2017,27000.0,Minnesota,27121.0,Pope County,56669.0,MISO +2017,27000.0,Minnesota,27123.0,Ramsey County,56669.0,MISO +2017,27000.0,Minnesota,27125.0,Red Lake County,56669.0,MISO +2017,27000.0,Minnesota,27127.0,Redwood County,56669.0,MISO +2017,27000.0,Minnesota,27129.0,Renville County,56669.0,MISO +2017,27000.0,Minnesota,27131.0,Rice County,56669.0,MISO +2017,27000.0,Minnesota,27133.0,Rock County,56669.0,MISO +2017,27000.0,Minnesota,27135.0,Roseau County,56669.0,MISO +2017,27000.0,Minnesota,27137.0,St. Louis County,56669.0,MISO +2017,27000.0,Minnesota,27139.0,Scott County,56669.0,MISO +2017,27000.0,Minnesota,27141.0,Sherburne County,56669.0,MISO +2017,27000.0,Minnesota,27143.0,Sibley County,56669.0,MISO +2017,27000.0,Minnesota,27145.0,Stearns County,56669.0,MISO +2017,27000.0,Minnesota,27147.0,Steele County,56669.0,MISO +2017,27000.0,Minnesota,27149.0,Stevens County,56669.0,MISO +2017,27000.0,Minnesota,27151.0,Swift County,56669.0,MISO +2017,27000.0,Minnesota,27153.0,Todd County,56669.0,MISO +2017,27000.0,Minnesota,27155.0,Traverse County,56669.0,MISO +2017,27000.0,Minnesota,27157.0,Wabasha County,56669.0,MISO +2017,27000.0,Minnesota,27159.0,Wadena County,56669.0,MISO +2017,27000.0,Minnesota,27161.0,Waseca County,56669.0,MISO +2017,27000.0,Minnesota,27163.0,Washington County,56669.0,MISO +2017,27000.0,Minnesota,27165.0,Watonwan County,56669.0,MISO +2017,27000.0,Minnesota,27167.0,Wilkin County,56669.0,MISO +2017,27000.0,Minnesota,27169.0,Winona County,56669.0,MISO +2017,27000.0,Minnesota,27171.0,Wright County,56669.0,MISO +2017,27000.0,Minnesota,27173.0,Yellow Medicine County,56669.0,MISO +2017,28000.0,Mississippi,28001.0,Adams County,56669.0,MISO +2017,28000.0,Mississippi,28005.0,Amite County,56669.0,MISO +2017,28000.0,Mississippi,28007.0,Attala County,56669.0,MISO +2017,28000.0,Mississippi,28011.0,Bolivar County,56669.0,MISO +2017,28000.0,Mississippi,28013.0,Calhoun County,56669.0,MISO +2017,28000.0,Mississippi,28015.0,Carroll County,56669.0,MISO +2017,28000.0,Mississippi,28019.0,Choctaw County,56669.0,MISO +2017,28000.0,Mississippi,28021.0,Claiborne County,56669.0,MISO +2017,28000.0,Mississippi,28023.0,Clarke County,56669.0,MISO +2017,28000.0,Mississippi,28025.0,Clay County,56669.0,MISO +2017,28000.0,Mississippi,28027.0,Coahoma County,56669.0,MISO +2017,28000.0,Mississippi,28029.0,Copiah County,56669.0,MISO +2017,28000.0,Mississippi,28031.0,Covington County,56669.0,MISO +2017,28000.0,Mississippi,28033.0,DeSoto County,56669.0,MISO +2017,28000.0,Mississippi,28035.0,Forrest County,56669.0,MISO +2017,28000.0,Mississippi,28037.0,Franklin County,56669.0,MISO +2017,28000.0,Mississippi,28039.0,George County,56669.0,MISO +2017,28000.0,Mississippi,28041.0,Greene County,56669.0,MISO +2017,28000.0,Mississippi,28043.0,Grenada County,56669.0,MISO +2017,28000.0,Mississippi,28047.0,Harrison County,56669.0,MISO +2017,28000.0,Mississippi,28049.0,Hinds County,56669.0,MISO +2017,28000.0,Mississippi,28051.0,Holmes County,56669.0,MISO +2017,28000.0,Mississippi,28053.0,Humphreys County,56669.0,MISO +2017,28000.0,Mississippi,28055.0,Issaquena County,56669.0,MISO +2017,28000.0,Mississippi,28059.0,Jackson County,56669.0,MISO +2017,28000.0,Mississippi,28061.0,Jasper County,56669.0,MISO +2017,28000.0,Mississippi,28063.0,Jefferson County,56669.0,MISO +2017,28000.0,Mississippi,28065.0,Jefferson Davis County,56669.0,MISO +2017,28000.0,Mississippi,28067.0,Jones County,56669.0,MISO +2017,28000.0,Mississippi,28073.0,Lamar County,56669.0,MISO +2017,28000.0,Mississippi,28077.0,Lawrence County,56669.0,MISO +2017,28000.0,Mississippi,28079.0,Leake County,56669.0,MISO +2017,28000.0,Mississippi,28083.0,Leflore County,56669.0,MISO +2017,28000.0,Mississippi,28085.0,Lincoln County,56669.0,MISO +2017,28000.0,Mississippi,28089.0,Madison County,56669.0,MISO +2017,28000.0,Mississippi,28091.0,Marion County,56669.0,MISO +2017,28000.0,Mississippi,28097.0,Montgomery County,56669.0,MISO +2017,28000.0,Mississippi,28101.0,Newton County,56669.0,MISO +2017,28000.0,Mississippi,28107.0,Panola County,56669.0,MISO +2017,28000.0,Mississippi,28109.0,Pearl River County,56669.0,MISO +2017,28000.0,Mississippi,28111.0,Perry County,56669.0,MISO +2017,28000.0,Mississippi,28113.0,Pike County,56669.0,MISO +2017,28000.0,Mississippi,28119.0,Quitman County,56669.0,MISO +2017,28000.0,Mississippi,28121.0,Rankin County,56669.0,MISO +2017,28000.0,Mississippi,28123.0,Scott County,56669.0,MISO +2017,28000.0,Mississippi,28125.0,Sharkey County,56669.0,MISO +2017,28000.0,Mississippi,28127.0,Simpson County,56669.0,MISO +2017,28000.0,Mississippi,28129.0,Smith County,56669.0,MISO +2017,28000.0,Mississippi,28131.0,Stone County,56669.0,MISO +2017,28000.0,Mississippi,28133.0,Sunflower County,56669.0,MISO +2017,28000.0,Mississippi,28135.0,Tallahatchie County,56669.0,MISO +2017,28000.0,Mississippi,28137.0,Tate County,56669.0,MISO +2017,28000.0,Mississippi,28143.0,Tunica County,56669.0,MISO +2017,28000.0,Mississippi,28147.0,Walthall County,56669.0,MISO +2017,28000.0,Mississippi,28149.0,Warren County,56669.0,MISO +2017,28000.0,Mississippi,28151.0,Washington County,56669.0,MISO +2017,28000.0,Mississippi,28153.0,Wayne County,56669.0,MISO +2017,28000.0,Mississippi,28155.0,Webster County,56669.0,MISO +2017,28000.0,Mississippi,28157.0,Wilkinson County,56669.0,MISO +2017,28000.0,Mississippi,28161.0,Yalobusha County,56669.0,MISO +2017,28000.0,Mississippi,28163.0,Yazoo County,56669.0,MISO +2017,29000.0,Missouri,29001.0,Adair County,56669.0,MISO +2017,29000.0,Missouri,29007.0,Audrain County,56669.0,MISO +2017,29000.0,Missouri,29017.0,Bollinger County,56669.0,MISO +2017,29000.0,Missouri,29019.0,Boone County,56669.0,MISO +2017,29000.0,Missouri,29023.0,Butler County,56669.0,MISO +2017,29000.0,Missouri,29025.0,Caldwell County,56669.0,MISO +2017,29000.0,Missouri,29027.0,Callaway County,56669.0,MISO +2017,29000.0,Missouri,29029.0,Camden County,56669.0,MISO +2017,29000.0,Missouri,29031.0,Cape Girardeau County,56669.0,MISO +2017,29000.0,Missouri,29041.0,Chariton County,56669.0,MISO +2017,29000.0,Missouri,29045.0,Clark County,56669.0,MISO +2017,29000.0,Missouri,29047.0,Clay County,56669.0,MISO +2017,29000.0,Missouri,29049.0,Clinton County,56669.0,MISO +2017,29000.0,Missouri,29051.0,Cole County,56669.0,MISO +2017,29000.0,Missouri,29053.0,Cooper County,56669.0,MISO +2017,29000.0,Missouri,29055.0,Crawford County,56669.0,MISO +2017,29000.0,Missouri,29061.0,Daviess County,56669.0,MISO +2017,29000.0,Missouri,29063.0,DeKalb County,56669.0,MISO +2017,29000.0,Missouri,29069.0,Dunklin County,56669.0,MISO +2017,29000.0,Missouri,29071.0,Franklin County,56669.0,MISO +2017,29000.0,Missouri,29073.0,Gasconade County,56669.0,MISO +2017,29000.0,Missouri,29075.0,Gentry County,56669.0,MISO +2017,29000.0,Missouri,29089.0,Howard County,56669.0,MISO +2017,29000.0,Missouri,29093.0,Iron County,56669.0,MISO +2017,29000.0,Missouri,29099.0,Jefferson County,56669.0,MISO +2017,29000.0,Missouri,29103.0,Knox County,56669.0,MISO +2017,29000.0,Missouri,29111.0,Lewis County,56669.0,MISO +2017,29000.0,Missouri,29113.0,Lincoln County,56669.0,MISO +2017,29000.0,Missouri,29115.0,Linn County,56669.0,MISO +2017,29000.0,Missouri,29117.0,Livingston County,56669.0,MISO +2017,29000.0,Missouri,29121.0,Macon County,56669.0,MISO +2017,29000.0,Missouri,29123.0,Madison County,56669.0,MISO +2017,29000.0,Missouri,29125.0,Maries County,56669.0,MISO +2017,29000.0,Missouri,29127.0,Marion County,56669.0,MISO +2017,29000.0,Missouri,29131.0,Miller County,56669.0,MISO +2017,29000.0,Missouri,29133.0,Mississippi County,56669.0,MISO +2017,29000.0,Missouri,29135.0,Moniteau County,56669.0,MISO +2017,29000.0,Missouri,29137.0,Monroe County,56669.0,MISO +2017,29000.0,Missouri,29139.0,Montgomery County,56669.0,MISO +2017,29000.0,Missouri,29141.0,Morgan County,56669.0,MISO +2017,29000.0,Missouri,29143.0,New Madrid County,56669.0,MISO +2017,29000.0,Missouri,29149.0,Oregon County,56669.0,MISO +2017,29000.0,Missouri,29151.0,Osage County,56669.0,MISO +2017,29000.0,Missouri,29155.0,Pemiscot County,56669.0,MISO +2017,29000.0,Missouri,29157.0,Perry County,56669.0,MISO +2017,29000.0,Missouri,29159.0,Pettis County,56669.0,MISO +2017,29000.0,Missouri,29161.0,Phelps County,56669.0,MISO +2017,29000.0,Missouri,29163.0,Pike County,56669.0,MISO +2017,29000.0,Missouri,29169.0,Pulaski County,56669.0,MISO +2017,29000.0,Missouri,29173.0,Ralls County,56669.0,MISO +2017,29000.0,Missouri,29175.0,Randolph County,56669.0,MISO +2017,29000.0,Missouri,29177.0,Ray County,56669.0,MISO +2017,29000.0,Missouri,29179.0,Reynolds County,56669.0,MISO +2017,29000.0,Missouri,29181.0,Ripley County,56669.0,MISO +2017,29000.0,Missouri,29183.0,St. Charles County,56669.0,MISO +2017,29000.0,Missouri,29186.0,Ste. Genevieve County,56669.0,MISO +2017,29000.0,Missouri,29187.0,St. Francois County,56669.0,MISO +2017,29000.0,Missouri,29195.0,Saline County,56669.0,MISO +2017,29000.0,Missouri,29197.0,Schuyler County,56669.0,MISO +2017,29000.0,Missouri,29199.0,Scotland County,56669.0,MISO +2017,29000.0,Missouri,29201.0,Scott County,56669.0,MISO +2017,29000.0,Missouri,29207.0,Stoddard County,56669.0,MISO +2017,29000.0,Missouri,29211.0,Sullivan County,56669.0,MISO +2017,29000.0,Missouri,29219.0,Warren County,56669.0,MISO +2017,29000.0,Missouri,29221.0,Washington County,56669.0,MISO +2017,29000.0,Missouri,29510.0,St. Louis City,56669.0,MISO +2017,30000.0,Montana,30017.0,Custer County,56669.0,MISO +2017,30000.0,Montana,30019.0,Daniels County,56669.0,MISO +2017,30000.0,Montana,30021.0,Dawson County,56669.0,MISO +2017,30000.0,Montana,30025.0,Fallon County,56669.0,MISO +2017,30000.0,Montana,30055.0,McCone County,56669.0,MISO +2017,30000.0,Montana,30079.0,Prairie County,56669.0,MISO +2017,30000.0,Montana,30083.0,Richland County,56669.0,MISO +2017,30000.0,Montana,30085.0,Roosevelt County,56669.0,MISO +2017,30000.0,Montana,30087.0,Rosebud County,56669.0,MISO +2017,30000.0,Montana,30091.0,Sheridan County,56669.0,MISO +2017,30000.0,Montana,30109.0,Wibaux County,56669.0,MISO +2017,38000.0,North Dakota,38001.0,Adams County,56669.0,MISO +2017,38000.0,North Dakota,38003.0,Barnes County,56669.0,MISO +2017,38000.0,North Dakota,38005.0,Benson County,56669.0,MISO +2017,38000.0,North Dakota,38009.0,Bottineau County,56669.0,MISO +2017,38000.0,North Dakota,38011.0,Bowman County,56669.0,MISO +2017,38000.0,North Dakota,38013.0,Burke County,56669.0,MISO +2017,38000.0,North Dakota,38015.0,Burleigh County,56669.0,MISO +2017,38000.0,North Dakota,38017.0,Cass County,56669.0,MISO +2017,38000.0,North Dakota,38019.0,Cavalier County,56669.0,MISO +2017,38000.0,North Dakota,38021.0,Dickey County,56669.0,MISO +2017,38000.0,North Dakota,38023.0,Divide County,56669.0,MISO +2017,38000.0,North Dakota,38025.0,Dunn County,56669.0,MISO +2017,38000.0,North Dakota,38027.0,Eddy County,56669.0,MISO +2017,38000.0,North Dakota,38029.0,Emmons County,56669.0,MISO +2017,38000.0,North Dakota,38031.0,Foster County,56669.0,MISO +2017,38000.0,North Dakota,38033.0,Golden Valley County,56669.0,MISO +2017,38000.0,North Dakota,38035.0,Grand Forks County,56669.0,MISO +2017,38000.0,North Dakota,38037.0,Grant County,56669.0,MISO +2017,38000.0,North Dakota,38039.0,Griggs County,56669.0,MISO +2017,38000.0,North Dakota,38041.0,Hettinger County,56669.0,MISO +2017,38000.0,North Dakota,38043.0,Kidder County,56669.0,MISO +2017,38000.0,North Dakota,38045.0,LaMoure County,56669.0,MISO +2017,38000.0,North Dakota,38047.0,Logan County,56669.0,MISO +2017,38000.0,North Dakota,38049.0,McHenry County,56669.0,MISO +2017,38000.0,North Dakota,38051.0,McIntosh County,56669.0,MISO +2017,38000.0,North Dakota,38053.0,McKenzie County,56669.0,MISO +2017,38000.0,North Dakota,38055.0,McLean County,56669.0,MISO +2017,38000.0,North Dakota,38057.0,Mercer County,56669.0,MISO +2017,38000.0,North Dakota,38059.0,Morton County,56669.0,MISO +2017,38000.0,North Dakota,38061.0,Mountrail County,56669.0,MISO +2017,38000.0,North Dakota,38063.0,Nelson County,56669.0,MISO +2017,38000.0,North Dakota,38065.0,Oliver County,56669.0,MISO +2017,38000.0,North Dakota,38067.0,Pembina County,56669.0,MISO +2017,38000.0,North Dakota,38069.0,Pierce County,56669.0,MISO +2017,38000.0,North Dakota,38071.0,Ramsey County,56669.0,MISO +2017,38000.0,North Dakota,38073.0,Ransom County,56669.0,MISO +2017,38000.0,North Dakota,38075.0,Renville County,56669.0,MISO +2017,38000.0,North Dakota,38077.0,Richland County,56669.0,MISO +2017,38000.0,North Dakota,38079.0,Rolette County,56669.0,MISO +2017,38000.0,North Dakota,38081.0,Sargent County,56669.0,MISO +2017,38000.0,North Dakota,38083.0,Sheridan County,56669.0,MISO +2017,38000.0,North Dakota,38085.0,Sioux County,56669.0,MISO +2017,38000.0,North Dakota,38087.0,Slope County,56669.0,MISO +2017,38000.0,North Dakota,38089.0,Stark County,56669.0,MISO +2017,38000.0,North Dakota,38091.0,Steele County,56669.0,MISO +2017,38000.0,North Dakota,38093.0,Stutsman County,56669.0,MISO +2017,38000.0,North Dakota,38095.0,Towner County,56669.0,MISO +2017,38000.0,North Dakota,38097.0,Traill County,56669.0,MISO +2017,38000.0,North Dakota,38099.0,Walsh County,56669.0,MISO +2017,38000.0,North Dakota,38101.0,Ward County,56669.0,MISO +2017,38000.0,North Dakota,38103.0,Wells County,56669.0,MISO +2017,38000.0,North Dakota,38105.0,Williams County,56669.0,MISO +2017,40000.0,Oklahoma,40079.0,Le Flore County,56669.0,MISO +2017,40000.0,Oklahoma,40089.0,McCurtain County,56669.0,MISO +2017,46000.0,South Dakota,46011.0,Brookings County,56669.0,MISO +2017,46000.0,South Dakota,46013.0,Brown County,56669.0,MISO +2017,46000.0,South Dakota,46021.0,Campbell County,56669.0,MISO +2017,46000.0,South Dakota,46029.0,Codington County,56669.0,MISO +2017,46000.0,South Dakota,46031.0,Corson County,56669.0,MISO +2017,46000.0,South Dakota,46037.0,Day County,56669.0,MISO +2017,46000.0,South Dakota,46039.0,Deuel County,56669.0,MISO +2017,46000.0,South Dakota,46045.0,Edmunds County,56669.0,MISO +2017,46000.0,South Dakota,46049.0,Faulk County,56669.0,MISO +2017,46000.0,South Dakota,46051.0,Grant County,56669.0,MISO +2017,46000.0,South Dakota,46057.0,Hamlin County,56669.0,MISO +2017,46000.0,South Dakota,46061.0,Hanson County,56669.0,MISO +2017,46000.0,South Dakota,46063.0,Harding County,56669.0,MISO +2017,46000.0,South Dakota,46067.0,Hutchinson County,56669.0,MISO +2017,46000.0,South Dakota,46077.0,Kingsbury County,56669.0,MISO +2017,46000.0,South Dakota,46079.0,Lake County,56669.0,MISO +2017,46000.0,South Dakota,46083.0,Lincoln County,56669.0,MISO +2017,46000.0,South Dakota,46087.0,McCook County,56669.0,MISO +2017,46000.0,South Dakota,46089.0,McPherson County,56669.0,MISO +2017,46000.0,South Dakota,46091.0,Marshall County,56669.0,MISO +2017,46000.0,South Dakota,46097.0,Miner County,56669.0,MISO +2017,46000.0,South Dakota,46099.0,Minnehaha County,56669.0,MISO +2017,46000.0,South Dakota,46101.0,Moody County,56669.0,MISO +2017,46000.0,South Dakota,46105.0,Perkins County,56669.0,MISO +2017,46000.0,South Dakota,46107.0,Potter County,56669.0,MISO +2017,46000.0,South Dakota,46109.0,Roberts County,56669.0,MISO +2017,46000.0,South Dakota,46111.0,Sanborn County,56669.0,MISO +2017,46000.0,South Dakota,46125.0,Turner County,56669.0,MISO +2017,46000.0,South Dakota,46127.0,Union County,56669.0,MISO +2017,46000.0,South Dakota,46129.0,Walworth County,56669.0,MISO +2017,47000.0,Tennessee,47167.0,Tipton County,56669.0,MISO +2017,48000.0,Texas,48005.0,Angelina County,56669.0,MISO +2017,48000.0,Texas,48037.0,Bowie County,56669.0,MISO +2017,48000.0,Texas,48041.0,Brazos County,56669.0,MISO +2017,48000.0,Texas,48051.0,Burleson County,56669.0,MISO +2017,48000.0,Texas,48071.0,Chambers County,56669.0,MISO +2017,48000.0,Texas,48145.0,Falls County,56669.0,MISO +2017,48000.0,Texas,48167.0,Galveston County,56669.0,MISO +2017,48000.0,Texas,48185.0,Grimes County,56669.0,MISO +2017,48000.0,Texas,48199.0,Hardin County,56669.0,MISO +2017,48000.0,Texas,48201.0,Harris County,56669.0,MISO +2017,48000.0,Texas,48225.0,Houston County,56669.0,MISO +2017,48000.0,Texas,48241.0,Jasper County,56669.0,MISO +2017,48000.0,Texas,48245.0,Jefferson County,56669.0,MISO +2017,48000.0,Texas,48289.0,Leon County,56669.0,MISO +2017,48000.0,Texas,48291.0,Liberty County,56669.0,MISO +2017,48000.0,Texas,48293.0,Limestone County,56669.0,MISO +2017,48000.0,Texas,48313.0,Madison County,56669.0,MISO +2017,48000.0,Texas,48331.0,Milam County,56669.0,MISO +2017,48000.0,Texas,48339.0,Montgomery County,56669.0,MISO +2017,48000.0,Texas,48347.0,Nacogdoches County,56669.0,MISO +2017,48000.0,Texas,48351.0,Newton County,56669.0,MISO +2017,48000.0,Texas,48361.0,Orange County,56669.0,MISO +2017,48000.0,Texas,48365.0,Panola County,56669.0,MISO +2017,48000.0,Texas,48373.0,Polk County,56669.0,MISO +2017,48000.0,Texas,48395.0,Robertson County,56669.0,MISO +2017,48000.0,Texas,48401.0,Rusk County,56669.0,MISO +2017,48000.0,Texas,48403.0,Sabine County,56669.0,MISO +2017,48000.0,Texas,48405.0,San Augustine County,56669.0,MISO +2017,48000.0,Texas,48407.0,San Jacinto County,56669.0,MISO +2017,48000.0,Texas,48419.0,Shelby County,56669.0,MISO +2017,48000.0,Texas,48455.0,Trinity County,56669.0,MISO +2017,48000.0,Texas,48457.0,Tyler County,56669.0,MISO +2017,48000.0,Texas,48471.0,Walker County,56669.0,MISO +2017,48000.0,Texas,48473.0,Waller County,56669.0,MISO +2017,48000.0,Texas,48477.0,Washington County,56669.0,MISO +2017,55000.0,Wisconsin,55001.0,Adams County,56669.0,MISO +2017,55000.0,Wisconsin,55003.0,Ashland County,56669.0,MISO +2017,55000.0,Wisconsin,55005.0,Barron County,56669.0,MISO +2017,55000.0,Wisconsin,55007.0,Bayfield County,56669.0,MISO +2017,55000.0,Wisconsin,55009.0,Brown County,56669.0,MISO +2017,55000.0,Wisconsin,55011.0,Buffalo County,56669.0,MISO +2017,55000.0,Wisconsin,55013.0,Burnett County,56669.0,MISO +2017,55000.0,Wisconsin,55015.0,Calumet County,56669.0,MISO +2017,55000.0,Wisconsin,55017.0,Chippewa County,56669.0,MISO +2017,55000.0,Wisconsin,55019.0,Clark County,56669.0,MISO +2017,55000.0,Wisconsin,55021.0,Columbia County,56669.0,MISO +2017,55000.0,Wisconsin,55023.0,Crawford County,56669.0,MISO +2017,55000.0,Wisconsin,55025.0,Dane County,56669.0,MISO +2017,55000.0,Wisconsin,55027.0,Dodge County,56669.0,MISO +2017,55000.0,Wisconsin,55029.0,Door County,56669.0,MISO +2017,55000.0,Wisconsin,55031.0,Douglas County,56669.0,MISO +2017,55000.0,Wisconsin,55033.0,Dunn County,56669.0,MISO +2017,55000.0,Wisconsin,55035.0,Eau Claire County,56669.0,MISO +2017,55000.0,Wisconsin,55037.0,Florence County,56669.0,MISO +2017,55000.0,Wisconsin,55039.0,Fond du Lac County,56669.0,MISO +2017,55000.0,Wisconsin,55041.0,Forest County,56669.0,MISO +2017,55000.0,Wisconsin,55043.0,Grant County,56669.0,MISO +2017,55000.0,Wisconsin,55045.0,Green County,56669.0,MISO +2017,55000.0,Wisconsin,55047.0,Green Lake County,56669.0,MISO +2017,55000.0,Wisconsin,55049.0,Iowa County,56669.0,MISO +2017,55000.0,Wisconsin,55051.0,Iron County,56669.0,MISO +2017,55000.0,Wisconsin,55053.0,Jackson County,56669.0,MISO +2017,55000.0,Wisconsin,55055.0,Jefferson County,56669.0,MISO +2017,55000.0,Wisconsin,55057.0,Juneau County,56669.0,MISO +2017,55000.0,Wisconsin,55059.0,Kenosha County,56669.0,MISO +2017,55000.0,Wisconsin,55061.0,Kewaunee County,56669.0,MISO +2017,55000.0,Wisconsin,55063.0,La Crosse County,56669.0,MISO +2017,55000.0,Wisconsin,55065.0,Lafayette County,56669.0,MISO +2017,55000.0,Wisconsin,55067.0,Langlade County,56669.0,MISO +2017,55000.0,Wisconsin,55069.0,Lincoln County,56669.0,MISO +2017,55000.0,Wisconsin,55071.0,Manitowoc County,56669.0,MISO +2017,55000.0,Wisconsin,55073.0,Marathon County,56669.0,MISO +2017,55000.0,Wisconsin,55075.0,Marinette County,56669.0,MISO +2017,55000.0,Wisconsin,55077.0,Marquette County,56669.0,MISO +2017,55000.0,Wisconsin,55078.0,Menominee County,56669.0,MISO +2017,55000.0,Wisconsin,55079.0,Milwaukee County,56669.0,MISO +2017,55000.0,Wisconsin,55081.0,Monroe County,56669.0,MISO +2017,55000.0,Wisconsin,55083.0,Oconto County,56669.0,MISO +2017,55000.0,Wisconsin,55085.0,Oneida County,56669.0,MISO +2017,55000.0,Wisconsin,55087.0,Outagamie County,56669.0,MISO +2017,55000.0,Wisconsin,55089.0,Ozaukee County,56669.0,MISO +2017,55000.0,Wisconsin,55091.0,Pepin County,56669.0,MISO +2017,55000.0,Wisconsin,55093.0,Pierce County,56669.0,MISO +2017,55000.0,Wisconsin,55095.0,Polk County,56669.0,MISO +2017,55000.0,Wisconsin,55097.0,Portage County,56669.0,MISO +2017,55000.0,Wisconsin,55099.0,Price County,56669.0,MISO +2017,55000.0,Wisconsin,55101.0,Racine County,56669.0,MISO +2017,55000.0,Wisconsin,55103.0,Richland County,56669.0,MISO +2017,55000.0,Wisconsin,55105.0,Rock County,56669.0,MISO +2017,55000.0,Wisconsin,55107.0,Rusk County,56669.0,MISO +2017,55000.0,Wisconsin,55109.0,St. Croix County,56669.0,MISO +2017,55000.0,Wisconsin,55111.0,Sauk County,56669.0,MISO +2017,55000.0,Wisconsin,55113.0,Sawyer County,56669.0,MISO +2017,55000.0,Wisconsin,55115.0,Shawano County,56669.0,MISO +2017,55000.0,Wisconsin,55117.0,Sheboygan County,56669.0,MISO +2017,55000.0,Wisconsin,55119.0,Taylor County,56669.0,MISO +2017,55000.0,Wisconsin,55121.0,Trempealeau County,56669.0,MISO +2017,55000.0,Wisconsin,55123.0,Vernon County,56669.0,MISO +2017,55000.0,Wisconsin,55125.0,Vilas County,56669.0,MISO +2017,55000.0,Wisconsin,55127.0,Walworth County,56669.0,MISO +2017,55000.0,Wisconsin,55129.0,Washburn County,56669.0,MISO +2017,55000.0,Wisconsin,55131.0,Washington County,56669.0,MISO +2017,55000.0,Wisconsin,55133.0,Waukesha County,56669.0,MISO +2017,55000.0,Wisconsin,55135.0,Waupaca County,56669.0,MISO +2017,55000.0,Wisconsin,55137.0,Waushara County,56669.0,MISO +2017,55000.0,Wisconsin,55139.0,Winnebago County,56669.0,MISO +2017,55000.0,Wisconsin,55141.0,Wood County,56669.0,MISO +2017,56000.0,Wyoming,56019.0,Johnson County,56669.0,MISO +2017,56000.0,Wyoming,56033.0,Sheridan County,56669.0,MISO +2017,4000.0,Arizona,4001.0,Apache County,59504.0,SWPP +2017,4000.0,Arizona,4003.0,Cochise County ,59504.0,SWPP +2017,4000.0,Arizona,4005.0,Coconino County,59504.0,SWPP +2017,4000.0,Arizona,4007.0,Gila County,59504.0,SWPP +2017,4000.0,Arizona,4012.0,La Paz County,59504.0,SWPP +2017,4000.0,Arizona,4013.0,Maricopa County,59504.0,SWPP +2017,4000.0,Arizona,4015.0,Mohave County,59504.0,SWPP +2017,4000.0,Arizona,4017.0,Navajo County,59504.0,SWPP +2017,4000.0,Arizona,4019.0,Pima County,59504.0,SWPP +2017,4000.0,Arizona,4021.0,Pinal County,59504.0,SWPP +2017,4000.0,Arizona,4025.0,Yavapai County,59504.0,SWPP +2017,4000.0,Arizona,4027.0,Yuma County,59504.0,SWPP +2017,5000.0,Arkansas,5007.0,Benton County,59504.0,SWPP +2017,5000.0,Arkansas,5009.0,Boone County,59504.0,SWPP +2017,5000.0,Arkansas,5015.0,Carroll County,59504.0,SWPP +2017,5000.0,Arkansas,5033.0,Crawford County,59504.0,SWPP +2017,5000.0,Arkansas,5047.0,Franklin County,59504.0,SWPP +2017,5000.0,Arkansas,5057.0,Hempstead County,59504.0,SWPP +2017,5000.0,Arkansas,5061.0,Howard County,59504.0,SWPP +2017,5000.0,Arkansas,5071.0,Johnson County,59504.0,SWPP +2017,5000.0,Arkansas,5073.0,Lafayette County,59504.0,SWPP +2017,5000.0,Arkansas,5081.0,Little River County,59504.0,SWPP +2017,5000.0,Arkansas,5083.0,Logan County,59504.0,SWPP +2017,5000.0,Arkansas,5087.0,Madison County,59504.0,SWPP +2017,5000.0,Arkansas,5091.0,Miller County,59504.0,SWPP +2017,5000.0,Arkansas,5101.0,Newton County,59504.0,SWPP +2017,5000.0,Arkansas,5109.0,Pike County,59504.0,SWPP +2017,5000.0,Arkansas,5113.0,Polk County,59504.0,SWPP +2017,5000.0,Arkansas,5115.0,Pope County,59504.0,SWPP +2017,5000.0,Arkansas,5127.0,Scott County,59504.0,SWPP +2017,5000.0,Arkansas,5131.0,Sebastian County,59504.0,SWPP +2017,5000.0,Arkansas,5133.0,Sevier County,59504.0,SWPP +2017,5000.0,Arkansas,5143.0,Washington County,59504.0,SWPP +2017,5000.0,Arkansas,5149.0,Yell County,59504.0,SWPP +2017,6000.0,California,6001.0,Alameda County,59504.0,SWPP +2017,6000.0,California,6007.0,Butte County,59504.0,SWPP +2017,6000.0,California,6009.0,Calaveras County,59504.0,SWPP +2017,6000.0,California,6011.0,Colusa County,59504.0,SWPP +2017,6000.0,California,6013.0,Contra Costa County,59504.0,SWPP +2017,6000.0,California,6019.0,Fresno County,59504.0,SWPP +2017,6000.0,California,6021.0,Glenn County,59504.0,SWPP +2017,6000.0,California,6025.0,Imperial County,59504.0,SWPP +2017,6000.0,California,6035.0,Lassen County,59504.0,SWPP +2017,6000.0,California,6039.0,Madera County,59504.0,SWPP +2017,6000.0,California,6047.0,Merced County,59504.0,SWPP +2017,6000.0,California,6049.0,Modoc County,59504.0,SWPP +2017,6000.0,California,6061.0,Placer County,59504.0,SWPP +2017,6000.0,California,6065.0,Riverside County,59504.0,SWPP +2017,6000.0,California,6067.0,Sacramento County,59504.0,SWPP +2017,6000.0,California,6071.0,San Bernardino County,59504.0,SWPP +2017,6000.0,California,6077.0,San Joaquin County,59504.0,SWPP +2017,6000.0,California,6085.0,Santa Clara County,59504.0,SWPP +2017,6000.0,California,6089.0,Shasta County,59504.0,SWPP +2017,6000.0,California,6093.0,Siskiyou County,59504.0,SWPP +2017,6000.0,California,6101.0,Sutter County,59504.0,SWPP +2017,6000.0,California,6103.0,Tehama County,59504.0,SWPP +2017,6000.0,California,6105.0,Trinity County,59504.0,SWPP +2017,6000.0,California,6109.0,Tuolumne County,59504.0,SWPP +2017,6000.0,California,6115.0,Yuba County,59504.0,SWPP +2017,8000.0,Colorado,8009.0,Baca County,59504.0,SWPP +2017,8000.0,Colorado,8013.0,Boulder County,59504.0,SWPP +2017,8000.0,Colorado,8014.0,Broomfield County,59504.0,SWPP +2017,8000.0,Colorado,8015.0,Chaffee County,59504.0,SWPP +2017,8000.0,Colorado,8017.0,Cheyenne County,59504.0,SWPP +2017,8000.0,Colorado,8019.0,Clear Creek County,59504.0,SWPP +2017,8000.0,Colorado,8027.0,Custer County,59504.0,SWPP +2017,8000.0,Colorado,8029.0,Delta County,59504.0,SWPP +2017,8000.0,Colorado,8033.0,Dolores County,59504.0,SWPP +2017,8000.0,Colorado,8041.0,El Paso County,59504.0,SWPP +2017,8000.0,Colorado,8043.0,Fremont County,59504.0,SWPP +2017,8000.0,Colorado,8045.0,Garfield County,59504.0,SWPP +2017,8000.0,Colorado,8049.0,Grand County,59504.0,SWPP +2017,8000.0,Colorado,8051.0,Gunnison County,59504.0,SWPP +2017,8000.0,Colorado,8057.0,Jackson County,59504.0,SWPP +2017,8000.0,Colorado,8059.0,Jefferson County,59504.0,SWPP +2017,8000.0,Colorado,8061.0,Kiowa County,59504.0,SWPP +2017,8000.0,Colorado,8065.0,Lake County,59504.0,SWPP +2017,8000.0,Colorado,8067.0,La Plata County,59504.0,SWPP +2017,8000.0,Colorado,8069.0,Larimer County,59504.0,SWPP +2017,8000.0,Colorado,8073.0,Lincoln County,59504.0,SWPP +2017,8000.0,Colorado,8075.0,Logan County,59504.0,SWPP +2017,8000.0,Colorado,8077.0,Mesa County,59504.0,SWPP +2017,8000.0,Colorado,8081.0,Moffat County,59504.0,SWPP +2017,8000.0,Colorado,8083.0,Montezuma County,59504.0,SWPP +2017,8000.0,Colorado,8085.0,Montrose County,59504.0,SWPP +2017,8000.0,Colorado,8087.0,Morgan County,59504.0,SWPP +2017,8000.0,Colorado,8091.0,Ouray County,59504.0,SWPP +2017,8000.0,Colorado,8095.0,Phillips County,59504.0,SWPP +2017,8000.0,Colorado,8099.0,Prowers County,59504.0,SWPP +2017,8000.0,Colorado,8101.0,Pueblo County,59504.0,SWPP +2017,8000.0,Colorado,8103.0,Rio Blanco County,59504.0,SWPP +2017,8000.0,Colorado,8107.0,Routt County,59504.0,SWPP +2017,8000.0,Colorado,8109.0,Saguache County,59504.0,SWPP +2017,8000.0,Colorado,8113.0,San Miguel County,59504.0,SWPP +2017,8000.0,Colorado,8115.0,Sedgwick County,59504.0,SWPP +2017,8000.0,Colorado,8117.0,Summit County,59504.0,SWPP +2017,8000.0,Colorado,8121.0,Washington County,59504.0,SWPP +2017,8000.0,Colorado,8123.0,Weld County,59504.0,SWPP +2017,8000.0,Colorado,8125.0,Yuma County,59504.0,SWPP +2017,19000.0,Iowa,19001.0,Adair County,59504.0,SWPP +2017,19000.0,Iowa,19009.0,Audubon County,59504.0,SWPP +2017,19000.0,Iowa,19017.0,Bremer County,59504.0,SWPP +2017,19000.0,Iowa,19021.0,Buena Vista County,59504.0,SWPP +2017,19000.0,Iowa,19023.0,Butler County,59504.0,SWPP +2017,19000.0,Iowa,19027.0,Carroll County,59504.0,SWPP +2017,19000.0,Iowa,19029.0,Cass County,59504.0,SWPP +2017,19000.0,Iowa,19033.0,Cerro Gordo County,59504.0,SWPP +2017,19000.0,Iowa,19035.0,Cherokee County,59504.0,SWPP +2017,19000.0,Iowa,19037.0,Chickasaw County,59504.0,SWPP +2017,19000.0,Iowa,19041.0,Clay County,59504.0,SWPP +2017,19000.0,Iowa,19047.0,Crawford County,59504.0,SWPP +2017,19000.0,Iowa,19059.0,Dickinson County,59504.0,SWPP +2017,19000.0,Iowa,19063.0,Emmet County,59504.0,SWPP +2017,19000.0,Iowa,19065.0,Fayette County,59504.0,SWPP +2017,19000.0,Iowa,19067.0,Floyd County,59504.0,SWPP +2017,19000.0,Iowa,19069.0,Franklin County,59504.0,SWPP +2017,19000.0,Iowa,19079.0,Hamilton County,59504.0,SWPP +2017,19000.0,Iowa,19081.0,Hancock County,59504.0,SWPP +2017,19000.0,Iowa,19083.0,Hardin County,59504.0,SWPP +2017,19000.0,Iowa,19085.0,Harrison County,59504.0,SWPP +2017,19000.0,Iowa,19091.0,Humboldt County,59504.0,SWPP +2017,19000.0,Iowa,19093.0,Ida County,59504.0,SWPP +2017,19000.0,Iowa,19109.0,Kossuth County,59504.0,SWPP +2017,19000.0,Iowa,19119.0,Lyon County,59504.0,SWPP +2017,19000.0,Iowa,19133.0,Monona County,59504.0,SWPP +2017,19000.0,Iowa,19141.0,O'Brien County,59504.0,SWPP +2017,19000.0,Iowa,19143.0,Osceola County,59504.0,SWPP +2017,19000.0,Iowa,19147.0,Palo Alto County,59504.0,SWPP +2017,19000.0,Iowa,19149.0,Plymouth County,59504.0,SWPP +2017,19000.0,Iowa,19151.0,Pocahontas County,59504.0,SWPP +2017,19000.0,Iowa,19155.0,Pottawattamie County,59504.0,SWPP +2017,19000.0,Iowa,19159.0,Ringgold County,59504.0,SWPP +2017,19000.0,Iowa,19161.0,Sac County,59504.0,SWPP +2017,19000.0,Iowa,19165.0,Shelby County,59504.0,SWPP +2017,19000.0,Iowa,19167.0,Sioux County,59504.0,SWPP +2017,19000.0,Iowa,19173.0,Taylor County,59504.0,SWPP +2017,19000.0,Iowa,19175.0,Union County,59504.0,SWPP +2017,19000.0,Iowa,19187.0,Webster County,59504.0,SWPP +2017,19000.0,Iowa,19189.0,Winnebago County,59504.0,SWPP +2017,19000.0,Iowa,19193.0,Woodbury County,59504.0,SWPP +2017,19000.0,Iowa,19195.0,Worth County,59504.0,SWPP +2017,19000.0,Iowa,19197.0,Wright County,59504.0,SWPP +2017,20000.0,Kansas,20001.0,Allen County,59504.0,SWPP +2017,20000.0,Kansas,20003.0,Anderson County,59504.0,SWPP +2017,20000.0,Kansas,20005.0,Atchison County,59504.0,SWPP +2017,20000.0,Kansas,20007.0,Barber County,59504.0,SWPP +2017,20000.0,Kansas,20009.0,Barton County,59504.0,SWPP +2017,20000.0,Kansas,20011.0,Bourbon County,59504.0,SWPP +2017,20000.0,Kansas,20013.0,Brown County,59504.0,SWPP +2017,20000.0,Kansas,20015.0,Butler County,59504.0,SWPP +2017,20000.0,Kansas,20017.0,Chase County,59504.0,SWPP +2017,20000.0,Kansas,20019.0,Chautauqua County,59504.0,SWPP +2017,20000.0,Kansas,20021.0,Cherokee County,59504.0,SWPP +2017,20000.0,Kansas,20023.0,Cheyenne County,59504.0,SWPP +2017,20000.0,Kansas,20025.0,Clark County,59504.0,SWPP +2017,20000.0,Kansas,20027.0,Clay County,59504.0,SWPP +2017,20000.0,Kansas,20029.0,Cloud County,59504.0,SWPP +2017,20000.0,Kansas,20031.0,Coffey County,59504.0,SWPP +2017,20000.0,Kansas,20033.0,Comanche County,59504.0,SWPP +2017,20000.0,Kansas,20035.0,Cowley County,59504.0,SWPP +2017,20000.0,Kansas,20037.0,Crawford County,59504.0,SWPP +2017,20000.0,Kansas,20039.0,Decatur County,59504.0,SWPP +2017,20000.0,Kansas,20041.0,Dickinson County,59504.0,SWPP +2017,20000.0,Kansas,20043.0,Doniphan County,59504.0,SWPP +2017,20000.0,Kansas,20045.0,Douglas County,59504.0,SWPP +2017,20000.0,Kansas,20047.0,Edwards County,59504.0,SWPP +2017,20000.0,Kansas,20049.0,Elk County,59504.0,SWPP +2017,20000.0,Kansas,20051.0,Ellis County,59504.0,SWPP +2017,20000.0,Kansas,20053.0,Ellsworth County,59504.0,SWPP +2017,20000.0,Kansas,20055.0,Finney County,59504.0,SWPP +2017,20000.0,Kansas,20057.0,Ford County,59504.0,SWPP +2017,20000.0,Kansas,20059.0,Franklin County,59504.0,SWPP +2017,20000.0,Kansas,20061.0,Geary County,59504.0,SWPP +2017,20000.0,Kansas,20063.0,Gove County,59504.0,SWPP +2017,20000.0,Kansas,20065.0,Graham County,59504.0,SWPP +2017,20000.0,Kansas,20067.0,Grant County,59504.0,SWPP +2017,20000.0,Kansas,20069.0,Gray County,59504.0,SWPP +2017,20000.0,Kansas,20071.0,Greeley County,59504.0,SWPP +2017,20000.0,Kansas,20073.0,Greenwood County,59504.0,SWPP +2017,20000.0,Kansas,20075.0,Hamilton County,59504.0,SWPP +2017,20000.0,Kansas,20077.0,Harper County,59504.0,SWPP +2017,20000.0,Kansas,20079.0,Harvey County,59504.0,SWPP +2017,20000.0,Kansas,20081.0,Haskell County,59504.0,SWPP +2017,20000.0,Kansas,20083.0,Hodgeman County,59504.0,SWPP +2017,20000.0,Kansas,20085.0,Jackson County,59504.0,SWPP +2017,20000.0,Kansas,20087.0,Jefferson County,59504.0,SWPP +2017,20000.0,Kansas,20089.0,Jewell County,59504.0,SWPP +2017,20000.0,Kansas,20091.0,Johnson County,59504.0,SWPP +2017,20000.0,Kansas,20093.0,Kearny County,59504.0,SWPP +2017,20000.0,Kansas,20095.0,Kingman County,59504.0,SWPP +2017,20000.0,Kansas,20097.0,Kiowa County,59504.0,SWPP +2017,20000.0,Kansas,20099.0,Labette County,59504.0,SWPP +2017,20000.0,Kansas,20101.0,Lane County,59504.0,SWPP +2017,20000.0,Kansas,20103.0,Leavenworth County,59504.0,SWPP +2017,20000.0,Kansas,20105.0,Lincoln County,59504.0,SWPP +2017,20000.0,Kansas,20107.0,Linn County,59504.0,SWPP +2017,20000.0,Kansas,20109.0,Logan County,59504.0,SWPP +2017,20000.0,Kansas,20111.0,Lyon County,59504.0,SWPP +2017,20000.0,Kansas,20113.0,McPherson County,59504.0,SWPP +2017,20000.0,Kansas,20115.0,Marion County,59504.0,SWPP +2017,20000.0,Kansas,20117.0,Marshall County,59504.0,SWPP +2017,20000.0,Kansas,20119.0,Meade County,59504.0,SWPP +2017,20000.0,Kansas,20121.0,Miami County,59504.0,SWPP +2017,20000.0,Kansas,20123.0,Mitchell County,59504.0,SWPP +2017,20000.0,Kansas,20125.0,Montgomery County,59504.0,SWPP +2017,20000.0,Kansas,20127.0,Morris County,59504.0,SWPP +2017,20000.0,Kansas,20129.0,Morton County,59504.0,SWPP +2017,20000.0,Kansas,20131.0,Nemaha County,59504.0,SWPP +2017,20000.0,Kansas,20133.0,Neosho County,59504.0,SWPP +2017,20000.0,Kansas,20135.0,Ness County,59504.0,SWPP +2017,20000.0,Kansas,20137.0,Norton County,59504.0,SWPP +2017,20000.0,Kansas,20139.0,Osage County,59504.0,SWPP +2017,20000.0,Kansas,20141.0,Osborne County,59504.0,SWPP +2017,20000.0,Kansas,20143.0,Ottawa County,59504.0,SWPP +2017,20000.0,Kansas,20145.0,Pawnee County,59504.0,SWPP +2017,20000.0,Kansas,20147.0,Phillips County,59504.0,SWPP +2017,20000.0,Kansas,20149.0,Pottawatomie County,59504.0,SWPP +2017,20000.0,Kansas,20151.0,Pratt County,59504.0,SWPP +2017,20000.0,Kansas,20153.0,Rawlins County,59504.0,SWPP +2017,20000.0,Kansas,20155.0,Reno County,59504.0,SWPP +2017,20000.0,Kansas,20157.0,Republic County,59504.0,SWPP +2017,20000.0,Kansas,20159.0,Rice County,59504.0,SWPP +2017,20000.0,Kansas,20161.0,Riley County,59504.0,SWPP +2017,20000.0,Kansas,20163.0,Rooks County,59504.0,SWPP +2017,20000.0,Kansas,20165.0,Rush County,59504.0,SWPP +2017,20000.0,Kansas,20167.0,Russell County,59504.0,SWPP +2017,20000.0,Kansas,20169.0,Saline County,59504.0,SWPP +2017,20000.0,Kansas,20171.0,Scott County,59504.0,SWPP +2017,20000.0,Kansas,20173.0,Sedgwick County,59504.0,SWPP +2017,20000.0,Kansas,20175.0,Seward County,59504.0,SWPP +2017,20000.0,Kansas,20177.0,Shawnee County,59504.0,SWPP +2017,20000.0,Kansas,20179.0,Sheridan County,59504.0,SWPP +2017,20000.0,Kansas,20181.0,Sherman County,59504.0,SWPP +2017,20000.0,Kansas,20183.0,Smith County,59504.0,SWPP +2017,20000.0,Kansas,20185.0,Stafford County,59504.0,SWPP +2017,20000.0,Kansas,20187.0,Stanton County,59504.0,SWPP +2017,20000.0,Kansas,20189.0,Stevens County,59504.0,SWPP +2017,20000.0,Kansas,20191.0,Sumner County,59504.0,SWPP +2017,20000.0,Kansas,20193.0,Thomas County,59504.0,SWPP +2017,20000.0,Kansas,20195.0,Trego County,59504.0,SWPP +2017,20000.0,Kansas,20197.0,Wabaunsee County,59504.0,SWPP +2017,20000.0,Kansas,20199.0,Wallace County,59504.0,SWPP +2017,20000.0,Kansas,20201.0,Washington County,59504.0,SWPP +2017,20000.0,Kansas,20203.0,Wichita County,59504.0,SWPP +2017,20000.0,Kansas,20205.0,Wilson County,59504.0,SWPP +2017,20000.0,Kansas,20207.0,Woodson County,59504.0,SWPP +2017,20000.0,Kansas,20209.0,Wyandotte County,59504.0,SWPP +2017,22000.0,Louisiana,22013.0,Bienville Parish,59504.0,SWPP +2017,22000.0,Louisiana,22015.0,Bossier Parish,59504.0,SWPP +2017,22000.0,Louisiana,22017.0,Caddo Parish,59504.0,SWPP +2017,22000.0,Louisiana,22031.0,De Soto Parish,59504.0,SWPP +2017,22000.0,Louisiana,22043.0,Grant Parish,59504.0,SWPP +2017,22000.0,Louisiana,22069.0,Natchitoches Parish,59504.0,SWPP +2017,22000.0,Louisiana,22081.0,Red River Parish,59504.0,SWPP +2017,22000.0,Louisiana,22085.0,Sabine Parish,59504.0,SWPP +2017,22000.0,Louisiana,22115.0,Vernon Parish,59504.0,SWPP +2017,22000.0,Louisiana,22119.0,Webster Parish,59504.0,SWPP +2017,22000.0,Louisiana,22127.0,Winn Parish,59504.0,SWPP +2017,27000.0,Minnesota,27011.0,Big Stone County,59504.0,SWPP +2017,27000.0,Minnesota,27023.0,Chippewa County,59504.0,SWPP +2017,27000.0,Minnesota,27027.0,Clay County,59504.0,SWPP +2017,27000.0,Minnesota,27051.0,Grant County,59504.0,SWPP +2017,27000.0,Minnesota,27073.0,Lac Qui Parle County,59504.0,SWPP +2017,27000.0,Minnesota,27081.0,Lincoln County,59504.0,SWPP +2017,27000.0,Minnesota,27083.0,Lyon County,59504.0,SWPP +2017,27000.0,Minnesota,27101.0,Murray County,59504.0,SWPP +2017,27000.0,Minnesota,27105.0,Nobles County,59504.0,SWPP +2017,27000.0,Minnesota,27111.0,Otter Tail County,59504.0,SWPP +2017,27000.0,Minnesota,27117.0,Pipestone County,59504.0,SWPP +2017,27000.0,Minnesota,27119.0,Polk County,59504.0,SWPP +2017,27000.0,Minnesota,27133.0,Rock County,59504.0,SWPP +2017,27000.0,Minnesota,27149.0,Stevens County,59504.0,SWPP +2017,27000.0,Minnesota,27151.0,Swift County,59504.0,SWPP +2017,27000.0,Minnesota,27155.0,Traverse County,59504.0,SWPP +2017,27000.0,Minnesota,27167.0,Wilkin County,59504.0,SWPP +2017,27000.0,Minnesota,27173.0,Yellow Medicine County,59504.0,SWPP +2017,29000.0,Missouri,29003.0,Andrew County,59504.0,SWPP +2017,29000.0,Missouri,29005.0,Atchison County,59504.0,SWPP +2017,29000.0,Missouri,29009.0,Barry County,59504.0,SWPP +2017,29000.0,Missouri,29011.0,Barton County,59504.0,SWPP +2017,29000.0,Missouri,29013.0,Bates County,59504.0,SWPP +2017,29000.0,Missouri,29015.0,Benton County,59504.0,SWPP +2017,29000.0,Missouri,29021.0,Buchanan County,59504.0,SWPP +2017,29000.0,Missouri,29033.0,Carroll County,59504.0,SWPP +2017,29000.0,Missouri,29037.0,Cass County,59504.0,SWPP +2017,29000.0,Missouri,29039.0,Cedar County,59504.0,SWPP +2017,29000.0,Missouri,29041.0,Chariton County,59504.0,SWPP +2017,29000.0,Missouri,29043.0,Christian County,59504.0,SWPP +2017,29000.0,Missouri,29047.0,Clay County,59504.0,SWPP +2017,29000.0,Missouri,29049.0,Clinton County,59504.0,SWPP +2017,29000.0,Missouri,29057.0,Dade County,59504.0,SWPP +2017,29000.0,Missouri,29059.0,Dallas County,59504.0,SWPP +2017,29000.0,Missouri,29061.0,Daviess County,59504.0,SWPP +2017,29000.0,Missouri,29063.0,DeKalb County,59504.0,SWPP +2017,29000.0,Missouri,29069.0,Dunklin County,59504.0,SWPP +2017,29000.0,Missouri,29075.0,Gentry County,59504.0,SWPP +2017,29000.0,Missouri,29077.0,Greene County,59504.0,SWPP +2017,29000.0,Missouri,29079.0,Grundy County,59504.0,SWPP +2017,29000.0,Missouri,29081.0,Harrison County,59504.0,SWPP +2017,29000.0,Missouri,29083.0,Henry County,59504.0,SWPP +2017,29000.0,Missouri,29085.0,Hickory County,59504.0,SWPP +2017,29000.0,Missouri,29087.0,Holt County,59504.0,SWPP +2017,29000.0,Missouri,29089.0,Howard County,59504.0,SWPP +2017,29000.0,Missouri,29091.0,Howell County,59504.0,SWPP +2017,29000.0,Missouri,29095.0,Jackson County,59504.0,SWPP +2017,29000.0,Missouri,29097.0,Jasper County,59504.0,SWPP +2017,29000.0,Missouri,29101.0,Johnson County,59504.0,SWPP +2017,29000.0,Missouri,29107.0,Lafayette County,59504.0,SWPP +2017,29000.0,Missouri,29109.0,Lawrence County,59504.0,SWPP +2017,29000.0,Missouri,29117.0,Livingston County,59504.0,SWPP +2017,29000.0,Missouri,29119.0,McDonald County,59504.0,SWPP +2017,29000.0,Missouri,29129.0,Mercer County,59504.0,SWPP +2017,29000.0,Missouri,29145.0,Newton County,59504.0,SWPP +2017,29000.0,Missouri,29147.0,Nodaway County,59504.0,SWPP +2017,29000.0,Missouri,29159.0,Pettis County,59504.0,SWPP +2017,29000.0,Missouri,29165.0,Platte County,59504.0,SWPP +2017,29000.0,Missouri,29167.0,Polk County,59504.0,SWPP +2017,29000.0,Missouri,29175.0,Randolph County,59504.0,SWPP +2017,29000.0,Missouri,29177.0,Ray County,59504.0,SWPP +2017,29000.0,Missouri,29185.0,St. Clair County,59504.0,SWPP +2017,29000.0,Missouri,29195.0,Saline County,59504.0,SWPP +2017,29000.0,Missouri,29209.0,Stone County,59504.0,SWPP +2017,29000.0,Missouri,29213.0,Taney County,59504.0,SWPP +2017,29000.0,Missouri,29217.0,Vernon County,59504.0,SWPP +2017,29000.0,Missouri,29227.0,Worth County,59504.0,SWPP +2017,30000.0,Montana,30003.0,Big Horn County,59504.0,SWPP +2017,30000.0,Montana,30005.0,Blaine County,59504.0,SWPP +2017,30000.0,Montana,30009.0,Carbon County,59504.0,SWPP +2017,30000.0,Montana,30011.0,Carter County,59504.0,SWPP +2017,30000.0,Montana,30013.0,Cascade County,59504.0,SWPP +2017,30000.0,Montana,30015.0,Chouteau County,59504.0,SWPP +2017,30000.0,Montana,30017.0,Custer County,59504.0,SWPP +2017,30000.0,Montana,30019.0,Daniels County,59504.0,SWPP +2017,30000.0,Montana,30021.0,Dawson County,59504.0,SWPP +2017,30000.0,Montana,30025.0,Fallon County,59504.0,SWPP +2017,30000.0,Montana,30033.0,Garfield County,59504.0,SWPP +2017,30000.0,Montana,30041.0,Hill County,59504.0,SWPP +2017,30000.0,Montana,30049.0,Lewis and Clark County,59504.0,SWPP +2017,30000.0,Montana,30051.0,Liberty County,59504.0,SWPP +2017,30000.0,Montana,30055.0,McCone County,59504.0,SWPP +2017,30000.0,Montana,30071.0,Phillips County,59504.0,SWPP +2017,30000.0,Montana,30073.0,Pondera County,59504.0,SWPP +2017,30000.0,Montana,30079.0,Prairie County,59504.0,SWPP +2017,30000.0,Montana,30083.0,Richland County,59504.0,SWPP +2017,30000.0,Montana,30085.0,Roosevelt County,59504.0,SWPP +2017,30000.0,Montana,30087.0,Rosebud County,59504.0,SWPP +2017,30000.0,Montana,30091.0,Sheridan County,59504.0,SWPP +2017,30000.0,Montana,30099.0,Teton County,59504.0,SWPP +2017,30000.0,Montana,30101.0,Toole County,59504.0,SWPP +2017,30000.0,Montana,30103.0,Treasure County,59504.0,SWPP +2017,30000.0,Montana,30105.0,Valley County,59504.0,SWPP +2017,30000.0,Montana,30109.0,Wibaux County,59504.0,SWPP +2017,30000.0,Montana,30111.0,Yellowstone County,59504.0,SWPP +2017,31000.0,Nebraska,31001.0,Adams County,59504.0,SWPP +2017,31000.0,Nebraska,31003.0,Antelope County,59504.0,SWPP +2017,31000.0,Nebraska,31007.0,Banner County,59504.0,SWPP +2017,31000.0,Nebraska,31009.0,Blaine County,59504.0,SWPP +2017,31000.0,Nebraska,31011.0,Boone County,59504.0,SWPP +2017,31000.0,Nebraska,31013.0,Box Butte County,59504.0,SWPP +2017,31000.0,Nebraska,31015.0,Boyd County,59504.0,SWPP +2017,31000.0,Nebraska,31017.0,Brown County,59504.0,SWPP +2017,31000.0,Nebraska,31019.0,Buffalo County,59504.0,SWPP +2017,31000.0,Nebraska,31021.0,Burt County,59504.0,SWPP +2017,31000.0,Nebraska,31023.0,Butler County,59504.0,SWPP +2017,31000.0,Nebraska,31025.0,Cass County,59504.0,SWPP +2017,31000.0,Nebraska,31027.0,Cedar County,59504.0,SWPP +2017,31000.0,Nebraska,31029.0,Chase County,59504.0,SWPP +2017,31000.0,Nebraska,31031.0,Cherry County,59504.0,SWPP +2017,31000.0,Nebraska,31033.0,Cheyenne County,59504.0,SWPP +2017,31000.0,Nebraska,31035.0,Clay County,59504.0,SWPP +2017,31000.0,Nebraska,31037.0,Colfax County,59504.0,SWPP +2017,31000.0,Nebraska,31039.0,Cuming County,59504.0,SWPP +2017,31000.0,Nebraska,31041.0,Custer County,59504.0,SWPP +2017,31000.0,Nebraska,31043.0,Dakota County,59504.0,SWPP +2017,31000.0,Nebraska,31045.0,Dawes County,59504.0,SWPP +2017,31000.0,Nebraska,31047.0,Dawson County,59504.0,SWPP +2017,31000.0,Nebraska,31049.0,Deuel County,59504.0,SWPP +2017,31000.0,Nebraska,31051.0,Dixon County,59504.0,SWPP +2017,31000.0,Nebraska,31053.0,Dodge County,59504.0,SWPP +2017,31000.0,Nebraska,31055.0,Douglas County,59504.0,SWPP +2017,31000.0,Nebraska,31057.0,Dundy County,59504.0,SWPP +2017,31000.0,Nebraska,31059.0,Fillmore County,59504.0,SWPP +2017,31000.0,Nebraska,31061.0,Franklin County,59504.0,SWPP +2017,31000.0,Nebraska,31063.0,Frontier County,59504.0,SWPP +2017,31000.0,Nebraska,31065.0,Furnas County,59504.0,SWPP +2017,31000.0,Nebraska,31067.0,Gage County,59504.0,SWPP +2017,31000.0,Nebraska,31069.0,Garden County,59504.0,SWPP +2017,31000.0,Nebraska,31071.0,Garfield County,59504.0,SWPP +2017,31000.0,Nebraska,31073.0,Gosper County,59504.0,SWPP +2017,31000.0,Nebraska,31075.0,Grant County,59504.0,SWPP +2017,31000.0,Nebraska,31077.0,Greeley County,59504.0,SWPP +2017,31000.0,Nebraska,31079.0,Hall County,59504.0,SWPP +2017,31000.0,Nebraska,31081.0,Hamilton County,59504.0,SWPP +2017,31000.0,Nebraska,31083.0,Harlan County,59504.0,SWPP +2017,31000.0,Nebraska,31085.0,Hayes County,59504.0,SWPP +2017,31000.0,Nebraska,31087.0,Hitchcock County,59504.0,SWPP +2017,31000.0,Nebraska,31089.0,Holt County,59504.0,SWPP +2017,31000.0,Nebraska,31091.0,Hooker County,59504.0,SWPP +2017,31000.0,Nebraska,31093.0,Howard County,59504.0,SWPP +2017,31000.0,Nebraska,31095.0,Jefferson County,59504.0,SWPP +2017,31000.0,Nebraska,31097.0,Johnson County,59504.0,SWPP +2017,31000.0,Nebraska,31099.0,Kearney County,59504.0,SWPP +2017,31000.0,Nebraska,31101.0,Keith County,59504.0,SWPP +2017,31000.0,Nebraska,31103.0,Keya Paha County,59504.0,SWPP +2017,31000.0,Nebraska,31105.0,Kimball County,59504.0,SWPP +2017,31000.0,Nebraska,31107.0,Knox County,59504.0,SWPP +2017,31000.0,Nebraska,31109.0,Lancaster County,59504.0,SWPP +2017,31000.0,Nebraska,31111.0,Lincoln County,59504.0,SWPP +2017,31000.0,Nebraska,31113.0,Logan County,59504.0,SWPP +2017,31000.0,Nebraska,31115.0,Loup County,59504.0,SWPP +2017,31000.0,Nebraska,31117.0,McPherson County,59504.0,SWPP +2017,31000.0,Nebraska,31119.0,Madison County,59504.0,SWPP +2017,31000.0,Nebraska,31121.0,Merrick County,59504.0,SWPP +2017,31000.0,Nebraska,31123.0,Morrill County,59504.0,SWPP +2017,31000.0,Nebraska,31125.0,Nance County,59504.0,SWPP +2017,31000.0,Nebraska,31127.0,Nemaha County,59504.0,SWPP +2017,31000.0,Nebraska,31129.0,Nuckolls County,59504.0,SWPP +2017,31000.0,Nebraska,31131.0,Otoe County,59504.0,SWPP +2017,31000.0,Nebraska,31133.0,Pawnee County,59504.0,SWPP +2017,31000.0,Nebraska,31135.0,Perkins County,59504.0,SWPP +2017,31000.0,Nebraska,31137.0,Phelps County,59504.0,SWPP +2017,31000.0,Nebraska,31139.0,Pierce County,59504.0,SWPP +2017,31000.0,Nebraska,31141.0,Platte County,59504.0,SWPP +2017,31000.0,Nebraska,31143.0,Polk County,59504.0,SWPP +2017,31000.0,Nebraska,31145.0,Red Willow County,59504.0,SWPP +2017,31000.0,Nebraska,31147.0,Richardson County,59504.0,SWPP +2017,31000.0,Nebraska,31149.0,Rock County,59504.0,SWPP +2017,31000.0,Nebraska,31151.0,Saline County,59504.0,SWPP +2017,31000.0,Nebraska,31153.0,Sarpy County,59504.0,SWPP +2017,31000.0,Nebraska,31155.0,Saunders County,59504.0,SWPP +2017,31000.0,Nebraska,31157.0,Scotts Bluff County,59504.0,SWPP +2017,31000.0,Nebraska,31159.0,Seward County,59504.0,SWPP +2017,31000.0,Nebraska,31161.0,Sheridan County,59504.0,SWPP +2017,31000.0,Nebraska,31163.0,Sherman County,59504.0,SWPP +2017,31000.0,Nebraska,31165.0,Sioux County,59504.0,SWPP +2017,31000.0,Nebraska,31167.0,Stanton County,59504.0,SWPP +2017,31000.0,Nebraska,31169.0,Thayer County,59504.0,SWPP +2017,31000.0,Nebraska,31171.0,Thomas County,59504.0,SWPP +2017,31000.0,Nebraska,31173.0,Thurston County,59504.0,SWPP +2017,31000.0,Nebraska,31175.0,Valley County,59504.0,SWPP +2017,31000.0,Nebraska,31177.0,Washington County,59504.0,SWPP +2017,31000.0,Nebraska,31179.0,Wayne County,59504.0,SWPP +2017,31000.0,Nebraska,31181.0,Webster County,59504.0,SWPP +2017,31000.0,Nebraska,31183.0,Wheeler County,59504.0,SWPP +2017,31000.0,Nebraska,31185.0,York County,59504.0,SWPP +2017,32000.0,Nevada,32003.0,Clark County,59504.0,SWPP +2017,35000.0,New Mexico,35005.0,Chaves County,59504.0,SWPP +2017,35000.0,New Mexico,35009.0,Curry County,59504.0,SWPP +2017,35000.0,New Mexico,35011.0,De Baca County,59504.0,SWPP +2017,35000.0,New Mexico,35015.0,Eddy County,59504.0,SWPP +2017,35000.0,New Mexico,35019.0,Guadalupe County,59504.0,SWPP +2017,35000.0,New Mexico,35021.0,Harding County,59504.0,SWPP +2017,35000.0,New Mexico,35025.0,Lea County,59504.0,SWPP +2017,35000.0,New Mexico,35035.0,Otero County,59504.0,SWPP +2017,35000.0,New Mexico,35037.0,Quay County,59504.0,SWPP +2017,35000.0,New Mexico,35041.0,Roosevelt County,59504.0,SWPP +2017,35000.0,New Mexico,35045.0,San Juan County,59504.0,SWPP +2017,35000.0,New Mexico,35047.0,San Miguel County,59504.0,SWPP +2017,35000.0,New Mexico,35059.0,Union County,59504.0,SWPP +2017,38000.0,North Dakota,38001.0,Adams County,59504.0,SWPP +2017,38000.0,North Dakota,38003.0,Barnes County,59504.0,SWPP +2017,38000.0,North Dakota,38005.0,Benson County,59504.0,SWPP +2017,38000.0,North Dakota,38007.0,Billings County,59504.0,SWPP +2017,38000.0,North Dakota,38009.0,Bottineau County,59504.0,SWPP +2017,38000.0,North Dakota,38011.0,Bowman County,59504.0,SWPP +2017,38000.0,North Dakota,38013.0,Burke County,59504.0,SWPP +2017,38000.0,North Dakota,38015.0,Burleigh County,59504.0,SWPP +2017,38000.0,North Dakota,38017.0,Cass County,59504.0,SWPP +2017,38000.0,North Dakota,38021.0,Dickey County,59504.0,SWPP +2017,38000.0,North Dakota,38023.0,Divide County,59504.0,SWPP +2017,38000.0,North Dakota,38025.0,Dunn County,59504.0,SWPP +2017,38000.0,North Dakota,38027.0,Eddy County,59504.0,SWPP +2017,38000.0,North Dakota,38029.0,Emmons County,59504.0,SWPP +2017,38000.0,North Dakota,38031.0,Foster County,59504.0,SWPP +2017,38000.0,North Dakota,38033.0,Golden Valley County,59504.0,SWPP +2017,38000.0,North Dakota,38035.0,Grand Forks County,59504.0,SWPP +2017,38000.0,North Dakota,38037.0,Grant County,59504.0,SWPP +2017,38000.0,North Dakota,38039.0,Griggs County,59504.0,SWPP +2017,38000.0,North Dakota,38041.0,Hettinger County,59504.0,SWPP +2017,38000.0,North Dakota,38043.0,Kidder County,59504.0,SWPP +2017,38000.0,North Dakota,38045.0,LaMoure County,59504.0,SWPP +2017,38000.0,North Dakota,38047.0,Logan County,59504.0,SWPP +2017,38000.0,North Dakota,38049.0,McHenry County,59504.0,SWPP +2017,38000.0,North Dakota,38051.0,McIntosh County,59504.0,SWPP +2017,38000.0,North Dakota,38053.0,McKenzie County,59504.0,SWPP +2017,38000.0,North Dakota,38055.0,McLean County,59504.0,SWPP +2017,38000.0,North Dakota,38057.0,Mercer County,59504.0,SWPP +2017,38000.0,North Dakota,38059.0,Morton County,59504.0,SWPP +2017,38000.0,North Dakota,38061.0,Mountrail County,59504.0,SWPP +2017,38000.0,North Dakota,38063.0,Nelson County,59504.0,SWPP +2017,38000.0,North Dakota,38065.0,Oliver County,59504.0,SWPP +2017,38000.0,North Dakota,38069.0,Pierce County,59504.0,SWPP +2017,38000.0,North Dakota,38071.0,Ramsey County,59504.0,SWPP +2017,38000.0,North Dakota,38073.0,Ransom County,59504.0,SWPP +2017,38000.0,North Dakota,38075.0,Renville County,59504.0,SWPP +2017,38000.0,North Dakota,38077.0,Richland County,59504.0,SWPP +2017,38000.0,North Dakota,38081.0,Sargent County,59504.0,SWPP +2017,38000.0,North Dakota,38083.0,Sheridan County,59504.0,SWPP +2017,38000.0,North Dakota,38085.0,Sioux County,59504.0,SWPP +2017,38000.0,North Dakota,38087.0,Slope County,59504.0,SWPP +2017,38000.0,North Dakota,38089.0,Stark County,59504.0,SWPP +2017,38000.0,North Dakota,38091.0,Steele County,59504.0,SWPP +2017,38000.0,North Dakota,38093.0,Stutsman County,59504.0,SWPP +2017,38000.0,North Dakota,38095.0,Towner County,59504.0,SWPP +2017,38000.0,North Dakota,38097.0,Traill County,59504.0,SWPP +2017,38000.0,North Dakota,38101.0,Ward County,59504.0,SWPP +2017,38000.0,North Dakota,38103.0,Wells County,59504.0,SWPP +2017,38000.0,North Dakota,38105.0,Williams County,59504.0,SWPP +2017,40000.0,Oklahoma,40001.0,Adair County,59504.0,SWPP +2017,40000.0,Oklahoma,40003.0,Alfalfa County,59504.0,SWPP +2017,40000.0,Oklahoma,40005.0,Atoka County,59504.0,SWPP +2017,40000.0,Oklahoma,40007.0,Beaver County,59504.0,SWPP +2017,40000.0,Oklahoma,40009.0,Beckham County,59504.0,SWPP +2017,40000.0,Oklahoma,40011.0,Blaine County,59504.0,SWPP +2017,40000.0,Oklahoma,40013.0,Bryan County,59504.0,SWPP +2017,40000.0,Oklahoma,40015.0,Caddo County,59504.0,SWPP +2017,40000.0,Oklahoma,40017.0,Canadian County,59504.0,SWPP +2017,40000.0,Oklahoma,40019.0,Carter County,59504.0,SWPP +2017,40000.0,Oklahoma,40021.0,Cherokee County,59504.0,SWPP +2017,40000.0,Oklahoma,40023.0,Choctaw County,59504.0,SWPP +2017,40000.0,Oklahoma,40025.0,Cimarron County,59504.0,SWPP +2017,40000.0,Oklahoma,40027.0,Cleveland County,59504.0,SWPP +2017,40000.0,Oklahoma,40029.0,Coal County,59504.0,SWPP +2017,40000.0,Oklahoma,40031.0,Comanche County,59504.0,SWPP +2017,40000.0,Oklahoma,40033.0,Cotton County,59504.0,SWPP +2017,40000.0,Oklahoma,40035.0,Craig County,59504.0,SWPP +2017,40000.0,Oklahoma,40037.0,Creek County,59504.0,SWPP +2017,40000.0,Oklahoma,40039.0,Custer County,59504.0,SWPP +2017,40000.0,Oklahoma,40041.0,Delaware County,59504.0,SWPP +2017,40000.0,Oklahoma,40043.0,Dewey County,59504.0,SWPP +2017,40000.0,Oklahoma,40045.0,Ellis County,59504.0,SWPP +2017,40000.0,Oklahoma,40047.0,Garfield County,59504.0,SWPP +2017,40000.0,Oklahoma,40049.0,Garvin County,59504.0,SWPP +2017,40000.0,Oklahoma,40051.0,Grady County,59504.0,SWPP +2017,40000.0,Oklahoma,40053.0,Grant County,59504.0,SWPP +2017,40000.0,Oklahoma,40055.0,Greer County,59504.0,SWPP +2017,40000.0,Oklahoma,40057.0,Harmon County,59504.0,SWPP +2017,40000.0,Oklahoma,40059.0,Harper County,59504.0,SWPP +2017,40000.0,Oklahoma,40061.0,Haskell County,59504.0,SWPP +2017,40000.0,Oklahoma,40063.0,Hughes County,59504.0,SWPP +2017,40000.0,Oklahoma,40065.0,Jackson County,59504.0,SWPP +2017,40000.0,Oklahoma,40067.0,Jefferson County,59504.0,SWPP +2017,40000.0,Oklahoma,40069.0,Johnston County,59504.0,SWPP +2017,40000.0,Oklahoma,40071.0,Kay County,59504.0,SWPP +2017,40000.0,Oklahoma,40073.0,Kingfisher County,59504.0,SWPP +2017,40000.0,Oklahoma,40075.0,Kiowa County,59504.0,SWPP +2017,40000.0,Oklahoma,40077.0,Latimer County,59504.0,SWPP +2017,40000.0,Oklahoma,40079.0,Le Flore County,59504.0,SWPP +2017,40000.0,Oklahoma,40081.0,Lincoln County,59504.0,SWPP +2017,40000.0,Oklahoma,40083.0,Logan County,59504.0,SWPP +2017,40000.0,Oklahoma,40085.0,Love County,59504.0,SWPP +2017,40000.0,Oklahoma,40087.0,McClain County,59504.0,SWPP +2017,40000.0,Oklahoma,40089.0,McCurtain County,59504.0,SWPP +2017,40000.0,Oklahoma,40091.0,McIntosh County,59504.0,SWPP +2017,40000.0,Oklahoma,40093.0,Major County,59504.0,SWPP +2017,40000.0,Oklahoma,40095.0,Marshall County,59504.0,SWPP +2017,40000.0,Oklahoma,40097.0,Mayes County,59504.0,SWPP +2017,40000.0,Oklahoma,40099.0,Murray County,59504.0,SWPP +2017,40000.0,Oklahoma,40101.0,Muskogee County,59504.0,SWPP +2017,40000.0,Oklahoma,40103.0,Noble County,59504.0,SWPP +2017,40000.0,Oklahoma,40105.0,Nowata County,59504.0,SWPP +2017,40000.0,Oklahoma,40107.0,Okfuskee County,59504.0,SWPP +2017,40000.0,Oklahoma,40109.0,Oklahoma County,59504.0,SWPP +2017,40000.0,Oklahoma,40111.0,Okmulgee County,59504.0,SWPP +2017,40000.0,Oklahoma,40113.0,Osage County,59504.0,SWPP +2017,40000.0,Oklahoma,40115.0,Ottawa County,59504.0,SWPP +2017,40000.0,Oklahoma,40117.0,Pawnee County,59504.0,SWPP +2017,40000.0,Oklahoma,40119.0,Payne County,59504.0,SWPP +2017,40000.0,Oklahoma,40121.0,Pittsburg County,59504.0,SWPP +2017,40000.0,Oklahoma,40123.0,Pontotoc County,59504.0,SWPP +2017,40000.0,Oklahoma,40125.0,Pottawatomie County,59504.0,SWPP +2017,40000.0,Oklahoma,40127.0,Pushmataha County,59504.0,SWPP +2017,40000.0,Oklahoma,40129.0,Roger Mills County,59504.0,SWPP +2017,40000.0,Oklahoma,40131.0,Rogers County,59504.0,SWPP +2017,40000.0,Oklahoma,40133.0,Seminole County,59504.0,SWPP +2017,40000.0,Oklahoma,40135.0,Sequoyah County,59504.0,SWPP +2017,40000.0,Oklahoma,40137.0,Stephens County,59504.0,SWPP +2017,40000.0,Oklahoma,40139.0,Texas County,59504.0,SWPP +2017,40000.0,Oklahoma,40141.0,Tillman County,59504.0,SWPP +2017,40000.0,Oklahoma,40143.0,Tulsa County,59504.0,SWPP +2017,40000.0,Oklahoma,40145.0,Wagoner County,59504.0,SWPP +2017,40000.0,Oklahoma,40147.0,Washington County,59504.0,SWPP +2017,40000.0,Oklahoma,40149.0,Washita County,59504.0,SWPP +2017,40000.0,Oklahoma,40151.0,Woods County,59504.0,SWPP +2017,40000.0,Oklahoma,40153.0,Woodward County,59504.0,SWPP +2017,41000.0,Oregon,41035.0,Klamath County,59504.0,SWPP +2017,46000.0,South Dakota,46003.0,Aurora County,59504.0,SWPP +2017,46000.0,South Dakota,46005.0,Beadle County,59504.0,SWPP +2017,46000.0,South Dakota,46007.0,Bennett County,59504.0,SWPP +2017,46000.0,South Dakota,46009.0,Bon Homme County,59504.0,SWPP +2017,46000.0,South Dakota,46011.0,Brookings County,59504.0,SWPP +2017,46000.0,South Dakota,46013.0,Brown County,59504.0,SWPP +2017,46000.0,South Dakota,46015.0,Brule County,59504.0,SWPP +2017,46000.0,South Dakota,46017.0,Buffalo County,59504.0,SWPP +2017,46000.0,South Dakota,46019.0,Butte County,59504.0,SWPP +2017,46000.0,South Dakota,46021.0,Campbell County,59504.0,SWPP +2017,46000.0,South Dakota,46023.0,Charles Mix County,59504.0,SWPP +2017,46000.0,South Dakota,46025.0,Clark County,59504.0,SWPP +2017,46000.0,South Dakota,46027.0,Clay County,59504.0,SWPP +2017,46000.0,South Dakota,46029.0,Codington County,59504.0,SWPP +2017,46000.0,South Dakota,46031.0,Corson County,59504.0,SWPP +2017,46000.0,South Dakota,46033.0,Custer County,59504.0,SWPP +2017,46000.0,South Dakota,46035.0,Davison County,59504.0,SWPP +2017,46000.0,South Dakota,46037.0,Day County,59504.0,SWPP +2017,46000.0,South Dakota,46039.0,Deuel County,59504.0,SWPP +2017,46000.0,South Dakota,46041.0,Dewey County,59504.0,SWPP +2017,46000.0,South Dakota,46043.0,Douglas County,59504.0,SWPP +2017,46000.0,South Dakota,46045.0,Edmunds County,59504.0,SWPP +2017,46000.0,South Dakota,46047.0,Fall River County,59504.0,SWPP +2017,46000.0,South Dakota,46049.0,Faulk County,59504.0,SWPP +2017,46000.0,South Dakota,46051.0,Grant County,59504.0,SWPP +2017,46000.0,South Dakota,46053.0,Gregory County,59504.0,SWPP +2017,46000.0,South Dakota,46055.0,Haakon County,59504.0,SWPP +2017,46000.0,South Dakota,46057.0,Hamlin County,59504.0,SWPP +2017,46000.0,South Dakota,46059.0,Hand County,59504.0,SWPP +2017,46000.0,South Dakota,46061.0,Hanson County,59504.0,SWPP +2017,46000.0,South Dakota,46063.0,Harding County,59504.0,SWPP +2017,46000.0,South Dakota,46065.0,Hughes County,59504.0,SWPP +2017,46000.0,South Dakota,46067.0,Hutchinson County,59504.0,SWPP +2017,46000.0,South Dakota,46069.0,Hyde County,59504.0,SWPP +2017,46000.0,South Dakota,46071.0,Jackson County,59504.0,SWPP +2017,46000.0,South Dakota,46073.0,Jerauld County,59504.0,SWPP +2017,46000.0,South Dakota,46075.0,Jones County,59504.0,SWPP +2017,46000.0,South Dakota,46077.0,Kingsbury County,59504.0,SWPP +2017,46000.0,South Dakota,46079.0,Lake County,59504.0,SWPP +2017,46000.0,South Dakota,46081.0,Lawrence County,59504.0,SWPP +2017,46000.0,South Dakota,46083.0,Lincoln County,59504.0,SWPP +2017,46000.0,South Dakota,46085.0,Lyman County,59504.0,SWPP +2017,46000.0,South Dakota,46087.0,McCook County,59504.0,SWPP +2017,46000.0,South Dakota,46089.0,McPherson County,59504.0,SWPP +2017,46000.0,South Dakota,46091.0,Marshall County,59504.0,SWPP +2017,46000.0,South Dakota,46093.0,Meade County,59504.0,SWPP +2017,46000.0,South Dakota,46095.0,Mellette County,59504.0,SWPP +2017,46000.0,South Dakota,46097.0,Miner County,59504.0,SWPP +2017,46000.0,South Dakota,46099.0,Minnehaha County,59504.0,SWPP +2017,46000.0,South Dakota,46101.0,Moody County,59504.0,SWPP +2017,46000.0,South Dakota,46103.0,Pennington County,59504.0,SWPP +2017,46000.0,South Dakota,46105.0,Perkins County,59504.0,SWPP +2017,46000.0,South Dakota,46107.0,Potter County,59504.0,SWPP +2017,46000.0,South Dakota,46109.0,Roberts County,59504.0,SWPP +2017,46000.0,South Dakota,46111.0,Sanborn County,59504.0,SWPP +2017,46000.0,South Dakota,46113.0,Shannon County,59504.0,SWPP +2017,46000.0,South Dakota,46115.0,Spink County,59504.0,SWPP +2017,46000.0,South Dakota,46117.0,Stanley County,59504.0,SWPP +2017,46000.0,South Dakota,46119.0,Sully County,59504.0,SWPP +2017,46000.0,South Dakota,46121.0,Todd County,59504.0,SWPP +2017,46000.0,South Dakota,46123.0,Tripp County,59504.0,SWPP +2017,46000.0,South Dakota,46125.0,Turner County,59504.0,SWPP +2017,46000.0,South Dakota,46127.0,Union County,59504.0,SWPP +2017,46000.0,South Dakota,46129.0,Walworth County,59504.0,SWPP +2017,46000.0,South Dakota,46135.0,Yankton County,59504.0,SWPP +2017,46000.0,South Dakota,46137.0,Ziebach County,59504.0,SWPP +2017,48000.0,Texas,48003.0,Andrews County,59504.0,SWPP +2017,48000.0,Texas,48009.0,Archer County,59504.0,SWPP +2017,48000.0,Texas,48011.0,Armstrong County,59504.0,SWPP +2017,48000.0,Texas,48017.0,Bailey County,59504.0,SWPP +2017,48000.0,Texas,48023.0,Baylor County,59504.0,SWPP +2017,48000.0,Texas,48033.0,Borden County,59504.0,SWPP +2017,48000.0,Texas,48037.0,Bowie County,59504.0,SWPP +2017,48000.0,Texas,48045.0,Briscoe County,59504.0,SWPP +2017,48000.0,Texas,48063.0,Camp County,59504.0,SWPP +2017,48000.0,Texas,48065.0,Carson County,59504.0,SWPP +2017,48000.0,Texas,48067.0,Cass County,59504.0,SWPP +2017,48000.0,Texas,48069.0,Castro County,59504.0,SWPP +2017,48000.0,Texas,48075.0,Childress County,59504.0,SWPP +2017,48000.0,Texas,48079.0,Cochran County,59504.0,SWPP +2017,48000.0,Texas,48087.0,Collingsworth County,59504.0,SWPP +2017,48000.0,Texas,48101.0,Cottle County,59504.0,SWPP +2017,48000.0,Texas,48107.0,Crosby County,59504.0,SWPP +2017,48000.0,Texas,48111.0,Dallam County,59504.0,SWPP +2017,48000.0,Texas,48115.0,Dawson County,59504.0,SWPP +2017,48000.0,Texas,48117.0,Deaf Smith County,59504.0,SWPP +2017,48000.0,Texas,48129.0,Donley County,59504.0,SWPP +2017,48000.0,Texas,48135.0,Ector County,59504.0,SWPP +2017,48000.0,Texas,48153.0,Floyd County,59504.0,SWPP +2017,48000.0,Texas,48155.0,Foard County,59504.0,SWPP +2017,48000.0,Texas,48159.0,Franklin County,59504.0,SWPP +2017,48000.0,Texas,48165.0,Gaines County,59504.0,SWPP +2017,48000.0,Texas,48169.0,Garza County,59504.0,SWPP +2017,48000.0,Texas,48179.0,Gray County,59504.0,SWPP +2017,48000.0,Texas,48183.0,Gregg County,59504.0,SWPP +2017,48000.0,Texas,48189.0,Hale County,59504.0,SWPP +2017,48000.0,Texas,48191.0,Hall County,59504.0,SWPP +2017,48000.0,Texas,48195.0,Hansford County,59504.0,SWPP +2017,48000.0,Texas,48197.0,Hardeman County,59504.0,SWPP +2017,48000.0,Texas,48203.0,Harrison County,59504.0,SWPP +2017,48000.0,Texas,48205.0,Hartley County,59504.0,SWPP +2017,48000.0,Texas,48211.0,Hemphill County,59504.0,SWPP +2017,48000.0,Texas,48219.0,Hockley County,59504.0,SWPP +2017,48000.0,Texas,48223.0,Hopkins County,59504.0,SWPP +2017,48000.0,Texas,48233.0,Hutchinson County,59504.0,SWPP +2017,48000.0,Texas,48279.0,Lamb County,59504.0,SWPP +2017,48000.0,Texas,48295.0,Lipscomb County,59504.0,SWPP +2017,48000.0,Texas,48303.0,Lubbock County,59504.0,SWPP +2017,48000.0,Texas,48305.0,Lynn County,59504.0,SWPP +2017,48000.0,Texas,48315.0,Marion County,59504.0,SWPP +2017,48000.0,Texas,48317.0,Martin County,59504.0,SWPP +2017,48000.0,Texas,48329.0,Midland County,59504.0,SWPP +2017,48000.0,Texas,48341.0,Moore County,59504.0,SWPP +2017,48000.0,Texas,48343.0,Morris County,59504.0,SWPP +2017,48000.0,Texas,48345.0,Motley County,59504.0,SWPP +2017,48000.0,Texas,48347.0,Nacogdoches County,59504.0,SWPP +2017,48000.0,Texas,48357.0,Ochiltree County,59504.0,SWPP +2017,48000.0,Texas,48359.0,Oldham County,59504.0,SWPP +2017,48000.0,Texas,48365.0,Panola County,59504.0,SWPP +2017,48000.0,Texas,48369.0,Parmer County,59504.0,SWPP +2017,48000.0,Texas,48375.0,Potter County,59504.0,SWPP +2017,48000.0,Texas,48379.0,Rains County,59504.0,SWPP +2017,48000.0,Texas,48381.0,Randall County,59504.0,SWPP +2017,48000.0,Texas,48387.0,Red River County,59504.0,SWPP +2017,48000.0,Texas,48393.0,Roberts County,59504.0,SWPP +2017,48000.0,Texas,48401.0,Rusk County,59504.0,SWPP +2017,48000.0,Texas,48419.0,Shelby County,59504.0,SWPP +2017,48000.0,Texas,48421.0,Sherman County,59504.0,SWPP +2017,48000.0,Texas,48423.0,Smith County,59504.0,SWPP +2017,48000.0,Texas,48437.0,Swisher County,59504.0,SWPP +2017,48000.0,Texas,48445.0,Terry County,59504.0,SWPP +2017,48000.0,Texas,48449.0,Titus County,59504.0,SWPP +2017,48000.0,Texas,48459.0,Upshur County,59504.0,SWPP +2017,48000.0,Texas,48467.0,Van Zandt County,59504.0,SWPP +2017,48000.0,Texas,48483.0,Wheeler County,59504.0,SWPP +2017,48000.0,Texas,48485.0,Wichita County,59504.0,SWPP +2017,48000.0,Texas,48487.0,Wilbarger County,59504.0,SWPP +2017,48000.0,Texas,48499.0,Wood County,59504.0,SWPP +2017,48000.0,Texas,48501.0,Yoakum County,59504.0,SWPP +2017,49000.0,Utah,49009.0,Daggett County,59504.0,SWPP +2017,49000.0,Utah,49037.0,San Juan County,59504.0,SWPP +2017,49000.0,Utah,49047.0,Uintah County,59504.0,SWPP +2017,56000.0,Wyoming,56001.0,Albany County,59504.0,SWPP +2017,56000.0,Wyoming,56003.0,Big Horn County,59504.0,SWPP +2017,56000.0,Wyoming,56007.0,Carbon County,59504.0,SWPP +2017,56000.0,Wyoming,56009.0,Converse County,59504.0,SWPP +2017,56000.0,Wyoming,56013.0,Fremont County,59504.0,SWPP +2017,56000.0,Wyoming,56015.0,Goshen County,59504.0,SWPP +2017,56000.0,Wyoming,56017.0,Hot Springs County,59504.0,SWPP +2017,56000.0,Wyoming,56019.0,Johnson County,59504.0,SWPP +2017,56000.0,Wyoming,56021.0,Laramie County,59504.0,SWPP +2017,56000.0,Wyoming,56023.0,Lincoln County,59504.0,SWPP +2017,56000.0,Wyoming,56025.0,Natrona County,59504.0,SWPP +2017,56000.0,Wyoming,56027.0,Niobrara County,59504.0,SWPP +2017,56000.0,Wyoming,56029.0,Park County,59504.0,SWPP +2017,56000.0,Wyoming,56031.0,Platte County,59504.0,SWPP +2017,56000.0,Wyoming,56033.0,Sheridan County,59504.0,SWPP +2017,56000.0,Wyoming,56037.0,Sweetwater County,59504.0,SWPP +2017,56000.0,Wyoming,56043.0,Washakie County,59504.0,SWPP diff --git a/_static/User_Guide_Data/ba_service_territory_2018.csv b/_static/User_Guide_Data/ba_service_territory_2018.csv new file mode 100644 index 00000000..c7981043 --- /dev/null +++ b/_static/User_Guide_Data/ba_service_territory_2018.csv @@ -0,0 +1,5030 @@ +Year,State_FIPS,State_Name,County_FIPS,County_Name,BA_Number,BA_Code +2018,23000.0,Maine,23003.0,Aroostook County,1.0,NBSO +2018,23000.0,Maine,23009.0,Hancock County,1.0,NBSO +2018,23000.0,Maine,23019.0,Penobscot County,1.0,NBSO +2018,23000.0,Maine,23021.0,Piscataquis County,1.0,NBSO +2018,23000.0,Maine,23027.0,Waldo County,1.0,NBSO +2018,23000.0,Maine,23029.0,Washington County,1.0,NBSO +2018,1000.0,Alabama,1001.0,Autauga County,189.0,AEC +2018,1000.0,Alabama,1003.0,Baldwin County,189.0,AEC +2018,1000.0,Alabama,1005.0,Barbour County,189.0,AEC +2018,1000.0,Alabama,1007.0,Bibb County,189.0,AEC +2018,1000.0,Alabama,1011.0,Bullock County,189.0,AEC +2018,1000.0,Alabama,1013.0,Butler County,189.0,AEC +2018,1000.0,Alabama,1015.0,Calhoun County,189.0,AEC +2018,1000.0,Alabama,1017.0,Chambers County,189.0,AEC +2018,1000.0,Alabama,1021.0,Chilton County,189.0,AEC +2018,1000.0,Alabama,1025.0,Clarke County,189.0,AEC +2018,1000.0,Alabama,1027.0,Clay County,189.0,AEC +2018,1000.0,Alabama,1029.0,Cleburne County,189.0,AEC +2018,1000.0,Alabama,1031.0,Coffee County,189.0,AEC +2018,1000.0,Alabama,1035.0,Conecuh County,189.0,AEC +2018,1000.0,Alabama,1037.0,Coosa County,189.0,AEC +2018,1000.0,Alabama,1039.0,Covington County,189.0,AEC +2018,1000.0,Alabama,1041.0,Crenshaw County,189.0,AEC +2018,1000.0,Alabama,1045.0,Dale County,189.0,AEC +2018,1000.0,Alabama,1047.0,Dallas County,189.0,AEC +2018,1000.0,Alabama,1051.0,Elmore County,189.0,AEC +2018,1000.0,Alabama,1053.0,Escambia County,189.0,AEC +2018,1000.0,Alabama,1055.0,Etowah County,189.0,AEC +2018,1000.0,Alabama,1061.0,Geneva County,189.0,AEC +2018,1000.0,Alabama,1067.0,Henry County,189.0,AEC +2018,1000.0,Alabama,1069.0,Houston County,189.0,AEC +2018,1000.0,Alabama,1081.0,Lee County,189.0,AEC +2018,1000.0,Alabama,1085.0,Lowndes County,189.0,AEC +2018,1000.0,Alabama,1087.0,Macon County,189.0,AEC +2018,1000.0,Alabama,1099.0,Monroe County,189.0,AEC +2018,1000.0,Alabama,1101.0,Montgomery County,189.0,AEC +2018,1000.0,Alabama,1105.0,Perry County,189.0,AEC +2018,1000.0,Alabama,1109.0,Pike County,189.0,AEC +2018,1000.0,Alabama,1111.0,Randolph County,189.0,AEC +2018,1000.0,Alabama,1113.0,Russell County,189.0,AEC +2018,1000.0,Alabama,1115.0,Shelby County,189.0,AEC +2018,1000.0,Alabama,1117.0,St. Clair County,189.0,AEC +2018,1000.0,Alabama,1121.0,Talladega County,189.0,AEC +2018,1000.0,Alabama,1123.0,Tallapoosa County,189.0,AEC +2018,1000.0,Alabama,1129.0,Washington County,189.0,AEC +2018,1000.0,Alabama,1131.0,Wilcox County,189.0,AEC +2018,12000.0,Florida,12005.0,Bay County,189.0,AEC +2018,12000.0,Florida,12013.0,Calhoun County,189.0,AEC +2018,12000.0,Florida,12033.0,Escambia County,189.0,AEC +2018,12000.0,Florida,12045.0,Gulf County,189.0,AEC +2018,12000.0,Florida,12059.0,Holmes County,189.0,AEC +2018,12000.0,Florida,12063.0,Jackson County,189.0,AEC +2018,12000.0,Florida,12091.0,Okaloosa County,189.0,AEC +2018,12000.0,Florida,12113.0,Santa Rosa County,189.0,AEC +2018,12000.0,Florida,12131.0,Walton County,189.0,AEC +2018,12000.0,Florida,12133.0,Washington County,189.0,AEC +2018,2000.0,Alaska,2020.0,Anchorage Municipality,599.0,AMPL +2018,4000.0,Arizona,4001.0,Apache County,803.0,AZPS +2018,4000.0,Arizona,4003.0,Cochise County ,803.0,AZPS +2018,4000.0,Arizona,4005.0,Coconino County,803.0,AZPS +2018,4000.0,Arizona,4007.0,Gila County,803.0,AZPS +2018,4000.0,Arizona,4009.0,Graham County,803.0,AZPS +2018,4000.0,Arizona,4011.0,Greenlee County,803.0,AZPS +2018,4000.0,Arizona,4013.0,Maricopa County,803.0,AZPS +2018,4000.0,Arizona,4015.0,Mohave County,803.0,AZPS +2018,4000.0,Arizona,4017.0,Navajo County,803.0,AZPS +2018,4000.0,Arizona,4019.0,Pima County,803.0,AZPS +2018,4000.0,Arizona,4021.0,Pinal County,803.0,AZPS +2018,4000.0,Arizona,4023.0,Santa Cruz County,803.0,AZPS +2018,4000.0,Arizona,4025.0,Yavapai County,803.0,AZPS +2018,4000.0,Arizona,4027.0,Yuma County,803.0,AZPS +2018,5000.0,Arkansas,5035.0,Crittenden County,924.0,AECI +2018,19000.0,Iowa,19007.0,Appanoose County,924.0,AECI +2018,19000.0,Iowa,19051.0,Davis County,924.0,AECI +2018,19000.0,Iowa,19053.0,Decatur County,924.0,AECI +2018,19000.0,Iowa,19057.0,Des Moines County,924.0,AECI +2018,19000.0,Iowa,19071.0,Fremont County,924.0,AECI +2018,19000.0,Iowa,19087.0,Henry County,924.0,AECI +2018,19000.0,Iowa,19101.0,Jefferson County,924.0,AECI +2018,19000.0,Iowa,19107.0,Keokuk County,924.0,AECI +2018,19000.0,Iowa,19111.0,Lee County,924.0,AECI +2018,19000.0,Iowa,19115.0,Louisa County,924.0,AECI +2018,19000.0,Iowa,19117.0,Lucas County,924.0,AECI +2018,19000.0,Iowa,19125.0,Marion County,924.0,AECI +2018,19000.0,Iowa,19135.0,Monroe County,924.0,AECI +2018,19000.0,Iowa,19145.0,Page County,924.0,AECI +2018,19000.0,Iowa,19159.0,Ringgold County,924.0,AECI +2018,19000.0,Iowa,19173.0,Taylor County,924.0,AECI +2018,19000.0,Iowa,19177.0,Van Buren County,924.0,AECI +2018,19000.0,Iowa,19179.0,Wapello County,924.0,AECI +2018,19000.0,Iowa,19183.0,Washington County,924.0,AECI +2018,19000.0,Iowa,19185.0,Wayne County,924.0,AECI +2018,29000.0,Missouri,29001.0,Adair County,924.0,AECI +2018,29000.0,Missouri,29003.0,Andrew County,924.0,AECI +2018,29000.0,Missouri,29005.0,Atchison County,924.0,AECI +2018,29000.0,Missouri,29007.0,Audrain County,924.0,AECI +2018,29000.0,Missouri,29009.0,Barry County,924.0,AECI +2018,29000.0,Missouri,29011.0,Barton County,924.0,AECI +2018,29000.0,Missouri,29013.0,Bates County,924.0,AECI +2018,29000.0,Missouri,29015.0,Benton County,924.0,AECI +2018,29000.0,Missouri,29017.0,Bollinger County,924.0,AECI +2018,29000.0,Missouri,29019.0,Boone County,924.0,AECI +2018,29000.0,Missouri,29021.0,Buchanan County,924.0,AECI +2018,29000.0,Missouri,29023.0,Butler County,924.0,AECI +2018,29000.0,Missouri,29025.0,Caldwell County,924.0,AECI +2018,29000.0,Missouri,29027.0,Callaway County,924.0,AECI +2018,29000.0,Missouri,29029.0,Camden County,924.0,AECI +2018,29000.0,Missouri,29031.0,Cape Girardeau County,924.0,AECI +2018,29000.0,Missouri,29033.0,Carroll County,924.0,AECI +2018,29000.0,Missouri,29035.0,Carter County,924.0,AECI +2018,29000.0,Missouri,29037.0,Cass County,924.0,AECI +2018,29000.0,Missouri,29039.0,Cedar County,924.0,AECI +2018,29000.0,Missouri,29041.0,Chariton County,924.0,AECI +2018,29000.0,Missouri,29043.0,Christian County,924.0,AECI +2018,29000.0,Missouri,29045.0,Clark County,924.0,AECI +2018,29000.0,Missouri,29047.0,Clay County,924.0,AECI +2018,29000.0,Missouri,29049.0,Clinton County,924.0,AECI +2018,29000.0,Missouri,29051.0,Cole County,924.0,AECI +2018,29000.0,Missouri,29053.0,Cooper County,924.0,AECI +2018,29000.0,Missouri,29055.0,Crawford County,924.0,AECI +2018,29000.0,Missouri,29057.0,Dade County,924.0,AECI +2018,29000.0,Missouri,29059.0,Dallas County,924.0,AECI +2018,29000.0,Missouri,29061.0,Daviess County,924.0,AECI +2018,29000.0,Missouri,29063.0,DeKalb County,924.0,AECI +2018,29000.0,Missouri,29065.0,Dent County,924.0,AECI +2018,29000.0,Missouri,29067.0,Douglas County,924.0,AECI +2018,29000.0,Missouri,29069.0,Dunklin County,924.0,AECI +2018,29000.0,Missouri,29071.0,Franklin County,924.0,AECI +2018,29000.0,Missouri,29073.0,Gasconade County,924.0,AECI +2018,29000.0,Missouri,29075.0,Gentry County,924.0,AECI +2018,29000.0,Missouri,29077.0,Greene County,924.0,AECI +2018,29000.0,Missouri,29079.0,Grundy County,924.0,AECI +2018,29000.0,Missouri,29081.0,Harrison County,924.0,AECI +2018,29000.0,Missouri,29083.0,Henry County,924.0,AECI +2018,29000.0,Missouri,29085.0,Hickory County,924.0,AECI +2018,29000.0,Missouri,29087.0,Holt County,924.0,AECI +2018,29000.0,Missouri,29089.0,Howard County,924.0,AECI +2018,29000.0,Missouri,29091.0,Howell County,924.0,AECI +2018,29000.0,Missouri,29093.0,Iron County,924.0,AECI +2018,29000.0,Missouri,29095.0,Jackson County,924.0,AECI +2018,29000.0,Missouri,29097.0,Jasper County,924.0,AECI +2018,29000.0,Missouri,29099.0,Jefferson County,924.0,AECI +2018,29000.0,Missouri,29101.0,Johnson County,924.0,AECI +2018,29000.0,Missouri,29103.0,Knox County,924.0,AECI +2018,29000.0,Missouri,29105.0,Laclede County,924.0,AECI +2018,29000.0,Missouri,29107.0,Lafayette County,924.0,AECI +2018,29000.0,Missouri,29109.0,Lawrence County,924.0,AECI +2018,29000.0,Missouri,29111.0,Lewis County,924.0,AECI +2018,29000.0,Missouri,29113.0,Lincoln County,924.0,AECI +2018,29000.0,Missouri,29115.0,Linn County,924.0,AECI +2018,29000.0,Missouri,29117.0,Livingston County,924.0,AECI +2018,29000.0,Missouri,29119.0,McDonald County,924.0,AECI +2018,29000.0,Missouri,29121.0,Macon County,924.0,AECI +2018,29000.0,Missouri,29123.0,Madison County,924.0,AECI +2018,29000.0,Missouri,29125.0,Maries County,924.0,AECI +2018,29000.0,Missouri,29127.0,Marion County,924.0,AECI +2018,29000.0,Missouri,29129.0,Mercer County,924.0,AECI +2018,29000.0,Missouri,29131.0,Miller County,924.0,AECI +2018,29000.0,Missouri,29133.0,Mississippi County,924.0,AECI +2018,29000.0,Missouri,29135.0,Moniteau County,924.0,AECI +2018,29000.0,Missouri,29137.0,Monroe County,924.0,AECI +2018,29000.0,Missouri,29139.0,Montgomery County,924.0,AECI +2018,29000.0,Missouri,29141.0,Morgan County,924.0,AECI +2018,29000.0,Missouri,29143.0,New Madrid County,924.0,AECI +2018,29000.0,Missouri,29145.0,Newton County,924.0,AECI +2018,29000.0,Missouri,29147.0,Nodaway County,924.0,AECI +2018,29000.0,Missouri,29149.0,Oregon County,924.0,AECI +2018,29000.0,Missouri,29151.0,Osage County,924.0,AECI +2018,29000.0,Missouri,29153.0,Ozark County,924.0,AECI +2018,29000.0,Missouri,29155.0,Pemiscot County,924.0,AECI +2018,29000.0,Missouri,29159.0,Pettis County,924.0,AECI +2018,29000.0,Missouri,29161.0,Phelps County,924.0,AECI +2018,29000.0,Missouri,29163.0,Pike County,924.0,AECI +2018,29000.0,Missouri,29165.0,Platte County,924.0,AECI +2018,29000.0,Missouri,29167.0,Polk County,924.0,AECI +2018,29000.0,Missouri,29169.0,Pulaski County,924.0,AECI +2018,29000.0,Missouri,29171.0,Putnam County,924.0,AECI +2018,29000.0,Missouri,29173.0,Ralls County,924.0,AECI +2018,29000.0,Missouri,29175.0,Randolph County,924.0,AECI +2018,29000.0,Missouri,29177.0,Ray County,924.0,AECI +2018,29000.0,Missouri,29179.0,Reynolds County,924.0,AECI +2018,29000.0,Missouri,29181.0,Ripley County,924.0,AECI +2018,29000.0,Missouri,29183.0,St. Charles County,924.0,AECI +2018,29000.0,Missouri,29185.0,St. Clair County,924.0,AECI +2018,29000.0,Missouri,29195.0,Saline County,924.0,AECI +2018,29000.0,Missouri,29197.0,Schuyler County,924.0,AECI +2018,29000.0,Missouri,29199.0,Scotland County,924.0,AECI +2018,29000.0,Missouri,29201.0,Scott County,924.0,AECI +2018,29000.0,Missouri,29203.0,Shannon County,924.0,AECI +2018,29000.0,Missouri,29205.0,Shelby County,924.0,AECI +2018,29000.0,Missouri,29207.0,Stoddard County,924.0,AECI +2018,29000.0,Missouri,29209.0,Stone County,924.0,AECI +2018,29000.0,Missouri,29211.0,Sullivan County,924.0,AECI +2018,29000.0,Missouri,29213.0,Taney County,924.0,AECI +2018,29000.0,Missouri,29215.0,Texas County,924.0,AECI +2018,29000.0,Missouri,29217.0,Vernon County,924.0,AECI +2018,29000.0,Missouri,29219.0,Warren County,924.0,AECI +2018,29000.0,Missouri,29221.0,Washington County,924.0,AECI +2018,29000.0,Missouri,29223.0,Wayne County,924.0,AECI +2018,29000.0,Missouri,29225.0,Webster County,924.0,AECI +2018,29000.0,Missouri,29227.0,Worth County,924.0,AECI +2018,29000.0,Missouri,29229.0,Wright County,924.0,AECI +2018,40000.0,Oklahoma,40001.0,Adair County,924.0,AECI +2018,40000.0,Oklahoma,40005.0,Atoka County,924.0,AECI +2018,40000.0,Oklahoma,40021.0,Cherokee County,924.0,AECI +2018,40000.0,Oklahoma,40037.0,Creek County,924.0,AECI +2018,40000.0,Oklahoma,40041.0,Delaware County,924.0,AECI +2018,40000.0,Oklahoma,40047.0,Garfield County,924.0,AECI +2018,40000.0,Oklahoma,40061.0,Haskell County,924.0,AECI +2018,40000.0,Oklahoma,40077.0,Latimer County,924.0,AECI +2018,40000.0,Oklahoma,40079.0,Le Flore County,924.0,AECI +2018,40000.0,Oklahoma,40081.0,Lincoln County,924.0,AECI +2018,40000.0,Oklahoma,40083.0,Logan County,924.0,AECI +2018,40000.0,Oklahoma,40091.0,McIntosh County,924.0,AECI +2018,40000.0,Oklahoma,40097.0,Mayes County,924.0,AECI +2018,40000.0,Oklahoma,40101.0,Muskogee County,924.0,AECI +2018,40000.0,Oklahoma,40103.0,Noble County,924.0,AECI +2018,40000.0,Oklahoma,40105.0,Nowata County,924.0,AECI +2018,40000.0,Oklahoma,40107.0,Okfuskee County,924.0,AECI +2018,40000.0,Oklahoma,40109.0,Oklahoma County,924.0,AECI +2018,40000.0,Oklahoma,40111.0,Okmulgee County,924.0,AECI +2018,40000.0,Oklahoma,40113.0,Osage County,924.0,AECI +2018,40000.0,Oklahoma,40117.0,Pawnee County,924.0,AECI +2018,40000.0,Oklahoma,40119.0,Payne County,924.0,AECI +2018,40000.0,Oklahoma,40121.0,Pittsburg County,924.0,AECI +2018,40000.0,Oklahoma,40127.0,Pushmataha County,924.0,AECI +2018,40000.0,Oklahoma,40131.0,Rogers County,924.0,AECI +2018,40000.0,Oklahoma,40133.0,Seminole County,924.0,AECI +2018,40000.0,Oklahoma,40135.0,Sequoyah County,924.0,AECI +2018,40000.0,Oklahoma,40143.0,Tulsa County,924.0,AECI +2018,40000.0,Oklahoma,40145.0,Wagoner County,924.0,AECI +2018,40000.0,Oklahoma,40147.0,Washington County,924.0,AECI +2018,6000.0,California,6093.0,Siskiyou County,1738.0,BPAT +2018,16000.0,Idaho,16009.0,Benewah County,1738.0,BPAT +2018,16000.0,Idaho,16011.0,Bingham County,1738.0,BPAT +2018,16000.0,Idaho,16017.0,Bonner County,1738.0,BPAT +2018,16000.0,Idaho,16019.0,Bonneville County,1738.0,BPAT +2018,16000.0,Idaho,16021.0,Boundary County,1738.0,BPAT +2018,16000.0,Idaho,16023.0,Butte County,1738.0,BPAT +2018,16000.0,Idaho,16029.0,Caribou County,1738.0,BPAT +2018,16000.0,Idaho,16031.0,Cassia County,1738.0,BPAT +2018,16000.0,Idaho,16033.0,Clark County,1738.0,BPAT +2018,16000.0,Idaho,16035.0,Clearwater County,1738.0,BPAT +2018,16000.0,Idaho,16037.0,Custer County,1738.0,BPAT +2018,16000.0,Idaho,16039.0,Elmore County,1738.0,BPAT +2018,16000.0,Idaho,16043.0,Fremont County,1738.0,BPAT +2018,16000.0,Idaho,16045.0,Gem County,1738.0,BPAT +2018,16000.0,Idaho,16049.0,Idaho County,1738.0,BPAT +2018,16000.0,Idaho,16051.0,Jefferson County,1738.0,BPAT +2018,16000.0,Idaho,16055.0,Kootenai County,1738.0,BPAT +2018,16000.0,Idaho,16057.0,Latah County,1738.0,BPAT +2018,16000.0,Idaho,16061.0,Lewis County,1738.0,BPAT +2018,16000.0,Idaho,16065.0,Madison County,1738.0,BPAT +2018,16000.0,Idaho,16067.0,Minidoka County,1738.0,BPAT +2018,16000.0,Idaho,16069.0,Nez Perce County,1738.0,BPAT +2018,16000.0,Idaho,16071.0,Oneida County,1738.0,BPAT +2018,16000.0,Idaho,16073.0,Owyhee County,1738.0,BPAT +2018,16000.0,Idaho,16077.0,Power County,1738.0,BPAT +2018,16000.0,Idaho,16079.0,Shoshone County,1738.0,BPAT +2018,16000.0,Idaho,16081.0,Teton County,1738.0,BPAT +2018,30000.0,Montana,30007.0,Broadwater County,1738.0,BPAT +2018,30000.0,Montana,30009.0,Carbon County,1738.0,BPAT +2018,30000.0,Montana,30023.0,Deer Lodge County,1738.0,BPAT +2018,30000.0,Montana,30029.0,Flathead County,1738.0,BPAT +2018,30000.0,Montana,30031.0,Gallatin County,1738.0,BPAT +2018,30000.0,Montana,30039.0,Granite County,1738.0,BPAT +2018,30000.0,Montana,30043.0,Jefferson County,1738.0,BPAT +2018,30000.0,Montana,30047.0,Lake County,1738.0,BPAT +2018,30000.0,Montana,30053.0,Lincoln County,1738.0,BPAT +2018,30000.0,Montana,30061.0,Mineral County,1738.0,BPAT +2018,30000.0,Montana,30063.0,Missoula County,1738.0,BPAT +2018,30000.0,Montana,30067.0,Park County,1738.0,BPAT +2018,30000.0,Montana,30077.0,Powell County,1738.0,BPAT +2018,30000.0,Montana,30081.0,Ravalli County,1738.0,BPAT +2018,30000.0,Montana,30089.0,Sanders County,1738.0,BPAT +2018,30000.0,Montana,30093.0,Silver Bow County,1738.0,BPAT +2018,32000.0,Nevada,32007.0,Elko County,1738.0,BPAT +2018,32000.0,Nevada,32013.0,Humboldt County,1738.0,BPAT +2018,41000.0,Oregon,41001.0,Baker County,1738.0,BPAT +2018,41000.0,Oregon,41003.0,Benton County,1738.0,BPAT +2018,41000.0,Oregon,41005.0,Clackamas County,1738.0,BPAT +2018,41000.0,Oregon,41007.0,Clatsop County,1738.0,BPAT +2018,41000.0,Oregon,41009.0,Columbia County,1738.0,BPAT +2018,41000.0,Oregon,41011.0,Coos County,1738.0,BPAT +2018,41000.0,Oregon,41013.0,Crook County,1738.0,BPAT +2018,41000.0,Oregon,41015.0,Curry County,1738.0,BPAT +2018,41000.0,Oregon,41017.0,Deschutes County,1738.0,BPAT +2018,41000.0,Oregon,41019.0,Douglas County,1738.0,BPAT +2018,41000.0,Oregon,41021.0,Gilliam County,1738.0,BPAT +2018,41000.0,Oregon,41023.0,Grant County,1738.0,BPAT +2018,41000.0,Oregon,41025.0,Harney County,1738.0,BPAT +2018,41000.0,Oregon,41027.0,Hood River County,1738.0,BPAT +2018,41000.0,Oregon,41031.0,Jefferson County,1738.0,BPAT +2018,41000.0,Oregon,41035.0,Klamath County,1738.0,BPAT +2018,41000.0,Oregon,41037.0,Lake County,1738.0,BPAT +2018,41000.0,Oregon,41039.0,Lane County,1738.0,BPAT +2018,41000.0,Oregon,41041.0,Lincoln County,1738.0,BPAT +2018,41000.0,Oregon,41043.0,Linn County,1738.0,BPAT +2018,41000.0,Oregon,41045.0,Malheur County,1738.0,BPAT +2018,41000.0,Oregon,41047.0,Marion County,1738.0,BPAT +2018,41000.0,Oregon,41049.0,Morrow County,1738.0,BPAT +2018,41000.0,Oregon,41051.0,Multnomah County,1738.0,BPAT +2018,41000.0,Oregon,41053.0,Polk County,1738.0,BPAT +2018,41000.0,Oregon,41055.0,Sherman County,1738.0,BPAT +2018,41000.0,Oregon,41057.0,Tillamook County,1738.0,BPAT +2018,41000.0,Oregon,41059.0,Umatilla County,1738.0,BPAT +2018,41000.0,Oregon,41061.0,Union County,1738.0,BPAT +2018,41000.0,Oregon,41063.0,Wallowa County,1738.0,BPAT +2018,41000.0,Oregon,41065.0,Wasco County,1738.0,BPAT +2018,41000.0,Oregon,41067.0,Washington County,1738.0,BPAT +2018,41000.0,Oregon,41069.0,Wheeler County,1738.0,BPAT +2018,41000.0,Oregon,41071.0,Yamhill County,1738.0,BPAT +2018,49000.0,Utah,49003.0,Box Elder County,1738.0,BPAT +2018,53000.0,Washington,53001.0,Adams County,1738.0,BPAT +2018,53000.0,Washington,53003.0,Asotin County,1738.0,BPAT +2018,53000.0,Washington,53005.0,Benton County,1738.0,BPAT +2018,53000.0,Washington,53007.0,Chelan County,1738.0,BPAT +2018,53000.0,Washington,53009.0,Clallam County,1738.0,BPAT +2018,53000.0,Washington,53011.0,Clark County,1738.0,BPAT +2018,53000.0,Washington,53013.0,Columbia County,1738.0,BPAT +2018,53000.0,Washington,53015.0,Cowlitz County,1738.0,BPAT +2018,53000.0,Washington,53017.0,Douglas County,1738.0,BPAT +2018,53000.0,Washington,53019.0,Ferry County,1738.0,BPAT +2018,53000.0,Washington,53021.0,Franklin County,1738.0,BPAT +2018,53000.0,Washington,53023.0,Garfield County,1738.0,BPAT +2018,53000.0,Washington,53025.0,Grant County,1738.0,BPAT +2018,53000.0,Washington,53027.0,Grays Harbor County,1738.0,BPAT +2018,53000.0,Washington,53029.0,Island County,1738.0,BPAT +2018,53000.0,Washington,53031.0,Jefferson County,1738.0,BPAT +2018,53000.0,Washington,53033.0,King County,1738.0,BPAT +2018,53000.0,Washington,53035.0,Kitsap County,1738.0,BPAT +2018,53000.0,Washington,53037.0,Kittitas County,1738.0,BPAT +2018,53000.0,Washington,53039.0,Klickitat County,1738.0,BPAT +2018,53000.0,Washington,53041.0,Lewis County,1738.0,BPAT +2018,53000.0,Washington,53043.0,Lincoln County,1738.0,BPAT +2018,53000.0,Washington,53045.0,Mason County,1738.0,BPAT +2018,53000.0,Washington,53047.0,Okanogan County,1738.0,BPAT +2018,53000.0,Washington,53049.0,Pacific County,1738.0,BPAT +2018,53000.0,Washington,53051.0,Pend Oreille County,1738.0,BPAT +2018,53000.0,Washington,53053.0,Pierce County,1738.0,BPAT +2018,53000.0,Washington,53055.0,San Juan County,1738.0,BPAT +2018,53000.0,Washington,53057.0,Skagit County,1738.0,BPAT +2018,53000.0,Washington,53059.0,Skamania County,1738.0,BPAT +2018,53000.0,Washington,53061.0,Snohomish County,1738.0,BPAT +2018,53000.0,Washington,53063.0,Spokane County,1738.0,BPAT +2018,53000.0,Washington,53065.0,Stevens County,1738.0,BPAT +2018,53000.0,Washington,53067.0,Thurston County,1738.0,BPAT +2018,53000.0,Washington,53069.0,Wahkiakum County,1738.0,BPAT +2018,53000.0,Washington,53071.0,Walla Walla County,1738.0,BPAT +2018,53000.0,Washington,53073.0,Whatcom County,1738.0,BPAT +2018,53000.0,Washington,53075.0,Whitman County,1738.0,BPAT +2018,53000.0,Washington,53077.0,Yakima County,1738.0,BPAT +2018,56000.0,Wyoming,56023.0,Lincoln County,1738.0,BPAT +2018,56000.0,Wyoming,56035.0,Sublette County,1738.0,BPAT +2018,56000.0,Wyoming,56039.0,Teton County,1738.0,BPAT +2018,6000.0,California,6001.0,Alameda County,2775.0,CISO +2018,6000.0,California,6003.0,Alpine County,2775.0,CISO +2018,6000.0,California,6005.0,Amador County,2775.0,CISO +2018,6000.0,California,6007.0,Butte County,2775.0,CISO +2018,6000.0,California,6009.0,Calaveras County,2775.0,CISO +2018,6000.0,California,6011.0,Colusa County,2775.0,CISO +2018,6000.0,California,6013.0,Contra Costa County,2775.0,CISO +2018,6000.0,California,6017.0,El Dorado County,2775.0,CISO +2018,6000.0,California,6019.0,Fresno County,2775.0,CISO +2018,6000.0,California,6021.0,Glenn County,2775.0,CISO +2018,6000.0,California,6023.0,Humboldt County,2775.0,CISO +2018,6000.0,California,6025.0,Imperial County,2775.0,CISO +2018,6000.0,California,6027.0,Inyo County,2775.0,CISO +2018,6000.0,California,6029.0,Kern County,2775.0,CISO +2018,6000.0,California,6031.0,Kings County,2775.0,CISO +2018,6000.0,California,6033.0,Lake County,2775.0,CISO +2018,6000.0,California,6035.0,Lassen County,2775.0,CISO +2018,6000.0,California,6037.0,Los Angeles County,2775.0,CISO +2018,6000.0,California,6039.0,Madera County,2775.0,CISO +2018,6000.0,California,6041.0,Marin County,2775.0,CISO +2018,6000.0,California,6043.0,Mariposa County,2775.0,CISO +2018,6000.0,California,6045.0,Mendocino County,2775.0,CISO +2018,6000.0,California,6047.0,Merced County,2775.0,CISO +2018,6000.0,California,6049.0,Modoc County,2775.0,CISO +2018,6000.0,California,6051.0,Mono County,2775.0,CISO +2018,6000.0,California,6053.0,Monterey County,2775.0,CISO +2018,6000.0,California,6055.0,Napa County,2775.0,CISO +2018,6000.0,California,6057.0,Nevada County,2775.0,CISO +2018,6000.0,California,6059.0,Orange County,2775.0,CISO +2018,6000.0,California,6061.0,Placer County,2775.0,CISO +2018,6000.0,California,6063.0,Plumas County,2775.0,CISO +2018,6000.0,California,6065.0,Riverside County,2775.0,CISO +2018,6000.0,California,6067.0,Sacramento County,2775.0,CISO +2018,6000.0,California,6069.0,San Benito County,2775.0,CISO +2018,6000.0,California,6071.0,San Bernardino County,2775.0,CISO +2018,6000.0,California,6073.0,San Diego County,2775.0,CISO +2018,6000.0,California,6075.0,San Francisco County,2775.0,CISO +2018,6000.0,California,6077.0,San Joaquin County,2775.0,CISO +2018,6000.0,California,6079.0,San Luis Obispo County,2775.0,CISO +2018,6000.0,California,6081.0,San Mateo County,2775.0,CISO +2018,6000.0,California,6083.0,Santa Barbara County,2775.0,CISO +2018,6000.0,California,6085.0,Santa Clara County,2775.0,CISO +2018,6000.0,California,6087.0,Santa Cruz County,2775.0,CISO +2018,6000.0,California,6089.0,Shasta County,2775.0,CISO +2018,6000.0,California,6091.0,Sierra County,2775.0,CISO +2018,6000.0,California,6093.0,Siskiyou County,2775.0,CISO +2018,6000.0,California,6095.0,Solano County,2775.0,CISO +2018,6000.0,California,6097.0,Sonoma County,2775.0,CISO +2018,6000.0,California,6099.0,Stanislaus County,2775.0,CISO +2018,6000.0,California,6101.0,Sutter County,2775.0,CISO +2018,6000.0,California,6103.0,Tehama County,2775.0,CISO +2018,6000.0,California,6105.0,Trinity County,2775.0,CISO +2018,6000.0,California,6107.0,Tulare County,2775.0,CISO +2018,6000.0,California,6109.0,Tuolumne County,2775.0,CISO +2018,6000.0,California,6111.0,Ventura County,2775.0,CISO +2018,6000.0,California,6113.0,Yolo County,2775.0,CISO +2018,6000.0,California,6115.0,Yuba County,2775.0,CISO +2018,32000.0,Nevada,32031.0,Washoe County,2775.0,CISO +2018,37000.0,North Carolina,37001.0,Alamance County,3046.0,CPLE +2018,37000.0,North Carolina,37007.0,Anson County,3046.0,CPLE +2018,37000.0,North Carolina,37011.0,Avery County,3046.0,CPLE +2018,37000.0,North Carolina,37013.0,Beaufort County,3046.0,CPLE +2018,37000.0,North Carolina,37017.0,Bladen County,3046.0,CPLE +2018,37000.0,North Carolina,37019.0,Brunswick County,3046.0,CPLE +2018,37000.0,North Carolina,37021.0,Buncombe County,3046.0,CPLE +2018,37000.0,North Carolina,37031.0,Carteret County,3046.0,CPLE +2018,37000.0,North Carolina,37033.0,Caswell County,3046.0,CPLE +2018,37000.0,North Carolina,37037.0,Chatham County,3046.0,CPLE +2018,37000.0,North Carolina,37041.0,Chowan County,3046.0,CPLE +2018,37000.0,North Carolina,37047.0,Columbus County,3046.0,CPLE +2018,37000.0,North Carolina,37049.0,Craven County,3046.0,CPLE +2018,37000.0,North Carolina,37051.0,Cumberland County,3046.0,CPLE +2018,37000.0,North Carolina,37061.0,Duplin County,3046.0,CPLE +2018,37000.0,North Carolina,37063.0,Durham County,3046.0,CPLE +2018,37000.0,North Carolina,37065.0,Edgecombe County,3046.0,CPLE +2018,37000.0,North Carolina,37069.0,Franklin County,3046.0,CPLE +2018,37000.0,North Carolina,37077.0,Granville County,3046.0,CPLE +2018,37000.0,North Carolina,37079.0,Greene County,3046.0,CPLE +2018,37000.0,North Carolina,37081.0,Guilford County,3046.0,CPLE +2018,37000.0,North Carolina,37083.0,Halifax County,3046.0,CPLE +2018,37000.0,North Carolina,37085.0,Harnett County,3046.0,CPLE +2018,37000.0,North Carolina,37087.0,Haywood County,3046.0,CPLE +2018,37000.0,North Carolina,37089.0,Henderson County,3046.0,CPLE +2018,37000.0,North Carolina,37093.0,Hoke County,3046.0,CPLE +2018,37000.0,North Carolina,37099.0,Jackson County,3046.0,CPLE +2018,37000.0,North Carolina,37101.0,Johnston County,3046.0,CPLE +2018,37000.0,North Carolina,37103.0,Jones County,3046.0,CPLE +2018,37000.0,North Carolina,37105.0,Lee County,3046.0,CPLE +2018,37000.0,North Carolina,37107.0,Lenoir County,3046.0,CPLE +2018,37000.0,North Carolina,37111.0,McDowell County,3046.0,CPLE +2018,37000.0,North Carolina,37115.0,Madison County,3046.0,CPLE +2018,37000.0,North Carolina,37117.0,Martin County,3046.0,CPLE +2018,37000.0,North Carolina,37121.0,Mitchell County,3046.0,CPLE +2018,37000.0,North Carolina,37123.0,Montgomery County,3046.0,CPLE +2018,37000.0,North Carolina,37125.0,Moore County,3046.0,CPLE +2018,37000.0,North Carolina,37127.0,Nash County,3046.0,CPLE +2018,37000.0,North Carolina,37129.0,New Hanover County,3046.0,CPLE +2018,37000.0,North Carolina,37133.0,Onslow County,3046.0,CPLE +2018,37000.0,North Carolina,37135.0,Orange County,3046.0,CPLE +2018,37000.0,North Carolina,37137.0,Pamlico County,3046.0,CPLE +2018,37000.0,North Carolina,37139.0,Pasquotank County,3046.0,CPLE +2018,37000.0,North Carolina,37141.0,Pender County,3046.0,CPLE +2018,37000.0,North Carolina,37145.0,Person County,3046.0,CPLE +2018,37000.0,North Carolina,37147.0,Pitt County,3046.0,CPLE +2018,37000.0,North Carolina,37151.0,Randolph County,3046.0,CPLE +2018,37000.0,North Carolina,37153.0,Richmond County,3046.0,CPLE +2018,37000.0,North Carolina,37155.0,Robeson County,3046.0,CPLE +2018,37000.0,North Carolina,37161.0,Rutherford County,3046.0,CPLE +2018,37000.0,North Carolina,37163.0,Sampson County,3046.0,CPLE +2018,37000.0,North Carolina,37165.0,Scotland County,3046.0,CPLE +2018,37000.0,North Carolina,37167.0,Stanly County,3046.0,CPLE +2018,37000.0,North Carolina,37179.0,Union County,3046.0,CPLE +2018,37000.0,North Carolina,37181.0,Vance County,3046.0,CPLE +2018,37000.0,North Carolina,37183.0,Wake County,3046.0,CPLE +2018,37000.0,North Carolina,37185.0,Warren County,3046.0,CPLE +2018,37000.0,North Carolina,37191.0,Wayne County,3046.0,CPLE +2018,37000.0,North Carolina,37195.0,Wilson County,3046.0,CPLE +2018,37000.0,North Carolina,37199.0,Yancey County,3046.0,CPLE +2018,45000.0,South Carolina,45025.0,Chesterfield County,3046.0,CPLE +2018,45000.0,South Carolina,45027.0,Clarendon County,3046.0,CPLE +2018,45000.0,South Carolina,45031.0,Darlington County,3046.0,CPLE +2018,45000.0,South Carolina,45033.0,Dillon County,3046.0,CPLE +2018,45000.0,South Carolina,45041.0,Florence County,3046.0,CPLE +2018,45000.0,South Carolina,45043.0,Georgetown County,3046.0,CPLE +2018,45000.0,South Carolina,45051.0,Horry County,3046.0,CPLE +2018,45000.0,South Carolina,45055.0,Kershaw County,3046.0,CPLE +2018,45000.0,South Carolina,45061.0,Lee County,3046.0,CPLE +2018,45000.0,South Carolina,45067.0,Marion County,3046.0,CPLE +2018,45000.0,South Carolina,45069.0,Marlboro County,3046.0,CPLE +2018,45000.0,South Carolina,45085.0,Sumter County,3046.0,CPLE +2018,45000.0,South Carolina,45089.0,Williamsburg County,3046.0,CPLE +2018,47000.0,Tennessee,47029.0,Cocke County,3046.0,CPLE +2018,47000.0,Tennessee,47171.0,Unicoi County,3046.0,CPLE +2018,53000.0,Washington,53007.0,Chelan County,3413.0,CHPD +2018,53000.0,Washington,53033.0,King County,3413.0,CHPD +2018,53000.0,Washington,53037.0,Kittitas County,3413.0,CHPD +2018,53000.0,Washington,53047.0,Okanogan County,3413.0,CHPD +2018,2000.0,Alaska,2020.0,Anchorage Municipality,3522.0,CEA +2018,2000.0,Alaska,2122.0,Kenai Peninsula Borough,3522.0,CEA +2018,53000.0,Washington,53017.0,Douglas County,5326.0,DOPD +2018,53000.0,Washington,53047.0,Okanogan County,5326.0,DOPD +2018,13000.0,Georgia,13241.0,Rabun County,5416.0,DUK +2018,37000.0,North Carolina,37001.0,Alamance County,5416.0,DUK +2018,37000.0,North Carolina,37003.0,Alexander County,5416.0,DUK +2018,37000.0,North Carolina,37005.0,Alleghany County,5416.0,DUK +2018,37000.0,North Carolina,37007.0,Anson County,5416.0,DUK +2018,37000.0,North Carolina,37009.0,Ashe County,5416.0,DUK +2018,37000.0,North Carolina,37011.0,Avery County,5416.0,DUK +2018,37000.0,North Carolina,37021.0,Buncombe County,5416.0,DUK +2018,37000.0,North Carolina,37023.0,Burke County,5416.0,DUK +2018,37000.0,North Carolina,37025.0,Cabarrus County,5416.0,DUK +2018,37000.0,North Carolina,37027.0,Caldwell County,5416.0,DUK +2018,37000.0,North Carolina,37033.0,Caswell County,5416.0,DUK +2018,37000.0,North Carolina,37035.0,Catawba County,5416.0,DUK +2018,37000.0,North Carolina,37037.0,Chatham County,5416.0,DUK +2018,37000.0,North Carolina,37039.0,Cherokee County,5416.0,DUK +2018,37000.0,North Carolina,37043.0,Clay County,5416.0,DUK +2018,37000.0,North Carolina,37045.0,Cleveland County,5416.0,DUK +2018,37000.0,North Carolina,37057.0,Davidson County,5416.0,DUK +2018,37000.0,North Carolina,37059.0,Davie County,5416.0,DUK +2018,37000.0,North Carolina,37063.0,Durham County,5416.0,DUK +2018,37000.0,North Carolina,37067.0,Forsyth County,5416.0,DUK +2018,37000.0,North Carolina,37071.0,Gaston County,5416.0,DUK +2018,37000.0,North Carolina,37075.0,Graham County,5416.0,DUK +2018,37000.0,North Carolina,37077.0,Granville County,5416.0,DUK +2018,37000.0,North Carolina,37081.0,Guilford County,5416.0,DUK +2018,37000.0,North Carolina,37087.0,Haywood County,5416.0,DUK +2018,37000.0,North Carolina,37089.0,Henderson County,5416.0,DUK +2018,37000.0,North Carolina,37097.0,Iredell County,5416.0,DUK +2018,37000.0,North Carolina,37099.0,Jackson County,5416.0,DUK +2018,37000.0,North Carolina,37109.0,Lincoln County,5416.0,DUK +2018,37000.0,North Carolina,37111.0,McDowell County,5416.0,DUK +2018,37000.0,North Carolina,37113.0,Macon County,5416.0,DUK +2018,37000.0,North Carolina,37115.0,Madison County,5416.0,DUK +2018,37000.0,North Carolina,37119.0,Mecklenburg County,5416.0,DUK +2018,37000.0,North Carolina,37121.0,Mitchell County,5416.0,DUK +2018,37000.0,North Carolina,37123.0,Montgomery County,5416.0,DUK +2018,37000.0,North Carolina,37135.0,Orange County,5416.0,DUK +2018,37000.0,North Carolina,37145.0,Person County,5416.0,DUK +2018,37000.0,North Carolina,37149.0,Polk County,5416.0,DUK +2018,37000.0,North Carolina,37151.0,Randolph County,5416.0,DUK +2018,37000.0,North Carolina,37157.0,Rockingham County,5416.0,DUK +2018,37000.0,North Carolina,37159.0,Rowan County,5416.0,DUK +2018,37000.0,North Carolina,37161.0,Rutherford County,5416.0,DUK +2018,37000.0,North Carolina,37167.0,Stanly County,5416.0,DUK +2018,37000.0,North Carolina,37169.0,Stokes County,5416.0,DUK +2018,37000.0,North Carolina,37171.0,Surry County,5416.0,DUK +2018,37000.0,North Carolina,37173.0,Swain County,5416.0,DUK +2018,37000.0,North Carolina,37175.0,Transylvania County,5416.0,DUK +2018,37000.0,North Carolina,37179.0,Union County,5416.0,DUK +2018,37000.0,North Carolina,37183.0,Wake County,5416.0,DUK +2018,37000.0,North Carolina,37189.0,Watauga County,5416.0,DUK +2018,37000.0,North Carolina,37193.0,Wilkes County,5416.0,DUK +2018,37000.0,North Carolina,37197.0,Yadkin County,5416.0,DUK +2018,45000.0,South Carolina,45001.0,Abbeville County,5416.0,DUK +2018,45000.0,South Carolina,45007.0,Anderson County,5416.0,DUK +2018,45000.0,South Carolina,45021.0,Cherokee County,5416.0,DUK +2018,45000.0,South Carolina,45023.0,Chester County,5416.0,DUK +2018,45000.0,South Carolina,45037.0,Edgefield County,5416.0,DUK +2018,45000.0,South Carolina,45039.0,Fairfield County,5416.0,DUK +2018,45000.0,South Carolina,45045.0,Greenville County,5416.0,DUK +2018,45000.0,South Carolina,45047.0,Greenwood County,5416.0,DUK +2018,45000.0,South Carolina,45055.0,Kershaw County,5416.0,DUK +2018,45000.0,South Carolina,45057.0,Lancaster County,5416.0,DUK +2018,45000.0,South Carolina,45059.0,Laurens County,5416.0,DUK +2018,45000.0,South Carolina,45065.0,McCormick County,5416.0,DUK +2018,45000.0,South Carolina,45071.0,Newberry County,5416.0,DUK +2018,45000.0,South Carolina,45073.0,Oconee County,5416.0,DUK +2018,45000.0,South Carolina,45077.0,Pickens County,5416.0,DUK +2018,45000.0,South Carolina,45081.0,Saluda County,5416.0,DUK +2018,45000.0,South Carolina,45083.0,Spartanburg County,5416.0,DUK +2018,45000.0,South Carolina,45087.0,Union County,5416.0,DUK +2018,45000.0,South Carolina,45091.0,York County,5416.0,DUK +2018,35000.0,New Mexico,35013.0,Dona Ana County,5701.0,EPE +2018,35000.0,New Mexico,35015.0,Eddy County,5701.0,EPE +2018,35000.0,New Mexico,35029.0,Luna County,5701.0,EPE +2018,35000.0,New Mexico,35035.0,Otero County,5701.0,EPE +2018,35000.0,New Mexico,35051.0,Sierra County,5701.0,EPE +2018,48000.0,Texas,48043.0,Brewster County,5701.0,EPE +2018,48000.0,Texas,48105.0,Crockett County,5701.0,EPE +2018,48000.0,Texas,48109.0,Culberson County,5701.0,EPE +2018,48000.0,Texas,48127.0,Dimmit County,5701.0,EPE +2018,48000.0,Texas,48137.0,Edwards County,5701.0,EPE +2018,48000.0,Texas,48141.0,El Paso County,5701.0,EPE +2018,48000.0,Texas,48229.0,Hudspeth County,5701.0,EPE +2018,48000.0,Texas,48243.0,Jeff Davis County,5701.0,EPE +2018,48000.0,Texas,48271.0,Kinney County,5701.0,EPE +2018,48000.0,Texas,48323.0,Maverick County,5701.0,EPE +2018,48000.0,Texas,48371.0,Pecos County,5701.0,EPE +2018,48000.0,Texas,48377.0,Presidio County,5701.0,EPE +2018,48000.0,Texas,48389.0,Reeves County,5701.0,EPE +2018,48000.0,Texas,48443.0,Terrell County,5701.0,EPE +2018,48000.0,Texas,48463.0,Uvalde County,5701.0,EPE +2018,48000.0,Texas,48465.0,Val Verde County,5701.0,EPE +2018,48000.0,Texas,48479.0,Webb County,5701.0,EPE +2018,48000.0,Texas,48507.0,Zavala County,5701.0,EPE +2018,35000.0,New Mexico,35015.0,Eddy County,5723.0,ERCO +2018,35000.0,New Mexico,35035.0,Otero County,5723.0,ERCO +2018,48000.0,Texas,48001.0,Anderson County,5723.0,ERCO +2018,48000.0,Texas,48005.0,Angelina County,5723.0,ERCO +2018,48000.0,Texas,48007.0,Aransas County,5723.0,ERCO +2018,48000.0,Texas,48009.0,Archer County,5723.0,ERCO +2018,48000.0,Texas,48011.0,Armstrong County,5723.0,ERCO +2018,48000.0,Texas,48013.0,Atascosa County,5723.0,ERCO +2018,48000.0,Texas,48015.0,Austin County,5723.0,ERCO +2018,48000.0,Texas,48019.0,Bandera County,5723.0,ERCO +2018,48000.0,Texas,48021.0,Bastrop County,5723.0,ERCO +2018,48000.0,Texas,48023.0,Baylor County,5723.0,ERCO +2018,48000.0,Texas,48025.0,Bee County,5723.0,ERCO +2018,48000.0,Texas,48027.0,Bell County,5723.0,ERCO +2018,48000.0,Texas,48029.0,Bexar County,5723.0,ERCO +2018,48000.0,Texas,48031.0,Blanco County,5723.0,ERCO +2018,48000.0,Texas,48033.0,Borden County,5723.0,ERCO +2018,48000.0,Texas,48035.0,Bosque County,5723.0,ERCO +2018,48000.0,Texas,48039.0,Brazoria County,5723.0,ERCO +2018,48000.0,Texas,48041.0,Brazos County,5723.0,ERCO +2018,48000.0,Texas,48043.0,Brewster County,5723.0,ERCO +2018,48000.0,Texas,48045.0,Briscoe County,5723.0,ERCO +2018,48000.0,Texas,48047.0,Brooks County,5723.0,ERCO +2018,48000.0,Texas,48049.0,Brown County,5723.0,ERCO +2018,48000.0,Texas,48051.0,Burleson County,5723.0,ERCO +2018,48000.0,Texas,48053.0,Burnet County,5723.0,ERCO +2018,48000.0,Texas,48055.0,Caldwell County,5723.0,ERCO +2018,48000.0,Texas,48057.0,Calhoun County,5723.0,ERCO +2018,48000.0,Texas,48059.0,Callahan County,5723.0,ERCO +2018,48000.0,Texas,48061.0,Cameron County,5723.0,ERCO +2018,48000.0,Texas,48073.0,Cherokee County,5723.0,ERCO +2018,48000.0,Texas,48075.0,Childress County,5723.0,ERCO +2018,48000.0,Texas,48077.0,Clay County,5723.0,ERCO +2018,48000.0,Texas,48081.0,Coke County,5723.0,ERCO +2018,48000.0,Texas,48083.0,Coleman County,5723.0,ERCO +2018,48000.0,Texas,48085.0,Collin County,5723.0,ERCO +2018,48000.0,Texas,48087.0,Collingsworth County,5723.0,ERCO +2018,48000.0,Texas,48089.0,Colorado County,5723.0,ERCO +2018,48000.0,Texas,48091.0,Comal County,5723.0,ERCO +2018,48000.0,Texas,48093.0,Comanche County,5723.0,ERCO +2018,48000.0,Texas,48095.0,Concho County,5723.0,ERCO +2018,48000.0,Texas,48097.0,Cooke County,5723.0,ERCO +2018,48000.0,Texas,48099.0,Coryell County,5723.0,ERCO +2018,48000.0,Texas,48101.0,Cottle County,5723.0,ERCO +2018,48000.0,Texas,48105.0,Crockett County,5723.0,ERCO +2018,48000.0,Texas,48107.0,Crosby County,5723.0,ERCO +2018,48000.0,Texas,48109.0,Culberson County,5723.0,ERCO +2018,48000.0,Texas,48113.0,Dallas County,5723.0,ERCO +2018,48000.0,Texas,48119.0,Delta County,5723.0,ERCO +2018,48000.0,Texas,48121.0,Denton County,5723.0,ERCO +2018,48000.0,Texas,48123.0,DeWitt County,5723.0,ERCO +2018,48000.0,Texas,48125.0,Dickens County,5723.0,ERCO +2018,48000.0,Texas,48127.0,Dimmit County,5723.0,ERCO +2018,48000.0,Texas,48129.0,Donley County,5723.0,ERCO +2018,48000.0,Texas,48131.0,Duval County,5723.0,ERCO +2018,48000.0,Texas,48133.0,Eastland County,5723.0,ERCO +2018,48000.0,Texas,48137.0,Edwards County,5723.0,ERCO +2018,48000.0,Texas,48139.0,Ellis County,5723.0,ERCO +2018,48000.0,Texas,48141.0,El Paso County,5723.0,ERCO +2018,48000.0,Texas,48143.0,Erath County,5723.0,ERCO +2018,48000.0,Texas,48145.0,Falls County,5723.0,ERCO +2018,48000.0,Texas,48147.0,Fannin County,5723.0,ERCO +2018,48000.0,Texas,48149.0,Fayette County,5723.0,ERCO +2018,48000.0,Texas,48151.0,Fisher County,5723.0,ERCO +2018,48000.0,Texas,48153.0,Floyd County,5723.0,ERCO +2018,48000.0,Texas,48155.0,Foard County,5723.0,ERCO +2018,48000.0,Texas,48159.0,Franklin County,5723.0,ERCO +2018,48000.0,Texas,48161.0,Freestone County,5723.0,ERCO +2018,48000.0,Texas,48163.0,Frio County,5723.0,ERCO +2018,48000.0,Texas,48169.0,Garza County,5723.0,ERCO +2018,48000.0,Texas,48171.0,Gillespie County,5723.0,ERCO +2018,48000.0,Texas,48173.0,Glasscock County,5723.0,ERCO +2018,48000.0,Texas,48175.0,Goliad County,5723.0,ERCO +2018,48000.0,Texas,48177.0,Gonzales County,5723.0,ERCO +2018,48000.0,Texas,48179.0,Gray County,5723.0,ERCO +2018,48000.0,Texas,48181.0,Grayson County,5723.0,ERCO +2018,48000.0,Texas,48185.0,Grimes County,5723.0,ERCO +2018,48000.0,Texas,48187.0,Guadalupe County,5723.0,ERCO +2018,48000.0,Texas,48189.0,Hale County,5723.0,ERCO +2018,48000.0,Texas,48191.0,Hall County,5723.0,ERCO +2018,48000.0,Texas,48193.0,Hamilton County,5723.0,ERCO +2018,48000.0,Texas,48197.0,Hardeman County,5723.0,ERCO +2018,48000.0,Texas,48201.0,Harris County,5723.0,ERCO +2018,48000.0,Texas,48207.0,Haskell County,5723.0,ERCO +2018,48000.0,Texas,48209.0,Hays County,5723.0,ERCO +2018,48000.0,Texas,48211.0,Hemphill County,5723.0,ERCO +2018,48000.0,Texas,48213.0,Henderson County,5723.0,ERCO +2018,48000.0,Texas,48215.0,Hidalgo County,5723.0,ERCO +2018,48000.0,Texas,48217.0,Hill County,5723.0,ERCO +2018,48000.0,Texas,48219.0,Hockley County,5723.0,ERCO +2018,48000.0,Texas,48221.0,Hood County,5723.0,ERCO +2018,48000.0,Texas,48223.0,Hopkins County,5723.0,ERCO +2018,48000.0,Texas,48225.0,Houston County,5723.0,ERCO +2018,48000.0,Texas,48229.0,Hudspeth County,5723.0,ERCO +2018,48000.0,Texas,48231.0,Hunt County,5723.0,ERCO +2018,48000.0,Texas,48235.0,Irion County,5723.0,ERCO +2018,48000.0,Texas,48237.0,Jack County,5723.0,ERCO +2018,48000.0,Texas,48239.0,Jackson County,5723.0,ERCO +2018,48000.0,Texas,48243.0,Jeff Davis County,5723.0,ERCO +2018,48000.0,Texas,48247.0,Jim Hogg County,5723.0,ERCO +2018,48000.0,Texas,48249.0,Jim Wells County,5723.0,ERCO +2018,48000.0,Texas,48251.0,Johnson County,5723.0,ERCO +2018,48000.0,Texas,48253.0,Jones County,5723.0,ERCO +2018,48000.0,Texas,48255.0,Karnes County,5723.0,ERCO +2018,48000.0,Texas,48257.0,Kaufman County,5723.0,ERCO +2018,48000.0,Texas,48259.0,Kendall County,5723.0,ERCO +2018,48000.0,Texas,48261.0,Kenedy County,5723.0,ERCO +2018,48000.0,Texas,48263.0,Kent County,5723.0,ERCO +2018,48000.0,Texas,48265.0,Kerr County,5723.0,ERCO +2018,48000.0,Texas,48267.0,Kimble County,5723.0,ERCO +2018,48000.0,Texas,48269.0,King County,5723.0,ERCO +2018,48000.0,Texas,48271.0,Kinney County,5723.0,ERCO +2018,48000.0,Texas,48273.0,Kleberg County,5723.0,ERCO +2018,48000.0,Texas,48275.0,Knox County,5723.0,ERCO +2018,48000.0,Texas,48277.0,Lamar County,5723.0,ERCO +2018,48000.0,Texas,48279.0,Lamb County,5723.0,ERCO +2018,48000.0,Texas,48281.0,Lampasas County,5723.0,ERCO +2018,48000.0,Texas,48283.0,La Salle County,5723.0,ERCO +2018,48000.0,Texas,48285.0,Lavaca County,5723.0,ERCO +2018,48000.0,Texas,48287.0,Lee County,5723.0,ERCO +2018,48000.0,Texas,48289.0,Leon County,5723.0,ERCO +2018,48000.0,Texas,48293.0,Limestone County,5723.0,ERCO +2018,48000.0,Texas,48297.0,Live Oak County,5723.0,ERCO +2018,48000.0,Texas,48299.0,Llano County,5723.0,ERCO +2018,48000.0,Texas,48303.0,Lubbock County,5723.0,ERCO +2018,48000.0,Texas,48305.0,Lynn County,5723.0,ERCO +2018,48000.0,Texas,48307.0,McCulloch County,5723.0,ERCO +2018,48000.0,Texas,48309.0,McLennan County,5723.0,ERCO +2018,48000.0,Texas,48311.0,McMullen County,5723.0,ERCO +2018,48000.0,Texas,48313.0,Madison County,5723.0,ERCO +2018,48000.0,Texas,48319.0,Mason County,5723.0,ERCO +2018,48000.0,Texas,48321.0,Matagorda County,5723.0,ERCO +2018,48000.0,Texas,48323.0,Maverick County,5723.0,ERCO +2018,48000.0,Texas,48325.0,Medina County,5723.0,ERCO +2018,48000.0,Texas,48327.0,Menard County,5723.0,ERCO +2018,48000.0,Texas,48331.0,Milam County,5723.0,ERCO +2018,48000.0,Texas,48333.0,Mills County,5723.0,ERCO +2018,48000.0,Texas,48335.0,Mitchell County,5723.0,ERCO +2018,48000.0,Texas,48337.0,Montague County,5723.0,ERCO +2018,48000.0,Texas,48339.0,Montgomery County,5723.0,ERCO +2018,48000.0,Texas,48345.0,Motley County,5723.0,ERCO +2018,48000.0,Texas,48347.0,Nacogdoches County,5723.0,ERCO +2018,48000.0,Texas,48349.0,Navarro County,5723.0,ERCO +2018,48000.0,Texas,48353.0,Nolan County,5723.0,ERCO +2018,48000.0,Texas,48355.0,Nueces County,5723.0,ERCO +2018,48000.0,Texas,48363.0,Palo Pinto County,5723.0,ERCO +2018,48000.0,Texas,48367.0,Parker County,5723.0,ERCO +2018,48000.0,Texas,48371.0,Pecos County,5723.0,ERCO +2018,48000.0,Texas,48377.0,Presidio County,5723.0,ERCO +2018,48000.0,Texas,48379.0,Rains County,5723.0,ERCO +2018,48000.0,Texas,48381.0,Randall County,5723.0,ERCO +2018,48000.0,Texas,48383.0,Reagan County,5723.0,ERCO +2018,48000.0,Texas,48385.0,Real County,5723.0,ERCO +2018,48000.0,Texas,48387.0,Red River County,5723.0,ERCO +2018,48000.0,Texas,48389.0,Reeves County,5723.0,ERCO +2018,48000.0,Texas,48391.0,Refugio County,5723.0,ERCO +2018,48000.0,Texas,48393.0,Roberts County,5723.0,ERCO +2018,48000.0,Texas,48395.0,Robertson County,5723.0,ERCO +2018,48000.0,Texas,48397.0,Rockwall County,5723.0,ERCO +2018,48000.0,Texas,48399.0,Runnels County,5723.0,ERCO +2018,48000.0,Texas,48401.0,Rusk County,5723.0,ERCO +2018,48000.0,Texas,48409.0,San Patricio County,5723.0,ERCO +2018,48000.0,Texas,48411.0,San Saba County,5723.0,ERCO +2018,48000.0,Texas,48413.0,Schleicher County,5723.0,ERCO +2018,48000.0,Texas,48415.0,Scurry County,5723.0,ERCO +2018,48000.0,Texas,48417.0,Shackelford County,5723.0,ERCO +2018,48000.0,Texas,48423.0,Smith County,5723.0,ERCO +2018,48000.0,Texas,48425.0,Somervell County,5723.0,ERCO +2018,48000.0,Texas,48427.0,Starr County,5723.0,ERCO +2018,48000.0,Texas,48429.0,Stephens County,5723.0,ERCO +2018,48000.0,Texas,48431.0,Sterling County,5723.0,ERCO +2018,48000.0,Texas,48433.0,Stonewall County,5723.0,ERCO +2018,48000.0,Texas,48435.0,Sutton County,5723.0,ERCO +2018,48000.0,Texas,48437.0,Swisher County,5723.0,ERCO +2018,48000.0,Texas,48439.0,Tarrant County,5723.0,ERCO +2018,48000.0,Texas,48441.0,Taylor County,5723.0,ERCO +2018,48000.0,Texas,48443.0,Terrell County,5723.0,ERCO +2018,48000.0,Texas,48447.0,Throckmorton County,5723.0,ERCO +2018,48000.0,Texas,48451.0,Tom Green County,5723.0,ERCO +2018,48000.0,Texas,48453.0,Travis County,5723.0,ERCO +2018,48000.0,Texas,48455.0,Trinity County,5723.0,ERCO +2018,48000.0,Texas,48461.0,Upton County,5723.0,ERCO +2018,48000.0,Texas,48463.0,Uvalde County,5723.0,ERCO +2018,48000.0,Texas,48465.0,Val Verde County,5723.0,ERCO +2018,48000.0,Texas,48467.0,Van Zandt County,5723.0,ERCO +2018,48000.0,Texas,48469.0,Victoria County,5723.0,ERCO +2018,48000.0,Texas,48471.0,Walker County,5723.0,ERCO +2018,48000.0,Texas,48473.0,Waller County,5723.0,ERCO +2018,48000.0,Texas,48477.0,Washington County,5723.0,ERCO +2018,48000.0,Texas,48479.0,Webb County,5723.0,ERCO +2018,48000.0,Texas,48481.0,Wharton County,5723.0,ERCO +2018,48000.0,Texas,48483.0,Wheeler County,5723.0,ERCO +2018,48000.0,Texas,48487.0,Wilbarger County,5723.0,ERCO +2018,48000.0,Texas,48489.0,Willacy County,5723.0,ERCO +2018,48000.0,Texas,48491.0,Williamson County,5723.0,ERCO +2018,48000.0,Texas,48493.0,Wilson County,5723.0,ERCO +2018,48000.0,Texas,48497.0,Wise County,5723.0,ERCO +2018,48000.0,Texas,48499.0,Wood County,5723.0,ERCO +2018,48000.0,Texas,48503.0,Young County,5723.0,ERCO +2018,48000.0,Texas,48505.0,Zapata County,5723.0,ERCO +2018,48000.0,Texas,48507.0,Zavala County,5723.0,ERCO +2018,12000.0,Florida,12001.0,Alachua County,6452.0,FPL +2018,12000.0,Florida,12003.0,Baker County,6452.0,FPL +2018,12000.0,Florida,12007.0,Bradford County,6452.0,FPL +2018,12000.0,Florida,12009.0,Brevard County,6452.0,FPL +2018,12000.0,Florida,12011.0,Broward County,6452.0,FPL +2018,12000.0,Florida,12015.0,Charlotte County,6452.0,FPL +2018,12000.0,Florida,12019.0,Clay County,6452.0,FPL +2018,12000.0,Florida,12021.0,Collier County,6452.0,FPL +2018,12000.0,Florida,12023.0,Columbia County,6452.0,FPL +2018,12000.0,Florida,12027.0,DeSoto County,6452.0,FPL +2018,12000.0,Florida,12031.0,Duval County,6452.0,FPL +2018,12000.0,Florida,12035.0,Flagler County,6452.0,FPL +2018,12000.0,Florida,12043.0,Glades County,6452.0,FPL +2018,12000.0,Florida,12049.0,Hardee County,6452.0,FPL +2018,12000.0,Florida,12051.0,Hendry County,6452.0,FPL +2018,12000.0,Florida,12055.0,Highlands County,6452.0,FPL +2018,12000.0,Florida,12061.0,Indian River County,6452.0,FPL +2018,12000.0,Florida,12071.0,Lee County,6452.0,FPL +2018,12000.0,Florida,12081.0,Manatee County,6452.0,FPL +2018,12000.0,Florida,12085.0,Martin County,6452.0,FPL +2018,12000.0,Florida,12086.0,Miami-Dade County,6452.0,FPL +2018,12000.0,Florida,12087.0,Monroe County,6452.0,FPL +2018,12000.0,Florida,12089.0,Nassau County,6452.0,FPL +2018,12000.0,Florida,12093.0,Okeechobee County,6452.0,FPL +2018,12000.0,Florida,12095.0,Orange County,6452.0,FPL +2018,12000.0,Florida,12097.0,Osceola County,6452.0,FPL +2018,12000.0,Florida,12099.0,Palm Beach County,6452.0,FPL +2018,12000.0,Florida,12107.0,Putnam County,6452.0,FPL +2018,12000.0,Florida,12109.0,St. Johns County,6452.0,FPL +2018,12000.0,Florida,12111.0,St. Lucie County,6452.0,FPL +2018,12000.0,Florida,12115.0,Sarasota County,6452.0,FPL +2018,12000.0,Florida,12117.0,Seminole County,6452.0,FPL +2018,12000.0,Florida,12121.0,Suwannee County,6452.0,FPL +2018,12000.0,Florida,12125.0,Union County,6452.0,FPL +2018,12000.0,Florida,12127.0,Volusia County,6452.0,FPL +2018,12000.0,Florida,12001.0,Alachua County,6455.0,FPC +2018,12000.0,Florida,12005.0,Bay County,6455.0,FPC +2018,12000.0,Florida,12009.0,Brevard County,6455.0,FPC +2018,12000.0,Florida,12017.0,Citrus County,6455.0,FPC +2018,12000.0,Florida,12023.0,Columbia County,6455.0,FPC +2018,12000.0,Florida,12029.0,Dixie County,6455.0,FPC +2018,12000.0,Florida,12035.0,Flagler County,6455.0,FPC +2018,12000.0,Florida,12037.0,Franklin County,6455.0,FPC +2018,12000.0,Florida,12039.0,Gadsden County,6455.0,FPC +2018,12000.0,Florida,12041.0,Gilchrist County,6455.0,FPC +2018,12000.0,Florida,12045.0,Gulf County,6455.0,FPC +2018,12000.0,Florida,12047.0,Hamilton County,6455.0,FPC +2018,12000.0,Florida,12049.0,Hardee County,6455.0,FPC +2018,12000.0,Florida,12051.0,Hendry County,6455.0,FPC +2018,12000.0,Florida,12053.0,Hernando County,6455.0,FPC +2018,12000.0,Florida,12055.0,Highlands County,6455.0,FPC +2018,12000.0,Florida,12057.0,Hillsborough County,6455.0,FPC +2018,12000.0,Florida,12065.0,Jefferson County,6455.0,FPC +2018,12000.0,Florida,12067.0,Lafayette County,6455.0,FPC +2018,12000.0,Florida,12069.0,Lake County,6455.0,FPC +2018,12000.0,Florida,12073.0,Leon County,6455.0,FPC +2018,12000.0,Florida,12075.0,Levy County,6455.0,FPC +2018,12000.0,Florida,12079.0,Madison County,6455.0,FPC +2018,12000.0,Florida,12083.0,Marion County,6455.0,FPC +2018,12000.0,Florida,12095.0,Orange County,6455.0,FPC +2018,12000.0,Florida,12097.0,Osceola County,6455.0,FPC +2018,12000.0,Florida,12101.0,Pasco County,6455.0,FPC +2018,12000.0,Florida,12103.0,Pinellas County,6455.0,FPC +2018,12000.0,Florida,12105.0,Polk County,6455.0,FPC +2018,12000.0,Florida,12117.0,Seminole County,6455.0,FPC +2018,12000.0,Florida,12119.0,Sumter County,6455.0,FPC +2018,12000.0,Florida,12121.0,Suwannee County,6455.0,FPC +2018,12000.0,Florida,12123.0,Taylor County,6455.0,FPC +2018,12000.0,Florida,12127.0,Volusia County,6455.0,FPC +2018,12000.0,Florida,12129.0,Wakulla County,6455.0,FPC +2018,12000.0,Florida,12001.0,Alachua County,6909.0,GVL +2018,12000.0,Florida,12086.0,Miami-Dade County,8795.0,HST +2018,16000.0,Idaho,16001.0,Ada County,9191.0,IPCO +2018,16000.0,Idaho,16003.0,Adams County,9191.0,IPCO +2018,16000.0,Idaho,16005.0,Bannock County,9191.0,IPCO +2018,16000.0,Idaho,16011.0,Bingham County,9191.0,IPCO +2018,16000.0,Idaho,16013.0,Blaine County,9191.0,IPCO +2018,16000.0,Idaho,16015.0,Boise County,9191.0,IPCO +2018,16000.0,Idaho,16025.0,Camas County,9191.0,IPCO +2018,16000.0,Idaho,16027.0,Canyon County,9191.0,IPCO +2018,16000.0,Idaho,16031.0,Cassia County,9191.0,IPCO +2018,16000.0,Idaho,16037.0,Custer County,9191.0,IPCO +2018,16000.0,Idaho,16039.0,Elmore County,9191.0,IPCO +2018,16000.0,Idaho,16045.0,Gem County,9191.0,IPCO +2018,16000.0,Idaho,16047.0,Gooding County,9191.0,IPCO +2018,16000.0,Idaho,16049.0,Idaho County,9191.0,IPCO +2018,16000.0,Idaho,16053.0,Jerome County,9191.0,IPCO +2018,16000.0,Idaho,16059.0,Lemhi County,9191.0,IPCO +2018,16000.0,Idaho,16063.0,Lincoln County,9191.0,IPCO +2018,16000.0,Idaho,16067.0,Minidoka County,9191.0,IPCO +2018,16000.0,Idaho,16071.0,Oneida County,9191.0,IPCO +2018,16000.0,Idaho,16073.0,Owyhee County,9191.0,IPCO +2018,16000.0,Idaho,16075.0,Payette County,9191.0,IPCO +2018,16000.0,Idaho,16077.0,Power County,9191.0,IPCO +2018,16000.0,Idaho,16083.0,Twin Falls County,9191.0,IPCO +2018,16000.0,Idaho,16085.0,Valley County,9191.0,IPCO +2018,16000.0,Idaho,16087.0,Washington County,9191.0,IPCO +2018,41000.0,Oregon,41001.0,Baker County,9191.0,IPCO +2018,41000.0,Oregon,41023.0,Grant County,9191.0,IPCO +2018,41000.0,Oregon,41025.0,Harney County,9191.0,IPCO +2018,41000.0,Oregon,41045.0,Malheur County,9191.0,IPCO +2018,41000.0,Oregon,41063.0,Wallowa County,9191.0,IPCO +2018,6000.0,California,6025.0,Imperial County,9216.0,IID +2018,6000.0,California,6065.0,Riverside County,9216.0,IID +2018,6000.0,California,6073.0,San Diego County,9216.0,IID +2018,12000.0,Florida,12013.0,Calhoun County,9617.0,JEA +2018,12000.0,Florida,12019.0,Clay County,9617.0,JEA +2018,12000.0,Florida,12031.0,Duval County,9617.0,JEA +2018,12000.0,Florida,12063.0,Jackson County,9617.0,JEA +2018,12000.0,Florida,12077.0,Liberty County,9617.0,JEA +2018,12000.0,Florida,12089.0,Nassau County,9617.0,JEA +2018,12000.0,Florida,12109.0,St. Johns County,9617.0,JEA +2018,6000.0,California,6027.0,Inyo County,11208.0,LDWP +2018,6000.0,California,6037.0,Los Angeles County,11208.0,LDWP +2018,18000.0,Indiana,18147.0,Spencer County,11249.0,LGEE +2018,21000.0,Kentucky,21001.0,Adair County,11249.0,LGEE +2018,21000.0,Kentucky,21005.0,Anderson County,11249.0,LGEE +2018,21000.0,Kentucky,21007.0,Ballard County,11249.0,LGEE +2018,21000.0,Kentucky,21009.0,Barren County,11249.0,LGEE +2018,21000.0,Kentucky,21011.0,Bath County,11249.0,LGEE +2018,21000.0,Kentucky,21013.0,Bell County,11249.0,LGEE +2018,21000.0,Kentucky,21017.0,Bourbon County,11249.0,LGEE +2018,21000.0,Kentucky,21021.0,Boyle County,11249.0,LGEE +2018,21000.0,Kentucky,21023.0,Bracken County,11249.0,LGEE +2018,21000.0,Kentucky,21029.0,Bullitt County,11249.0,LGEE +2018,21000.0,Kentucky,21033.0,Caldwell County,11249.0,LGEE +2018,21000.0,Kentucky,21037.0,Campbell County,11249.0,LGEE +2018,21000.0,Kentucky,21039.0,Carlisle County,11249.0,LGEE +2018,21000.0,Kentucky,21041.0,Carroll County,11249.0,LGEE +2018,21000.0,Kentucky,21045.0,Casey County,11249.0,LGEE +2018,21000.0,Kentucky,21047.0,Christian County,11249.0,LGEE +2018,21000.0,Kentucky,21049.0,Clark County,11249.0,LGEE +2018,21000.0,Kentucky,21051.0,Clay County,11249.0,LGEE +2018,21000.0,Kentucky,21055.0,Crittenden County,11249.0,LGEE +2018,21000.0,Kentucky,21059.0,Daviess County,11249.0,LGEE +2018,21000.0,Kentucky,21061.0,Edmonson County,11249.0,LGEE +2018,21000.0,Kentucky,21065.0,Estill County,11249.0,LGEE +2018,21000.0,Kentucky,21067.0,Fayette County,11249.0,LGEE +2018,21000.0,Kentucky,21069.0,Fleming County,11249.0,LGEE +2018,21000.0,Kentucky,21073.0,Franklin County,11249.0,LGEE +2018,21000.0,Kentucky,21075.0,Fulton County,11249.0,LGEE +2018,21000.0,Kentucky,21077.0,Gallatin County,11249.0,LGEE +2018,21000.0,Kentucky,21079.0,Garrard County,11249.0,LGEE +2018,21000.0,Kentucky,21081.0,Grant County,11249.0,LGEE +2018,21000.0,Kentucky,21085.0,Grayson County,11249.0,LGEE +2018,21000.0,Kentucky,21087.0,Green County,11249.0,LGEE +2018,21000.0,Kentucky,21093.0,Hardin County,11249.0,LGEE +2018,21000.0,Kentucky,21095.0,Harlan County,11249.0,LGEE +2018,21000.0,Kentucky,21097.0,Harrison County,11249.0,LGEE +2018,21000.0,Kentucky,21099.0,Hart County,11249.0,LGEE +2018,21000.0,Kentucky,21101.0,Henderson County,11249.0,LGEE +2018,21000.0,Kentucky,21103.0,Henry County,11249.0,LGEE +2018,21000.0,Kentucky,21105.0,Hickman County,11249.0,LGEE +2018,21000.0,Kentucky,21107.0,Hopkins County,11249.0,LGEE +2018,21000.0,Kentucky,21111.0,Jefferson County,11249.0,LGEE +2018,21000.0,Kentucky,21113.0,Jessamine County,11249.0,LGEE +2018,21000.0,Kentucky,21121.0,Knox County,11249.0,LGEE +2018,21000.0,Kentucky,21123.0,Larue County,11249.0,LGEE +2018,21000.0,Kentucky,21125.0,Laurel County,11249.0,LGEE +2018,21000.0,Kentucky,21129.0,Lee County,11249.0,LGEE +2018,21000.0,Kentucky,21137.0,Lincoln County,11249.0,LGEE +2018,21000.0,Kentucky,21139.0,Livingston County,11249.0,LGEE +2018,21000.0,Kentucky,21143.0,Lyon County,11249.0,LGEE +2018,21000.0,Kentucky,21145.0,McCracken County,11249.0,LGEE +2018,21000.0,Kentucky,21147.0,McCreary County,11249.0,LGEE +2018,21000.0,Kentucky,21149.0,McLean County,11249.0,LGEE +2018,21000.0,Kentucky,21151.0,Madison County,11249.0,LGEE +2018,21000.0,Kentucky,21155.0,Marion County,11249.0,LGEE +2018,21000.0,Kentucky,21161.0,Mason County,11249.0,LGEE +2018,21000.0,Kentucky,21163.0,Meade County,11249.0,LGEE +2018,21000.0,Kentucky,21167.0,Mercer County,11249.0,LGEE +2018,21000.0,Kentucky,21173.0,Montgomery County,11249.0,LGEE +2018,21000.0,Kentucky,21177.0,Muhlenberg County,11249.0,LGEE +2018,21000.0,Kentucky,21179.0,Nelson County,11249.0,LGEE +2018,21000.0,Kentucky,21181.0,Nicholas County,11249.0,LGEE +2018,21000.0,Kentucky,21183.0,Ohio County,11249.0,LGEE +2018,21000.0,Kentucky,21185.0,Oldham County,11249.0,LGEE +2018,21000.0,Kentucky,21187.0,Owen County,11249.0,LGEE +2018,21000.0,Kentucky,21191.0,Pendleton County,11249.0,LGEE +2018,21000.0,Kentucky,21199.0,Pulaski County,11249.0,LGEE +2018,21000.0,Kentucky,21201.0,Robertson County,11249.0,LGEE +2018,21000.0,Kentucky,21203.0,Rockcastle County,11249.0,LGEE +2018,21000.0,Kentucky,21205.0,Rowan County,11249.0,LGEE +2018,21000.0,Kentucky,21207.0,Russell County,11249.0,LGEE +2018,21000.0,Kentucky,21209.0,Scott County,11249.0,LGEE +2018,21000.0,Kentucky,21211.0,Shelby County,11249.0,LGEE +2018,21000.0,Kentucky,21215.0,Spencer County,11249.0,LGEE +2018,21000.0,Kentucky,21217.0,Taylor County,11249.0,LGEE +2018,21000.0,Kentucky,21223.0,Trimble County,11249.0,LGEE +2018,21000.0,Kentucky,21225.0,Union County,11249.0,LGEE +2018,21000.0,Kentucky,21229.0,Washington County,11249.0,LGEE +2018,21000.0,Kentucky,21233.0,Webster County,11249.0,LGEE +2018,21000.0,Kentucky,21235.0,Whitley County,11249.0,LGEE +2018,21000.0,Kentucky,21239.0,Woodford County,11249.0,LGEE +2018,47000.0,Tennessee,47025.0,Claiborne County,11249.0,LGEE +2018,51000.0,Virginia,51051.0,Dickenson County,11249.0,LGEE +2018,51000.0,Virginia,51105.0,Lee County,11249.0,LGEE +2018,51000.0,Virginia,51167.0,Russell County,11249.0,LGEE +2018,51000.0,Virginia,51169.0,Scott County,11249.0,LGEE +2018,51000.0,Virginia,51195.0,Wise County,11249.0,LGEE +2018,51000.0,Virginia,51720.0,Norton City,11249.0,LGEE +2018,16000.0,Idaho,16033.0,Clark County,12825.0,NWMT +2018,30000.0,Montana,30001.0,Beaverhead County,12825.0,NWMT +2018,30000.0,Montana,30003.0,Big Horn County,12825.0,NWMT +2018,30000.0,Montana,30005.0,Blaine County,12825.0,NWMT +2018,30000.0,Montana,30007.0,Broadwater County,12825.0,NWMT +2018,30000.0,Montana,30009.0,Carbon County,12825.0,NWMT +2018,30000.0,Montana,30011.0,Carter County,12825.0,NWMT +2018,30000.0,Montana,30013.0,Cascade County,12825.0,NWMT +2018,30000.0,Montana,30015.0,Chouteau County,12825.0,NWMT +2018,30000.0,Montana,30017.0,Custer County,12825.0,NWMT +2018,30000.0,Montana,30021.0,Dawson County,12825.0,NWMT +2018,30000.0,Montana,30023.0,Deer Lodge County,12825.0,NWMT +2018,30000.0,Montana,30025.0,Fallon County,12825.0,NWMT +2018,30000.0,Montana,30027.0,Fergus County,12825.0,NWMT +2018,30000.0,Montana,30029.0,Flathead County,12825.0,NWMT +2018,30000.0,Montana,30031.0,Gallatin County,12825.0,NWMT +2018,30000.0,Montana,30035.0,Glacier County,12825.0,NWMT +2018,30000.0,Montana,30037.0,Golden Valley County,12825.0,NWMT +2018,30000.0,Montana,30039.0,Granite County,12825.0,NWMT +2018,30000.0,Montana,30041.0,Hill County,12825.0,NWMT +2018,30000.0,Montana,30043.0,Jefferson County,12825.0,NWMT +2018,30000.0,Montana,30045.0,Judith Basin County,12825.0,NWMT +2018,30000.0,Montana,30047.0,Lake County,12825.0,NWMT +2018,30000.0,Montana,30049.0,Lewis and Clark County,12825.0,NWMT +2018,30000.0,Montana,30051.0,Liberty County,12825.0,NWMT +2018,30000.0,Montana,30057.0,Madison County,12825.0,NWMT +2018,30000.0,Montana,30059.0,Meagher County,12825.0,NWMT +2018,30000.0,Montana,30061.0,Mineral County,12825.0,NWMT +2018,30000.0,Montana,30063.0,Missoula County,12825.0,NWMT +2018,30000.0,Montana,30065.0,Musselshell County,12825.0,NWMT +2018,30000.0,Montana,30067.0,Park County,12825.0,NWMT +2018,30000.0,Montana,30071.0,Phillips County,12825.0,NWMT +2018,30000.0,Montana,30073.0,Pondera County,12825.0,NWMT +2018,30000.0,Montana,30075.0,Powder River County,12825.0,NWMT +2018,30000.0,Montana,30077.0,Powell County,12825.0,NWMT +2018,30000.0,Montana,30079.0,Prairie County,12825.0,NWMT +2018,30000.0,Montana,30081.0,Ravalli County,12825.0,NWMT +2018,30000.0,Montana,30087.0,Rosebud County,12825.0,NWMT +2018,30000.0,Montana,30089.0,Sanders County,12825.0,NWMT +2018,30000.0,Montana,30093.0,Silver Bow County,12825.0,NWMT +2018,30000.0,Montana,30095.0,Stillwater County,12825.0,NWMT +2018,30000.0,Montana,30097.0,Sweet Grass County,12825.0,NWMT +2018,30000.0,Montana,30099.0,Teton County,12825.0,NWMT +2018,30000.0,Montana,30101.0,Toole County,12825.0,NWMT +2018,30000.0,Montana,30105.0,Valley County,12825.0,NWMT +2018,30000.0,Montana,30107.0,Wheatland County,12825.0,NWMT +2018,56000.0,Wyoming,56029.0,Park County,12825.0,NWMT +2018,56000.0,Wyoming,56033.0,Sheridan County,12825.0,NWMT +2018,6000.0,California,6027.0,Inyo County,13407.0,NEVP +2018,6000.0,California,6051.0,Mono County,13407.0,NEVP +2018,6000.0,California,6057.0,Nevada County,13407.0,NEVP +2018,6000.0,California,6061.0,Placer County,13407.0,NEVP +2018,32000.0,Nevada,32001.0,Churchill County,13407.0,NEVP +2018,32000.0,Nevada,32003.0,Clark County,13407.0,NEVP +2018,32000.0,Nevada,32005.0,Douglas County,13407.0,NEVP +2018,32000.0,Nevada,32007.0,Elko County,13407.0,NEVP +2018,32000.0,Nevada,32009.0,Esmeralda County,13407.0,NEVP +2018,32000.0,Nevada,32011.0,Eureka County,13407.0,NEVP +2018,32000.0,Nevada,32013.0,Humboldt County,13407.0,NEVP +2018,32000.0,Nevada,32015.0,Lander County,13407.0,NEVP +2018,32000.0,Nevada,32019.0,Lyon County,13407.0,NEVP +2018,32000.0,Nevada,32021.0,Mineral County,13407.0,NEVP +2018,32000.0,Nevada,32023.0,Nye County,13407.0,NEVP +2018,32000.0,Nevada,32027.0,Pershing County,13407.0,NEVP +2018,32000.0,Nevada,32029.0,Storey County,13407.0,NEVP +2018,32000.0,Nevada,32031.0,Washoe County,13407.0,NEVP +2018,32000.0,Nevada,32033.0,White Pine County,13407.0,NEVP +2018,32000.0,Nevada,32510.0,Carson City,13407.0,NEVP +2018,49000.0,Utah,49023.0,Juab County,13407.0,NEVP +2018,49000.0,Utah,49027.0,Millard County,13407.0,NEVP +2018,49000.0,Utah,49045.0,Tooele County,13407.0,NEVP +2018,9000.0,Connecticut,9001.0,Fairfield County,13434.0,ISNE +2018,9000.0,Connecticut,9003.0,Hartford County,13434.0,ISNE +2018,9000.0,Connecticut,9005.0,Litchfield County,13434.0,ISNE +2018,9000.0,Connecticut,9007.0,Middlesex County,13434.0,ISNE +2018,9000.0,Connecticut,9009.0,New Haven County,13434.0,ISNE +2018,9000.0,Connecticut,9011.0,New London County,13434.0,ISNE +2018,9000.0,Connecticut,9013.0,Tolland County,13434.0,ISNE +2018,9000.0,Connecticut,9015.0,Windham County,13434.0,ISNE +2018,23000.0,Maine,23001.0,Androscoggin County,13434.0,ISNE +2018,23000.0,Maine,23003.0,Aroostook County,13434.0,ISNE +2018,23000.0,Maine,23005.0,Cumberland County,13434.0,ISNE +2018,23000.0,Maine,23007.0,Franklin County,13434.0,ISNE +2018,23000.0,Maine,23009.0,Hancock County,13434.0,ISNE +2018,23000.0,Maine,23011.0,Kennebec County,13434.0,ISNE +2018,23000.0,Maine,23013.0,Knox County,13434.0,ISNE +2018,23000.0,Maine,23015.0,Lincoln County,13434.0,ISNE +2018,23000.0,Maine,23017.0,Oxford County,13434.0,ISNE +2018,23000.0,Maine,23019.0,Penobscot County,13434.0,ISNE +2018,23000.0,Maine,23021.0,Piscataquis County,13434.0,ISNE +2018,23000.0,Maine,23023.0,Sagadahoc County,13434.0,ISNE +2018,23000.0,Maine,23025.0,Somerset County,13434.0,ISNE +2018,23000.0,Maine,23027.0,Waldo County,13434.0,ISNE +2018,23000.0,Maine,23029.0,Washington County,13434.0,ISNE +2018,23000.0,Maine,23031.0,York County,13434.0,ISNE +2018,25000.0,Massachusetts,25001.0,Barnstable County,13434.0,ISNE +2018,25000.0,Massachusetts,25003.0,Berkshire County,13434.0,ISNE +2018,25000.0,Massachusetts,25005.0,Bristol County,13434.0,ISNE +2018,25000.0,Massachusetts,25007.0,Dukes County,13434.0,ISNE +2018,25000.0,Massachusetts,25009.0,Essex County,13434.0,ISNE +2018,25000.0,Massachusetts,25011.0,Franklin County,13434.0,ISNE +2018,25000.0,Massachusetts,25013.0,Hampden County,13434.0,ISNE +2018,25000.0,Massachusetts,25015.0,Hampshire County,13434.0,ISNE +2018,25000.0,Massachusetts,25017.0,Middlesex County,13434.0,ISNE +2018,25000.0,Massachusetts,25019.0,Nantucket County,13434.0,ISNE +2018,25000.0,Massachusetts,25021.0,Norfolk County,13434.0,ISNE +2018,25000.0,Massachusetts,25023.0,Plymouth County,13434.0,ISNE +2018,25000.0,Massachusetts,25025.0,Suffolk County,13434.0,ISNE +2018,25000.0,Massachusetts,25027.0,Worcester County,13434.0,ISNE +2018,33000.0,New Hampshire,33001.0,Belknap County,13434.0,ISNE +2018,33000.0,New Hampshire,33003.0,Carroll County,13434.0,ISNE +2018,33000.0,New Hampshire,33005.0,Cheshire County,13434.0,ISNE +2018,33000.0,New Hampshire,33007.0,Coos County,13434.0,ISNE +2018,33000.0,New Hampshire,33009.0,Grafton County,13434.0,ISNE +2018,33000.0,New Hampshire,33011.0,Hillsborough County,13434.0,ISNE +2018,33000.0,New Hampshire,33013.0,Merrimack County,13434.0,ISNE +2018,33000.0,New Hampshire,33015.0,Rockingham County,13434.0,ISNE +2018,33000.0,New Hampshire,33017.0,Strafford County,13434.0,ISNE +2018,33000.0,New Hampshire,33019.0,Sullivan County,13434.0,ISNE +2018,36000.0,New York,36103.0,Suffolk County,13434.0,ISNE +2018,44000.0,Rhode Island,44001.0,Bristol County,13434.0,ISNE +2018,44000.0,Rhode Island,44003.0,Kent County,13434.0,ISNE +2018,44000.0,Rhode Island,44005.0,Newport County,13434.0,ISNE +2018,44000.0,Rhode Island,44007.0,Providence County,13434.0,ISNE +2018,44000.0,Rhode Island,44009.0,Washington County,13434.0,ISNE +2018,50000.0,Vermont,50001.0,Addison County,13434.0,ISNE +2018,50000.0,Vermont,50003.0,Bennington County,13434.0,ISNE +2018,50000.0,Vermont,50005.0,Caledonia County,13434.0,ISNE +2018,50000.0,Vermont,50007.0,Chittenden County,13434.0,ISNE +2018,50000.0,Vermont,50009.0,Essex County,13434.0,ISNE +2018,50000.0,Vermont,50011.0,Franklin County,13434.0,ISNE +2018,50000.0,Vermont,50013.0,Grand Isle County,13434.0,ISNE +2018,50000.0,Vermont,50015.0,Lamoille County,13434.0,ISNE +2018,50000.0,Vermont,50017.0,Orange County,13434.0,ISNE +2018,50000.0,Vermont,50019.0,Orleans County,13434.0,ISNE +2018,50000.0,Vermont,50021.0,Rutland County,13434.0,ISNE +2018,50000.0,Vermont,50023.0,Washington County,13434.0,ISNE +2018,50000.0,Vermont,50025.0,Windham County,13434.0,ISNE +2018,50000.0,Vermont,50027.0,Windsor County,13434.0,ISNE +2018,12000.0,Florida,12127.0,Volusia County,13485.0,NSB +2018,34000.0,New Jersey,34003.0,Bergen County,13501.0,NYIS +2018,34000.0,New Jersey,34031.0,Passaic County,13501.0,NYIS +2018,34000.0,New Jersey,34037.0,Sussex County,13501.0,NYIS +2018,36000.0,New York,36001.0,Albany County,13501.0,NYIS +2018,36000.0,New York,36003.0,Allegany County,13501.0,NYIS +2018,36000.0,New York,36005.0,Bronx County,13501.0,NYIS +2018,36000.0,New York,36007.0,Broome County,13501.0,NYIS +2018,36000.0,New York,36009.0,Cattaraugus County,13501.0,NYIS +2018,36000.0,New York,36011.0,Cayuga County,13501.0,NYIS +2018,36000.0,New York,36013.0,Chautauqua County,13501.0,NYIS +2018,36000.0,New York,36015.0,Chemung County,13501.0,NYIS +2018,36000.0,New York,36017.0,Chenango County,13501.0,NYIS +2018,36000.0,New York,36019.0,Clinton County,13501.0,NYIS +2018,36000.0,New York,36021.0,Columbia County,13501.0,NYIS +2018,36000.0,New York,36023.0,Cortland County,13501.0,NYIS +2018,36000.0,New York,36025.0,Delaware County,13501.0,NYIS +2018,36000.0,New York,36027.0,Dutchess County,13501.0,NYIS +2018,36000.0,New York,36029.0,Erie County,13501.0,NYIS +2018,36000.0,New York,36031.0,Essex County,13501.0,NYIS +2018,36000.0,New York,36033.0,Franklin County,13501.0,NYIS +2018,36000.0,New York,36035.0,Fulton County,13501.0,NYIS +2018,36000.0,New York,36037.0,Genesee County,13501.0,NYIS +2018,36000.0,New York,36039.0,Greene County,13501.0,NYIS +2018,36000.0,New York,36041.0,Hamilton County,13501.0,NYIS +2018,36000.0,New York,36043.0,Herkimer County,13501.0,NYIS +2018,36000.0,New York,36045.0,Jefferson County,13501.0,NYIS +2018,36000.0,New York,36047.0,Kings County,13501.0,NYIS +2018,36000.0,New York,36049.0,Lewis County,13501.0,NYIS +2018,36000.0,New York,36051.0,Livingston County,13501.0,NYIS +2018,36000.0,New York,36053.0,Madison County,13501.0,NYIS +2018,36000.0,New York,36055.0,Monroe County,13501.0,NYIS +2018,36000.0,New York,36057.0,Montgomery County,13501.0,NYIS +2018,36000.0,New York,36059.0,Nassau County,13501.0,NYIS +2018,36000.0,New York,36061.0,New York County,13501.0,NYIS +2018,36000.0,New York,36063.0,Niagara County,13501.0,NYIS +2018,36000.0,New York,36065.0,Oneida County,13501.0,NYIS +2018,36000.0,New York,36067.0,Onondaga County,13501.0,NYIS +2018,36000.0,New York,36069.0,Ontario County,13501.0,NYIS +2018,36000.0,New York,36071.0,Orange County,13501.0,NYIS +2018,36000.0,New York,36073.0,Orleans County,13501.0,NYIS +2018,36000.0,New York,36075.0,Oswego County,13501.0,NYIS +2018,36000.0,New York,36077.0,Otsego County,13501.0,NYIS +2018,36000.0,New York,36079.0,Putnam County,13501.0,NYIS +2018,36000.0,New York,36081.0,Queens County,13501.0,NYIS +2018,36000.0,New York,36083.0,Rensselaer County,13501.0,NYIS +2018,36000.0,New York,36085.0,Richmond County,13501.0,NYIS +2018,36000.0,New York,36087.0,Rockland County,13501.0,NYIS +2018,36000.0,New York,36089.0,St. Lawrence County,13501.0,NYIS +2018,36000.0,New York,36091.0,Saratoga County,13501.0,NYIS +2018,36000.0,New York,36093.0,Schenectady County,13501.0,NYIS +2018,36000.0,New York,36095.0,Schoharie County,13501.0,NYIS +2018,36000.0,New York,36097.0,Schuyler County,13501.0,NYIS +2018,36000.0,New York,36099.0,Seneca County,13501.0,NYIS +2018,36000.0,New York,36101.0,Steuben County,13501.0,NYIS +2018,36000.0,New York,36103.0,Suffolk County,13501.0,NYIS +2018,36000.0,New York,36105.0,Sullivan County,13501.0,NYIS +2018,36000.0,New York,36107.0,Tioga County,13501.0,NYIS +2018,36000.0,New York,36109.0,Tompkins County,13501.0,NYIS +2018,36000.0,New York,36111.0,Ulster County,13501.0,NYIS +2018,36000.0,New York,36113.0,Warren County,13501.0,NYIS +2018,36000.0,New York,36115.0,Washington County,13501.0,NYIS +2018,36000.0,New York,36117.0,Wayne County,13501.0,NYIS +2018,36000.0,New York,36119.0,Westchester County,13501.0,NYIS +2018,36000.0,New York,36121.0,Wyoming County,13501.0,NYIS +2018,36000.0,New York,36123.0,Yates County,13501.0,NYIS +2018,42000.0,Pennsylvania,42103.0,Pike County,13501.0,NYIS +2018,39000.0,Ohio,39131.0,Pike County,14015.0,OVEC +2018,6000.0,California,6015.0,Del Norte County,14378.0,PACW +2018,6000.0,California,6035.0,Lassen County,14378.0,PACW +2018,6000.0,California,6049.0,Modoc County,14378.0,PACW +2018,6000.0,California,6089.0,Shasta County,14378.0,PACW +2018,6000.0,California,6093.0,Siskiyou County,14378.0,PACW +2018,16000.0,Idaho,16005.0,Bannock County,14378.0,PACW +2018,16000.0,Idaho,16007.0,Bear Lake County,14378.0,PACW +2018,16000.0,Idaho,16011.0,Bingham County,14378.0,PACW +2018,16000.0,Idaho,16019.0,Bonneville County,14378.0,PACW +2018,16000.0,Idaho,16023.0,Butte County,14378.0,PACW +2018,16000.0,Idaho,16029.0,Caribou County,14378.0,PACW +2018,16000.0,Idaho,16033.0,Clark County,14378.0,PACW +2018,16000.0,Idaho,16041.0,Franklin County,14378.0,PACW +2018,16000.0,Idaho,16043.0,Fremont County,14378.0,PACW +2018,16000.0,Idaho,16051.0,Jefferson County,14378.0,PACW +2018,16000.0,Idaho,16065.0,Madison County,14378.0,PACW +2018,16000.0,Idaho,16071.0,Oneida County,14378.0,PACW +2018,16000.0,Idaho,16077.0,Power County,14378.0,PACW +2018,16000.0,Idaho,16081.0,Teton County,14378.0,PACW +2018,32000.0,Nevada,32031.0,Washoe County,14378.0,PACW +2018,41000.0,Oregon,41003.0,Benton County,14378.0,PACW +2018,41000.0,Oregon,41007.0,Clatsop County,14378.0,PACW +2018,41000.0,Oregon,41011.0,Coos County,14378.0,PACW +2018,41000.0,Oregon,41013.0,Crook County,14378.0,PACW +2018,41000.0,Oregon,41017.0,Deschutes County,14378.0,PACW +2018,41000.0,Oregon,41019.0,Douglas County,14378.0,PACW +2018,41000.0,Oregon,41021.0,Gilliam County,14378.0,PACW +2018,41000.0,Oregon,41027.0,Hood River County,14378.0,PACW +2018,41000.0,Oregon,41029.0,Jackson County,14378.0,PACW +2018,41000.0,Oregon,41031.0,Jefferson County,14378.0,PACW +2018,41000.0,Oregon,41033.0,Josephine County,14378.0,PACW +2018,41000.0,Oregon,41035.0,Klamath County,14378.0,PACW +2018,41000.0,Oregon,41037.0,Lake County,14378.0,PACW +2018,41000.0,Oregon,41039.0,Lane County,14378.0,PACW +2018,41000.0,Oregon,41041.0,Lincoln County,14378.0,PACW +2018,41000.0,Oregon,41043.0,Linn County,14378.0,PACW +2018,41000.0,Oregon,41047.0,Marion County,14378.0,PACW +2018,41000.0,Oregon,41049.0,Morrow County,14378.0,PACW +2018,41000.0,Oregon,41051.0,Multnomah County,14378.0,PACW +2018,41000.0,Oregon,41053.0,Polk County,14378.0,PACW +2018,41000.0,Oregon,41055.0,Sherman County,14378.0,PACW +2018,41000.0,Oregon,41057.0,Tillamook County,14378.0,PACW +2018,41000.0,Oregon,41059.0,Umatilla County,14378.0,PACW +2018,41000.0,Oregon,41063.0,Wallowa County,14378.0,PACW +2018,41000.0,Oregon,41065.0,Wasco County,14378.0,PACW +2018,49000.0,Utah,49001.0,Beaver County,14378.0,PACW +2018,49000.0,Utah,49003.0,Box Elder County,14378.0,PACW +2018,49000.0,Utah,49005.0,Cache County,14378.0,PACW +2018,49000.0,Utah,49007.0,Carbon County,14378.0,PACW +2018,49000.0,Utah,49011.0,Davis County,14378.0,PACW +2018,49000.0,Utah,49013.0,Duchesne County,14378.0,PACW +2018,49000.0,Utah,49015.0,Emery County,14378.0,PACW +2018,49000.0,Utah,49017.0,Garfield County,14378.0,PACW +2018,49000.0,Utah,49019.0,Grand County,14378.0,PACW +2018,49000.0,Utah,49021.0,Iron County,14378.0,PACW +2018,49000.0,Utah,49023.0,Juab County,14378.0,PACW +2018,49000.0,Utah,49027.0,Millard County,14378.0,PACW +2018,49000.0,Utah,49029.0,Morgan County,14378.0,PACW +2018,49000.0,Utah,49031.0,Piute County,14378.0,PACW +2018,49000.0,Utah,49033.0,Rich County,14378.0,PACW +2018,49000.0,Utah,49035.0,Salt Lake County,14378.0,PACW +2018,49000.0,Utah,49037.0,San Juan County,14378.0,PACW +2018,49000.0,Utah,49039.0,Sanpete County,14378.0,PACW +2018,49000.0,Utah,49041.0,Sevier County,14378.0,PACW +2018,49000.0,Utah,49043.0,Summit County,14378.0,PACW +2018,49000.0,Utah,49045.0,Tooele County,14378.0,PACW +2018,49000.0,Utah,49047.0,Uintah County,14378.0,PACW +2018,49000.0,Utah,49049.0,Utah County,14378.0,PACW +2018,49000.0,Utah,49051.0,Wasatch County,14378.0,PACW +2018,49000.0,Utah,49053.0,Washington County,14378.0,PACW +2018,49000.0,Utah,49057.0,Weber County,14378.0,PACW +2018,53000.0,Washington,53005.0,Benton County,14378.0,PACW +2018,53000.0,Washington,53013.0,Columbia County,14378.0,PACW +2018,53000.0,Washington,53015.0,Cowlitz County,14378.0,PACW +2018,53000.0,Washington,53023.0,Garfield County,14378.0,PACW +2018,53000.0,Washington,53071.0,Walla Walla County,14378.0,PACW +2018,53000.0,Washington,53077.0,Yakima County,14378.0,PACW +2018,56000.0,Wyoming,56001.0,Albany County,14378.0,PACW +2018,56000.0,Wyoming,56003.0,Big Horn County,14378.0,PACW +2018,56000.0,Wyoming,56007.0,Carbon County,14378.0,PACW +2018,56000.0,Wyoming,56009.0,Converse County,14378.0,PACW +2018,56000.0,Wyoming,56013.0,Fremont County,14378.0,PACW +2018,56000.0,Wyoming,56017.0,Hot Springs County,14378.0,PACW +2018,56000.0,Wyoming,56019.0,Johnson County,14378.0,PACW +2018,56000.0,Wyoming,56023.0,Lincoln County,14378.0,PACW +2018,56000.0,Wyoming,56025.0,Natrona County,14378.0,PACW +2018,56000.0,Wyoming,56029.0,Park County,14378.0,PACW +2018,56000.0,Wyoming,56031.0,Platte County,14378.0,PACW +2018,56000.0,Wyoming,56035.0,Sublette County,14378.0,PACW +2018,56000.0,Wyoming,56037.0,Sweetwater County,14378.0,PACW +2018,56000.0,Wyoming,56041.0,Uinta County,14378.0,PACW +2018,56000.0,Wyoming,56043.0,Washakie County,14378.0,PACW +2018,4000.0,Arizona,4001.0,Apache County,14379.0,PACE +2018,4000.0,Arizona,4005.0,Coconino County,14379.0,PACE +2018,4000.0,Arizona,4015.0,Mohave County,14379.0,PACE +2018,4000.0,Arizona,4017.0,Navajo County,14379.0,PACE +2018,6000.0,California,6015.0,Del Norte County,14379.0,PACE +2018,6000.0,California,6049.0,Modoc County,14379.0,PACE +2018,6000.0,California,6089.0,Shasta County,14379.0,PACE +2018,6000.0,California,6093.0,Siskiyou County,14379.0,PACE +2018,16000.0,Idaho,16005.0,Bannock County,14379.0,PACE +2018,16000.0,Idaho,16007.0,Bear Lake County,14379.0,PACE +2018,16000.0,Idaho,16011.0,Bingham County,14379.0,PACE +2018,16000.0,Idaho,16019.0,Bonneville County,14379.0,PACE +2018,16000.0,Idaho,16023.0,Butte County,14379.0,PACE +2018,16000.0,Idaho,16029.0,Caribou County,14379.0,PACE +2018,16000.0,Idaho,16033.0,Clark County,14379.0,PACE +2018,16000.0,Idaho,16041.0,Franklin County,14379.0,PACE +2018,16000.0,Idaho,16043.0,Fremont County,14379.0,PACE +2018,16000.0,Idaho,16051.0,Jefferson County,14379.0,PACE +2018,16000.0,Idaho,16065.0,Madison County,14379.0,PACE +2018,16000.0,Idaho,16071.0,Oneida County,14379.0,PACE +2018,16000.0,Idaho,16077.0,Power County,14379.0,PACE +2018,16000.0,Idaho,16081.0,Teton County,14379.0,PACE +2018,35000.0,New Mexico,35031.0,McKinley County,14379.0,PACE +2018,35000.0,New Mexico,35045.0,San Juan County,14379.0,PACE +2018,41000.0,Oregon,41003.0,Benton County,14379.0,PACE +2018,41000.0,Oregon,41007.0,Clatsop County,14379.0,PACE +2018,41000.0,Oregon,41011.0,Coos County,14379.0,PACE +2018,41000.0,Oregon,41013.0,Crook County,14379.0,PACE +2018,41000.0,Oregon,41017.0,Deschutes County,14379.0,PACE +2018,41000.0,Oregon,41019.0,Douglas County,14379.0,PACE +2018,41000.0,Oregon,41021.0,Gilliam County,14379.0,PACE +2018,41000.0,Oregon,41027.0,Hood River County,14379.0,PACE +2018,41000.0,Oregon,41029.0,Jackson County,14379.0,PACE +2018,41000.0,Oregon,41031.0,Jefferson County,14379.0,PACE +2018,41000.0,Oregon,41033.0,Josephine County,14379.0,PACE +2018,41000.0,Oregon,41035.0,Klamath County,14379.0,PACE +2018,41000.0,Oregon,41037.0,Lake County,14379.0,PACE +2018,41000.0,Oregon,41039.0,Lane County,14379.0,PACE +2018,41000.0,Oregon,41041.0,Lincoln County,14379.0,PACE +2018,41000.0,Oregon,41043.0,Linn County,14379.0,PACE +2018,41000.0,Oregon,41047.0,Marion County,14379.0,PACE +2018,41000.0,Oregon,41049.0,Morrow County,14379.0,PACE +2018,41000.0,Oregon,41051.0,Multnomah County,14379.0,PACE +2018,41000.0,Oregon,41053.0,Polk County,14379.0,PACE +2018,41000.0,Oregon,41055.0,Sherman County,14379.0,PACE +2018,41000.0,Oregon,41057.0,Tillamook County,14379.0,PACE +2018,41000.0,Oregon,41059.0,Umatilla County,14379.0,PACE +2018,41000.0,Oregon,41063.0,Wallowa County,14379.0,PACE +2018,41000.0,Oregon,41065.0,Wasco County,14379.0,PACE +2018,49000.0,Utah,49001.0,Beaver County,14379.0,PACE +2018,49000.0,Utah,49003.0,Box Elder County,14379.0,PACE +2018,49000.0,Utah,49005.0,Cache County,14379.0,PACE +2018,49000.0,Utah,49007.0,Carbon County,14379.0,PACE +2018,49000.0,Utah,49011.0,Davis County,14379.0,PACE +2018,49000.0,Utah,49013.0,Duchesne County,14379.0,PACE +2018,49000.0,Utah,49015.0,Emery County,14379.0,PACE +2018,49000.0,Utah,49017.0,Garfield County,14379.0,PACE +2018,49000.0,Utah,49019.0,Grand County,14379.0,PACE +2018,49000.0,Utah,49021.0,Iron County,14379.0,PACE +2018,49000.0,Utah,49023.0,Juab County,14379.0,PACE +2018,49000.0,Utah,49027.0,Millard County,14379.0,PACE +2018,49000.0,Utah,49029.0,Morgan County,14379.0,PACE +2018,49000.0,Utah,49031.0,Piute County,14379.0,PACE +2018,49000.0,Utah,49033.0,Rich County,14379.0,PACE +2018,49000.0,Utah,49035.0,Salt Lake County,14379.0,PACE +2018,49000.0,Utah,49037.0,San Juan County,14379.0,PACE +2018,49000.0,Utah,49039.0,Sanpete County,14379.0,PACE +2018,49000.0,Utah,49041.0,Sevier County,14379.0,PACE +2018,49000.0,Utah,49043.0,Summit County,14379.0,PACE +2018,49000.0,Utah,49045.0,Tooele County,14379.0,PACE +2018,49000.0,Utah,49047.0,Uintah County,14379.0,PACE +2018,49000.0,Utah,49049.0,Utah County,14379.0,PACE +2018,49000.0,Utah,49051.0,Wasatch County,14379.0,PACE +2018,49000.0,Utah,49053.0,Washington County,14379.0,PACE +2018,49000.0,Utah,49057.0,Weber County,14379.0,PACE +2018,53000.0,Washington,53005.0,Benton County,14379.0,PACE +2018,53000.0,Washington,53013.0,Columbia County,14379.0,PACE +2018,53000.0,Washington,53015.0,Cowlitz County,14379.0,PACE +2018,53000.0,Washington,53023.0,Garfield County,14379.0,PACE +2018,53000.0,Washington,53071.0,Walla Walla County,14379.0,PACE +2018,53000.0,Washington,53077.0,Yakima County,14379.0,PACE +2018,56000.0,Wyoming,56001.0,Albany County,14379.0,PACE +2018,56000.0,Wyoming,56003.0,Big Horn County,14379.0,PACE +2018,56000.0,Wyoming,56007.0,Carbon County,14379.0,PACE +2018,56000.0,Wyoming,56009.0,Converse County,14379.0,PACE +2018,56000.0,Wyoming,56013.0,Fremont County,14379.0,PACE +2018,56000.0,Wyoming,56017.0,Hot Springs County,14379.0,PACE +2018,56000.0,Wyoming,56019.0,Johnson County,14379.0,PACE +2018,56000.0,Wyoming,56023.0,Lincoln County,14379.0,PACE +2018,56000.0,Wyoming,56025.0,Natrona County,14379.0,PACE +2018,56000.0,Wyoming,56029.0,Park County,14379.0,PACE +2018,56000.0,Wyoming,56031.0,Platte County,14379.0,PACE +2018,56000.0,Wyoming,56035.0,Sublette County,14379.0,PACE +2018,56000.0,Wyoming,56037.0,Sweetwater County,14379.0,PACE +2018,56000.0,Wyoming,56041.0,Uinta County,14379.0,PACE +2018,56000.0,Wyoming,56043.0,Washakie County,14379.0,PACE +2018,12000.0,Florida,12009.0,Brevard County,14610.0,FMPP +2018,12000.0,Florida,12019.0,Clay County,14610.0,FMPP +2018,12000.0,Florida,12061.0,Indian River County,14610.0,FMPP +2018,12000.0,Florida,12083.0,Marion County,14610.0,FMPP +2018,12000.0,Florida,12087.0,Monroe County,14610.0,FMPP +2018,12000.0,Florida,12095.0,Orange County,14610.0,FMPP +2018,12000.0,Florida,12097.0,Osceola County,14610.0,FMPP +2018,12000.0,Florida,12099.0,Palm Beach County,14610.0,FMPP +2018,12000.0,Florida,12105.0,Polk County,14610.0,FMPP +2018,12000.0,Florida,12111.0,St. Lucie County,14610.0,FMPP +2018,53000.0,Washington,53001.0,Adams County,14624.0,GCPD +2018,53000.0,Washington,53017.0,Douglas County,14624.0,GCPD +2018,53000.0,Washington,53025.0,Grant County,14624.0,GCPD +2018,53000.0,Washington,53037.0,Kittitas County,14624.0,GCPD +2018,53000.0,Washington,53043.0,Lincoln County,14624.0,GCPD +2018,10000.0,Delaware,10001.0,Kent County,14725.0,PJM +2018,10000.0,Delaware,10003.0,New Castle County,14725.0,PJM +2018,10000.0,Delaware,10005.0,Sussex County,14725.0,PJM +2018,11000.0,District of Columbia,11000.0,District of Columbia,14725.0,PJM +2018,17000.0,Illinois,17007.0,Boone County,14725.0,PJM +2018,17000.0,Illinois,17011.0,Bureau County,14725.0,PJM +2018,17000.0,Illinois,17015.0,Carroll County,14725.0,PJM +2018,17000.0,Illinois,17031.0,Cook County,14725.0,PJM +2018,17000.0,Illinois,17037.0,DeKalb County,14725.0,PJM +2018,17000.0,Illinois,17043.0,DuPage County,14725.0,PJM +2018,17000.0,Illinois,17053.0,Ford County,14725.0,PJM +2018,17000.0,Illinois,17063.0,Grundy County,14725.0,PJM +2018,17000.0,Illinois,17085.0,Jo Daviess County,14725.0,PJM +2018,17000.0,Illinois,17089.0,Kane County,14725.0,PJM +2018,17000.0,Illinois,17091.0,Kankakee County,14725.0,PJM +2018,17000.0,Illinois,17093.0,Kendall County,14725.0,PJM +2018,17000.0,Illinois,17097.0,Lake County,14725.0,PJM +2018,17000.0,Illinois,17099.0,LaSalle County,14725.0,PJM +2018,17000.0,Illinois,17103.0,Lee County,14725.0,PJM +2018,17000.0,Illinois,17105.0,Livingston County,14725.0,PJM +2018,17000.0,Illinois,17111.0,McHenry County,14725.0,PJM +2018,17000.0,Illinois,17123.0,Marshall County,14725.0,PJM +2018,17000.0,Illinois,17141.0,Ogle County,14725.0,PJM +2018,17000.0,Illinois,17177.0,Stephenson County,14725.0,PJM +2018,17000.0,Illinois,17195.0,Whiteside County,14725.0,PJM +2018,17000.0,Illinois,17197.0,Will County,14725.0,PJM +2018,17000.0,Illinois,17201.0,Winnebago County,14725.0,PJM +2018,17000.0,Illinois,17203.0,Woodford County,14725.0,PJM +2018,18000.0,Indiana,18001.0,Adams County,14725.0,PJM +2018,18000.0,Indiana,18003.0,Allen County,14725.0,PJM +2018,18000.0,Indiana,18009.0,Blackford County,14725.0,PJM +2018,18000.0,Indiana,18027.0,Daviess County,14725.0,PJM +2018,18000.0,Indiana,18033.0,DeKalb County,14725.0,PJM +2018,18000.0,Indiana,18035.0,Delaware County,14725.0,PJM +2018,18000.0,Indiana,18039.0,Elkhart County,14725.0,PJM +2018,18000.0,Indiana,18047.0,Franklin County,14725.0,PJM +2018,18000.0,Indiana,18053.0,Grant County,14725.0,PJM +2018,18000.0,Indiana,18057.0,Hamilton County,14725.0,PJM +2018,18000.0,Indiana,18065.0,Henry County,14725.0,PJM +2018,18000.0,Indiana,18067.0,Howard County,14725.0,PJM +2018,18000.0,Indiana,18069.0,Huntington County,14725.0,PJM +2018,18000.0,Indiana,18075.0,Jay County,14725.0,PJM +2018,18000.0,Indiana,18085.0,Kosciusko County,14725.0,PJM +2018,18000.0,Indiana,18087.0,LaGrange County,14725.0,PJM +2018,18000.0,Indiana,18091.0,LaPorte County,14725.0,PJM +2018,18000.0,Indiana,18095.0,Madison County,14725.0,PJM +2018,18000.0,Indiana,18099.0,Marshall County,14725.0,PJM +2018,18000.0,Indiana,18103.0,Miami County,14725.0,PJM +2018,18000.0,Indiana,18113.0,Noble County,14725.0,PJM +2018,18000.0,Indiana,18135.0,Randolph County,14725.0,PJM +2018,18000.0,Indiana,18141.0,St. Joseph County,14725.0,PJM +2018,18000.0,Indiana,18151.0,Steuben County,14725.0,PJM +2018,18000.0,Indiana,18159.0,Tipton County,14725.0,PJM +2018,18000.0,Indiana,18169.0,Wabash County,14725.0,PJM +2018,18000.0,Indiana,18177.0,Wayne County,14725.0,PJM +2018,18000.0,Indiana,18179.0,Wells County,14725.0,PJM +2018,18000.0,Indiana,18183.0,Whitley County,14725.0,PJM +2018,21000.0,Kentucky,21001.0,Adair County,14725.0,PJM +2018,21000.0,Kentucky,21005.0,Anderson County,14725.0,PJM +2018,21000.0,Kentucky,21009.0,Barren County,14725.0,PJM +2018,21000.0,Kentucky,21011.0,Bath County,14725.0,PJM +2018,21000.0,Kentucky,21013.0,Bell County,14725.0,PJM +2018,21000.0,Kentucky,21015.0,Boone County,14725.0,PJM +2018,21000.0,Kentucky,21017.0,Bourbon County,14725.0,PJM +2018,21000.0,Kentucky,21019.0,Boyd County,14725.0,PJM +2018,21000.0,Kentucky,21021.0,Boyle County,14725.0,PJM +2018,21000.0,Kentucky,21023.0,Bracken County,14725.0,PJM +2018,21000.0,Kentucky,21025.0,Breathitt County,14725.0,PJM +2018,21000.0,Kentucky,21027.0,Breckinridge County,14725.0,PJM +2018,21000.0,Kentucky,21029.0,Bullitt County,14725.0,PJM +2018,21000.0,Kentucky,21037.0,Campbell County,14725.0,PJM +2018,21000.0,Kentucky,21041.0,Carroll County,14725.0,PJM +2018,21000.0,Kentucky,21043.0,Carter County,14725.0,PJM +2018,21000.0,Kentucky,21045.0,Casey County,14725.0,PJM +2018,21000.0,Kentucky,21049.0,Clark County,14725.0,PJM +2018,21000.0,Kentucky,21051.0,Clay County,14725.0,PJM +2018,21000.0,Kentucky,21053.0,Clinton County,14725.0,PJM +2018,21000.0,Kentucky,21057.0,Cumberland County,14725.0,PJM +2018,21000.0,Kentucky,21061.0,Edmonson County,14725.0,PJM +2018,21000.0,Kentucky,21063.0,Elliott County,14725.0,PJM +2018,21000.0,Kentucky,21065.0,Estill County,14725.0,PJM +2018,21000.0,Kentucky,21067.0,Fayette County,14725.0,PJM +2018,21000.0,Kentucky,21069.0,Fleming County,14725.0,PJM +2018,21000.0,Kentucky,21071.0,Floyd County,14725.0,PJM +2018,21000.0,Kentucky,21073.0,Franklin County,14725.0,PJM +2018,21000.0,Kentucky,21077.0,Gallatin County,14725.0,PJM +2018,21000.0,Kentucky,21079.0,Garrard County,14725.0,PJM +2018,21000.0,Kentucky,21081.0,Grant County,14725.0,PJM +2018,21000.0,Kentucky,21085.0,Grayson County,14725.0,PJM +2018,21000.0,Kentucky,21087.0,Green County,14725.0,PJM +2018,21000.0,Kentucky,21089.0,Greenup County,14725.0,PJM +2018,21000.0,Kentucky,21093.0,Hardin County,14725.0,PJM +2018,21000.0,Kentucky,21095.0,Harlan County,14725.0,PJM +2018,21000.0,Kentucky,21097.0,Harrison County,14725.0,PJM +2018,21000.0,Kentucky,21099.0,Hart County,14725.0,PJM +2018,21000.0,Kentucky,21103.0,Henry County,14725.0,PJM +2018,21000.0,Kentucky,21109.0,Jackson County,14725.0,PJM +2018,21000.0,Kentucky,21111.0,Jefferson County,14725.0,PJM +2018,21000.0,Kentucky,21113.0,Jessamine County,14725.0,PJM +2018,21000.0,Kentucky,21115.0,Johnson County,14725.0,PJM +2018,21000.0,Kentucky,21117.0,Kenton County,14725.0,PJM +2018,21000.0,Kentucky,21119.0,Knott County,14725.0,PJM +2018,21000.0,Kentucky,21121.0,Knox County,14725.0,PJM +2018,21000.0,Kentucky,21123.0,Larue County,14725.0,PJM +2018,21000.0,Kentucky,21125.0,Laurel County,14725.0,PJM +2018,21000.0,Kentucky,21127.0,Lawrence County,14725.0,PJM +2018,21000.0,Kentucky,21129.0,Lee County,14725.0,PJM +2018,21000.0,Kentucky,21131.0,Leslie County,14725.0,PJM +2018,21000.0,Kentucky,21133.0,Letcher County,14725.0,PJM +2018,21000.0,Kentucky,21135.0,Lewis County,14725.0,PJM +2018,21000.0,Kentucky,21137.0,Lincoln County,14725.0,PJM +2018,21000.0,Kentucky,21147.0,McCreary County,14725.0,PJM +2018,21000.0,Kentucky,21151.0,Madison County,14725.0,PJM +2018,21000.0,Kentucky,21153.0,Magoffin County,14725.0,PJM +2018,21000.0,Kentucky,21155.0,Marion County,14725.0,PJM +2018,21000.0,Kentucky,21159.0,Martin County,14725.0,PJM +2018,21000.0,Kentucky,21161.0,Mason County,14725.0,PJM +2018,21000.0,Kentucky,21163.0,Meade County,14725.0,PJM +2018,21000.0,Kentucky,21165.0,Menifee County,14725.0,PJM +2018,21000.0,Kentucky,21167.0,Mercer County,14725.0,PJM +2018,21000.0,Kentucky,21169.0,Metcalfe County,14725.0,PJM +2018,21000.0,Kentucky,21173.0,Montgomery County,14725.0,PJM +2018,21000.0,Kentucky,21175.0,Morgan County,14725.0,PJM +2018,21000.0,Kentucky,21179.0,Nelson County,14725.0,PJM +2018,21000.0,Kentucky,21181.0,Nicholas County,14725.0,PJM +2018,21000.0,Kentucky,21185.0,Oldham County,14725.0,PJM +2018,21000.0,Kentucky,21187.0,Owen County,14725.0,PJM +2018,21000.0,Kentucky,21189.0,Owsley County,14725.0,PJM +2018,21000.0,Kentucky,21191.0,Pendleton County,14725.0,PJM +2018,21000.0,Kentucky,21193.0,Perry County,14725.0,PJM +2018,21000.0,Kentucky,21195.0,Pike County,14725.0,PJM +2018,21000.0,Kentucky,21197.0,Powell County,14725.0,PJM +2018,21000.0,Kentucky,21199.0,Pulaski County,14725.0,PJM +2018,21000.0,Kentucky,21201.0,Robertson County,14725.0,PJM +2018,21000.0,Kentucky,21203.0,Rockcastle County,14725.0,PJM +2018,21000.0,Kentucky,21205.0,Rowan County,14725.0,PJM +2018,21000.0,Kentucky,21207.0,Russell County,14725.0,PJM +2018,21000.0,Kentucky,21209.0,Scott County,14725.0,PJM +2018,21000.0,Kentucky,21211.0,Shelby County,14725.0,PJM +2018,21000.0,Kentucky,21215.0,Spencer County,14725.0,PJM +2018,21000.0,Kentucky,21217.0,Taylor County,14725.0,PJM +2018,21000.0,Kentucky,21223.0,Trimble County,14725.0,PJM +2018,21000.0,Kentucky,21229.0,Washington County,14725.0,PJM +2018,21000.0,Kentucky,21231.0,Wayne County,14725.0,PJM +2018,21000.0,Kentucky,21235.0,Whitley County,14725.0,PJM +2018,21000.0,Kentucky,21237.0,Wolfe County,14725.0,PJM +2018,21000.0,Kentucky,21239.0,Woodford County,14725.0,PJM +2018,24000.0,Maryland,24001.0,Allegany County,14725.0,PJM +2018,24000.0,Maryland,24003.0,Anne Arundel County,14725.0,PJM +2018,24000.0,Maryland,24005.0,Baltimore County,14725.0,PJM +2018,24000.0,Maryland,24009.0,Calvert County,14725.0,PJM +2018,24000.0,Maryland,24011.0,Caroline County,14725.0,PJM +2018,24000.0,Maryland,24013.0,Carroll County,14725.0,PJM +2018,24000.0,Maryland,24015.0,Cecil County,14725.0,PJM +2018,24000.0,Maryland,24017.0,Charles County,14725.0,PJM +2018,24000.0,Maryland,24019.0,Dorchester County,14725.0,PJM +2018,24000.0,Maryland,24021.0,Frederick County,14725.0,PJM +2018,24000.0,Maryland,24023.0,Garrett County,14725.0,PJM +2018,24000.0,Maryland,24025.0,Harford County,14725.0,PJM +2018,24000.0,Maryland,24027.0,Howard County,14725.0,PJM +2018,24000.0,Maryland,24029.0,Kent County,14725.0,PJM +2018,24000.0,Maryland,24031.0,Montgomery County,14725.0,PJM +2018,24000.0,Maryland,24033.0,Prince George's County,14725.0,PJM +2018,24000.0,Maryland,24035.0,Queen Anne's County,14725.0,PJM +2018,24000.0,Maryland,24037.0,St. Mary's County,14725.0,PJM +2018,24000.0,Maryland,24039.0,Somerset County,14725.0,PJM +2018,24000.0,Maryland,24041.0,Talbot County,14725.0,PJM +2018,24000.0,Maryland,24043.0,Washington County,14725.0,PJM +2018,24000.0,Maryland,24045.0,Wicomico County,14725.0,PJM +2018,24000.0,Maryland,24047.0,Worcester County,14725.0,PJM +2018,24000.0,Maryland,24510.0,Baltimore City,14725.0,PJM +2018,26000.0,Michigan,26005.0,Allegan County,14725.0,PJM +2018,26000.0,Michigan,26021.0,Berrien County,14725.0,PJM +2018,26000.0,Michigan,26027.0,Cass County,14725.0,PJM +2018,26000.0,Michigan,26077.0,Kalamazoo County,14725.0,PJM +2018,26000.0,Michigan,26091.0,Lenawee County,14725.0,PJM +2018,26000.0,Michigan,26115.0,Monroe County,14725.0,PJM +2018,26000.0,Michigan,26149.0,St. Joseph County,14725.0,PJM +2018,26000.0,Michigan,26159.0,Van Buren County,14725.0,PJM +2018,34000.0,New Jersey,34001.0,Atlantic County,14725.0,PJM +2018,34000.0,New Jersey,34003.0,Bergen County,14725.0,PJM +2018,34000.0,New Jersey,34005.0,Burlington County,14725.0,PJM +2018,34000.0,New Jersey,34007.0,Camden County,14725.0,PJM +2018,34000.0,New Jersey,34009.0,Cape May County,14725.0,PJM +2018,34000.0,New Jersey,34011.0,Cumberland County,14725.0,PJM +2018,34000.0,New Jersey,34013.0,Essex County,14725.0,PJM +2018,34000.0,New Jersey,34015.0,Gloucester County,14725.0,PJM +2018,34000.0,New Jersey,34017.0,Hudson County,14725.0,PJM +2018,34000.0,New Jersey,34019.0,Hunterdon County,14725.0,PJM +2018,34000.0,New Jersey,34021.0,Mercer County,14725.0,PJM +2018,34000.0,New Jersey,34023.0,Middlesex County,14725.0,PJM +2018,34000.0,New Jersey,34025.0,Monmouth County,14725.0,PJM +2018,34000.0,New Jersey,34027.0,Morris County,14725.0,PJM +2018,34000.0,New Jersey,34029.0,Ocean County,14725.0,PJM +2018,34000.0,New Jersey,34031.0,Passaic County,14725.0,PJM +2018,34000.0,New Jersey,34033.0,Salem County,14725.0,PJM +2018,34000.0,New Jersey,34035.0,Somerset County,14725.0,PJM +2018,34000.0,New Jersey,34037.0,Sussex County,14725.0,PJM +2018,34000.0,New Jersey,34039.0,Union County,14725.0,PJM +2018,34000.0,New Jersey,34041.0,Warren County,14725.0,PJM +2018,36000.0,New York,36015.0,Chemung County,14725.0,PJM +2018,36000.0,New York,36107.0,Tioga County,14725.0,PJM +2018,37000.0,North Carolina,37013.0,Beaufort County,14725.0,PJM +2018,37000.0,North Carolina,37015.0,Bertie County,14725.0,PJM +2018,37000.0,North Carolina,37019.0,Brunswick County,14725.0,PJM +2018,37000.0,North Carolina,37025.0,Cabarrus County,14725.0,PJM +2018,37000.0,North Carolina,37029.0,Camden County,14725.0,PJM +2018,37000.0,North Carolina,37041.0,Chowan County,14725.0,PJM +2018,37000.0,North Carolina,37049.0,Craven County,14725.0,PJM +2018,37000.0,North Carolina,37051.0,Cumberland County,14725.0,PJM +2018,37000.0,North Carolina,37053.0,Currituck County,14725.0,PJM +2018,37000.0,North Carolina,37055.0,Dare County,14725.0,PJM +2018,37000.0,North Carolina,37065.0,Edgecombe County,14725.0,PJM +2018,37000.0,North Carolina,37073.0,Gates County,14725.0,PJM +2018,37000.0,North Carolina,37077.0,Granville County,14725.0,PJM +2018,37000.0,North Carolina,37083.0,Halifax County,14725.0,PJM +2018,37000.0,North Carolina,37091.0,Hertford County,14725.0,PJM +2018,37000.0,North Carolina,37095.0,Hyde County,14725.0,PJM +2018,37000.0,North Carolina,37117.0,Martin County,14725.0,PJM +2018,37000.0,North Carolina,37127.0,Nash County,14725.0,PJM +2018,37000.0,North Carolina,37131.0,Northampton County,14725.0,PJM +2018,37000.0,North Carolina,37137.0,Pamlico County,14725.0,PJM +2018,37000.0,North Carolina,37139.0,Pasquotank County,14725.0,PJM +2018,37000.0,North Carolina,37143.0,Perquimans County,14725.0,PJM +2018,37000.0,North Carolina,37145.0,Person County,14725.0,PJM +2018,37000.0,North Carolina,37147.0,Pitt County,14725.0,PJM +2018,37000.0,North Carolina,37177.0,Tyrrell County,14725.0,PJM +2018,37000.0,North Carolina,37181.0,Vance County,14725.0,PJM +2018,37000.0,North Carolina,37185.0,Warren County,14725.0,PJM +2018,37000.0,North Carolina,37187.0,Washington County,14725.0,PJM +2018,37000.0,North Carolina,37195.0,Wilson County,14725.0,PJM +2018,39000.0,Ohio,39001.0,Adams County,14725.0,PJM +2018,39000.0,Ohio,39003.0,Allen County,14725.0,PJM +2018,39000.0,Ohio,39005.0,Ashland County,14725.0,PJM +2018,39000.0,Ohio,39007.0,Ashtabula County,14725.0,PJM +2018,39000.0,Ohio,39009.0,Athens County,14725.0,PJM +2018,39000.0,Ohio,39011.0,Auglaize County,14725.0,PJM +2018,39000.0,Ohio,39013.0,Belmont County,14725.0,PJM +2018,39000.0,Ohio,39015.0,Brown County,14725.0,PJM +2018,39000.0,Ohio,39017.0,Butler County,14725.0,PJM +2018,39000.0,Ohio,39019.0,Carroll County,14725.0,PJM +2018,39000.0,Ohio,39021.0,Champaign County,14725.0,PJM +2018,39000.0,Ohio,39023.0,Clark County,14725.0,PJM +2018,39000.0,Ohio,39025.0,Clermont County,14725.0,PJM +2018,39000.0,Ohio,39027.0,Clinton County,14725.0,PJM +2018,39000.0,Ohio,39029.0,Columbiana County,14725.0,PJM +2018,39000.0,Ohio,39031.0,Coshocton County,14725.0,PJM +2018,39000.0,Ohio,39033.0,Crawford County,14725.0,PJM +2018,39000.0,Ohio,39035.0,Cuyahoga County,14725.0,PJM +2018,39000.0,Ohio,39037.0,Darke County,14725.0,PJM +2018,39000.0,Ohio,39039.0,Defiance County,14725.0,PJM +2018,39000.0,Ohio,39041.0,Delaware County,14725.0,PJM +2018,39000.0,Ohio,39043.0,Erie County,14725.0,PJM +2018,39000.0,Ohio,39045.0,Fairfield County,14725.0,PJM +2018,39000.0,Ohio,39047.0,Fayette County,14725.0,PJM +2018,39000.0,Ohio,39049.0,Franklin County,14725.0,PJM +2018,39000.0,Ohio,39051.0,Fulton County,14725.0,PJM +2018,39000.0,Ohio,39053.0,Gallia County,14725.0,PJM +2018,39000.0,Ohio,39055.0,Geauga County,14725.0,PJM +2018,39000.0,Ohio,39057.0,Greene County,14725.0,PJM +2018,39000.0,Ohio,39059.0,Guernsey County,14725.0,PJM +2018,39000.0,Ohio,39061.0,Hamilton County,14725.0,PJM +2018,39000.0,Ohio,39063.0,Hancock County,14725.0,PJM +2018,39000.0,Ohio,39065.0,Hardin County,14725.0,PJM +2018,39000.0,Ohio,39067.0,Harrison County,14725.0,PJM +2018,39000.0,Ohio,39069.0,Henry County,14725.0,PJM +2018,39000.0,Ohio,39071.0,Highland County,14725.0,PJM +2018,39000.0,Ohio,39073.0,Hocking County,14725.0,PJM +2018,39000.0,Ohio,39075.0,Holmes County,14725.0,PJM +2018,39000.0,Ohio,39077.0,Huron County,14725.0,PJM +2018,39000.0,Ohio,39079.0,Jackson County,14725.0,PJM +2018,39000.0,Ohio,39081.0,Jefferson County,14725.0,PJM +2018,39000.0,Ohio,39083.0,Knox County,14725.0,PJM +2018,39000.0,Ohio,39085.0,Lake County,14725.0,PJM +2018,39000.0,Ohio,39087.0,Lawrence County,14725.0,PJM +2018,39000.0,Ohio,39089.0,Licking County,14725.0,PJM +2018,39000.0,Ohio,39091.0,Logan County,14725.0,PJM +2018,39000.0,Ohio,39093.0,Lorain County,14725.0,PJM +2018,39000.0,Ohio,39095.0,Lucas County,14725.0,PJM +2018,39000.0,Ohio,39097.0,Madison County,14725.0,PJM +2018,39000.0,Ohio,39099.0,Mahoning County,14725.0,PJM +2018,39000.0,Ohio,39101.0,Marion County,14725.0,PJM +2018,39000.0,Ohio,39103.0,Medina County,14725.0,PJM +2018,39000.0,Ohio,39105.0,Meigs County,14725.0,PJM +2018,39000.0,Ohio,39107.0,Mercer County,14725.0,PJM +2018,39000.0,Ohio,39109.0,Miami County,14725.0,PJM +2018,39000.0,Ohio,39111.0,Monroe County,14725.0,PJM +2018,39000.0,Ohio,39113.0,Montgomery County,14725.0,PJM +2018,39000.0,Ohio,39115.0,Morgan County,14725.0,PJM +2018,39000.0,Ohio,39117.0,Morrow County,14725.0,PJM +2018,39000.0,Ohio,39119.0,Muskingum County,14725.0,PJM +2018,39000.0,Ohio,39121.0,Noble County,14725.0,PJM +2018,39000.0,Ohio,39123.0,Ottawa County,14725.0,PJM +2018,39000.0,Ohio,39125.0,Paulding County,14725.0,PJM +2018,39000.0,Ohio,39127.0,Perry County,14725.0,PJM +2018,39000.0,Ohio,39129.0,Pickaway County,14725.0,PJM +2018,39000.0,Ohio,39131.0,Pike County,14725.0,PJM +2018,39000.0,Ohio,39133.0,Portage County,14725.0,PJM +2018,39000.0,Ohio,39135.0,Preble County,14725.0,PJM +2018,39000.0,Ohio,39137.0,Putnam County,14725.0,PJM +2018,39000.0,Ohio,39139.0,Richland County,14725.0,PJM +2018,39000.0,Ohio,39141.0,Ross County,14725.0,PJM +2018,39000.0,Ohio,39143.0,Sandusky County,14725.0,PJM +2018,39000.0,Ohio,39145.0,Scioto County,14725.0,PJM +2018,39000.0,Ohio,39147.0,Seneca County,14725.0,PJM +2018,39000.0,Ohio,39149.0,Shelby County,14725.0,PJM +2018,39000.0,Ohio,39151.0,Stark County,14725.0,PJM +2018,39000.0,Ohio,39153.0,Summit County,14725.0,PJM +2018,39000.0,Ohio,39155.0,Trumbull County,14725.0,PJM +2018,39000.0,Ohio,39157.0,Tuscarawas County,14725.0,PJM +2018,39000.0,Ohio,39159.0,Union County,14725.0,PJM +2018,39000.0,Ohio,39161.0,Van Wert County,14725.0,PJM +2018,39000.0,Ohio,39163.0,Vinton County,14725.0,PJM +2018,39000.0,Ohio,39165.0,Warren County,14725.0,PJM +2018,39000.0,Ohio,39167.0,Washington County,14725.0,PJM +2018,39000.0,Ohio,39169.0,Wayne County,14725.0,PJM +2018,39000.0,Ohio,39171.0,Williams County,14725.0,PJM +2018,39000.0,Ohio,39173.0,Wood County,14725.0,PJM +2018,39000.0,Ohio,39175.0,Wyandot County,14725.0,PJM +2018,42000.0,Pennsylvania,42001.0,Adams County,14725.0,PJM +2018,42000.0,Pennsylvania,42003.0,Allegheny County,14725.0,PJM +2018,42000.0,Pennsylvania,42005.0,Armstrong County,14725.0,PJM +2018,42000.0,Pennsylvania,42007.0,Beaver County,14725.0,PJM +2018,42000.0,Pennsylvania,42009.0,Bedford County,14725.0,PJM +2018,42000.0,Pennsylvania,42011.0,Berks County,14725.0,PJM +2018,42000.0,Pennsylvania,42013.0,Blair County,14725.0,PJM +2018,42000.0,Pennsylvania,42015.0,Bradford County,14725.0,PJM +2018,42000.0,Pennsylvania,42017.0,Bucks County,14725.0,PJM +2018,42000.0,Pennsylvania,42019.0,Butler County,14725.0,PJM +2018,42000.0,Pennsylvania,42021.0,Cambria County,14725.0,PJM +2018,42000.0,Pennsylvania,42023.0,Cameron County,14725.0,PJM +2018,42000.0,Pennsylvania,42025.0,Carbon County,14725.0,PJM +2018,42000.0,Pennsylvania,42027.0,Centre County,14725.0,PJM +2018,42000.0,Pennsylvania,42029.0,Chester County,14725.0,PJM +2018,42000.0,Pennsylvania,42031.0,Clarion County,14725.0,PJM +2018,42000.0,Pennsylvania,42033.0,Clearfield County,14725.0,PJM +2018,42000.0,Pennsylvania,42035.0,Clinton County,14725.0,PJM +2018,42000.0,Pennsylvania,42037.0,Columbia County,14725.0,PJM +2018,42000.0,Pennsylvania,42039.0,Crawford County,14725.0,PJM +2018,42000.0,Pennsylvania,42041.0,Cumberland County,14725.0,PJM +2018,42000.0,Pennsylvania,42043.0,Dauphin County,14725.0,PJM +2018,42000.0,Pennsylvania,42045.0,Delaware County,14725.0,PJM +2018,42000.0,Pennsylvania,42047.0,Elk County,14725.0,PJM +2018,42000.0,Pennsylvania,42049.0,Erie County,14725.0,PJM +2018,42000.0,Pennsylvania,42051.0,Fayette County,14725.0,PJM +2018,42000.0,Pennsylvania,42053.0,Forest County,14725.0,PJM +2018,42000.0,Pennsylvania,42055.0,Franklin County,14725.0,PJM +2018,42000.0,Pennsylvania,42057.0,Fulton County,14725.0,PJM +2018,42000.0,Pennsylvania,42059.0,Greene County,14725.0,PJM +2018,42000.0,Pennsylvania,42061.0,Huntingdon County,14725.0,PJM +2018,42000.0,Pennsylvania,42063.0,Indiana County,14725.0,PJM +2018,42000.0,Pennsylvania,42065.0,Jefferson County,14725.0,PJM +2018,42000.0,Pennsylvania,42067.0,Juniata County,14725.0,PJM +2018,42000.0,Pennsylvania,42069.0,Lackawanna County,14725.0,PJM +2018,42000.0,Pennsylvania,42071.0,Lancaster County,14725.0,PJM +2018,42000.0,Pennsylvania,42073.0,Lawrence County,14725.0,PJM +2018,42000.0,Pennsylvania,42075.0,Lebanon County,14725.0,PJM +2018,42000.0,Pennsylvania,42077.0,Lehigh County,14725.0,PJM +2018,42000.0,Pennsylvania,42079.0,Luzerne County,14725.0,PJM +2018,42000.0,Pennsylvania,42081.0,Lycoming County,14725.0,PJM +2018,42000.0,Pennsylvania,42083.0,McKean County,14725.0,PJM +2018,42000.0,Pennsylvania,42085.0,Mercer County,14725.0,PJM +2018,42000.0,Pennsylvania,42087.0,Mifflin County,14725.0,PJM +2018,42000.0,Pennsylvania,42089.0,Monroe County,14725.0,PJM +2018,42000.0,Pennsylvania,42091.0,Montgomery County,14725.0,PJM +2018,42000.0,Pennsylvania,42093.0,Montour County,14725.0,PJM +2018,42000.0,Pennsylvania,42095.0,Northampton County,14725.0,PJM +2018,42000.0,Pennsylvania,42097.0,Northumberland County,14725.0,PJM +2018,42000.0,Pennsylvania,42099.0,Perry County,14725.0,PJM +2018,42000.0,Pennsylvania,42101.0,Philadelphia County,14725.0,PJM +2018,42000.0,Pennsylvania,42103.0,Pike County,14725.0,PJM +2018,42000.0,Pennsylvania,42105.0,Potter County,14725.0,PJM +2018,42000.0,Pennsylvania,42107.0,Schuylkill County,14725.0,PJM +2018,42000.0,Pennsylvania,42109.0,Snyder County,14725.0,PJM +2018,42000.0,Pennsylvania,42111.0,Somerset County,14725.0,PJM +2018,42000.0,Pennsylvania,42113.0,Sullivan County,14725.0,PJM +2018,42000.0,Pennsylvania,42115.0,Susquehanna County,14725.0,PJM +2018,42000.0,Pennsylvania,42117.0,Tioga County,14725.0,PJM +2018,42000.0,Pennsylvania,42119.0,Union County,14725.0,PJM +2018,42000.0,Pennsylvania,42121.0,Venango County,14725.0,PJM +2018,42000.0,Pennsylvania,42123.0,Warren County,14725.0,PJM +2018,42000.0,Pennsylvania,42125.0,Washington County,14725.0,PJM +2018,42000.0,Pennsylvania,42127.0,Wayne County,14725.0,PJM +2018,42000.0,Pennsylvania,42129.0,Westmoreland County,14725.0,PJM +2018,42000.0,Pennsylvania,42131.0,Wyoming County,14725.0,PJM +2018,42000.0,Pennsylvania,42133.0,York County,14725.0,PJM +2018,47000.0,Tennessee,47013.0,Campbell County,14725.0,PJM +2018,47000.0,Tennessee,47025.0,Claiborne County,14725.0,PJM +2018,47000.0,Tennessee,47073.0,Hawkins County,14725.0,PJM +2018,47000.0,Tennessee,47137.0,Pickett County,14725.0,PJM +2018,47000.0,Tennessee,47151.0,Scott County,14725.0,PJM +2018,47000.0,Tennessee,47163.0,Sullivan County,14725.0,PJM +2018,47000.0,Tennessee,47179.0,Washington County,14725.0,PJM +2018,51000.0,Virginia,51001.0,Accomack County,14725.0,PJM +2018,51000.0,Virginia,51003.0,Albemarle County,14725.0,PJM +2018,51000.0,Virginia,51005.0,Alleghany County,14725.0,PJM +2018,51000.0,Virginia,51007.0,Amelia County,14725.0,PJM +2018,51000.0,Virginia,51009.0,Amherst County,14725.0,PJM +2018,51000.0,Virginia,51011.0,Appomattox County,14725.0,PJM +2018,51000.0,Virginia,51013.0,Arlington County,14725.0,PJM +2018,51000.0,Virginia,51015.0,Augusta County,14725.0,PJM +2018,51000.0,Virginia,51017.0,Bath County,14725.0,PJM +2018,51000.0,Virginia,51019.0,Bedford County,14725.0,PJM +2018,51000.0,Virginia,51021.0,Bland County,14725.0,PJM +2018,51000.0,Virginia,51023.0,Botetourt County,14725.0,PJM +2018,51000.0,Virginia,51025.0,Brunswick County,14725.0,PJM +2018,51000.0,Virginia,51027.0,Buchanan County,14725.0,PJM +2018,51000.0,Virginia,51029.0,Buckingham County,14725.0,PJM +2018,51000.0,Virginia,51031.0,Campbell County,14725.0,PJM +2018,51000.0,Virginia,51033.0,Caroline County,14725.0,PJM +2018,51000.0,Virginia,51035.0,Carroll County,14725.0,PJM +2018,51000.0,Virginia,51036.0,Charles City County,14725.0,PJM +2018,51000.0,Virginia,51037.0,Charlotte County,14725.0,PJM +2018,51000.0,Virginia,51041.0,Chesterfield County,14725.0,PJM +2018,51000.0,Virginia,51043.0,Clarke County,14725.0,PJM +2018,51000.0,Virginia,51045.0,Craig County,14725.0,PJM +2018,51000.0,Virginia,51047.0,Culpeper County,14725.0,PJM +2018,51000.0,Virginia,51049.0,Cumberland County,14725.0,PJM +2018,51000.0,Virginia,51051.0,Dickenson County,14725.0,PJM +2018,51000.0,Virginia,51053.0,Dinwiddie County,14725.0,PJM +2018,51000.0,Virginia,51057.0,Essex County,14725.0,PJM +2018,51000.0,Virginia,51059.0,Fairfax County,14725.0,PJM +2018,51000.0,Virginia,51061.0,Fauquier County,14725.0,PJM +2018,51000.0,Virginia,51063.0,Floyd County,14725.0,PJM +2018,51000.0,Virginia,51065.0,Fluvanna County,14725.0,PJM +2018,51000.0,Virginia,51067.0,Franklin County,14725.0,PJM +2018,51000.0,Virginia,51069.0,Frederick County,14725.0,PJM +2018,51000.0,Virginia,51071.0,Giles County,14725.0,PJM +2018,51000.0,Virginia,51073.0,Gloucester County,14725.0,PJM +2018,51000.0,Virginia,51075.0,Goochland County,14725.0,PJM +2018,51000.0,Virginia,51077.0,Grayson County,14725.0,PJM +2018,51000.0,Virginia,51079.0,Greene County,14725.0,PJM +2018,51000.0,Virginia,51081.0,Greensville County,14725.0,PJM +2018,51000.0,Virginia,51083.0,Halifax County,14725.0,PJM +2018,51000.0,Virginia,51085.0,Hanover County,14725.0,PJM +2018,51000.0,Virginia,51087.0,Henrico County,14725.0,PJM +2018,51000.0,Virginia,51089.0,Henry County,14725.0,PJM +2018,51000.0,Virginia,51091.0,Highland County,14725.0,PJM +2018,51000.0,Virginia,51093.0,Isle of Wight County,14725.0,PJM +2018,51000.0,Virginia,51095.0,James City County,14725.0,PJM +2018,51000.0,Virginia,51097.0,King and Queen County,14725.0,PJM +2018,51000.0,Virginia,51099.0,King George County,14725.0,PJM +2018,51000.0,Virginia,51101.0,King William County,14725.0,PJM +2018,51000.0,Virginia,51103.0,Lancaster County,14725.0,PJM +2018,51000.0,Virginia,51107.0,Loudoun County,14725.0,PJM +2018,51000.0,Virginia,51109.0,Louisa County,14725.0,PJM +2018,51000.0,Virginia,51111.0,Lunenburg County,14725.0,PJM +2018,51000.0,Virginia,51113.0,Madison County,14725.0,PJM +2018,51000.0,Virginia,51115.0,Mathews County,14725.0,PJM +2018,51000.0,Virginia,51117.0,Mecklenburg County,14725.0,PJM +2018,51000.0,Virginia,51119.0,Middlesex County,14725.0,PJM +2018,51000.0,Virginia,51121.0,Montgomery County,14725.0,PJM +2018,51000.0,Virginia,51125.0,Nelson County,14725.0,PJM +2018,51000.0,Virginia,51127.0,New Kent County,14725.0,PJM +2018,51000.0,Virginia,51131.0,Northampton County,14725.0,PJM +2018,51000.0,Virginia,51133.0,Northumberland County,14725.0,PJM +2018,51000.0,Virginia,51135.0,Nottoway County,14725.0,PJM +2018,51000.0,Virginia,51137.0,Orange County,14725.0,PJM +2018,51000.0,Virginia,51139.0,Page County,14725.0,PJM +2018,51000.0,Virginia,51141.0,Patrick County,14725.0,PJM +2018,51000.0,Virginia,51143.0,Pittsylvania County,14725.0,PJM +2018,51000.0,Virginia,51145.0,Powhatan County,14725.0,PJM +2018,51000.0,Virginia,51147.0,Prince Edward County,14725.0,PJM +2018,51000.0,Virginia,51149.0,Prince George County,14725.0,PJM +2018,51000.0,Virginia,51153.0,Prince William County,14725.0,PJM +2018,51000.0,Virginia,51155.0,Pulaski County,14725.0,PJM +2018,51000.0,Virginia,51157.0,Rappahannock County,14725.0,PJM +2018,51000.0,Virginia,51159.0,Richmond County,14725.0,PJM +2018,51000.0,Virginia,51161.0,Roanoke County,14725.0,PJM +2018,51000.0,Virginia,51163.0,Rockbridge County,14725.0,PJM +2018,51000.0,Virginia,51165.0,Rockingham County,14725.0,PJM +2018,51000.0,Virginia,51167.0,Russell County,14725.0,PJM +2018,51000.0,Virginia,51169.0,Scott County,14725.0,PJM +2018,51000.0,Virginia,51171.0,Shenandoah County,14725.0,PJM +2018,51000.0,Virginia,51173.0,Smyth County,14725.0,PJM +2018,51000.0,Virginia,51175.0,Southampton County,14725.0,PJM +2018,51000.0,Virginia,51177.0,Spotsylvania County,14725.0,PJM +2018,51000.0,Virginia,51179.0,Stafford County,14725.0,PJM +2018,51000.0,Virginia,51181.0,Surry County,14725.0,PJM +2018,51000.0,Virginia,51183.0,Sussex County,14725.0,PJM +2018,51000.0,Virginia,51185.0,Tazewell County,14725.0,PJM +2018,51000.0,Virginia,51187.0,Warren County,14725.0,PJM +2018,51000.0,Virginia,51191.0,Washington County,14725.0,PJM +2018,51000.0,Virginia,51193.0,Westmoreland County,14725.0,PJM +2018,51000.0,Virginia,51195.0,Wise County,14725.0,PJM +2018,51000.0,Virginia,51197.0,Wythe County,14725.0,PJM +2018,51000.0,Virginia,51199.0,York County,14725.0,PJM +2018,51000.0,Virginia,51510.0,Alexandria City,14725.0,PJM +2018,51000.0,Virginia,51515.0,Bedford City,14725.0,PJM +2018,51000.0,Virginia,51530.0,Buena Vista City,14725.0,PJM +2018,51000.0,Virginia,51540.0,Charlottesville City,14725.0,PJM +2018,51000.0,Virginia,51550.0,Chesapeake City,14725.0,PJM +2018,51000.0,Virginia,51570.0,Colonial Heights City,14725.0,PJM +2018,51000.0,Virginia,51580.0,Covington City,14725.0,PJM +2018,51000.0,Virginia,51590.0,Danville City,14725.0,PJM +2018,51000.0,Virginia,51595.0,Emporia City,14725.0,PJM +2018,51000.0,Virginia,51600.0,Fairfax City,14725.0,PJM +2018,51000.0,Virginia,51610.0,Falls Church City,14725.0,PJM +2018,51000.0,Virginia,51620.0,Franklin City,14725.0,PJM +2018,51000.0,Virginia,51630.0,Fredericksburg City,14725.0,PJM +2018,51000.0,Virginia,51640.0,Galax City,14725.0,PJM +2018,51000.0,Virginia,51650.0,Hampton City,14725.0,PJM +2018,51000.0,Virginia,51660.0,Harrisonburg City,14725.0,PJM +2018,51000.0,Virginia,51670.0,Hopewell City,14725.0,PJM +2018,51000.0,Virginia,51678.0,Lexington City,14725.0,PJM +2018,51000.0,Virginia,51680.0,Lynchburg City,14725.0,PJM +2018,51000.0,Virginia,51683.0,Manassas City,14725.0,PJM +2018,51000.0,Virginia,51685.0,Manassas Park City,14725.0,PJM +2018,51000.0,Virginia,51690.0,Martinsville City,14725.0,PJM +2018,51000.0,Virginia,51700.0,Newport News City,14725.0,PJM +2018,51000.0,Virginia,51710.0,Norfolk City,14725.0,PJM +2018,51000.0,Virginia,51730.0,Petersburg City,14725.0,PJM +2018,51000.0,Virginia,51735.0,Poquoson City,14725.0,PJM +2018,51000.0,Virginia,51740.0,Portsmouth City,14725.0,PJM +2018,51000.0,Virginia,51750.0,Radford City,14725.0,PJM +2018,51000.0,Virginia,51760.0,Richmond City,14725.0,PJM +2018,51000.0,Virginia,51770.0,Roanoke City,14725.0,PJM +2018,51000.0,Virginia,51775.0,Salem City,14725.0,PJM +2018,51000.0,Virginia,51790.0,Staunton City,14725.0,PJM +2018,51000.0,Virginia,51800.0,Suffolk City,14725.0,PJM +2018,51000.0,Virginia,51810.0,Virginia Beach City,14725.0,PJM +2018,51000.0,Virginia,51820.0,Waynesboro City,14725.0,PJM +2018,51000.0,Virginia,51830.0,Williamsburg City,14725.0,PJM +2018,51000.0,Virginia,51840.0,Winchester City,14725.0,PJM +2018,54000.0,West Virginia,54001.0,Barbour County,14725.0,PJM +2018,54000.0,West Virginia,54003.0,Berkeley County,14725.0,PJM +2018,54000.0,West Virginia,54005.0,Boone County,14725.0,PJM +2018,54000.0,West Virginia,54007.0,Braxton County,14725.0,PJM +2018,54000.0,West Virginia,54009.0,Brooke County,14725.0,PJM +2018,54000.0,West Virginia,54011.0,Cabell County,14725.0,PJM +2018,54000.0,West Virginia,54013.0,Calhoun County,14725.0,PJM +2018,54000.0,West Virginia,54015.0,Clay County,14725.0,PJM +2018,54000.0,West Virginia,54017.0,Doddridge County,14725.0,PJM +2018,54000.0,West Virginia,54019.0,Fayette County,14725.0,PJM +2018,54000.0,West Virginia,54021.0,Gilmer County,14725.0,PJM +2018,54000.0,West Virginia,54023.0,Grant County,14725.0,PJM +2018,54000.0,West Virginia,54025.0,Greenbrier County,14725.0,PJM +2018,54000.0,West Virginia,54027.0,Hampshire County,14725.0,PJM +2018,54000.0,West Virginia,54029.0,Hancock County,14725.0,PJM +2018,54000.0,West Virginia,54031.0,Hardy County,14725.0,PJM +2018,54000.0,West Virginia,54033.0,Harrison County,14725.0,PJM +2018,54000.0,West Virginia,54035.0,Jackson County,14725.0,PJM +2018,54000.0,West Virginia,54037.0,Jefferson County,14725.0,PJM +2018,54000.0,West Virginia,54039.0,Kanawha County,14725.0,PJM +2018,54000.0,West Virginia,54041.0,Lewis County,14725.0,PJM +2018,54000.0,West Virginia,54043.0,Lincoln County,14725.0,PJM +2018,54000.0,West Virginia,54045.0,Logan County,14725.0,PJM +2018,54000.0,West Virginia,54047.0,McDowell County,14725.0,PJM +2018,54000.0,West Virginia,54049.0,Marion County,14725.0,PJM +2018,54000.0,West Virginia,54051.0,Marshall County,14725.0,PJM +2018,54000.0,West Virginia,54053.0,Mason County,14725.0,PJM +2018,54000.0,West Virginia,54055.0,Mercer County,14725.0,PJM +2018,54000.0,West Virginia,54057.0,Mineral County,14725.0,PJM +2018,54000.0,West Virginia,54059.0,Mingo County,14725.0,PJM +2018,54000.0,West Virginia,54061.0,Monongalia County,14725.0,PJM +2018,54000.0,West Virginia,54063.0,Monroe County,14725.0,PJM +2018,54000.0,West Virginia,54065.0,Morgan County,14725.0,PJM +2018,54000.0,West Virginia,54067.0,Nicholas County,14725.0,PJM +2018,54000.0,West Virginia,54069.0,Ohio County,14725.0,PJM +2018,54000.0,West Virginia,54071.0,Pendleton County,14725.0,PJM +2018,54000.0,West Virginia,54073.0,Pleasants County,14725.0,PJM +2018,54000.0,West Virginia,54075.0,Pocahontas County,14725.0,PJM +2018,54000.0,West Virginia,54077.0,Preston County,14725.0,PJM +2018,54000.0,West Virginia,54079.0,Putnam County,14725.0,PJM +2018,54000.0,West Virginia,54081.0,Raleigh County,14725.0,PJM +2018,54000.0,West Virginia,54083.0,Randolph County,14725.0,PJM +2018,54000.0,West Virginia,54085.0,Ritchie County,14725.0,PJM +2018,54000.0,West Virginia,54087.0,Roane County,14725.0,PJM +2018,54000.0,West Virginia,54089.0,Summers County,14725.0,PJM +2018,54000.0,West Virginia,54091.0,Taylor County,14725.0,PJM +2018,54000.0,West Virginia,54093.0,Tucker County,14725.0,PJM +2018,54000.0,West Virginia,54095.0,Tyler County,14725.0,PJM +2018,54000.0,West Virginia,54097.0,Upshur County,14725.0,PJM +2018,54000.0,West Virginia,54099.0,Wayne County,14725.0,PJM +2018,54000.0,West Virginia,54101.0,Webster County,14725.0,PJM +2018,54000.0,West Virginia,54103.0,Wetzel County,14725.0,PJM +2018,54000.0,West Virginia,54105.0,Wirt County,14725.0,PJM +2018,54000.0,West Virginia,54107.0,Wood County,14725.0,PJM +2018,54000.0,West Virginia,54109.0,Wyoming County,14725.0,PJM +2018,41000.0,Oregon,41005.0,Clackamas County,15248.0,PGE +2018,41000.0,Oregon,41009.0,Columbia County,15248.0,PGE +2018,41000.0,Oregon,41047.0,Marion County,15248.0,PGE +2018,41000.0,Oregon,41051.0,Multnomah County,15248.0,PGE +2018,41000.0,Oregon,41053.0,Polk County,15248.0,PGE +2018,41000.0,Oregon,41067.0,Washington County,15248.0,PGE +2018,41000.0,Oregon,41071.0,Yamhill County,15248.0,PGE +2018,8000.0,Colorado,8001.0,Adams County,15466.0,PSCO +2018,8000.0,Colorado,8003.0,Alamosa County,15466.0,PSCO +2018,8000.0,Colorado,8005.0,Arapahoe County,15466.0,PSCO +2018,8000.0,Colorado,8007.0,Archuleta County,15466.0,PSCO +2018,8000.0,Colorado,8009.0,Baca County,15466.0,PSCO +2018,8000.0,Colorado,8011.0,Bent County,15466.0,PSCO +2018,8000.0,Colorado,8013.0,Boulder County,15466.0,PSCO +2018,8000.0,Colorado,8015.0,Chaffee County,15466.0,PSCO +2018,8000.0,Colorado,8019.0,Clear Creek County,15466.0,PSCO +2018,8000.0,Colorado,8021.0,Conejos County,15466.0,PSCO +2018,8000.0,Colorado,8023.0,Costilla County,15466.0,PSCO +2018,8000.0,Colorado,8025.0,Crowley County,15466.0,PSCO +2018,8000.0,Colorado,8027.0,Custer County,15466.0,PSCO +2018,8000.0,Colorado,8029.0,Delta County,15466.0,PSCO +2018,8000.0,Colorado,8031.0,Denver County,15466.0,PSCO +2018,8000.0,Colorado,8033.0,Dolores County,15466.0,PSCO +2018,8000.0,Colorado,8035.0,Douglas County,15466.0,PSCO +2018,8000.0,Colorado,8037.0,Eagle County,15466.0,PSCO +2018,8000.0,Colorado,8039.0,Elbert County,15466.0,PSCO +2018,8000.0,Colorado,8041.0,El Paso County,15466.0,PSCO +2018,8000.0,Colorado,8043.0,Fremont County,15466.0,PSCO +2018,8000.0,Colorado,8045.0,Garfield County,15466.0,PSCO +2018,8000.0,Colorado,8047.0,Gilpin County,15466.0,PSCO +2018,8000.0,Colorado,8049.0,Grand County,15466.0,PSCO +2018,8000.0,Colorado,8051.0,Gunnison County,15466.0,PSCO +2018,8000.0,Colorado,8053.0,Hinsdale County,15466.0,PSCO +2018,8000.0,Colorado,8055.0,Huerfano County,15466.0,PSCO +2018,8000.0,Colorado,8059.0,Jefferson County,15466.0,PSCO +2018,8000.0,Colorado,8061.0,Kiowa County,15466.0,PSCO +2018,8000.0,Colorado,8065.0,Lake County,15466.0,PSCO +2018,8000.0,Colorado,8067.0,La Plata County,15466.0,PSCO +2018,8000.0,Colorado,8069.0,Larimer County,15466.0,PSCO +2018,8000.0,Colorado,8071.0,Las Animas County,15466.0,PSCO +2018,8000.0,Colorado,8075.0,Logan County,15466.0,PSCO +2018,8000.0,Colorado,8077.0,Mesa County,15466.0,PSCO +2018,8000.0,Colorado,8079.0,Mineral County,15466.0,PSCO +2018,8000.0,Colorado,8081.0,Moffat County,15466.0,PSCO +2018,8000.0,Colorado,8083.0,Montezuma County,15466.0,PSCO +2018,8000.0,Colorado,8085.0,Montrose County,15466.0,PSCO +2018,8000.0,Colorado,8087.0,Morgan County,15466.0,PSCO +2018,8000.0,Colorado,8089.0,Otero County,15466.0,PSCO +2018,8000.0,Colorado,8091.0,Ouray County,15466.0,PSCO +2018,8000.0,Colorado,8093.0,Park County,15466.0,PSCO +2018,8000.0,Colorado,8097.0,Pitkin County,15466.0,PSCO +2018,8000.0,Colorado,8099.0,Prowers County,15466.0,PSCO +2018,8000.0,Colorado,8101.0,Pueblo County,15466.0,PSCO +2018,8000.0,Colorado,8103.0,Rio Blanco County,15466.0,PSCO +2018,8000.0,Colorado,8105.0,Rio Grande County,15466.0,PSCO +2018,8000.0,Colorado,8107.0,Routt County,15466.0,PSCO +2018,8000.0,Colorado,8109.0,Saguache County,15466.0,PSCO +2018,8000.0,Colorado,8113.0,San Miguel County,15466.0,PSCO +2018,8000.0,Colorado,8117.0,Summit County,15466.0,PSCO +2018,8000.0,Colorado,8119.0,Teller County,15466.0,PSCO +2018,8000.0,Colorado,8121.0,Washington County,15466.0,PSCO +2018,8000.0,Colorado,8123.0,Weld County,15466.0,PSCO +2018,8000.0,Colorado,8125.0,Yuma County,15466.0,PSCO +2018,56000.0,Wyoming,56007.0,Carbon County,15466.0,PSCO +2018,4000.0,Arizona,4001.0,Apache County,15473.0,PNM +2018,4000.0,Arizona,4003.0,Cochise County ,15473.0,PNM +2018,4000.0,Arizona,4007.0,Gila County,15473.0,PNM +2018,4000.0,Arizona,4011.0,Greenlee County,15473.0,PNM +2018,4000.0,Arizona,4017.0,Navajo County,15473.0,PNM +2018,8000.0,Colorado,8071.0,Las Animas County,15473.0,PNM +2018,35000.0,New Mexico,35001.0,Bernalillo County,15473.0,PNM +2018,35000.0,New Mexico,35003.0,Catron County,15473.0,PNM +2018,35000.0,New Mexico,35005.0,Chaves County,15473.0,PNM +2018,35000.0,New Mexico,35006.0,Cibola County,15473.0,PNM +2018,35000.0,New Mexico,35007.0,Colfax County,15473.0,PNM +2018,35000.0,New Mexico,35011.0,De Baca County,15473.0,PNM +2018,35000.0,New Mexico,35013.0,Dona Ana County,15473.0,PNM +2018,35000.0,New Mexico,35017.0,Grant County,15473.0,PNM +2018,35000.0,New Mexico,35019.0,Guadalupe County,15473.0,PNM +2018,35000.0,New Mexico,35021.0,Harding County,15473.0,PNM +2018,35000.0,New Mexico,35023.0,Hidalgo County,15473.0,PNM +2018,35000.0,New Mexico,35027.0,Lincoln County,15473.0,PNM +2018,35000.0,New Mexico,35028.0,Los Alamos County,15473.0,PNM +2018,35000.0,New Mexico,35029.0,Luna County,15473.0,PNM +2018,35000.0,New Mexico,35031.0,McKinley County,15473.0,PNM +2018,35000.0,New Mexico,35033.0,Mora County,15473.0,PNM +2018,35000.0,New Mexico,35035.0,Otero County,15473.0,PNM +2018,35000.0,New Mexico,35037.0,Quay County,15473.0,PNM +2018,35000.0,New Mexico,35039.0,Rio Arriba County,15473.0,PNM +2018,35000.0,New Mexico,35043.0,Sandoval County,15473.0,PNM +2018,35000.0,New Mexico,35045.0,San Juan County,15473.0,PNM +2018,35000.0,New Mexico,35047.0,San Miguel County,15473.0,PNM +2018,35000.0,New Mexico,35049.0,Santa Fe County,15473.0,PNM +2018,35000.0,New Mexico,35051.0,Sierra County,15473.0,PNM +2018,35000.0,New Mexico,35053.0,Socorro County,15473.0,PNM +2018,35000.0,New Mexico,35055.0,Taos County,15473.0,PNM +2018,35000.0,New Mexico,35057.0,Torrance County,15473.0,PNM +2018,35000.0,New Mexico,35059.0,Union County,15473.0,PNM +2018,35000.0,New Mexico,35061.0,Valencia County,15473.0,PNM +2018,40000.0,Oklahoma,40025.0,Cimarron County,15473.0,PNM +2018,48000.0,Texas,48111.0,Dallam County,15473.0,PNM +2018,48000.0,Texas,48205.0,Hartley County,15473.0,PNM +2018,53000.0,Washington,53029.0,Island County,15500.0,PSEI +2018,53000.0,Washington,53033.0,King County,15500.0,PSEI +2018,53000.0,Washington,53035.0,Kitsap County,15500.0,PSEI +2018,53000.0,Washington,53037.0,Kittitas County,15500.0,PSEI +2018,53000.0,Washington,53053.0,Pierce County,15500.0,PSEI +2018,53000.0,Washington,53057.0,Skagit County,15500.0,PSEI +2018,53000.0,Washington,53067.0,Thurston County,15500.0,PSEI +2018,53000.0,Washington,53073.0,Whatcom County,15500.0,PSEI +2018,6000.0,California,6061.0,Placer County,16534.0,BANC +2018,6000.0,California,6067.0,Sacramento County,16534.0,BANC +2018,6000.0,California,6077.0,San Joaquin County,16534.0,BANC +2018,6000.0,California,6089.0,Shasta County,16534.0,BANC +2018,6000.0,California,6099.0,Stanislaus County,16534.0,BANC +2018,4000.0,Arizona,4007.0,Gila County,16572.0,SRP +2018,4000.0,Arizona,4013.0,Maricopa County,16572.0,SRP +2018,4000.0,Arizona,4021.0,Pinal County,16572.0,SRP +2018,53000.0,Washington,53033.0,King County,16868.0,SCL +2018,45000.0,South Carolina,45001.0,Abbeville County,17539.0,SCEG +2018,45000.0,South Carolina,45003.0,Aiken County,17539.0,SCEG +2018,45000.0,South Carolina,45005.0,Allendale County,17539.0,SCEG +2018,45000.0,South Carolina,45009.0,Bamberg County,17539.0,SCEG +2018,45000.0,South Carolina,45011.0,Barnwell County,17539.0,SCEG +2018,45000.0,South Carolina,45013.0,Beaufort County,17539.0,SCEG +2018,45000.0,South Carolina,45015.0,Berkeley County,17539.0,SCEG +2018,45000.0,South Carolina,45017.0,Calhoun County,17539.0,SCEG +2018,45000.0,South Carolina,45019.0,Charleston County,17539.0,SCEG +2018,45000.0,South Carolina,45029.0,Colleton County,17539.0,SCEG +2018,45000.0,South Carolina,45031.0,Darlington County,17539.0,SCEG +2018,45000.0,South Carolina,45035.0,Dorchester County,17539.0,SCEG +2018,45000.0,South Carolina,45037.0,Edgefield County,17539.0,SCEG +2018,45000.0,South Carolina,45039.0,Fairfield County,17539.0,SCEG +2018,45000.0,South Carolina,45047.0,Greenwood County,17539.0,SCEG +2018,45000.0,South Carolina,45049.0,Hampton County,17539.0,SCEG +2018,45000.0,South Carolina,45053.0,Jasper County,17539.0,SCEG +2018,45000.0,South Carolina,45055.0,Kershaw County,17539.0,SCEG +2018,45000.0,South Carolina,45061.0,Lee County,17539.0,SCEG +2018,45000.0,South Carolina,45063.0,Lexington County,17539.0,SCEG +2018,45000.0,South Carolina,45065.0,McCormick County,17539.0,SCEG +2018,45000.0,South Carolina,45071.0,Newberry County,17539.0,SCEG +2018,45000.0,South Carolina,45075.0,Orangeburg County,17539.0,SCEG +2018,45000.0,South Carolina,45079.0,Richland County,17539.0,SCEG +2018,45000.0,South Carolina,45081.0,Saluda County,17539.0,SCEG +2018,45000.0,South Carolina,45087.0,Union County,17539.0,SCEG +2018,45000.0,South Carolina,45003.0,Aiken County,17543.0,SC +2018,45000.0,South Carolina,45005.0,Allendale County,17543.0,SC +2018,45000.0,South Carolina,45009.0,Bamberg County,17543.0,SC +2018,45000.0,South Carolina,45011.0,Barnwell County,17543.0,SC +2018,45000.0,South Carolina,45013.0,Beaufort County,17543.0,SC +2018,45000.0,South Carolina,45015.0,Berkeley County,17543.0,SC +2018,45000.0,South Carolina,45017.0,Calhoun County,17543.0,SC +2018,45000.0,South Carolina,45019.0,Charleston County,17543.0,SC +2018,45000.0,South Carolina,45023.0,Chester County,17543.0,SC +2018,45000.0,South Carolina,45025.0,Chesterfield County,17543.0,SC +2018,45000.0,South Carolina,45027.0,Clarendon County,17543.0,SC +2018,45000.0,South Carolina,45029.0,Colleton County,17543.0,SC +2018,45000.0,South Carolina,45031.0,Darlington County,17543.0,SC +2018,45000.0,South Carolina,45033.0,Dillon County,17543.0,SC +2018,45000.0,South Carolina,45035.0,Dorchester County,17543.0,SC +2018,45000.0,South Carolina,45037.0,Edgefield County,17543.0,SC +2018,45000.0,South Carolina,45039.0,Fairfield County,17543.0,SC +2018,45000.0,South Carolina,45041.0,Florence County,17543.0,SC +2018,45000.0,South Carolina,45043.0,Georgetown County,17543.0,SC +2018,45000.0,South Carolina,45047.0,Greenwood County,17543.0,SC +2018,45000.0,South Carolina,45049.0,Hampton County,17543.0,SC +2018,45000.0,South Carolina,45051.0,Horry County,17543.0,SC +2018,45000.0,South Carolina,45053.0,Jasper County,17543.0,SC +2018,45000.0,South Carolina,45055.0,Kershaw County,17543.0,SC +2018,45000.0,South Carolina,45057.0,Lancaster County,17543.0,SC +2018,45000.0,South Carolina,45059.0,Laurens County,17543.0,SC +2018,45000.0,South Carolina,45061.0,Lee County,17543.0,SC +2018,45000.0,South Carolina,45063.0,Lexington County,17543.0,SC +2018,45000.0,South Carolina,45065.0,McCormick County,17543.0,SC +2018,45000.0,South Carolina,45067.0,Marion County,17543.0,SC +2018,45000.0,South Carolina,45069.0,Marlboro County,17543.0,SC +2018,45000.0,South Carolina,45071.0,Newberry County,17543.0,SC +2018,45000.0,South Carolina,45075.0,Orangeburg County,17543.0,SC +2018,45000.0,South Carolina,45079.0,Richland County,17543.0,SC +2018,45000.0,South Carolina,45081.0,Saluda County,17543.0,SC +2018,45000.0,South Carolina,45085.0,Sumter County,17543.0,SC +2018,45000.0,South Carolina,45089.0,Williamsburg County,17543.0,SC +2018,45000.0,South Carolina,45091.0,York County,17543.0,SC +2018,5000.0,Arkansas,5055.0,Greene County,17716.0,SPA +2018,29000.0,Missouri,29023.0,Butler County,17716.0,SPA +2018,29000.0,Missouri,29097.0,Jasper County,17716.0,SPA +2018,29000.0,Missouri,29143.0,New Madrid County,17716.0,SPA +2018,29000.0,Missouri,29201.0,Scott County,17716.0,SPA +2018,1000.0,Alabama,1001.0,Autauga County,18195.0,SOCO +2018,1000.0,Alabama,1003.0,Baldwin County,18195.0,SOCO +2018,1000.0,Alabama,1005.0,Barbour County,18195.0,SOCO +2018,1000.0,Alabama,1007.0,Bibb County,18195.0,SOCO +2018,1000.0,Alabama,1009.0,Blount County,18195.0,SOCO +2018,1000.0,Alabama,1011.0,Bullock County,18195.0,SOCO +2018,1000.0,Alabama,1013.0,Butler County,18195.0,SOCO +2018,1000.0,Alabama,1015.0,Calhoun County,18195.0,SOCO +2018,1000.0,Alabama,1017.0,Chambers County,18195.0,SOCO +2018,1000.0,Alabama,1019.0,Cherokee County,18195.0,SOCO +2018,1000.0,Alabama,1021.0,Chilton County,18195.0,SOCO +2018,1000.0,Alabama,1023.0,Choctaw County,18195.0,SOCO +2018,1000.0,Alabama,1025.0,Clarke County,18195.0,SOCO +2018,1000.0,Alabama,1027.0,Clay County,18195.0,SOCO +2018,1000.0,Alabama,1029.0,Cleburne County,18195.0,SOCO +2018,1000.0,Alabama,1031.0,Coffee County,18195.0,SOCO +2018,1000.0,Alabama,1035.0,Conecuh County,18195.0,SOCO +2018,1000.0,Alabama,1037.0,Coosa County,18195.0,SOCO +2018,1000.0,Alabama,1039.0,Covington County,18195.0,SOCO +2018,1000.0,Alabama,1041.0,Crenshaw County,18195.0,SOCO +2018,1000.0,Alabama,1043.0,Cullman County,18195.0,SOCO +2018,1000.0,Alabama,1045.0,Dale County,18195.0,SOCO +2018,1000.0,Alabama,1047.0,Dallas County,18195.0,SOCO +2018,1000.0,Alabama,1051.0,Elmore County,18195.0,SOCO +2018,1000.0,Alabama,1053.0,Escambia County,18195.0,SOCO +2018,1000.0,Alabama,1055.0,Etowah County,18195.0,SOCO +2018,1000.0,Alabama,1057.0,Fayette County,18195.0,SOCO +2018,1000.0,Alabama,1059.0,Franklin County,18195.0,SOCO +2018,1000.0,Alabama,1061.0,Geneva County,18195.0,SOCO +2018,1000.0,Alabama,1063.0,Greene County,18195.0,SOCO +2018,1000.0,Alabama,1065.0,Hale County,18195.0,SOCO +2018,1000.0,Alabama,1067.0,Henry County,18195.0,SOCO +2018,1000.0,Alabama,1069.0,Houston County,18195.0,SOCO +2018,1000.0,Alabama,1073.0,Jefferson County,18195.0,SOCO +2018,1000.0,Alabama,1075.0,Lamar County,18195.0,SOCO +2018,1000.0,Alabama,1079.0,Lawrence County,18195.0,SOCO +2018,1000.0,Alabama,1081.0,Lee County,18195.0,SOCO +2018,1000.0,Alabama,1085.0,Lowndes County,18195.0,SOCO +2018,1000.0,Alabama,1087.0,Macon County,18195.0,SOCO +2018,1000.0,Alabama,1091.0,Marengo County,18195.0,SOCO +2018,1000.0,Alabama,1093.0,Marion County,18195.0,SOCO +2018,1000.0,Alabama,1095.0,Marshall County,18195.0,SOCO +2018,1000.0,Alabama,1097.0,Mobile County,18195.0,SOCO +2018,1000.0,Alabama,1099.0,Monroe County,18195.0,SOCO +2018,1000.0,Alabama,1101.0,Montgomery County,18195.0,SOCO +2018,1000.0,Alabama,1105.0,Perry County,18195.0,SOCO +2018,1000.0,Alabama,1107.0,Pickens County,18195.0,SOCO +2018,1000.0,Alabama,1109.0,Pike County,18195.0,SOCO +2018,1000.0,Alabama,1111.0,Randolph County,18195.0,SOCO +2018,1000.0,Alabama,1113.0,Russell County,18195.0,SOCO +2018,1000.0,Alabama,1115.0,Shelby County,18195.0,SOCO +2018,1000.0,Alabama,1117.0,St. Clair County,18195.0,SOCO +2018,1000.0,Alabama,1119.0,Sumter County,18195.0,SOCO +2018,1000.0,Alabama,1121.0,Talladega County,18195.0,SOCO +2018,1000.0,Alabama,1123.0,Tallapoosa County,18195.0,SOCO +2018,1000.0,Alabama,1125.0,Tuscaloosa County,18195.0,SOCO +2018,1000.0,Alabama,1127.0,Walker County,18195.0,SOCO +2018,1000.0,Alabama,1129.0,Washington County,18195.0,SOCO +2018,1000.0,Alabama,1131.0,Wilcox County,18195.0,SOCO +2018,1000.0,Alabama,1133.0,Winston County,18195.0,SOCO +2018,12000.0,Florida,12003.0,Baker County,18195.0,SOCO +2018,12000.0,Florida,12005.0,Bay County,18195.0,SOCO +2018,12000.0,Florida,12033.0,Escambia County,18195.0,SOCO +2018,12000.0,Florida,12059.0,Holmes County,18195.0,SOCO +2018,12000.0,Florida,12063.0,Jackson County,18195.0,SOCO +2018,12000.0,Florida,12089.0,Nassau County,18195.0,SOCO +2018,12000.0,Florida,12091.0,Okaloosa County,18195.0,SOCO +2018,12000.0,Florida,12113.0,Santa Rosa County,18195.0,SOCO +2018,12000.0,Florida,12131.0,Walton County,18195.0,SOCO +2018,12000.0,Florida,12133.0,Washington County,18195.0,SOCO +2018,13000.0,Georgia,13001.0,Appling County,18195.0,SOCO +2018,13000.0,Georgia,13003.0,Atkinson County,18195.0,SOCO +2018,13000.0,Georgia,13005.0,Bacon County,18195.0,SOCO +2018,13000.0,Georgia,13007.0,Baker County,18195.0,SOCO +2018,13000.0,Georgia,13009.0,Baldwin County,18195.0,SOCO +2018,13000.0,Georgia,13011.0,Banks County,18195.0,SOCO +2018,13000.0,Georgia,13013.0,Barrow County,18195.0,SOCO +2018,13000.0,Georgia,13015.0,Bartow County,18195.0,SOCO +2018,13000.0,Georgia,13017.0,Ben Hill County,18195.0,SOCO +2018,13000.0,Georgia,13019.0,Berrien County,18195.0,SOCO +2018,13000.0,Georgia,13021.0,Bibb County,18195.0,SOCO +2018,13000.0,Georgia,13023.0,Bleckley County,18195.0,SOCO +2018,13000.0,Georgia,13025.0,Brantley County,18195.0,SOCO +2018,13000.0,Georgia,13027.0,Brooks County,18195.0,SOCO +2018,13000.0,Georgia,13029.0,Bryan County,18195.0,SOCO +2018,13000.0,Georgia,13031.0,Bulloch County,18195.0,SOCO +2018,13000.0,Georgia,13033.0,Burke County,18195.0,SOCO +2018,13000.0,Georgia,13035.0,Butts County,18195.0,SOCO +2018,13000.0,Georgia,13037.0,Calhoun County,18195.0,SOCO +2018,13000.0,Georgia,13039.0,Camden County,18195.0,SOCO +2018,13000.0,Georgia,13043.0,Candler County,18195.0,SOCO +2018,13000.0,Georgia,13045.0,Carroll County,18195.0,SOCO +2018,13000.0,Georgia,13047.0,Catoosa County,18195.0,SOCO +2018,13000.0,Georgia,13049.0,Charlton County,18195.0,SOCO +2018,13000.0,Georgia,13051.0,Chatham County,18195.0,SOCO +2018,13000.0,Georgia,13053.0,Chattahoochee County,18195.0,SOCO +2018,13000.0,Georgia,13055.0,Chattooga County,18195.0,SOCO +2018,13000.0,Georgia,13057.0,Cherokee County,18195.0,SOCO +2018,13000.0,Georgia,13059.0,Clarke County,18195.0,SOCO +2018,13000.0,Georgia,13061.0,Clay County,18195.0,SOCO +2018,13000.0,Georgia,13063.0,Clayton County,18195.0,SOCO +2018,13000.0,Georgia,13065.0,Clinch County,18195.0,SOCO +2018,13000.0,Georgia,13067.0,Cobb County,18195.0,SOCO +2018,13000.0,Georgia,13069.0,Coffee County,18195.0,SOCO +2018,13000.0,Georgia,13071.0,Colquitt County,18195.0,SOCO +2018,13000.0,Georgia,13073.0,Columbia County,18195.0,SOCO +2018,13000.0,Georgia,13075.0,Cook County,18195.0,SOCO +2018,13000.0,Georgia,13077.0,Coweta County,18195.0,SOCO +2018,13000.0,Georgia,13079.0,Crawford County,18195.0,SOCO +2018,13000.0,Georgia,13081.0,Crisp County,18195.0,SOCO +2018,13000.0,Georgia,13083.0,Dade County,18195.0,SOCO +2018,13000.0,Georgia,13085.0,Dawson County,18195.0,SOCO +2018,13000.0,Georgia,13087.0,Decatur County,18195.0,SOCO +2018,13000.0,Georgia,13089.0,DeKalb County,18195.0,SOCO +2018,13000.0,Georgia,13091.0,Dodge County,18195.0,SOCO +2018,13000.0,Georgia,13093.0,Dooly County,18195.0,SOCO +2018,13000.0,Georgia,13095.0,Dougherty County,18195.0,SOCO +2018,13000.0,Georgia,13097.0,Douglas County,18195.0,SOCO +2018,13000.0,Georgia,13099.0,Early County,18195.0,SOCO +2018,13000.0,Georgia,13101.0,Echols County,18195.0,SOCO +2018,13000.0,Georgia,13103.0,Effingham County,18195.0,SOCO +2018,13000.0,Georgia,13105.0,Elbert County,18195.0,SOCO +2018,13000.0,Georgia,13107.0,Emanuel County,18195.0,SOCO +2018,13000.0,Georgia,13109.0,Evans County,18195.0,SOCO +2018,13000.0,Georgia,13111.0,Fannin County,18195.0,SOCO +2018,13000.0,Georgia,13113.0,Fayette County,18195.0,SOCO +2018,13000.0,Georgia,13115.0,Floyd County,18195.0,SOCO +2018,13000.0,Georgia,13117.0,Forsyth County,18195.0,SOCO +2018,13000.0,Georgia,13119.0,Franklin County,18195.0,SOCO +2018,13000.0,Georgia,13121.0,Fulton County,18195.0,SOCO +2018,13000.0,Georgia,13123.0,Gilmer County,18195.0,SOCO +2018,13000.0,Georgia,13125.0,Glascock County,18195.0,SOCO +2018,13000.0,Georgia,13127.0,Glynn County,18195.0,SOCO +2018,13000.0,Georgia,13129.0,Gordon County,18195.0,SOCO +2018,13000.0,Georgia,13131.0,Grady County,18195.0,SOCO +2018,13000.0,Georgia,13133.0,Greene County,18195.0,SOCO +2018,13000.0,Georgia,13135.0,Gwinnett County,18195.0,SOCO +2018,13000.0,Georgia,13137.0,Habersham County,18195.0,SOCO +2018,13000.0,Georgia,13139.0,Hall County,18195.0,SOCO +2018,13000.0,Georgia,13141.0,Hancock County,18195.0,SOCO +2018,13000.0,Georgia,13143.0,Haralson County,18195.0,SOCO +2018,13000.0,Georgia,13145.0,Harris County,18195.0,SOCO +2018,13000.0,Georgia,13147.0,Hart County,18195.0,SOCO +2018,13000.0,Georgia,13149.0,Heard County,18195.0,SOCO +2018,13000.0,Georgia,13151.0,Henry County,18195.0,SOCO +2018,13000.0,Georgia,13153.0,Houston County,18195.0,SOCO +2018,13000.0,Georgia,13155.0,Irwin County,18195.0,SOCO +2018,13000.0,Georgia,13157.0,Jackson County,18195.0,SOCO +2018,13000.0,Georgia,13159.0,Jasper County,18195.0,SOCO +2018,13000.0,Georgia,13161.0,Jeff Davis County,18195.0,SOCO +2018,13000.0,Georgia,13163.0,Jefferson County,18195.0,SOCO +2018,13000.0,Georgia,13165.0,Jenkins County,18195.0,SOCO +2018,13000.0,Georgia,13167.0,Johnson County,18195.0,SOCO +2018,13000.0,Georgia,13169.0,Jones County,18195.0,SOCO +2018,13000.0,Georgia,13171.0,Lamar County,18195.0,SOCO +2018,13000.0,Georgia,13173.0,Lanier County,18195.0,SOCO +2018,13000.0,Georgia,13175.0,Laurens County,18195.0,SOCO +2018,13000.0,Georgia,13177.0,Lee County,18195.0,SOCO +2018,13000.0,Georgia,13179.0,Liberty County,18195.0,SOCO +2018,13000.0,Georgia,13181.0,Lincoln County,18195.0,SOCO +2018,13000.0,Georgia,13183.0,Long County,18195.0,SOCO +2018,13000.0,Georgia,13185.0,Lowndes County,18195.0,SOCO +2018,13000.0,Georgia,13187.0,Lumpkin County,18195.0,SOCO +2018,13000.0,Georgia,13189.0,McDuffie County,18195.0,SOCO +2018,13000.0,Georgia,13191.0,McIntosh County,18195.0,SOCO +2018,13000.0,Georgia,13193.0,Macon County,18195.0,SOCO +2018,13000.0,Georgia,13195.0,Madison County,18195.0,SOCO +2018,13000.0,Georgia,13197.0,Marion County,18195.0,SOCO +2018,13000.0,Georgia,13199.0,Meriwether County,18195.0,SOCO +2018,13000.0,Georgia,13201.0,Miller County,18195.0,SOCO +2018,13000.0,Georgia,13205.0,Mitchell County,18195.0,SOCO +2018,13000.0,Georgia,13207.0,Monroe County,18195.0,SOCO +2018,13000.0,Georgia,13209.0,Montgomery County,18195.0,SOCO +2018,13000.0,Georgia,13211.0,Morgan County,18195.0,SOCO +2018,13000.0,Georgia,13213.0,Murray County,18195.0,SOCO +2018,13000.0,Georgia,13215.0,Muscogee County,18195.0,SOCO +2018,13000.0,Georgia,13217.0,Newton County,18195.0,SOCO +2018,13000.0,Georgia,13219.0,Oconee County,18195.0,SOCO +2018,13000.0,Georgia,13221.0,Oglethorpe County,18195.0,SOCO +2018,13000.0,Georgia,13223.0,Paulding County,18195.0,SOCO +2018,13000.0,Georgia,13225.0,Peach County,18195.0,SOCO +2018,13000.0,Georgia,13227.0,Pickens County,18195.0,SOCO +2018,13000.0,Georgia,13229.0,Pierce County,18195.0,SOCO +2018,13000.0,Georgia,13231.0,Pike County,18195.0,SOCO +2018,13000.0,Georgia,13233.0,Polk County,18195.0,SOCO +2018,13000.0,Georgia,13235.0,Pulaski County,18195.0,SOCO +2018,13000.0,Georgia,13237.0,Putnam County,18195.0,SOCO +2018,13000.0,Georgia,13239.0,Quitman County,18195.0,SOCO +2018,13000.0,Georgia,13241.0,Rabun County,18195.0,SOCO +2018,13000.0,Georgia,13243.0,Randolph County,18195.0,SOCO +2018,13000.0,Georgia,13245.0,Richmond County,18195.0,SOCO +2018,13000.0,Georgia,13247.0,Rockdale County,18195.0,SOCO +2018,13000.0,Georgia,13249.0,Schley County,18195.0,SOCO +2018,13000.0,Georgia,13251.0,Screven County,18195.0,SOCO +2018,13000.0,Georgia,13253.0,Seminole County,18195.0,SOCO +2018,13000.0,Georgia,13255.0,Spalding County,18195.0,SOCO +2018,13000.0,Georgia,13257.0,Stephens County,18195.0,SOCO +2018,13000.0,Georgia,13259.0,Stewart County,18195.0,SOCO +2018,13000.0,Georgia,13261.0,Sumter County,18195.0,SOCO +2018,13000.0,Georgia,13263.0,Talbot County,18195.0,SOCO +2018,13000.0,Georgia,13265.0,Taliaferro County,18195.0,SOCO +2018,13000.0,Georgia,13267.0,Tattnall County,18195.0,SOCO +2018,13000.0,Georgia,13269.0,Taylor County,18195.0,SOCO +2018,13000.0,Georgia,13271.0,Telfair County,18195.0,SOCO +2018,13000.0,Georgia,13273.0,Terrell County,18195.0,SOCO +2018,13000.0,Georgia,13275.0,Thomas County,18195.0,SOCO +2018,13000.0,Georgia,13277.0,Tift County,18195.0,SOCO +2018,13000.0,Georgia,13279.0,Toombs County,18195.0,SOCO +2018,13000.0,Georgia,13283.0,Treutlen County,18195.0,SOCO +2018,13000.0,Georgia,13285.0,Troup County,18195.0,SOCO +2018,13000.0,Georgia,13287.0,Turner County,18195.0,SOCO +2018,13000.0,Georgia,13289.0,Twiggs County,18195.0,SOCO +2018,13000.0,Georgia,13293.0,Upson County,18195.0,SOCO +2018,13000.0,Georgia,13295.0,Walker County,18195.0,SOCO +2018,13000.0,Georgia,13297.0,Walton County,18195.0,SOCO +2018,13000.0,Georgia,13299.0,Ware County,18195.0,SOCO +2018,13000.0,Georgia,13301.0,Warren County,18195.0,SOCO +2018,13000.0,Georgia,13303.0,Washington County,18195.0,SOCO +2018,13000.0,Georgia,13305.0,Wayne County,18195.0,SOCO +2018,13000.0,Georgia,13307.0,Webster County,18195.0,SOCO +2018,13000.0,Georgia,13309.0,Wheeler County,18195.0,SOCO +2018,13000.0,Georgia,13311.0,White County,18195.0,SOCO +2018,13000.0,Georgia,13313.0,Whitfield County,18195.0,SOCO +2018,13000.0,Georgia,13315.0,Wilcox County,18195.0,SOCO +2018,13000.0,Georgia,13317.0,Wilkes County,18195.0,SOCO +2018,13000.0,Georgia,13319.0,Wilkinson County,18195.0,SOCO +2018,13000.0,Georgia,13321.0,Worth County,18195.0,SOCO +2018,28000.0,Mississippi,28023.0,Clarke County,18195.0,SOCO +2018,28000.0,Mississippi,28031.0,Covington County,18195.0,SOCO +2018,28000.0,Mississippi,28035.0,Forrest County,18195.0,SOCO +2018,28000.0,Mississippi,28039.0,George County,18195.0,SOCO +2018,28000.0,Mississippi,28041.0,Greene County,18195.0,SOCO +2018,28000.0,Mississippi,28045.0,Hancock County,18195.0,SOCO +2018,28000.0,Mississippi,28047.0,Harrison County,18195.0,SOCO +2018,28000.0,Mississippi,28059.0,Jackson County,18195.0,SOCO +2018,28000.0,Mississippi,28061.0,Jasper County,18195.0,SOCO +2018,28000.0,Mississippi,28065.0,Jefferson Davis County,18195.0,SOCO +2018,28000.0,Mississippi,28067.0,Jones County,18195.0,SOCO +2018,28000.0,Mississippi,28073.0,Lamar County,18195.0,SOCO +2018,28000.0,Mississippi,28075.0,Lauderdale County,18195.0,SOCO +2018,28000.0,Mississippi,28079.0,Leake County,18195.0,SOCO +2018,28000.0,Mississippi,28091.0,Marion County,18195.0,SOCO +2018,28000.0,Mississippi,28099.0,Neshoba County,18195.0,SOCO +2018,28000.0,Mississippi,28101.0,Newton County,18195.0,SOCO +2018,28000.0,Mississippi,28109.0,Pearl River County,18195.0,SOCO +2018,28000.0,Mississippi,28111.0,Perry County,18195.0,SOCO +2018,28000.0,Mississippi,28123.0,Scott County,18195.0,SOCO +2018,28000.0,Mississippi,28129.0,Smith County,18195.0,SOCO +2018,28000.0,Mississippi,28131.0,Stone County,18195.0,SOCO +2018,28000.0,Mississippi,28153.0,Wayne County,18195.0,SOCO +2018,53000.0,Washington,53033.0,King County,18429.0,TPWR +2018,53000.0,Washington,53041.0,Lewis County,18429.0,TPWR +2018,53000.0,Washington,53045.0,Mason County,18429.0,TPWR +2018,53000.0,Washington,53053.0,Pierce County,18429.0,TPWR +2018,12000.0,Florida,12073.0,Leon County,18445.0,TAL +2018,12000.0,Florida,12057.0,Hillsborough County,18454.0,TEC +2018,12000.0,Florida,12101.0,Pasco County,18454.0,TEC +2018,12000.0,Florida,12103.0,Pinellas County,18454.0,TEC +2018,12000.0,Florida,12105.0,Polk County,18454.0,TEC +2018,1000.0,Alabama,1015.0,Calhoun County,18642.0,TVA +2018,1000.0,Alabama,1019.0,Cherokee County,18642.0,TVA +2018,1000.0,Alabama,1033.0,Colbert County,18642.0,TVA +2018,1000.0,Alabama,1043.0,Cullman County,18642.0,TVA +2018,1000.0,Alabama,1049.0,DeKalb County,18642.0,TVA +2018,1000.0,Alabama,1055.0,Etowah County,18642.0,TVA +2018,1000.0,Alabama,1059.0,Franklin County,18642.0,TVA +2018,1000.0,Alabama,1071.0,Jackson County,18642.0,TVA +2018,1000.0,Alabama,1073.0,Jefferson County,18642.0,TVA +2018,1000.0,Alabama,1077.0,Lauderdale County,18642.0,TVA +2018,1000.0,Alabama,1079.0,Lawrence County,18642.0,TVA +2018,1000.0,Alabama,1083.0,Limestone County,18642.0,TVA +2018,1000.0,Alabama,1089.0,Madison County,18642.0,TVA +2018,1000.0,Alabama,1095.0,Marshall County,18642.0,TVA +2018,1000.0,Alabama,1103.0,Morgan County,18642.0,TVA +2018,1000.0,Alabama,1133.0,Winston County,18642.0,TVA +2018,13000.0,Georgia,13047.0,Catoosa County,18642.0,TVA +2018,13000.0,Georgia,13055.0,Chattooga County,18642.0,TVA +2018,13000.0,Georgia,13083.0,Dade County,18642.0,TVA +2018,13000.0,Georgia,13111.0,Fannin County,18642.0,TVA +2018,13000.0,Georgia,13115.0,Floyd County,18642.0,TVA +2018,13000.0,Georgia,13123.0,Gilmer County,18642.0,TVA +2018,13000.0,Georgia,13129.0,Gordon County,18642.0,TVA +2018,13000.0,Georgia,13213.0,Murray County,18642.0,TVA +2018,13000.0,Georgia,13281.0,Towns County,18642.0,TVA +2018,13000.0,Georgia,13291.0,Union County,18642.0,TVA +2018,13000.0,Georgia,13295.0,Walker County,18642.0,TVA +2018,13000.0,Georgia,13313.0,Whitfield County,18642.0,TVA +2018,21000.0,Kentucky,21001.0,Adair County,18642.0,TVA +2018,21000.0,Kentucky,21003.0,Allen County,18642.0,TVA +2018,21000.0,Kentucky,21009.0,Barren County,18642.0,TVA +2018,21000.0,Kentucky,21031.0,Butler County,18642.0,TVA +2018,21000.0,Kentucky,21035.0,Calloway County,18642.0,TVA +2018,21000.0,Kentucky,21039.0,Carlisle County,18642.0,TVA +2018,21000.0,Kentucky,21047.0,Christian County,18642.0,TVA +2018,21000.0,Kentucky,21053.0,Clinton County,18642.0,TVA +2018,21000.0,Kentucky,21057.0,Cumberland County,18642.0,TVA +2018,21000.0,Kentucky,21061.0,Edmonson County,18642.0,TVA +2018,21000.0,Kentucky,21075.0,Fulton County,18642.0,TVA +2018,21000.0,Kentucky,21081.0,Grant County,18642.0,TVA +2018,21000.0,Kentucky,21083.0,Graves County,18642.0,TVA +2018,21000.0,Kentucky,21085.0,Grayson County,18642.0,TVA +2018,21000.0,Kentucky,21095.0,Harlan County,18642.0,TVA +2018,21000.0,Kentucky,21105.0,Hickman County,18642.0,TVA +2018,21000.0,Kentucky,21107.0,Hopkins County,18642.0,TVA +2018,21000.0,Kentucky,21139.0,Livingston County,18642.0,TVA +2018,21000.0,Kentucky,21141.0,Logan County,18642.0,TVA +2018,21000.0,Kentucky,21145.0,McCracken County,18642.0,TVA +2018,21000.0,Kentucky,21157.0,Marshall County,18642.0,TVA +2018,21000.0,Kentucky,21169.0,Metcalfe County,18642.0,TVA +2018,21000.0,Kentucky,21171.0,Monroe County,18642.0,TVA +2018,21000.0,Kentucky,21177.0,Muhlenberg County,18642.0,TVA +2018,21000.0,Kentucky,21183.0,Ohio County,18642.0,TVA +2018,21000.0,Kentucky,21213.0,Simpson County,18642.0,TVA +2018,21000.0,Kentucky,21219.0,Todd County,18642.0,TVA +2018,21000.0,Kentucky,21221.0,Trigg County,18642.0,TVA +2018,21000.0,Kentucky,21227.0,Warren County,18642.0,TVA +2018,21000.0,Kentucky,21235.0,Whitley County,18642.0,TVA +2018,28000.0,Mississippi,28003.0,Alcorn County,18642.0,TVA +2018,28000.0,Mississippi,28007.0,Attala County,18642.0,TVA +2018,28000.0,Mississippi,28009.0,Benton County,18642.0,TVA +2018,28000.0,Mississippi,28013.0,Calhoun County,18642.0,TVA +2018,28000.0,Mississippi,28017.0,Chickasaw County,18642.0,TVA +2018,28000.0,Mississippi,28019.0,Choctaw County,18642.0,TVA +2018,28000.0,Mississippi,28023.0,Clarke County,18642.0,TVA +2018,28000.0,Mississippi,28025.0,Clay County,18642.0,TVA +2018,28000.0,Mississippi,28033.0,DeSoto County,18642.0,TVA +2018,28000.0,Mississippi,28057.0,Itawamba County,18642.0,TVA +2018,28000.0,Mississippi,28061.0,Jasper County,18642.0,TVA +2018,28000.0,Mississippi,28069.0,Kemper County,18642.0,TVA +2018,28000.0,Mississippi,28071.0,Lafayette County,18642.0,TVA +2018,28000.0,Mississippi,28075.0,Lauderdale County,18642.0,TVA +2018,28000.0,Mississippi,28079.0,Leake County,18642.0,TVA +2018,28000.0,Mississippi,28081.0,Lee County,18642.0,TVA +2018,28000.0,Mississippi,28087.0,Lowndes County,18642.0,TVA +2018,28000.0,Mississippi,28093.0,Marshall County,18642.0,TVA +2018,28000.0,Mississippi,28095.0,Monroe County,18642.0,TVA +2018,28000.0,Mississippi,28099.0,Neshoba County,18642.0,TVA +2018,28000.0,Mississippi,28101.0,Newton County,18642.0,TVA +2018,28000.0,Mississippi,28103.0,Noxubee County,18642.0,TVA +2018,28000.0,Mississippi,28105.0,Oktibbeha County,18642.0,TVA +2018,28000.0,Mississippi,28107.0,Panola County,18642.0,TVA +2018,28000.0,Mississippi,28115.0,Pontotoc County,18642.0,TVA +2018,28000.0,Mississippi,28117.0,Prentiss County,18642.0,TVA +2018,28000.0,Mississippi,28121.0,Rankin County,18642.0,TVA +2018,28000.0,Mississippi,28123.0,Scott County,18642.0,TVA +2018,28000.0,Mississippi,28135.0,Tallahatchie County,18642.0,TVA +2018,28000.0,Mississippi,28137.0,Tate County,18642.0,TVA +2018,28000.0,Mississippi,28139.0,Tippah County,18642.0,TVA +2018,28000.0,Mississippi,28141.0,Tishomingo County,18642.0,TVA +2018,28000.0,Mississippi,28145.0,Union County,18642.0,TVA +2018,28000.0,Mississippi,28153.0,Wayne County,18642.0,TVA +2018,28000.0,Mississippi,28155.0,Webster County,18642.0,TVA +2018,28000.0,Mississippi,28159.0,Winston County,18642.0,TVA +2018,28000.0,Mississippi,28161.0,Yalobusha County,18642.0,TVA +2018,37000.0,North Carolina,37011.0,Avery County,18642.0,TVA +2018,37000.0,North Carolina,37023.0,Burke County,18642.0,TVA +2018,37000.0,North Carolina,37039.0,Cherokee County,18642.0,TVA +2018,37000.0,North Carolina,37189.0,Watauga County,18642.0,TVA +2018,47000.0,Tennessee,47001.0,Anderson County,18642.0,TVA +2018,47000.0,Tennessee,47003.0,Bedford County,18642.0,TVA +2018,47000.0,Tennessee,47005.0,Benton County,18642.0,TVA +2018,47000.0,Tennessee,47007.0,Bledsoe County,18642.0,TVA +2018,47000.0,Tennessee,47009.0,Blount County,18642.0,TVA +2018,47000.0,Tennessee,47011.0,Bradley County,18642.0,TVA +2018,47000.0,Tennessee,47013.0,Campbell County,18642.0,TVA +2018,47000.0,Tennessee,47015.0,Cannon County,18642.0,TVA +2018,47000.0,Tennessee,47017.0,Carroll County,18642.0,TVA +2018,47000.0,Tennessee,47019.0,Carter County,18642.0,TVA +2018,47000.0,Tennessee,47021.0,Cheatham County,18642.0,TVA +2018,47000.0,Tennessee,47023.0,Chester County,18642.0,TVA +2018,47000.0,Tennessee,47025.0,Claiborne County,18642.0,TVA +2018,47000.0,Tennessee,47027.0,Clay County,18642.0,TVA +2018,47000.0,Tennessee,47029.0,Cocke County,18642.0,TVA +2018,47000.0,Tennessee,47031.0,Coffee County,18642.0,TVA +2018,47000.0,Tennessee,47033.0,Crockett County,18642.0,TVA +2018,47000.0,Tennessee,47035.0,Cumberland County,18642.0,TVA +2018,47000.0,Tennessee,47037.0,Davidson County,18642.0,TVA +2018,47000.0,Tennessee,47039.0,Decatur County,18642.0,TVA +2018,47000.0,Tennessee,47041.0,DeKalb County,18642.0,TVA +2018,47000.0,Tennessee,47043.0,Dickson County,18642.0,TVA +2018,47000.0,Tennessee,47045.0,Dyer County,18642.0,TVA +2018,47000.0,Tennessee,47047.0,Fayette County,18642.0,TVA +2018,47000.0,Tennessee,47049.0,Fentress County,18642.0,TVA +2018,47000.0,Tennessee,47051.0,Franklin County,18642.0,TVA +2018,47000.0,Tennessee,47053.0,Gibson County,18642.0,TVA +2018,47000.0,Tennessee,47055.0,Giles County,18642.0,TVA +2018,47000.0,Tennessee,47057.0,Grainger County,18642.0,TVA +2018,47000.0,Tennessee,47059.0,Greene County,18642.0,TVA +2018,47000.0,Tennessee,47061.0,Grundy County,18642.0,TVA +2018,47000.0,Tennessee,47063.0,Hamblen County,18642.0,TVA +2018,47000.0,Tennessee,47065.0,Hamilton County,18642.0,TVA +2018,47000.0,Tennessee,47067.0,Hancock County,18642.0,TVA +2018,47000.0,Tennessee,47069.0,Hardeman County,18642.0,TVA +2018,47000.0,Tennessee,47071.0,Hardin County,18642.0,TVA +2018,47000.0,Tennessee,47073.0,Hawkins County,18642.0,TVA +2018,47000.0,Tennessee,47075.0,Haywood County,18642.0,TVA +2018,47000.0,Tennessee,47077.0,Henderson County,18642.0,TVA +2018,47000.0,Tennessee,47079.0,Henry County,18642.0,TVA +2018,47000.0,Tennessee,47081.0,Hickman County,18642.0,TVA +2018,47000.0,Tennessee,47083.0,Houston County,18642.0,TVA +2018,47000.0,Tennessee,47085.0,Humphreys County,18642.0,TVA +2018,47000.0,Tennessee,47087.0,Jackson County,18642.0,TVA +2018,47000.0,Tennessee,47089.0,Jefferson County,18642.0,TVA +2018,47000.0,Tennessee,47091.0,Johnson County,18642.0,TVA +2018,47000.0,Tennessee,47093.0,Knox County,18642.0,TVA +2018,47000.0,Tennessee,47095.0,Lake County,18642.0,TVA +2018,47000.0,Tennessee,47097.0,Lauderdale County,18642.0,TVA +2018,47000.0,Tennessee,47099.0,Lawrence County,18642.0,TVA +2018,47000.0,Tennessee,47101.0,Lewis County,18642.0,TVA +2018,47000.0,Tennessee,47103.0,Lincoln County,18642.0,TVA +2018,47000.0,Tennessee,47105.0,Loudon County,18642.0,TVA +2018,47000.0,Tennessee,47107.0,McMinn County,18642.0,TVA +2018,47000.0,Tennessee,47109.0,McNairy County,18642.0,TVA +2018,47000.0,Tennessee,47111.0,Macon County,18642.0,TVA +2018,47000.0,Tennessee,47113.0,Madison County,18642.0,TVA +2018,47000.0,Tennessee,47115.0,Marion County,18642.0,TVA +2018,47000.0,Tennessee,47117.0,Marshall County,18642.0,TVA +2018,47000.0,Tennessee,47119.0,Maury County,18642.0,TVA +2018,47000.0,Tennessee,47121.0,Meigs County,18642.0,TVA +2018,47000.0,Tennessee,47123.0,Monroe County,18642.0,TVA +2018,47000.0,Tennessee,47125.0,Montgomery County,18642.0,TVA +2018,47000.0,Tennessee,47127.0,Moore County,18642.0,TVA +2018,47000.0,Tennessee,47129.0,Morgan County,18642.0,TVA +2018,47000.0,Tennessee,47131.0,Obion County,18642.0,TVA +2018,47000.0,Tennessee,47133.0,Overton County,18642.0,TVA +2018,47000.0,Tennessee,47135.0,Perry County,18642.0,TVA +2018,47000.0,Tennessee,47137.0,Pickett County,18642.0,TVA +2018,47000.0,Tennessee,47139.0,Polk County,18642.0,TVA +2018,47000.0,Tennessee,47141.0,Putnam County,18642.0,TVA +2018,47000.0,Tennessee,47143.0,Rhea County,18642.0,TVA +2018,47000.0,Tennessee,47145.0,Roane County,18642.0,TVA +2018,47000.0,Tennessee,47147.0,Robertson County,18642.0,TVA +2018,47000.0,Tennessee,47149.0,Rutherford County,18642.0,TVA +2018,47000.0,Tennessee,47151.0,Scott County,18642.0,TVA +2018,47000.0,Tennessee,47153.0,Sequatchie County,18642.0,TVA +2018,47000.0,Tennessee,47155.0,Sevier County,18642.0,TVA +2018,47000.0,Tennessee,47157.0,Shelby County,18642.0,TVA +2018,47000.0,Tennessee,47159.0,Smith County,18642.0,TVA +2018,47000.0,Tennessee,47161.0,Stewart County,18642.0,TVA +2018,47000.0,Tennessee,47163.0,Sullivan County,18642.0,TVA +2018,47000.0,Tennessee,47165.0,Sumner County,18642.0,TVA +2018,47000.0,Tennessee,47167.0,Tipton County,18642.0,TVA +2018,47000.0,Tennessee,47169.0,Trousdale County,18642.0,TVA +2018,47000.0,Tennessee,47171.0,Unicoi County,18642.0,TVA +2018,47000.0,Tennessee,47173.0,Union County,18642.0,TVA +2018,47000.0,Tennessee,47175.0,Van Buren County,18642.0,TVA +2018,47000.0,Tennessee,47177.0,Warren County,18642.0,TVA +2018,47000.0,Tennessee,47179.0,Washington County,18642.0,TVA +2018,47000.0,Tennessee,47181.0,Wayne County,18642.0,TVA +2018,47000.0,Tennessee,47183.0,Weakley County,18642.0,TVA +2018,47000.0,Tennessee,47185.0,White County,18642.0,TVA +2018,47000.0,Tennessee,47187.0,Williamson County,18642.0,TVA +2018,47000.0,Tennessee,47189.0,Wilson County,18642.0,TVA +2018,51000.0,Virginia,51105.0,Lee County,18642.0,TVA +2018,51000.0,Virginia,51169.0,Scott County,18642.0,TVA +2018,51000.0,Virginia,51191.0,Washington County,18642.0,TVA +2018,51000.0,Virginia,51195.0,Wise County,18642.0,TVA +2018,51000.0,Virginia,51520.0,Bristol City,18642.0,TVA +2018,6000.0,California,6047.0,Merced County,19281.0,TIDC +2018,6000.0,California,6099.0,Stanislaus County,19281.0,TIDC +2018,6000.0,California,6109.0,Tuolumne County,19281.0,TIDC +2018,15000.0,Hawaii,15003.0,Honolulu County,19547.0,HECO +2018,30000.0,Montana,30003.0,Big Horn County,19610.0,WAUW +2018,30000.0,Montana,30005.0,Blaine County,19610.0,WAUW +2018,30000.0,Montana,30009.0,Carbon County,19610.0,WAUW +2018,30000.0,Montana,30013.0,Cascade County,19610.0,WAUW +2018,30000.0,Montana,30015.0,Chouteau County,19610.0,WAUW +2018,30000.0,Montana,30017.0,Custer County,19610.0,WAUW +2018,30000.0,Montana,30021.0,Dawson County,19610.0,WAUW +2018,30000.0,Montana,30027.0,Fergus County,19610.0,WAUW +2018,30000.0,Montana,30033.0,Garfield County,19610.0,WAUW +2018,30000.0,Montana,30037.0,Golden Valley County,19610.0,WAUW +2018,30000.0,Montana,30045.0,Judith Basin County,19610.0,WAUW +2018,30000.0,Montana,30049.0,Lewis and Clark County,19610.0,WAUW +2018,30000.0,Montana,30051.0,Liberty County,19610.0,WAUW +2018,30000.0,Montana,30055.0,McCone County,19610.0,WAUW +2018,30000.0,Montana,30059.0,Meagher County,19610.0,WAUW +2018,30000.0,Montana,30065.0,Musselshell County,19610.0,WAUW +2018,30000.0,Montana,30069.0,Petroleum County,19610.0,WAUW +2018,30000.0,Montana,30073.0,Pondera County,19610.0,WAUW +2018,30000.0,Montana,30079.0,Prairie County,19610.0,WAUW +2018,30000.0,Montana,30083.0,Richland County,19610.0,WAUW +2018,30000.0,Montana,30085.0,Roosevelt County,19610.0,WAUW +2018,30000.0,Montana,30087.0,Rosebud County,19610.0,WAUW +2018,30000.0,Montana,30095.0,Stillwater County,19610.0,WAUW +2018,30000.0,Montana,30097.0,Sweet Grass County,19610.0,WAUW +2018,30000.0,Montana,30099.0,Teton County,19610.0,WAUW +2018,30000.0,Montana,30101.0,Toole County,19610.0,WAUW +2018,30000.0,Montana,30103.0,Treasure County,19610.0,WAUW +2018,30000.0,Montana,30107.0,Wheatland County,19610.0,WAUW +2018,30000.0,Montana,30111.0,Yellowstone County,19610.0,WAUW +2018,38000.0,North Dakota,38053.0,McKenzie County,19610.0,WAUW +2018,38000.0,North Dakota,38105.0,Williams County,19610.0,WAUW +2018,56000.0,Wyoming,56005.0,Campbell County,19610.0,WAUW +2018,56000.0,Wyoming,56011.0,Crook County,19610.0,WAUW +2018,16000.0,Idaho,16009.0,Benewah County,20169.0,AVA +2018,16000.0,Idaho,16017.0,Bonner County,20169.0,AVA +2018,16000.0,Idaho,16035.0,Clearwater County,20169.0,AVA +2018,16000.0,Idaho,16049.0,Idaho County,20169.0,AVA +2018,16000.0,Idaho,16055.0,Kootenai County,20169.0,AVA +2018,16000.0,Idaho,16057.0,Latah County,20169.0,AVA +2018,16000.0,Idaho,16061.0,Lewis County,20169.0,AVA +2018,16000.0,Idaho,16069.0,Nez Perce County,20169.0,AVA +2018,16000.0,Idaho,16079.0,Shoshone County,20169.0,AVA +2018,30000.0,Montana,30089.0,Sanders County,20169.0,AVA +2018,41000.0,Oregon,41063.0,Wallowa County,20169.0,AVA +2018,53000.0,Washington,53001.0,Adams County,20169.0,AVA +2018,53000.0,Washington,53003.0,Asotin County,20169.0,AVA +2018,53000.0,Washington,53019.0,Ferry County,20169.0,AVA +2018,53000.0,Washington,53023.0,Garfield County,20169.0,AVA +2018,53000.0,Washington,53025.0,Grant County,20169.0,AVA +2018,53000.0,Washington,53043.0,Lincoln County,20169.0,AVA +2018,53000.0,Washington,53051.0,Pend Oreille County,20169.0,AVA +2018,53000.0,Washington,53063.0,Spokane County,20169.0,AVA +2018,53000.0,Washington,53065.0,Stevens County,20169.0,AVA +2018,53000.0,Washington,53075.0,Whitman County,20169.0,AVA +2018,12000.0,Florida,12001.0,Alachua County,21554.0,SEC +2018,12000.0,Florida,12003.0,Baker County,21554.0,SEC +2018,12000.0,Florida,12007.0,Bradford County,21554.0,SEC +2018,12000.0,Florida,12009.0,Brevard County,21554.0,SEC +2018,12000.0,Florida,12017.0,Citrus County,21554.0,SEC +2018,12000.0,Florida,12019.0,Clay County,21554.0,SEC +2018,12000.0,Florida,12023.0,Columbia County,21554.0,SEC +2018,12000.0,Florida,12027.0,DeSoto County,21554.0,SEC +2018,12000.0,Florida,12029.0,Dixie County,21554.0,SEC +2018,12000.0,Florida,12031.0,Duval County,21554.0,SEC +2018,12000.0,Florida,12035.0,Flagler County,21554.0,SEC +2018,12000.0,Florida,12039.0,Gadsden County,21554.0,SEC +2018,12000.0,Florida,12041.0,Gilchrist County,21554.0,SEC +2018,12000.0,Florida,12043.0,Glades County,21554.0,SEC +2018,12000.0,Florida,12047.0,Hamilton County,21554.0,SEC +2018,12000.0,Florida,12049.0,Hardee County,21554.0,SEC +2018,12000.0,Florida,12051.0,Hendry County,21554.0,SEC +2018,12000.0,Florida,12053.0,Hernando County,21554.0,SEC +2018,12000.0,Florida,12055.0,Highlands County,21554.0,SEC +2018,12000.0,Florida,12057.0,Hillsborough County,21554.0,SEC +2018,12000.0,Florida,12061.0,Indian River County,21554.0,SEC +2018,12000.0,Florida,12065.0,Jefferson County,21554.0,SEC +2018,12000.0,Florida,12067.0,Lafayette County,21554.0,SEC +2018,12000.0,Florida,12069.0,Lake County,21554.0,SEC +2018,12000.0,Florida,12073.0,Leon County,21554.0,SEC +2018,12000.0,Florida,12075.0,Levy County,21554.0,SEC +2018,12000.0,Florida,12077.0,Liberty County,21554.0,SEC +2018,12000.0,Florida,12079.0,Madison County,21554.0,SEC +2018,12000.0,Florida,12081.0,Manatee County,21554.0,SEC +2018,12000.0,Florida,12083.0,Marion County,21554.0,SEC +2018,12000.0,Florida,12093.0,Okeechobee County,21554.0,SEC +2018,12000.0,Florida,12097.0,Osceola County,21554.0,SEC +2018,12000.0,Florida,12101.0,Pasco County,21554.0,SEC +2018,12000.0,Florida,12105.0,Polk County,21554.0,SEC +2018,12000.0,Florida,12107.0,Putnam County,21554.0,SEC +2018,12000.0,Florida,12115.0,Sarasota County,21554.0,SEC +2018,12000.0,Florida,12119.0,Sumter County,21554.0,SEC +2018,12000.0,Florida,12121.0,Suwannee County,21554.0,SEC +2018,12000.0,Florida,12123.0,Taylor County,21554.0,SEC +2018,12000.0,Florida,12125.0,Union County,21554.0,SEC +2018,12000.0,Florida,12127.0,Volusia County,21554.0,SEC +2018,12000.0,Florida,12129.0,Wakulla County,21554.0,SEC +2018,4000.0,Arizona,4003.0,Cochise County ,24211.0,TEPC +2018,4000.0,Arizona,4015.0,Mohave County,24211.0,TEPC +2018,4000.0,Arizona,4019.0,Pima County,24211.0,TEPC +2018,4000.0,Arizona,4023.0,Santa Cruz County,24211.0,TEPC +2018,4000.0,Arizona,4001.0,Apache County,25471.0,WALC +2018,4000.0,Arizona,4003.0,Cochise County ,25471.0,WALC +2018,4000.0,Arizona,4005.0,Coconino County,25471.0,WALC +2018,4000.0,Arizona,4007.0,Gila County,25471.0,WALC +2018,4000.0,Arizona,4009.0,Graham County,25471.0,WALC +2018,4000.0,Arizona,4011.0,Greenlee County,25471.0,WALC +2018,4000.0,Arizona,4012.0,La Paz County,25471.0,WALC +2018,4000.0,Arizona,4013.0,Maricopa County,25471.0,WALC +2018,4000.0,Arizona,4015.0,Mohave County,25471.0,WALC +2018,4000.0,Arizona,4017.0,Navajo County,25471.0,WALC +2018,4000.0,Arizona,4019.0,Pima County,25471.0,WALC +2018,4000.0,Arizona,4021.0,Pinal County,25471.0,WALC +2018,4000.0,Arizona,4023.0,Santa Cruz County,25471.0,WALC +2018,4000.0,Arizona,4025.0,Yavapai County,25471.0,WALC +2018,4000.0,Arizona,4027.0,Yuma County,25471.0,WALC +2018,6000.0,California,6001.0,Alameda County,25471.0,WALC +2018,6000.0,California,6007.0,Butte County,25471.0,WALC +2018,6000.0,California,6009.0,Calaveras County,25471.0,WALC +2018,6000.0,California,6011.0,Colusa County,25471.0,WALC +2018,6000.0,California,6013.0,Contra Costa County,25471.0,WALC +2018,6000.0,California,6019.0,Fresno County,25471.0,WALC +2018,6000.0,California,6021.0,Glenn County,25471.0,WALC +2018,6000.0,California,6025.0,Imperial County,25471.0,WALC +2018,6000.0,California,6035.0,Lassen County,25471.0,WALC +2018,6000.0,California,6039.0,Madera County,25471.0,WALC +2018,6000.0,California,6047.0,Merced County,25471.0,WALC +2018,6000.0,California,6049.0,Modoc County,25471.0,WALC +2018,6000.0,California,6061.0,Placer County,25471.0,WALC +2018,6000.0,California,6065.0,Riverside County,25471.0,WALC +2018,6000.0,California,6067.0,Sacramento County,25471.0,WALC +2018,6000.0,California,6071.0,San Bernardino County,25471.0,WALC +2018,6000.0,California,6077.0,San Joaquin County,25471.0,WALC +2018,6000.0,California,6085.0,Santa Clara County,25471.0,WALC +2018,6000.0,California,6089.0,Shasta County,25471.0,WALC +2018,6000.0,California,6093.0,Siskiyou County,25471.0,WALC +2018,6000.0,California,6101.0,Sutter County,25471.0,WALC +2018,6000.0,California,6103.0,Tehama County,25471.0,WALC +2018,6000.0,California,6105.0,Trinity County,25471.0,WALC +2018,6000.0,California,6109.0,Tuolumne County,25471.0,WALC +2018,6000.0,California,6115.0,Yuba County,25471.0,WALC +2018,8000.0,Colorado,8013.0,Boulder County,25471.0,WALC +2018,8000.0,Colorado,8014.0,Broomfield County,25471.0,WALC +2018,8000.0,Colorado,8015.0,Chaffee County,25471.0,WALC +2018,8000.0,Colorado,8019.0,Clear Creek County,25471.0,WALC +2018,8000.0,Colorado,8027.0,Custer County,25471.0,WALC +2018,8000.0,Colorado,8029.0,Delta County,25471.0,WALC +2018,8000.0,Colorado,8033.0,Dolores County,25471.0,WALC +2018,8000.0,Colorado,8041.0,El Paso County,25471.0,WALC +2018,8000.0,Colorado,8043.0,Fremont County,25471.0,WALC +2018,8000.0,Colorado,8045.0,Garfield County,25471.0,WALC +2018,8000.0,Colorado,8049.0,Grand County,25471.0,WALC +2018,8000.0,Colorado,8051.0,Gunnison County,25471.0,WALC +2018,8000.0,Colorado,8057.0,Jackson County,25471.0,WALC +2018,8000.0,Colorado,8059.0,Jefferson County,25471.0,WALC +2018,8000.0,Colorado,8065.0,Lake County,25471.0,WALC +2018,8000.0,Colorado,8067.0,La Plata County,25471.0,WALC +2018,8000.0,Colorado,8069.0,Larimer County,25471.0,WALC +2018,8000.0,Colorado,8073.0,Lincoln County,25471.0,WALC +2018,8000.0,Colorado,8075.0,Logan County,25471.0,WALC +2018,8000.0,Colorado,8077.0,Mesa County,25471.0,WALC +2018,8000.0,Colorado,8081.0,Moffat County,25471.0,WALC +2018,8000.0,Colorado,8083.0,Montezuma County,25471.0,WALC +2018,8000.0,Colorado,8085.0,Montrose County,25471.0,WALC +2018,8000.0,Colorado,8087.0,Morgan County,25471.0,WALC +2018,8000.0,Colorado,8091.0,Ouray County,25471.0,WALC +2018,8000.0,Colorado,8095.0,Phillips County,25471.0,WALC +2018,8000.0,Colorado,8101.0,Pueblo County,25471.0,WALC +2018,8000.0,Colorado,8103.0,Rio Blanco County,25471.0,WALC +2018,8000.0,Colorado,8107.0,Routt County,25471.0,WALC +2018,8000.0,Colorado,8109.0,Saguache County,25471.0,WALC +2018,8000.0,Colorado,8113.0,San Miguel County,25471.0,WALC +2018,8000.0,Colorado,8115.0,Sedgwick County,25471.0,WALC +2018,8000.0,Colorado,8117.0,Summit County,25471.0,WALC +2018,8000.0,Colorado,8121.0,Washington County,25471.0,WALC +2018,8000.0,Colorado,8123.0,Weld County,25471.0,WALC +2018,8000.0,Colorado,8125.0,Yuma County,25471.0,WALC +2018,19000.0,Iowa,19001.0,Adair County,25471.0,WALC +2018,19000.0,Iowa,19009.0,Audubon County,25471.0,WALC +2018,19000.0,Iowa,19029.0,Cass County,25471.0,WALC +2018,19000.0,Iowa,19035.0,Cherokee County,25471.0,WALC +2018,19000.0,Iowa,19041.0,Clay County,25471.0,WALC +2018,19000.0,Iowa,19047.0,Crawford County,25471.0,WALC +2018,19000.0,Iowa,19119.0,Lyon County,25471.0,WALC +2018,19000.0,Iowa,19133.0,Monona County,25471.0,WALC +2018,19000.0,Iowa,19141.0,O'Brien County,25471.0,WALC +2018,19000.0,Iowa,19149.0,Plymouth County,25471.0,WALC +2018,19000.0,Iowa,19159.0,Ringgold County,25471.0,WALC +2018,19000.0,Iowa,19165.0,Shelby County,25471.0,WALC +2018,19000.0,Iowa,19167.0,Sioux County,25471.0,WALC +2018,19000.0,Iowa,19173.0,Taylor County,25471.0,WALC +2018,19000.0,Iowa,19175.0,Union County,25471.0,WALC +2018,19000.0,Iowa,19193.0,Woodbury County,25471.0,WALC +2018,20000.0,Kansas,20089.0,Jewell County,25471.0,WALC +2018,27000.0,Minnesota,27023.0,Chippewa County,25471.0,WALC +2018,27000.0,Minnesota,27027.0,Clay County,25471.0,WALC +2018,27000.0,Minnesota,27051.0,Grant County,25471.0,WALC +2018,27000.0,Minnesota,27073.0,Lac Qui Parle County,25471.0,WALC +2018,27000.0,Minnesota,27111.0,Otter Tail County,25471.0,WALC +2018,27000.0,Minnesota,27119.0,Polk County,25471.0,WALC +2018,27000.0,Minnesota,27149.0,Stevens County,25471.0,WALC +2018,27000.0,Minnesota,27151.0,Swift County,25471.0,WALC +2018,27000.0,Minnesota,27167.0,Wilkin County,25471.0,WALC +2018,27000.0,Minnesota,27173.0,Yellow Medicine County,25471.0,WALC +2018,29000.0,Missouri,29147.0,Nodaway County,25471.0,WALC +2018,30000.0,Montana,30003.0,Big Horn County,25471.0,WALC +2018,30000.0,Montana,30005.0,Blaine County,25471.0,WALC +2018,30000.0,Montana,30009.0,Carbon County,25471.0,WALC +2018,30000.0,Montana,30013.0,Cascade County,25471.0,WALC +2018,30000.0,Montana,30015.0,Chouteau County,25471.0,WALC +2018,30000.0,Montana,30017.0,Custer County,25471.0,WALC +2018,30000.0,Montana,30021.0,Dawson County,25471.0,WALC +2018,30000.0,Montana,30025.0,Fallon County,25471.0,WALC +2018,30000.0,Montana,30033.0,Garfield County,25471.0,WALC +2018,30000.0,Montana,30041.0,Hill County,25471.0,WALC +2018,30000.0,Montana,30049.0,Lewis and Clark County,25471.0,WALC +2018,30000.0,Montana,30051.0,Liberty County,25471.0,WALC +2018,30000.0,Montana,30055.0,McCone County,25471.0,WALC +2018,30000.0,Montana,30071.0,Phillips County,25471.0,WALC +2018,30000.0,Montana,30073.0,Pondera County,25471.0,WALC +2018,30000.0,Montana,30079.0,Prairie County,25471.0,WALC +2018,30000.0,Montana,30083.0,Richland County,25471.0,WALC +2018,30000.0,Montana,30085.0,Roosevelt County,25471.0,WALC +2018,30000.0,Montana,30087.0,Rosebud County,25471.0,WALC +2018,30000.0,Montana,30099.0,Teton County,25471.0,WALC +2018,30000.0,Montana,30101.0,Toole County,25471.0,WALC +2018,30000.0,Montana,30103.0,Treasure County,25471.0,WALC +2018,30000.0,Montana,30105.0,Valley County,25471.0,WALC +2018,30000.0,Montana,30109.0,Wibaux County,25471.0,WALC +2018,30000.0,Montana,30111.0,Yellowstone County,25471.0,WALC +2018,31000.0,Nebraska,31003.0,Antelope County,25471.0,WALC +2018,31000.0,Nebraska,31007.0,Banner County,25471.0,WALC +2018,31000.0,Nebraska,31011.0,Boone County,25471.0,WALC +2018,31000.0,Nebraska,31013.0,Box Butte County,25471.0,WALC +2018,31000.0,Nebraska,31015.0,Boyd County,25471.0,WALC +2018,31000.0,Nebraska,31027.0,Cedar County,25471.0,WALC +2018,31000.0,Nebraska,31033.0,Cheyenne County,25471.0,WALC +2018,31000.0,Nebraska,31043.0,Dakota County,25471.0,WALC +2018,31000.0,Nebraska,31045.0,Dawes County,25471.0,WALC +2018,31000.0,Nebraska,31049.0,Deuel County,25471.0,WALC +2018,31000.0,Nebraska,31077.0,Greeley County,25471.0,WALC +2018,31000.0,Nebraska,31089.0,Holt County,25471.0,WALC +2018,31000.0,Nebraska,31101.0,Keith County,25471.0,WALC +2018,31000.0,Nebraska,31105.0,Kimball County,25471.0,WALC +2018,31000.0,Nebraska,31121.0,Merrick County,25471.0,WALC +2018,31000.0,Nebraska,31123.0,Morrill County,25471.0,WALC +2018,31000.0,Nebraska,31125.0,Nance County,25471.0,WALC +2018,31000.0,Nebraska,31157.0,Scotts Bluff County,25471.0,WALC +2018,31000.0,Nebraska,31165.0,Sioux County,25471.0,WALC +2018,31000.0,Nebraska,31183.0,Wheeler County,25471.0,WALC +2018,32000.0,Nevada,32003.0,Clark County,25471.0,WALC +2018,35000.0,New Mexico,35031.0,McKinley County,25471.0,WALC +2018,35000.0,New Mexico,35039.0,Rio Arriba County,25471.0,WALC +2018,35000.0,New Mexico,35043.0,Sandoval County,25471.0,WALC +2018,35000.0,New Mexico,35045.0,San Juan County,25471.0,WALC +2018,35000.0,New Mexico,35049.0,Santa Fe County,25471.0,WALC +2018,38000.0,North Dakota,38003.0,Barnes County,25471.0,WALC +2018,38000.0,North Dakota,38005.0,Benson County,25471.0,WALC +2018,38000.0,North Dakota,38007.0,Billings County,25471.0,WALC +2018,38000.0,North Dakota,38015.0,Burleigh County,25471.0,WALC +2018,38000.0,North Dakota,38017.0,Cass County,25471.0,WALC +2018,38000.0,North Dakota,38021.0,Dickey County,25471.0,WALC +2018,38000.0,North Dakota,38025.0,Dunn County,25471.0,WALC +2018,38000.0,North Dakota,38027.0,Eddy County,25471.0,WALC +2018,38000.0,North Dakota,38029.0,Emmons County,25471.0,WALC +2018,38000.0,North Dakota,38031.0,Foster County,25471.0,WALC +2018,38000.0,North Dakota,38033.0,Golden Valley County,25471.0,WALC +2018,38000.0,North Dakota,38035.0,Grand Forks County,25471.0,WALC +2018,38000.0,North Dakota,38037.0,Grant County,25471.0,WALC +2018,38000.0,North Dakota,38039.0,Griggs County,25471.0,WALC +2018,38000.0,North Dakota,38043.0,Kidder County,25471.0,WALC +2018,38000.0,North Dakota,38045.0,LaMoure County,25471.0,WALC +2018,38000.0,North Dakota,38049.0,McHenry County,25471.0,WALC +2018,38000.0,North Dakota,38053.0,McKenzie County,25471.0,WALC +2018,38000.0,North Dakota,38055.0,McLean County,25471.0,WALC +2018,38000.0,North Dakota,38057.0,Mercer County,25471.0,WALC +2018,38000.0,North Dakota,38059.0,Morton County,25471.0,WALC +2018,38000.0,North Dakota,38063.0,Nelson County,25471.0,WALC +2018,38000.0,North Dakota,38065.0,Oliver County,25471.0,WALC +2018,38000.0,North Dakota,38069.0,Pierce County,25471.0,WALC +2018,38000.0,North Dakota,38071.0,Ramsey County,25471.0,WALC +2018,38000.0,North Dakota,38073.0,Ransom County,25471.0,WALC +2018,38000.0,North Dakota,38081.0,Sargent County,25471.0,WALC +2018,38000.0,North Dakota,38087.0,Slope County,25471.0,WALC +2018,38000.0,North Dakota,38089.0,Stark County,25471.0,WALC +2018,38000.0,North Dakota,38091.0,Steele County,25471.0,WALC +2018,38000.0,North Dakota,38093.0,Stutsman County,25471.0,WALC +2018,38000.0,North Dakota,38095.0,Towner County,25471.0,WALC +2018,38000.0,North Dakota,38097.0,Traill County,25471.0,WALC +2018,38000.0,North Dakota,38101.0,Ward County,25471.0,WALC +2018,38000.0,North Dakota,38103.0,Wells County,25471.0,WALC +2018,38000.0,North Dakota,38105.0,Williams County,25471.0,WALC +2018,41000.0,Oregon,41035.0,Klamath County,25471.0,WALC +2018,46000.0,South Dakota,46003.0,Aurora County,25471.0,WALC +2018,46000.0,South Dakota,46005.0,Beadle County,25471.0,WALC +2018,46000.0,South Dakota,46007.0,Bennett County,25471.0,WALC +2018,46000.0,South Dakota,46009.0,Bon Homme County,25471.0,WALC +2018,46000.0,South Dakota,46011.0,Brookings County,25471.0,WALC +2018,46000.0,South Dakota,46013.0,Brown County,25471.0,WALC +2018,46000.0,South Dakota,46015.0,Brule County,25471.0,WALC +2018,46000.0,South Dakota,46017.0,Buffalo County,25471.0,WALC +2018,46000.0,South Dakota,46019.0,Butte County,25471.0,WALC +2018,46000.0,South Dakota,46021.0,Campbell County,25471.0,WALC +2018,46000.0,South Dakota,46023.0,Charles Mix County,25471.0,WALC +2018,46000.0,South Dakota,46025.0,Clark County,25471.0,WALC +2018,46000.0,South Dakota,46027.0,Clay County,25471.0,WALC +2018,46000.0,South Dakota,46029.0,Codington County,25471.0,WALC +2018,46000.0,South Dakota,46033.0,Custer County,25471.0,WALC +2018,46000.0,South Dakota,46035.0,Davison County,25471.0,WALC +2018,46000.0,South Dakota,46037.0,Day County,25471.0,WALC +2018,46000.0,South Dakota,46039.0,Deuel County,25471.0,WALC +2018,46000.0,South Dakota,46041.0,Dewey County,25471.0,WALC +2018,46000.0,South Dakota,46043.0,Douglas County,25471.0,WALC +2018,46000.0,South Dakota,46047.0,Fall River County,25471.0,WALC +2018,46000.0,South Dakota,46051.0,Grant County,25471.0,WALC +2018,46000.0,South Dakota,46053.0,Gregory County,25471.0,WALC +2018,46000.0,South Dakota,46055.0,Haakon County,25471.0,WALC +2018,46000.0,South Dakota,46057.0,Hamlin County,25471.0,WALC +2018,46000.0,South Dakota,46059.0,Hand County,25471.0,WALC +2018,46000.0,South Dakota,46061.0,Hanson County,25471.0,WALC +2018,46000.0,South Dakota,46065.0,Hughes County,25471.0,WALC +2018,46000.0,South Dakota,46069.0,Hyde County,25471.0,WALC +2018,46000.0,South Dakota,46071.0,Jackson County,25471.0,WALC +2018,46000.0,South Dakota,46073.0,Jerauld County,25471.0,WALC +2018,46000.0,South Dakota,46075.0,Jones County,25471.0,WALC +2018,46000.0,South Dakota,46083.0,Lincoln County,25471.0,WALC +2018,46000.0,South Dakota,46085.0,Lyman County,25471.0,WALC +2018,46000.0,South Dakota,46087.0,McCook County,25471.0,WALC +2018,46000.0,South Dakota,46091.0,Marshall County,25471.0,WALC +2018,46000.0,South Dakota,46093.0,Meade County,25471.0,WALC +2018,46000.0,South Dakota,46099.0,Minnehaha County,25471.0,WALC +2018,46000.0,South Dakota,46101.0,Moody County,25471.0,WALC +2018,46000.0,South Dakota,46103.0,Pennington County,25471.0,WALC +2018,46000.0,South Dakota,46105.0,Perkins County,25471.0,WALC +2018,46000.0,South Dakota,46107.0,Potter County,25471.0,WALC +2018,46000.0,South Dakota,46109.0,Roberts County,25471.0,WALC +2018,46000.0,South Dakota,46111.0,Sanborn County,25471.0,WALC +2018,46000.0,South Dakota,46115.0,Spink County,25471.0,WALC +2018,46000.0,South Dakota,46117.0,Stanley County,25471.0,WALC +2018,46000.0,South Dakota,46119.0,Sully County,25471.0,WALC +2018,46000.0,South Dakota,46121.0,Todd County,25471.0,WALC +2018,46000.0,South Dakota,46123.0,Tripp County,25471.0,WALC +2018,46000.0,South Dakota,46125.0,Turner County,25471.0,WALC +2018,46000.0,South Dakota,46127.0,Union County,25471.0,WALC +2018,46000.0,South Dakota,46129.0,Walworth County,25471.0,WALC +2018,46000.0,South Dakota,46135.0,Yankton County,25471.0,WALC +2018,46000.0,South Dakota,46137.0,Ziebach County,25471.0,WALC +2018,49000.0,Utah,49009.0,Daggett County,25471.0,WALC +2018,49000.0,Utah,49017.0,Garfield County,25471.0,WALC +2018,49000.0,Utah,49021.0,Iron County,25471.0,WALC +2018,49000.0,Utah,49025.0,Kane County,25471.0,WALC +2018,49000.0,Utah,49031.0,Piute County,25471.0,WALC +2018,49000.0,Utah,49037.0,San Juan County,25471.0,WALC +2018,49000.0,Utah,49041.0,Sevier County,25471.0,WALC +2018,49000.0,Utah,49047.0,Uintah County,25471.0,WALC +2018,49000.0,Utah,49053.0,Washington County,25471.0,WALC +2018,49000.0,Utah,49055.0,Wayne County,25471.0,WALC +2018,56000.0,Wyoming,56001.0,Albany County,25471.0,WALC +2018,56000.0,Wyoming,56003.0,Big Horn County,25471.0,WALC +2018,56000.0,Wyoming,56007.0,Carbon County,25471.0,WALC +2018,56000.0,Wyoming,56009.0,Converse County,25471.0,WALC +2018,56000.0,Wyoming,56013.0,Fremont County,25471.0,WALC +2018,56000.0,Wyoming,56015.0,Goshen County,25471.0,WALC +2018,56000.0,Wyoming,56017.0,Hot Springs County,25471.0,WALC +2018,56000.0,Wyoming,56021.0,Laramie County,25471.0,WALC +2018,56000.0,Wyoming,56023.0,Lincoln County,25471.0,WALC +2018,56000.0,Wyoming,56025.0,Natrona County,25471.0,WALC +2018,56000.0,Wyoming,56027.0,Niobrara County,25471.0,WALC +2018,56000.0,Wyoming,56029.0,Park County,25471.0,WALC +2018,56000.0,Wyoming,56031.0,Platte County,25471.0,WALC +2018,56000.0,Wyoming,56037.0,Sweetwater County,25471.0,WALC +2018,56000.0,Wyoming,56043.0,Washakie County,25471.0,WALC +2018,4000.0,Arizona,4001.0,Apache County,28503.0,WACM +2018,4000.0,Arizona,4003.0,Cochise County ,28503.0,WACM +2018,4000.0,Arizona,4005.0,Coconino County,28503.0,WACM +2018,4000.0,Arizona,4007.0,Gila County,28503.0,WACM +2018,4000.0,Arizona,4012.0,La Paz County,28503.0,WACM +2018,4000.0,Arizona,4013.0,Maricopa County,28503.0,WACM +2018,4000.0,Arizona,4015.0,Mohave County,28503.0,WACM +2018,4000.0,Arizona,4017.0,Navajo County,28503.0,WACM +2018,4000.0,Arizona,4019.0,Pima County,28503.0,WACM +2018,4000.0,Arizona,4021.0,Pinal County,28503.0,WACM +2018,4000.0,Arizona,4025.0,Yavapai County,28503.0,WACM +2018,4000.0,Arizona,4027.0,Yuma County,28503.0,WACM +2018,6000.0,California,6001.0,Alameda County,28503.0,WACM +2018,6000.0,California,6007.0,Butte County,28503.0,WACM +2018,6000.0,California,6009.0,Calaveras County,28503.0,WACM +2018,6000.0,California,6011.0,Colusa County,28503.0,WACM +2018,6000.0,California,6013.0,Contra Costa County,28503.0,WACM +2018,6000.0,California,6019.0,Fresno County,28503.0,WACM +2018,6000.0,California,6021.0,Glenn County,28503.0,WACM +2018,6000.0,California,6025.0,Imperial County,28503.0,WACM +2018,6000.0,California,6035.0,Lassen County,28503.0,WACM +2018,6000.0,California,6039.0,Madera County,28503.0,WACM +2018,6000.0,California,6047.0,Merced County,28503.0,WACM +2018,6000.0,California,6049.0,Modoc County,28503.0,WACM +2018,6000.0,California,6061.0,Placer County,28503.0,WACM +2018,6000.0,California,6065.0,Riverside County,28503.0,WACM +2018,6000.0,California,6067.0,Sacramento County,28503.0,WACM +2018,6000.0,California,6071.0,San Bernardino County,28503.0,WACM +2018,6000.0,California,6077.0,San Joaquin County,28503.0,WACM +2018,6000.0,California,6085.0,Santa Clara County,28503.0,WACM +2018,6000.0,California,6089.0,Shasta County,28503.0,WACM +2018,6000.0,California,6093.0,Siskiyou County,28503.0,WACM +2018,6000.0,California,6101.0,Sutter County,28503.0,WACM +2018,6000.0,California,6103.0,Tehama County,28503.0,WACM +2018,6000.0,California,6105.0,Trinity County,28503.0,WACM +2018,6000.0,California,6109.0,Tuolumne County,28503.0,WACM +2018,6000.0,California,6115.0,Yuba County,28503.0,WACM +2018,8000.0,Colorado,8001.0,Adams County,28503.0,WACM +2018,8000.0,Colorado,8003.0,Alamosa County,28503.0,WACM +2018,8000.0,Colorado,8005.0,Arapahoe County,28503.0,WACM +2018,8000.0,Colorado,8007.0,Archuleta County,28503.0,WACM +2018,8000.0,Colorado,8009.0,Baca County,28503.0,WACM +2018,8000.0,Colorado,8011.0,Bent County,28503.0,WACM +2018,8000.0,Colorado,8013.0,Boulder County,28503.0,WACM +2018,8000.0,Colorado,8014.0,Broomfield County,28503.0,WACM +2018,8000.0,Colorado,8015.0,Chaffee County,28503.0,WACM +2018,8000.0,Colorado,8017.0,Cheyenne County,28503.0,WACM +2018,8000.0,Colorado,8019.0,Clear Creek County,28503.0,WACM +2018,8000.0,Colorado,8021.0,Conejos County,28503.0,WACM +2018,8000.0,Colorado,8023.0,Costilla County,28503.0,WACM +2018,8000.0,Colorado,8025.0,Crowley County,28503.0,WACM +2018,8000.0,Colorado,8027.0,Custer County,28503.0,WACM +2018,8000.0,Colorado,8029.0,Delta County,28503.0,WACM +2018,8000.0,Colorado,8033.0,Dolores County,28503.0,WACM +2018,8000.0,Colorado,8035.0,Douglas County,28503.0,WACM +2018,8000.0,Colorado,8039.0,Elbert County,28503.0,WACM +2018,8000.0,Colorado,8041.0,El Paso County,28503.0,WACM +2018,8000.0,Colorado,8043.0,Fremont County,28503.0,WACM +2018,8000.0,Colorado,8045.0,Garfield County,28503.0,WACM +2018,8000.0,Colorado,8047.0,Gilpin County,28503.0,WACM +2018,8000.0,Colorado,8049.0,Grand County,28503.0,WACM +2018,8000.0,Colorado,8051.0,Gunnison County,28503.0,WACM +2018,8000.0,Colorado,8053.0,Hinsdale County,28503.0,WACM +2018,8000.0,Colorado,8055.0,Huerfano County,28503.0,WACM +2018,8000.0,Colorado,8057.0,Jackson County,28503.0,WACM +2018,8000.0,Colorado,8059.0,Jefferson County,28503.0,WACM +2018,8000.0,Colorado,8061.0,Kiowa County,28503.0,WACM +2018,8000.0,Colorado,8063.0,Kit Carson County,28503.0,WACM +2018,8000.0,Colorado,8065.0,Lake County,28503.0,WACM +2018,8000.0,Colorado,8067.0,La Plata County,28503.0,WACM +2018,8000.0,Colorado,8069.0,Larimer County,28503.0,WACM +2018,8000.0,Colorado,8071.0,Las Animas County,28503.0,WACM +2018,8000.0,Colorado,8073.0,Lincoln County,28503.0,WACM +2018,8000.0,Colorado,8075.0,Logan County,28503.0,WACM +2018,8000.0,Colorado,8077.0,Mesa County,28503.0,WACM +2018,8000.0,Colorado,8079.0,Mineral County,28503.0,WACM +2018,8000.0,Colorado,8081.0,Moffat County,28503.0,WACM +2018,8000.0,Colorado,8083.0,Montezuma County,28503.0,WACM +2018,8000.0,Colorado,8085.0,Montrose County,28503.0,WACM +2018,8000.0,Colorado,8087.0,Morgan County,28503.0,WACM +2018,8000.0,Colorado,8089.0,Otero County,28503.0,WACM +2018,8000.0,Colorado,8091.0,Ouray County,28503.0,WACM +2018,8000.0,Colorado,8095.0,Phillips County,28503.0,WACM +2018,8000.0,Colorado,8099.0,Prowers County,28503.0,WACM +2018,8000.0,Colorado,8101.0,Pueblo County,28503.0,WACM +2018,8000.0,Colorado,8103.0,Rio Blanco County,28503.0,WACM +2018,8000.0,Colorado,8105.0,Rio Grande County,28503.0,WACM +2018,8000.0,Colorado,8107.0,Routt County,28503.0,WACM +2018,8000.0,Colorado,8109.0,Saguache County,28503.0,WACM +2018,8000.0,Colorado,8111.0,San Juan County,28503.0,WACM +2018,8000.0,Colorado,8113.0,San Miguel County,28503.0,WACM +2018,8000.0,Colorado,8115.0,Sedgwick County,28503.0,WACM +2018,8000.0,Colorado,8117.0,Summit County,28503.0,WACM +2018,8000.0,Colorado,8119.0,Teller County,28503.0,WACM +2018,8000.0,Colorado,8121.0,Washington County,28503.0,WACM +2018,8000.0,Colorado,8123.0,Weld County,28503.0,WACM +2018,8000.0,Colorado,8125.0,Yuma County,28503.0,WACM +2018,19000.0,Iowa,19001.0,Adair County,28503.0,WACM +2018,19000.0,Iowa,19009.0,Audubon County,28503.0,WACM +2018,19000.0,Iowa,19029.0,Cass County,28503.0,WACM +2018,19000.0,Iowa,19035.0,Cherokee County,28503.0,WACM +2018,19000.0,Iowa,19041.0,Clay County,28503.0,WACM +2018,19000.0,Iowa,19047.0,Crawford County,28503.0,WACM +2018,19000.0,Iowa,19119.0,Lyon County,28503.0,WACM +2018,19000.0,Iowa,19133.0,Monona County,28503.0,WACM +2018,19000.0,Iowa,19141.0,O'Brien County,28503.0,WACM +2018,19000.0,Iowa,19149.0,Plymouth County,28503.0,WACM +2018,19000.0,Iowa,19159.0,Ringgold County,28503.0,WACM +2018,19000.0,Iowa,19165.0,Shelby County,28503.0,WACM +2018,19000.0,Iowa,19167.0,Sioux County,28503.0,WACM +2018,19000.0,Iowa,19173.0,Taylor County,28503.0,WACM +2018,19000.0,Iowa,19175.0,Union County,28503.0,WACM +2018,19000.0,Iowa,19193.0,Woodbury County,28503.0,WACM +2018,20000.0,Kansas,20089.0,Jewell County,28503.0,WACM +2018,27000.0,Minnesota,27023.0,Chippewa County,28503.0,WACM +2018,27000.0,Minnesota,27027.0,Clay County,28503.0,WACM +2018,27000.0,Minnesota,27051.0,Grant County,28503.0,WACM +2018,27000.0,Minnesota,27073.0,Lac Qui Parle County,28503.0,WACM +2018,27000.0,Minnesota,27111.0,Otter Tail County,28503.0,WACM +2018,27000.0,Minnesota,27119.0,Polk County,28503.0,WACM +2018,27000.0,Minnesota,27149.0,Stevens County,28503.0,WACM +2018,27000.0,Minnesota,27151.0,Swift County,28503.0,WACM +2018,27000.0,Minnesota,27167.0,Wilkin County,28503.0,WACM +2018,27000.0,Minnesota,27173.0,Yellow Medicine County,28503.0,WACM +2018,29000.0,Missouri,29147.0,Nodaway County,28503.0,WACM +2018,30000.0,Montana,30003.0,Big Horn County,28503.0,WACM +2018,30000.0,Montana,30005.0,Blaine County,28503.0,WACM +2018,30000.0,Montana,30009.0,Carbon County,28503.0,WACM +2018,30000.0,Montana,30011.0,Carter County,28503.0,WACM +2018,30000.0,Montana,30013.0,Cascade County,28503.0,WACM +2018,30000.0,Montana,30015.0,Chouteau County,28503.0,WACM +2018,30000.0,Montana,30017.0,Custer County,28503.0,WACM +2018,30000.0,Montana,30019.0,Daniels County,28503.0,WACM +2018,30000.0,Montana,30021.0,Dawson County,28503.0,WACM +2018,30000.0,Montana,30025.0,Fallon County,28503.0,WACM +2018,30000.0,Montana,30033.0,Garfield County,28503.0,WACM +2018,30000.0,Montana,30041.0,Hill County,28503.0,WACM +2018,30000.0,Montana,30049.0,Lewis and Clark County,28503.0,WACM +2018,30000.0,Montana,30051.0,Liberty County,28503.0,WACM +2018,30000.0,Montana,30055.0,McCone County,28503.0,WACM +2018,30000.0,Montana,30071.0,Phillips County,28503.0,WACM +2018,30000.0,Montana,30073.0,Pondera County,28503.0,WACM +2018,30000.0,Montana,30075.0,Powder River County,28503.0,WACM +2018,30000.0,Montana,30079.0,Prairie County,28503.0,WACM +2018,30000.0,Montana,30083.0,Richland County,28503.0,WACM +2018,30000.0,Montana,30085.0,Roosevelt County,28503.0,WACM +2018,30000.0,Montana,30087.0,Rosebud County,28503.0,WACM +2018,30000.0,Montana,30091.0,Sheridan County,28503.0,WACM +2018,30000.0,Montana,30099.0,Teton County,28503.0,WACM +2018,30000.0,Montana,30101.0,Toole County,28503.0,WACM +2018,30000.0,Montana,30103.0,Treasure County,28503.0,WACM +2018,30000.0,Montana,30105.0,Valley County,28503.0,WACM +2018,30000.0,Montana,30109.0,Wibaux County,28503.0,WACM +2018,30000.0,Montana,30111.0,Yellowstone County,28503.0,WACM +2018,31000.0,Nebraska,31003.0,Antelope County,28503.0,WACM +2018,31000.0,Nebraska,31005.0,Arthur County,28503.0,WACM +2018,31000.0,Nebraska,31007.0,Banner County,28503.0,WACM +2018,31000.0,Nebraska,31011.0,Boone County,28503.0,WACM +2018,31000.0,Nebraska,31013.0,Box Butte County,28503.0,WACM +2018,31000.0,Nebraska,31015.0,Boyd County,28503.0,WACM +2018,31000.0,Nebraska,31027.0,Cedar County,28503.0,WACM +2018,31000.0,Nebraska,31029.0,Chase County,28503.0,WACM +2018,31000.0,Nebraska,31031.0,Cherry County,28503.0,WACM +2018,31000.0,Nebraska,31033.0,Cheyenne County,28503.0,WACM +2018,31000.0,Nebraska,31037.0,Colfax County,28503.0,WACM +2018,31000.0,Nebraska,31043.0,Dakota County,28503.0,WACM +2018,31000.0,Nebraska,31045.0,Dawes County,28503.0,WACM +2018,31000.0,Nebraska,31049.0,Deuel County,28503.0,WACM +2018,31000.0,Nebraska,31057.0,Dundy County,28503.0,WACM +2018,31000.0,Nebraska,31069.0,Garden County,28503.0,WACM +2018,31000.0,Nebraska,31075.0,Grant County,28503.0,WACM +2018,31000.0,Nebraska,31077.0,Greeley County,28503.0,WACM +2018,31000.0,Nebraska,31085.0,Hayes County,28503.0,WACM +2018,31000.0,Nebraska,31089.0,Holt County,28503.0,WACM +2018,31000.0,Nebraska,31091.0,Hooker County,28503.0,WACM +2018,31000.0,Nebraska,31101.0,Keith County,28503.0,WACM +2018,31000.0,Nebraska,31105.0,Kimball County,28503.0,WACM +2018,31000.0,Nebraska,31111.0,Lincoln County,28503.0,WACM +2018,31000.0,Nebraska,31117.0,McPherson County,28503.0,WACM +2018,31000.0,Nebraska,31121.0,Merrick County,28503.0,WACM +2018,31000.0,Nebraska,31123.0,Morrill County,28503.0,WACM +2018,31000.0,Nebraska,31125.0,Nance County,28503.0,WACM +2018,31000.0,Nebraska,31135.0,Perkins County,28503.0,WACM +2018,31000.0,Nebraska,31157.0,Scotts Bluff County,28503.0,WACM +2018,31000.0,Nebraska,31161.0,Sheridan County,28503.0,WACM +2018,31000.0,Nebraska,31165.0,Sioux County,28503.0,WACM +2018,31000.0,Nebraska,31183.0,Wheeler County,28503.0,WACM +2018,32000.0,Nevada,32003.0,Clark County,28503.0,WACM +2018,35000.0,New Mexico,35039.0,Rio Arriba County,28503.0,WACM +2018,35000.0,New Mexico,35045.0,San Juan County,28503.0,WACM +2018,38000.0,North Dakota,38001.0,Adams County,28503.0,WACM +2018,38000.0,North Dakota,38003.0,Barnes County,28503.0,WACM +2018,38000.0,North Dakota,38005.0,Benson County,28503.0,WACM +2018,38000.0,North Dakota,38007.0,Billings County,28503.0,WACM +2018,38000.0,North Dakota,38009.0,Bottineau County,28503.0,WACM +2018,38000.0,North Dakota,38011.0,Bowman County,28503.0,WACM +2018,38000.0,North Dakota,38013.0,Burke County,28503.0,WACM +2018,38000.0,North Dakota,38015.0,Burleigh County,28503.0,WACM +2018,38000.0,North Dakota,38017.0,Cass County,28503.0,WACM +2018,38000.0,North Dakota,38021.0,Dickey County,28503.0,WACM +2018,38000.0,North Dakota,38023.0,Divide County,28503.0,WACM +2018,38000.0,North Dakota,38025.0,Dunn County,28503.0,WACM +2018,38000.0,North Dakota,38027.0,Eddy County,28503.0,WACM +2018,38000.0,North Dakota,38029.0,Emmons County,28503.0,WACM +2018,38000.0,North Dakota,38031.0,Foster County,28503.0,WACM +2018,38000.0,North Dakota,38033.0,Golden Valley County,28503.0,WACM +2018,38000.0,North Dakota,38035.0,Grand Forks County,28503.0,WACM +2018,38000.0,North Dakota,38037.0,Grant County,28503.0,WACM +2018,38000.0,North Dakota,38039.0,Griggs County,28503.0,WACM +2018,38000.0,North Dakota,38041.0,Hettinger County,28503.0,WACM +2018,38000.0,North Dakota,38043.0,Kidder County,28503.0,WACM +2018,38000.0,North Dakota,38045.0,LaMoure County,28503.0,WACM +2018,38000.0,North Dakota,38047.0,Logan County,28503.0,WACM +2018,38000.0,North Dakota,38049.0,McHenry County,28503.0,WACM +2018,38000.0,North Dakota,38051.0,McIntosh County,28503.0,WACM +2018,38000.0,North Dakota,38053.0,McKenzie County,28503.0,WACM +2018,38000.0,North Dakota,38055.0,McLean County,28503.0,WACM +2018,38000.0,North Dakota,38057.0,Mercer County,28503.0,WACM +2018,38000.0,North Dakota,38059.0,Morton County,28503.0,WACM +2018,38000.0,North Dakota,38061.0,Mountrail County,28503.0,WACM +2018,38000.0,North Dakota,38063.0,Nelson County,28503.0,WACM +2018,38000.0,North Dakota,38065.0,Oliver County,28503.0,WACM +2018,38000.0,North Dakota,38069.0,Pierce County,28503.0,WACM +2018,38000.0,North Dakota,38071.0,Ramsey County,28503.0,WACM +2018,38000.0,North Dakota,38073.0,Ransom County,28503.0,WACM +2018,38000.0,North Dakota,38075.0,Renville County,28503.0,WACM +2018,38000.0,North Dakota,38081.0,Sargent County,28503.0,WACM +2018,38000.0,North Dakota,38085.0,Sioux County,28503.0,WACM +2018,38000.0,North Dakota,38087.0,Slope County,28503.0,WACM +2018,38000.0,North Dakota,38089.0,Stark County,28503.0,WACM +2018,38000.0,North Dakota,38091.0,Steele County,28503.0,WACM +2018,38000.0,North Dakota,38093.0,Stutsman County,28503.0,WACM +2018,38000.0,North Dakota,38095.0,Towner County,28503.0,WACM +2018,38000.0,North Dakota,38097.0,Traill County,28503.0,WACM +2018,38000.0,North Dakota,38101.0,Ward County,28503.0,WACM +2018,38000.0,North Dakota,38103.0,Wells County,28503.0,WACM +2018,38000.0,North Dakota,38105.0,Williams County,28503.0,WACM +2018,41000.0,Oregon,41035.0,Klamath County,28503.0,WACM +2018,46000.0,South Dakota,46003.0,Aurora County,28503.0,WACM +2018,46000.0,South Dakota,46005.0,Beadle County,28503.0,WACM +2018,46000.0,South Dakota,46007.0,Bennett County,28503.0,WACM +2018,46000.0,South Dakota,46009.0,Bon Homme County,28503.0,WACM +2018,46000.0,South Dakota,46011.0,Brookings County,28503.0,WACM +2018,46000.0,South Dakota,46013.0,Brown County,28503.0,WACM +2018,46000.0,South Dakota,46015.0,Brule County,28503.0,WACM +2018,46000.0,South Dakota,46017.0,Buffalo County,28503.0,WACM +2018,46000.0,South Dakota,46019.0,Butte County,28503.0,WACM +2018,46000.0,South Dakota,46021.0,Campbell County,28503.0,WACM +2018,46000.0,South Dakota,46023.0,Charles Mix County,28503.0,WACM +2018,46000.0,South Dakota,46025.0,Clark County,28503.0,WACM +2018,46000.0,South Dakota,46027.0,Clay County,28503.0,WACM +2018,46000.0,South Dakota,46029.0,Codington County,28503.0,WACM +2018,46000.0,South Dakota,46031.0,Corson County,28503.0,WACM +2018,46000.0,South Dakota,46033.0,Custer County,28503.0,WACM +2018,46000.0,South Dakota,46035.0,Davison County,28503.0,WACM +2018,46000.0,South Dakota,46037.0,Day County,28503.0,WACM +2018,46000.0,South Dakota,46039.0,Deuel County,28503.0,WACM +2018,46000.0,South Dakota,46041.0,Dewey County,28503.0,WACM +2018,46000.0,South Dakota,46043.0,Douglas County,28503.0,WACM +2018,46000.0,South Dakota,46045.0,Edmunds County,28503.0,WACM +2018,46000.0,South Dakota,46047.0,Fall River County,28503.0,WACM +2018,46000.0,South Dakota,46049.0,Faulk County,28503.0,WACM +2018,46000.0,South Dakota,46051.0,Grant County,28503.0,WACM +2018,46000.0,South Dakota,46053.0,Gregory County,28503.0,WACM +2018,46000.0,South Dakota,46055.0,Haakon County,28503.0,WACM +2018,46000.0,South Dakota,46057.0,Hamlin County,28503.0,WACM +2018,46000.0,South Dakota,46059.0,Hand County,28503.0,WACM +2018,46000.0,South Dakota,46061.0,Hanson County,28503.0,WACM +2018,46000.0,South Dakota,46063.0,Harding County,28503.0,WACM +2018,46000.0,South Dakota,46065.0,Hughes County,28503.0,WACM +2018,46000.0,South Dakota,46069.0,Hyde County,28503.0,WACM +2018,46000.0,South Dakota,46071.0,Jackson County,28503.0,WACM +2018,46000.0,South Dakota,46073.0,Jerauld County,28503.0,WACM +2018,46000.0,South Dakota,46075.0,Jones County,28503.0,WACM +2018,46000.0,South Dakota,46077.0,Kingsbury County,28503.0,WACM +2018,46000.0,South Dakota,46081.0,Lawrence County,28503.0,WACM +2018,46000.0,South Dakota,46083.0,Lincoln County,28503.0,WACM +2018,46000.0,South Dakota,46085.0,Lyman County,28503.0,WACM +2018,46000.0,South Dakota,46087.0,McCook County,28503.0,WACM +2018,46000.0,South Dakota,46089.0,McPherson County,28503.0,WACM +2018,46000.0,South Dakota,46091.0,Marshall County,28503.0,WACM +2018,46000.0,South Dakota,46093.0,Meade County,28503.0,WACM +2018,46000.0,South Dakota,46095.0,Mellette County,28503.0,WACM +2018,46000.0,South Dakota,46097.0,Miner County,28503.0,WACM +2018,46000.0,South Dakota,46099.0,Minnehaha County,28503.0,WACM +2018,46000.0,South Dakota,46101.0,Moody County,28503.0,WACM +2018,46000.0,South Dakota,46103.0,Pennington County,28503.0,WACM +2018,46000.0,South Dakota,46105.0,Perkins County,28503.0,WACM +2018,46000.0,South Dakota,46107.0,Potter County,28503.0,WACM +2018,46000.0,South Dakota,46109.0,Roberts County,28503.0,WACM +2018,46000.0,South Dakota,46111.0,Sanborn County,28503.0,WACM +2018,46000.0,South Dakota,46113.0,Shannon County,28503.0,WACM +2018,46000.0,South Dakota,46115.0,Spink County,28503.0,WACM +2018,46000.0,South Dakota,46117.0,Stanley County,28503.0,WACM +2018,46000.0,South Dakota,46119.0,Sully County,28503.0,WACM +2018,46000.0,South Dakota,46121.0,Todd County,28503.0,WACM +2018,46000.0,South Dakota,46123.0,Tripp County,28503.0,WACM +2018,46000.0,South Dakota,46125.0,Turner County,28503.0,WACM +2018,46000.0,South Dakota,46127.0,Union County,28503.0,WACM +2018,46000.0,South Dakota,46129.0,Walworth County,28503.0,WACM +2018,46000.0,South Dakota,46135.0,Yankton County,28503.0,WACM +2018,46000.0,South Dakota,46137.0,Ziebach County,28503.0,WACM +2018,49000.0,Utah,49009.0,Daggett County,28503.0,WACM +2018,49000.0,Utah,49013.0,Duchesne County,28503.0,WACM +2018,49000.0,Utah,49017.0,Garfield County,28503.0,WACM +2018,49000.0,Utah,49021.0,Iron County,28503.0,WACM +2018,49000.0,Utah,49025.0,Kane County,28503.0,WACM +2018,49000.0,Utah,49031.0,Piute County,28503.0,WACM +2018,49000.0,Utah,49037.0,San Juan County,28503.0,WACM +2018,49000.0,Utah,49041.0,Sevier County,28503.0,WACM +2018,49000.0,Utah,49043.0,Summit County,28503.0,WACM +2018,49000.0,Utah,49047.0,Uintah County,28503.0,WACM +2018,49000.0,Utah,49051.0,Wasatch County,28503.0,WACM +2018,49000.0,Utah,49053.0,Washington County,28503.0,WACM +2018,49000.0,Utah,49055.0,Wayne County,28503.0,WACM +2018,56000.0,Wyoming,56001.0,Albany County,28503.0,WACM +2018,56000.0,Wyoming,56003.0,Big Horn County,28503.0,WACM +2018,56000.0,Wyoming,56005.0,Campbell County,28503.0,WACM +2018,56000.0,Wyoming,56007.0,Carbon County,28503.0,WACM +2018,56000.0,Wyoming,56009.0,Converse County,28503.0,WACM +2018,56000.0,Wyoming,56011.0,Crook County,28503.0,WACM +2018,56000.0,Wyoming,56013.0,Fremont County,28503.0,WACM +2018,56000.0,Wyoming,56015.0,Goshen County,28503.0,WACM +2018,56000.0,Wyoming,56017.0,Hot Springs County,28503.0,WACM +2018,56000.0,Wyoming,56019.0,Johnson County,28503.0,WACM +2018,56000.0,Wyoming,56021.0,Laramie County,28503.0,WACM +2018,56000.0,Wyoming,56023.0,Lincoln County,28503.0,WACM +2018,56000.0,Wyoming,56025.0,Natrona County,28503.0,WACM +2018,56000.0,Wyoming,56027.0,Niobrara County,28503.0,WACM +2018,56000.0,Wyoming,56029.0,Park County,28503.0,WACM +2018,56000.0,Wyoming,56031.0,Platte County,28503.0,WACM +2018,56000.0,Wyoming,56033.0,Sheridan County,28503.0,WACM +2018,56000.0,Wyoming,56037.0,Sweetwater County,28503.0,WACM +2018,56000.0,Wyoming,56041.0,Uinta County,28503.0,WACM +2018,56000.0,Wyoming,56043.0,Washakie County,28503.0,WACM +2018,56000.0,Wyoming,56045.0,Weston County,28503.0,WACM +2018,13000.0,Georgia,13007.0,Baker County,29304.0,SEPA +2018,13000.0,Georgia,13061.0,Clay County,29304.0,SEPA +2018,13000.0,Georgia,13079.0,Crawford County,29304.0,SEPA +2018,13000.0,Georgia,13087.0,Decatur County,29304.0,SEPA +2018,13000.0,Georgia,13099.0,Early County,29304.0,SEPA +2018,13000.0,Georgia,13201.0,Miller County,29304.0,SEPA +2018,13000.0,Georgia,13225.0,Peach County,29304.0,SEPA +2018,13000.0,Georgia,13253.0,Seminole County,29304.0,SEPA +2018,1000.0,Alabama,1097.0,Mobile County,56669.0,MISO +2018,1000.0,Alabama,1129.0,Washington County,56669.0,MISO +2018,5000.0,Arkansas,5001.0,Arkansas County,56669.0,MISO +2018,5000.0,Arkansas,5003.0,Ashley County,56669.0,MISO +2018,5000.0,Arkansas,5005.0,Baxter County,56669.0,MISO +2018,5000.0,Arkansas,5009.0,Boone County,56669.0,MISO +2018,5000.0,Arkansas,5011.0,Bradley County,56669.0,MISO +2018,5000.0,Arkansas,5013.0,Calhoun County,56669.0,MISO +2018,5000.0,Arkansas,5015.0,Carroll County,56669.0,MISO +2018,5000.0,Arkansas,5017.0,Chicot County,56669.0,MISO +2018,5000.0,Arkansas,5019.0,Clark County,56669.0,MISO +2018,5000.0,Arkansas,5021.0,Clay County,56669.0,MISO +2018,5000.0,Arkansas,5023.0,Cleburne County,56669.0,MISO +2018,5000.0,Arkansas,5025.0,Cleveland County,56669.0,MISO +2018,5000.0,Arkansas,5027.0,Columbia County,56669.0,MISO +2018,5000.0,Arkansas,5029.0,Conway County,56669.0,MISO +2018,5000.0,Arkansas,5031.0,Craighead County,56669.0,MISO +2018,5000.0,Arkansas,5035.0,Crittenden County,56669.0,MISO +2018,5000.0,Arkansas,5037.0,Cross County,56669.0,MISO +2018,5000.0,Arkansas,5039.0,Dallas County,56669.0,MISO +2018,5000.0,Arkansas,5041.0,Desha County,56669.0,MISO +2018,5000.0,Arkansas,5043.0,Drew County,56669.0,MISO +2018,5000.0,Arkansas,5045.0,Faulkner County,56669.0,MISO +2018,5000.0,Arkansas,5049.0,Fulton County,56669.0,MISO +2018,5000.0,Arkansas,5051.0,Garland County,56669.0,MISO +2018,5000.0,Arkansas,5053.0,Grant County,56669.0,MISO +2018,5000.0,Arkansas,5055.0,Greene County,56669.0,MISO +2018,5000.0,Arkansas,5057.0,Hempstead County,56669.0,MISO +2018,5000.0,Arkansas,5059.0,Hot Spring County,56669.0,MISO +2018,5000.0,Arkansas,5061.0,Howard County,56669.0,MISO +2018,5000.0,Arkansas,5063.0,Independence County,56669.0,MISO +2018,5000.0,Arkansas,5065.0,Izard County,56669.0,MISO +2018,5000.0,Arkansas,5067.0,Jackson County,56669.0,MISO +2018,5000.0,Arkansas,5069.0,Jefferson County,56669.0,MISO +2018,5000.0,Arkansas,5071.0,Johnson County,56669.0,MISO +2018,5000.0,Arkansas,5073.0,Lafayette County,56669.0,MISO +2018,5000.0,Arkansas,5075.0,Lawrence County,56669.0,MISO +2018,5000.0,Arkansas,5077.0,Lee County,56669.0,MISO +2018,5000.0,Arkansas,5079.0,Lincoln County,56669.0,MISO +2018,5000.0,Arkansas,5081.0,Little River County,56669.0,MISO +2018,5000.0,Arkansas,5083.0,Logan County,56669.0,MISO +2018,5000.0,Arkansas,5085.0,Lonoke County,56669.0,MISO +2018,5000.0,Arkansas,5089.0,Marion County,56669.0,MISO +2018,5000.0,Arkansas,5091.0,Miller County,56669.0,MISO +2018,5000.0,Arkansas,5093.0,Mississippi County,56669.0,MISO +2018,5000.0,Arkansas,5095.0,Monroe County,56669.0,MISO +2018,5000.0,Arkansas,5097.0,Montgomery County,56669.0,MISO +2018,5000.0,Arkansas,5099.0,Nevada County,56669.0,MISO +2018,5000.0,Arkansas,5101.0,Newton County,56669.0,MISO +2018,5000.0,Arkansas,5103.0,Ouachita County,56669.0,MISO +2018,5000.0,Arkansas,5105.0,Perry County,56669.0,MISO +2018,5000.0,Arkansas,5107.0,Phillips County,56669.0,MISO +2018,5000.0,Arkansas,5109.0,Pike County,56669.0,MISO +2018,5000.0,Arkansas,5111.0,Poinsett County,56669.0,MISO +2018,5000.0,Arkansas,5113.0,Polk County,56669.0,MISO +2018,5000.0,Arkansas,5115.0,Pope County,56669.0,MISO +2018,5000.0,Arkansas,5117.0,Prairie County,56669.0,MISO +2018,5000.0,Arkansas,5119.0,Pulaski County,56669.0,MISO +2018,5000.0,Arkansas,5121.0,Randolph County,56669.0,MISO +2018,5000.0,Arkansas,5123.0,St. Francis County,56669.0,MISO +2018,5000.0,Arkansas,5125.0,Saline County,56669.0,MISO +2018,5000.0,Arkansas,5127.0,Scott County,56669.0,MISO +2018,5000.0,Arkansas,5129.0,Searcy County,56669.0,MISO +2018,5000.0,Arkansas,5133.0,Sevier County,56669.0,MISO +2018,5000.0,Arkansas,5135.0,Sharp County,56669.0,MISO +2018,5000.0,Arkansas,5137.0,Stone County,56669.0,MISO +2018,5000.0,Arkansas,5139.0,Union County,56669.0,MISO +2018,5000.0,Arkansas,5141.0,Van Buren County,56669.0,MISO +2018,5000.0,Arkansas,5145.0,White County,56669.0,MISO +2018,5000.0,Arkansas,5147.0,Woodruff County,56669.0,MISO +2018,5000.0,Arkansas,5149.0,Yell County,56669.0,MISO +2018,17000.0,Illinois,17001.0,Adams County,56669.0,MISO +2018,17000.0,Illinois,17003.0,Alexander County,56669.0,MISO +2018,17000.0,Illinois,17005.0,Bond County,56669.0,MISO +2018,17000.0,Illinois,17007.0,Boone County,56669.0,MISO +2018,17000.0,Illinois,17009.0,Brown County,56669.0,MISO +2018,17000.0,Illinois,17011.0,Bureau County,56669.0,MISO +2018,17000.0,Illinois,17013.0,Calhoun County,56669.0,MISO +2018,17000.0,Illinois,17015.0,Carroll County,56669.0,MISO +2018,17000.0,Illinois,17017.0,Cass County,56669.0,MISO +2018,17000.0,Illinois,17019.0,Champaign County,56669.0,MISO +2018,17000.0,Illinois,17021.0,Christian County,56669.0,MISO +2018,17000.0,Illinois,17023.0,Clark County,56669.0,MISO +2018,17000.0,Illinois,17025.0,Clay County,56669.0,MISO +2018,17000.0,Illinois,17027.0,Clinton County,56669.0,MISO +2018,17000.0,Illinois,17029.0,Coles County,56669.0,MISO +2018,17000.0,Illinois,17033.0,Crawford County,56669.0,MISO +2018,17000.0,Illinois,17035.0,Cumberland County,56669.0,MISO +2018,17000.0,Illinois,17039.0,De Witt County,56669.0,MISO +2018,17000.0,Illinois,17041.0,Douglas County,56669.0,MISO +2018,17000.0,Illinois,17045.0,Edgar County,56669.0,MISO +2018,17000.0,Illinois,17047.0,Edwards County,56669.0,MISO +2018,17000.0,Illinois,17049.0,Effingham County,56669.0,MISO +2018,17000.0,Illinois,17051.0,Fayette County,56669.0,MISO +2018,17000.0,Illinois,17053.0,Ford County,56669.0,MISO +2018,17000.0,Illinois,17055.0,Franklin County,56669.0,MISO +2018,17000.0,Illinois,17057.0,Fulton County,56669.0,MISO +2018,17000.0,Illinois,17059.0,Gallatin County,56669.0,MISO +2018,17000.0,Illinois,17061.0,Greene County,56669.0,MISO +2018,17000.0,Illinois,17065.0,Hamilton County,56669.0,MISO +2018,17000.0,Illinois,17067.0,Hancock County,56669.0,MISO +2018,17000.0,Illinois,17069.0,Hardin County,56669.0,MISO +2018,17000.0,Illinois,17071.0,Henderson County,56669.0,MISO +2018,17000.0,Illinois,17073.0,Henry County,56669.0,MISO +2018,17000.0,Illinois,17075.0,Iroquois County,56669.0,MISO +2018,17000.0,Illinois,17077.0,Jackson County,56669.0,MISO +2018,17000.0,Illinois,17079.0,Jasper County,56669.0,MISO +2018,17000.0,Illinois,17081.0,Jefferson County,56669.0,MISO +2018,17000.0,Illinois,17083.0,Jersey County,56669.0,MISO +2018,17000.0,Illinois,17085.0,Jo Daviess County,56669.0,MISO +2018,17000.0,Illinois,17087.0,Johnson County,56669.0,MISO +2018,17000.0,Illinois,17093.0,Kendall County,56669.0,MISO +2018,17000.0,Illinois,17095.0,Knox County,56669.0,MISO +2018,17000.0,Illinois,17097.0,Lake County,56669.0,MISO +2018,17000.0,Illinois,17099.0,LaSalle County,56669.0,MISO +2018,17000.0,Illinois,17101.0,Lawrence County,56669.0,MISO +2018,17000.0,Illinois,17105.0,Livingston County,56669.0,MISO +2018,17000.0,Illinois,17107.0,Logan County,56669.0,MISO +2018,17000.0,Illinois,17109.0,McDonough County,56669.0,MISO +2018,17000.0,Illinois,17111.0,McHenry County,56669.0,MISO +2018,17000.0,Illinois,17113.0,McLean County,56669.0,MISO +2018,17000.0,Illinois,17115.0,Macon County,56669.0,MISO +2018,17000.0,Illinois,17117.0,Macoupin County,56669.0,MISO +2018,17000.0,Illinois,17119.0,Madison County,56669.0,MISO +2018,17000.0,Illinois,17121.0,Marion County,56669.0,MISO +2018,17000.0,Illinois,17123.0,Marshall County,56669.0,MISO +2018,17000.0,Illinois,17125.0,Mason County,56669.0,MISO +2018,17000.0,Illinois,17127.0,Massac County,56669.0,MISO +2018,17000.0,Illinois,17129.0,Menard County,56669.0,MISO +2018,17000.0,Illinois,17131.0,Mercer County,56669.0,MISO +2018,17000.0,Illinois,17133.0,Monroe County,56669.0,MISO +2018,17000.0,Illinois,17135.0,Montgomery County,56669.0,MISO +2018,17000.0,Illinois,17137.0,Morgan County,56669.0,MISO +2018,17000.0,Illinois,17139.0,Moultrie County,56669.0,MISO +2018,17000.0,Illinois,17143.0,Peoria County,56669.0,MISO +2018,17000.0,Illinois,17145.0,Perry County,56669.0,MISO +2018,17000.0,Illinois,17147.0,Piatt County,56669.0,MISO +2018,17000.0,Illinois,17149.0,Pike County,56669.0,MISO +2018,17000.0,Illinois,17151.0,Pope County,56669.0,MISO +2018,17000.0,Illinois,17153.0,Pulaski County,56669.0,MISO +2018,17000.0,Illinois,17155.0,Putnam County,56669.0,MISO +2018,17000.0,Illinois,17157.0,Randolph County,56669.0,MISO +2018,17000.0,Illinois,17159.0,Richland County,56669.0,MISO +2018,17000.0,Illinois,17161.0,Rock Island County,56669.0,MISO +2018,17000.0,Illinois,17163.0,St. Clair County,56669.0,MISO +2018,17000.0,Illinois,17165.0,Saline County,56669.0,MISO +2018,17000.0,Illinois,17167.0,Sangamon County,56669.0,MISO +2018,17000.0,Illinois,17169.0,Schuyler County,56669.0,MISO +2018,17000.0,Illinois,17171.0,Scott County,56669.0,MISO +2018,17000.0,Illinois,17173.0,Shelby County,56669.0,MISO +2018,17000.0,Illinois,17175.0,Stark County,56669.0,MISO +2018,17000.0,Illinois,17177.0,Stephenson County,56669.0,MISO +2018,17000.0,Illinois,17179.0,Tazewell County,56669.0,MISO +2018,17000.0,Illinois,17181.0,Union County,56669.0,MISO +2018,17000.0,Illinois,17183.0,Vermilion County,56669.0,MISO +2018,17000.0,Illinois,17185.0,Wabash County,56669.0,MISO +2018,17000.0,Illinois,17187.0,Warren County,56669.0,MISO +2018,17000.0,Illinois,17189.0,Washington County,56669.0,MISO +2018,17000.0,Illinois,17191.0,Wayne County,56669.0,MISO +2018,17000.0,Illinois,17193.0,White County,56669.0,MISO +2018,17000.0,Illinois,17195.0,Whiteside County,56669.0,MISO +2018,17000.0,Illinois,17199.0,Williamson County,56669.0,MISO +2018,17000.0,Illinois,17201.0,Winnebago County,56669.0,MISO +2018,17000.0,Illinois,17203.0,Woodford County,56669.0,MISO +2018,18000.0,Indiana,18005.0,Bartholomew County,56669.0,MISO +2018,18000.0,Indiana,18007.0,Benton County,56669.0,MISO +2018,18000.0,Indiana,18011.0,Boone County,56669.0,MISO +2018,18000.0,Indiana,18013.0,Brown County,56669.0,MISO +2018,18000.0,Indiana,18015.0,Carroll County,56669.0,MISO +2018,18000.0,Indiana,18017.0,Cass County,56669.0,MISO +2018,18000.0,Indiana,18019.0,Clark County,56669.0,MISO +2018,18000.0,Indiana,18021.0,Clay County,56669.0,MISO +2018,18000.0,Indiana,18023.0,Clinton County,56669.0,MISO +2018,18000.0,Indiana,18025.0,Crawford County,56669.0,MISO +2018,18000.0,Indiana,18027.0,Daviess County,56669.0,MISO +2018,18000.0,Indiana,18029.0,Dearborn County,56669.0,MISO +2018,18000.0,Indiana,18031.0,Decatur County,56669.0,MISO +2018,18000.0,Indiana,18033.0,DeKalb County,56669.0,MISO +2018,18000.0,Indiana,18035.0,Delaware County,56669.0,MISO +2018,18000.0,Indiana,18037.0,Dubois County,56669.0,MISO +2018,18000.0,Indiana,18039.0,Elkhart County,56669.0,MISO +2018,18000.0,Indiana,18041.0,Fayette County,56669.0,MISO +2018,18000.0,Indiana,18043.0,Floyd County,56669.0,MISO +2018,18000.0,Indiana,18045.0,Fountain County,56669.0,MISO +2018,18000.0,Indiana,18047.0,Franklin County,56669.0,MISO +2018,18000.0,Indiana,18049.0,Fulton County,56669.0,MISO +2018,18000.0,Indiana,18051.0,Gibson County,56669.0,MISO +2018,18000.0,Indiana,18053.0,Grant County,56669.0,MISO +2018,18000.0,Indiana,18055.0,Greene County,56669.0,MISO +2018,18000.0,Indiana,18057.0,Hamilton County,56669.0,MISO +2018,18000.0,Indiana,18059.0,Hancock County,56669.0,MISO +2018,18000.0,Indiana,18061.0,Harrison County,56669.0,MISO +2018,18000.0,Indiana,18063.0,Hendricks County,56669.0,MISO +2018,18000.0,Indiana,18065.0,Henry County,56669.0,MISO +2018,18000.0,Indiana,18067.0,Howard County,56669.0,MISO +2018,18000.0,Indiana,18069.0,Huntington County,56669.0,MISO +2018,18000.0,Indiana,18071.0,Jackson County,56669.0,MISO +2018,18000.0,Indiana,18073.0,Jasper County,56669.0,MISO +2018,18000.0,Indiana,18077.0,Jefferson County,56669.0,MISO +2018,18000.0,Indiana,18079.0,Jennings County,56669.0,MISO +2018,18000.0,Indiana,18081.0,Johnson County,56669.0,MISO +2018,18000.0,Indiana,18083.0,Knox County,56669.0,MISO +2018,18000.0,Indiana,18085.0,Kosciusko County,56669.0,MISO +2018,18000.0,Indiana,18087.0,LaGrange County,56669.0,MISO +2018,18000.0,Indiana,18089.0,Lake County,56669.0,MISO +2018,18000.0,Indiana,18091.0,LaPorte County,56669.0,MISO +2018,18000.0,Indiana,18093.0,Lawrence County,56669.0,MISO +2018,18000.0,Indiana,18095.0,Madison County,56669.0,MISO +2018,18000.0,Indiana,18097.0,Marion County,56669.0,MISO +2018,18000.0,Indiana,18099.0,Marshall County,56669.0,MISO +2018,18000.0,Indiana,18101.0,Martin County,56669.0,MISO +2018,18000.0,Indiana,18103.0,Miami County,56669.0,MISO +2018,18000.0,Indiana,18105.0,Monroe County,56669.0,MISO +2018,18000.0,Indiana,18107.0,Montgomery County,56669.0,MISO +2018,18000.0,Indiana,18109.0,Morgan County,56669.0,MISO +2018,18000.0,Indiana,18111.0,Newton County,56669.0,MISO +2018,18000.0,Indiana,18113.0,Noble County,56669.0,MISO +2018,18000.0,Indiana,18115.0,Ohio County,56669.0,MISO +2018,18000.0,Indiana,18117.0,Orange County,56669.0,MISO +2018,18000.0,Indiana,18119.0,Owen County,56669.0,MISO +2018,18000.0,Indiana,18121.0,Parke County,56669.0,MISO +2018,18000.0,Indiana,18123.0,Perry County,56669.0,MISO +2018,18000.0,Indiana,18125.0,Pike County,56669.0,MISO +2018,18000.0,Indiana,18127.0,Porter County,56669.0,MISO +2018,18000.0,Indiana,18129.0,Posey County,56669.0,MISO +2018,18000.0,Indiana,18131.0,Pulaski County,56669.0,MISO +2018,18000.0,Indiana,18133.0,Putnam County,56669.0,MISO +2018,18000.0,Indiana,18135.0,Randolph County,56669.0,MISO +2018,18000.0,Indiana,18137.0,Ripley County,56669.0,MISO +2018,18000.0,Indiana,18139.0,Rush County,56669.0,MISO +2018,18000.0,Indiana,18141.0,St. Joseph County,56669.0,MISO +2018,18000.0,Indiana,18143.0,Scott County,56669.0,MISO +2018,18000.0,Indiana,18145.0,Shelby County,56669.0,MISO +2018,18000.0,Indiana,18147.0,Spencer County,56669.0,MISO +2018,18000.0,Indiana,18149.0,Starke County,56669.0,MISO +2018,18000.0,Indiana,18151.0,Steuben County,56669.0,MISO +2018,18000.0,Indiana,18153.0,Sullivan County,56669.0,MISO +2018,18000.0,Indiana,18155.0,Switzerland County,56669.0,MISO +2018,18000.0,Indiana,18157.0,Tippecanoe County,56669.0,MISO +2018,18000.0,Indiana,18159.0,Tipton County,56669.0,MISO +2018,18000.0,Indiana,18161.0,Union County,56669.0,MISO +2018,18000.0,Indiana,18163.0,Vanderburgh County,56669.0,MISO +2018,18000.0,Indiana,18165.0,Vermillion County,56669.0,MISO +2018,18000.0,Indiana,18167.0,Vigo County,56669.0,MISO +2018,18000.0,Indiana,18169.0,Wabash County,56669.0,MISO +2018,18000.0,Indiana,18171.0,Warren County,56669.0,MISO +2018,18000.0,Indiana,18173.0,Warrick County,56669.0,MISO +2018,18000.0,Indiana,18175.0,Washington County,56669.0,MISO +2018,18000.0,Indiana,18177.0,Wayne County,56669.0,MISO +2018,18000.0,Indiana,18179.0,Wells County,56669.0,MISO +2018,18000.0,Indiana,18181.0,White County,56669.0,MISO +2018,18000.0,Indiana,18183.0,Whitley County,56669.0,MISO +2018,19000.0,Iowa,19001.0,Adair County,56669.0,MISO +2018,19000.0,Iowa,19003.0,Adams County,56669.0,MISO +2018,19000.0,Iowa,19005.0,Allamakee County,56669.0,MISO +2018,19000.0,Iowa,19007.0,Appanoose County,56669.0,MISO +2018,19000.0,Iowa,19009.0,Audubon County,56669.0,MISO +2018,19000.0,Iowa,19011.0,Benton County,56669.0,MISO +2018,19000.0,Iowa,19013.0,Black Hawk County,56669.0,MISO +2018,19000.0,Iowa,19015.0,Boone County,56669.0,MISO +2018,19000.0,Iowa,19017.0,Bremer County,56669.0,MISO +2018,19000.0,Iowa,19019.0,Buchanan County,56669.0,MISO +2018,19000.0,Iowa,19021.0,Buena Vista County,56669.0,MISO +2018,19000.0,Iowa,19023.0,Butler County,56669.0,MISO +2018,19000.0,Iowa,19025.0,Calhoun County,56669.0,MISO +2018,19000.0,Iowa,19027.0,Carroll County,56669.0,MISO +2018,19000.0,Iowa,19029.0,Cass County,56669.0,MISO +2018,19000.0,Iowa,19031.0,Cedar County,56669.0,MISO +2018,19000.0,Iowa,19033.0,Cerro Gordo County,56669.0,MISO +2018,19000.0,Iowa,19035.0,Cherokee County,56669.0,MISO +2018,19000.0,Iowa,19037.0,Chickasaw County,56669.0,MISO +2018,19000.0,Iowa,19039.0,Clarke County,56669.0,MISO +2018,19000.0,Iowa,19041.0,Clay County,56669.0,MISO +2018,19000.0,Iowa,19043.0,Clayton County,56669.0,MISO +2018,19000.0,Iowa,19045.0,Clinton County,56669.0,MISO +2018,19000.0,Iowa,19047.0,Crawford County,56669.0,MISO +2018,19000.0,Iowa,19049.0,Dallas County,56669.0,MISO +2018,19000.0,Iowa,19051.0,Davis County,56669.0,MISO +2018,19000.0,Iowa,19053.0,Decatur County,56669.0,MISO +2018,19000.0,Iowa,19055.0,Delaware County,56669.0,MISO +2018,19000.0,Iowa,19057.0,Des Moines County,56669.0,MISO +2018,19000.0,Iowa,19059.0,Dickinson County,56669.0,MISO +2018,19000.0,Iowa,19061.0,Dubuque County,56669.0,MISO +2018,19000.0,Iowa,19063.0,Emmet County,56669.0,MISO +2018,19000.0,Iowa,19065.0,Fayette County,56669.0,MISO +2018,19000.0,Iowa,19067.0,Floyd County,56669.0,MISO +2018,19000.0,Iowa,19069.0,Franklin County,56669.0,MISO +2018,19000.0,Iowa,19071.0,Fremont County,56669.0,MISO +2018,19000.0,Iowa,19073.0,Greene County,56669.0,MISO +2018,19000.0,Iowa,19075.0,Grundy County,56669.0,MISO +2018,19000.0,Iowa,19077.0,Guthrie County,56669.0,MISO +2018,19000.0,Iowa,19079.0,Hamilton County,56669.0,MISO +2018,19000.0,Iowa,19081.0,Hancock County,56669.0,MISO +2018,19000.0,Iowa,19083.0,Hardin County,56669.0,MISO +2018,19000.0,Iowa,19085.0,Harrison County,56669.0,MISO +2018,19000.0,Iowa,19087.0,Henry County,56669.0,MISO +2018,19000.0,Iowa,19089.0,Howard County,56669.0,MISO +2018,19000.0,Iowa,19091.0,Humboldt County,56669.0,MISO +2018,19000.0,Iowa,19093.0,Ida County,56669.0,MISO +2018,19000.0,Iowa,19095.0,Iowa County,56669.0,MISO +2018,19000.0,Iowa,19097.0,Jackson County,56669.0,MISO +2018,19000.0,Iowa,19099.0,Jasper County,56669.0,MISO +2018,19000.0,Iowa,19101.0,Jefferson County,56669.0,MISO +2018,19000.0,Iowa,19103.0,Johnson County,56669.0,MISO +2018,19000.0,Iowa,19105.0,Jones County,56669.0,MISO +2018,19000.0,Iowa,19107.0,Keokuk County,56669.0,MISO +2018,19000.0,Iowa,19109.0,Kossuth County,56669.0,MISO +2018,19000.0,Iowa,19111.0,Lee County,56669.0,MISO +2018,19000.0,Iowa,19113.0,Linn County,56669.0,MISO +2018,19000.0,Iowa,19115.0,Louisa County,56669.0,MISO +2018,19000.0,Iowa,19117.0,Lucas County,56669.0,MISO +2018,19000.0,Iowa,19119.0,Lyon County,56669.0,MISO +2018,19000.0,Iowa,19121.0,Madison County,56669.0,MISO +2018,19000.0,Iowa,19123.0,Mahaska County,56669.0,MISO +2018,19000.0,Iowa,19125.0,Marion County,56669.0,MISO +2018,19000.0,Iowa,19127.0,Marshall County,56669.0,MISO +2018,19000.0,Iowa,19129.0,Mills County,56669.0,MISO +2018,19000.0,Iowa,19131.0,Mitchell County,56669.0,MISO +2018,19000.0,Iowa,19133.0,Monona County,56669.0,MISO +2018,19000.0,Iowa,19135.0,Monroe County,56669.0,MISO +2018,19000.0,Iowa,19137.0,Montgomery County,56669.0,MISO +2018,19000.0,Iowa,19139.0,Muscatine County,56669.0,MISO +2018,19000.0,Iowa,19141.0,O'Brien County,56669.0,MISO +2018,19000.0,Iowa,19143.0,Osceola County,56669.0,MISO +2018,19000.0,Iowa,19145.0,Page County,56669.0,MISO +2018,19000.0,Iowa,19147.0,Palo Alto County,56669.0,MISO +2018,19000.0,Iowa,19149.0,Plymouth County,56669.0,MISO +2018,19000.0,Iowa,19151.0,Pocahontas County,56669.0,MISO +2018,19000.0,Iowa,19153.0,Polk County,56669.0,MISO +2018,19000.0,Iowa,19155.0,Pottawattamie County,56669.0,MISO +2018,19000.0,Iowa,19157.0,Poweshiek County,56669.0,MISO +2018,19000.0,Iowa,19159.0,Ringgold County,56669.0,MISO +2018,19000.0,Iowa,19161.0,Sac County,56669.0,MISO +2018,19000.0,Iowa,19163.0,Scott County,56669.0,MISO +2018,19000.0,Iowa,19165.0,Shelby County,56669.0,MISO +2018,19000.0,Iowa,19167.0,Sioux County,56669.0,MISO +2018,19000.0,Iowa,19169.0,Story County,56669.0,MISO +2018,19000.0,Iowa,19171.0,Tama County,56669.0,MISO +2018,19000.0,Iowa,19173.0,Taylor County,56669.0,MISO +2018,19000.0,Iowa,19175.0,Union County,56669.0,MISO +2018,19000.0,Iowa,19177.0,Van Buren County,56669.0,MISO +2018,19000.0,Iowa,19179.0,Wapello County,56669.0,MISO +2018,19000.0,Iowa,19181.0,Warren County,56669.0,MISO +2018,19000.0,Iowa,19183.0,Washington County,56669.0,MISO +2018,19000.0,Iowa,19185.0,Wayne County,56669.0,MISO +2018,19000.0,Iowa,19187.0,Webster County,56669.0,MISO +2018,19000.0,Iowa,19189.0,Winnebago County,56669.0,MISO +2018,19000.0,Iowa,19191.0,Winneshiek County,56669.0,MISO +2018,19000.0,Iowa,19193.0,Woodbury County,56669.0,MISO +2018,19000.0,Iowa,19195.0,Worth County,56669.0,MISO +2018,19000.0,Iowa,19197.0,Wright County,56669.0,MISO +2018,21000.0,Kentucky,21007.0,Ballard County,56669.0,MISO +2018,21000.0,Kentucky,21027.0,Breckinridge County,56669.0,MISO +2018,21000.0,Kentucky,21033.0,Caldwell County,56669.0,MISO +2018,21000.0,Kentucky,21039.0,Carlisle County,56669.0,MISO +2018,21000.0,Kentucky,21055.0,Crittenden County,56669.0,MISO +2018,21000.0,Kentucky,21059.0,Daviess County,56669.0,MISO +2018,21000.0,Kentucky,21083.0,Graves County,56669.0,MISO +2018,21000.0,Kentucky,21085.0,Grayson County,56669.0,MISO +2018,21000.0,Kentucky,21091.0,Hancock County,56669.0,MISO +2018,21000.0,Kentucky,21093.0,Hardin County,56669.0,MISO +2018,21000.0,Kentucky,21101.0,Henderson County,56669.0,MISO +2018,21000.0,Kentucky,21107.0,Hopkins County,56669.0,MISO +2018,21000.0,Kentucky,21139.0,Livingston County,56669.0,MISO +2018,21000.0,Kentucky,21143.0,Lyon County,56669.0,MISO +2018,21000.0,Kentucky,21145.0,McCracken County,56669.0,MISO +2018,21000.0,Kentucky,21149.0,McLean County,56669.0,MISO +2018,21000.0,Kentucky,21157.0,Marshall County,56669.0,MISO +2018,21000.0,Kentucky,21163.0,Meade County,56669.0,MISO +2018,21000.0,Kentucky,21177.0,Muhlenberg County,56669.0,MISO +2018,21000.0,Kentucky,21183.0,Ohio County,56669.0,MISO +2018,21000.0,Kentucky,21225.0,Union County,56669.0,MISO +2018,21000.0,Kentucky,21233.0,Webster County,56669.0,MISO +2018,22000.0,Louisiana,22001.0,Acadia Parish,56669.0,MISO +2018,22000.0,Louisiana,22003.0,Allen Parish,56669.0,MISO +2018,22000.0,Louisiana,22005.0,Ascension Parish,56669.0,MISO +2018,22000.0,Louisiana,22007.0,Assumption Parish,56669.0,MISO +2018,22000.0,Louisiana,22009.0,Avoyelles Parish,56669.0,MISO +2018,22000.0,Louisiana,22011.0,Beauregard Parish,56669.0,MISO +2018,22000.0,Louisiana,22013.0,Bienville Parish,56669.0,MISO +2018,22000.0,Louisiana,22015.0,Bossier Parish,56669.0,MISO +2018,22000.0,Louisiana,22019.0,Calcasieu Parish,56669.0,MISO +2018,22000.0,Louisiana,22021.0,Caldwell Parish,56669.0,MISO +2018,22000.0,Louisiana,22023.0,Cameron Parish,56669.0,MISO +2018,22000.0,Louisiana,22025.0,Catahoula Parish,56669.0,MISO +2018,22000.0,Louisiana,22027.0,Claiborne Parish,56669.0,MISO +2018,22000.0,Louisiana,22029.0,Concordia Parish,56669.0,MISO +2018,22000.0,Louisiana,22031.0,De Soto Parish,56669.0,MISO +2018,22000.0,Louisiana,22033.0,East Baton Rouge Parish,56669.0,MISO +2018,22000.0,Louisiana,22035.0,East Carroll Parish,56669.0,MISO +2018,22000.0,Louisiana,22037.0,East Feliciana Parish,56669.0,MISO +2018,22000.0,Louisiana,22039.0,Evangeline Parish,56669.0,MISO +2018,22000.0,Louisiana,22041.0,Franklin Parish,56669.0,MISO +2018,22000.0,Louisiana,22043.0,Grant Parish,56669.0,MISO +2018,22000.0,Louisiana,22045.0,Iberia Parish,56669.0,MISO +2018,22000.0,Louisiana,22047.0,Iberville Parish,56669.0,MISO +2018,22000.0,Louisiana,22049.0,Jackson Parish,56669.0,MISO +2018,22000.0,Louisiana,22051.0,Jefferson Parish,56669.0,MISO +2018,22000.0,Louisiana,22053.0,Jefferson Davis Parish,56669.0,MISO +2018,22000.0,Louisiana,22055.0,Lafayette Parish,56669.0,MISO +2018,22000.0,Louisiana,22057.0,Lafourche Parish,56669.0,MISO +2018,22000.0,Louisiana,22059.0,La Salle Parish,56669.0,MISO +2018,22000.0,Louisiana,22061.0,Lincoln Parish,56669.0,MISO +2018,22000.0,Louisiana,22063.0,Livingston Parish,56669.0,MISO +2018,22000.0,Louisiana,22065.0,Madison Parish,56669.0,MISO +2018,22000.0,Louisiana,22067.0,Morehouse Parish,56669.0,MISO +2018,22000.0,Louisiana,22069.0,Natchitoches Parish,56669.0,MISO +2018,22000.0,Louisiana,22071.0,Orleans Parish,56669.0,MISO +2018,22000.0,Louisiana,22073.0,Ouachita Parish,56669.0,MISO +2018,22000.0,Louisiana,22075.0,Plaquemines Parish,56669.0,MISO +2018,22000.0,Louisiana,22077.0,Pointe Coupee Parish,56669.0,MISO +2018,22000.0,Louisiana,22079.0,Rapides Parish,56669.0,MISO +2018,22000.0,Louisiana,22081.0,Red River Parish,56669.0,MISO +2018,22000.0,Louisiana,22083.0,Richland Parish,56669.0,MISO +2018,22000.0,Louisiana,22085.0,Sabine Parish,56669.0,MISO +2018,22000.0,Louisiana,22087.0,St. Bernard Parish,56669.0,MISO +2018,22000.0,Louisiana,22089.0,St. Charles Parish,56669.0,MISO +2018,22000.0,Louisiana,22091.0,St. Helena Parish,56669.0,MISO +2018,22000.0,Louisiana,22093.0,St. James Parish,56669.0,MISO +2018,22000.0,Louisiana,22095.0,St. John the Baptist Parish,56669.0,MISO +2018,22000.0,Louisiana,22097.0,St. Landry Parish,56669.0,MISO +2018,22000.0,Louisiana,22099.0,St. Martin Parish,56669.0,MISO +2018,22000.0,Louisiana,22101.0,St. Mary Parish,56669.0,MISO +2018,22000.0,Louisiana,22103.0,St. Tammany Parish,56669.0,MISO +2018,22000.0,Louisiana,22105.0,Tangipahoa Parish,56669.0,MISO +2018,22000.0,Louisiana,22107.0,Tensas Parish,56669.0,MISO +2018,22000.0,Louisiana,22109.0,Terrebonne Parish,56669.0,MISO +2018,22000.0,Louisiana,22111.0,Union Parish,56669.0,MISO +2018,22000.0,Louisiana,22113.0,Vermilion Parish,56669.0,MISO +2018,22000.0,Louisiana,22115.0,Vernon Parish,56669.0,MISO +2018,22000.0,Louisiana,22117.0,Washington Parish,56669.0,MISO +2018,22000.0,Louisiana,22119.0,Webster Parish,56669.0,MISO +2018,22000.0,Louisiana,22121.0,West Baton Rouge Parish,56669.0,MISO +2018,22000.0,Louisiana,22123.0,West Carroll Parish,56669.0,MISO +2018,22000.0,Louisiana,22125.0,West Feliciana Parish,56669.0,MISO +2018,22000.0,Louisiana,22127.0,Winn Parish,56669.0,MISO +2018,26000.0,Michigan,26001.0,Alcona County,56669.0,MISO +2018,26000.0,Michigan,26003.0,Alger County,56669.0,MISO +2018,26000.0,Michigan,26005.0,Allegan County,56669.0,MISO +2018,26000.0,Michigan,26007.0,Alpena County,56669.0,MISO +2018,26000.0,Michigan,26009.0,Antrim County,56669.0,MISO +2018,26000.0,Michigan,26011.0,Arenac County,56669.0,MISO +2018,26000.0,Michigan,26013.0,Baraga County,56669.0,MISO +2018,26000.0,Michigan,26015.0,Barry County,56669.0,MISO +2018,26000.0,Michigan,26017.0,Bay County,56669.0,MISO +2018,26000.0,Michigan,26019.0,Benzie County,56669.0,MISO +2018,26000.0,Michigan,26023.0,Branch County,56669.0,MISO +2018,26000.0,Michigan,26025.0,Calhoun County,56669.0,MISO +2018,26000.0,Michigan,26029.0,Charlevoix County,56669.0,MISO +2018,26000.0,Michigan,26031.0,Cheboygan County,56669.0,MISO +2018,26000.0,Michigan,26033.0,Chippewa County,56669.0,MISO +2018,26000.0,Michigan,26035.0,Clare County,56669.0,MISO +2018,26000.0,Michigan,26037.0,Clinton County,56669.0,MISO +2018,26000.0,Michigan,26039.0,Crawford County,56669.0,MISO +2018,26000.0,Michigan,26041.0,Delta County,56669.0,MISO +2018,26000.0,Michigan,26043.0,Dickinson County,56669.0,MISO +2018,26000.0,Michigan,26045.0,Eaton County,56669.0,MISO +2018,26000.0,Michigan,26047.0,Emmet County,56669.0,MISO +2018,26000.0,Michigan,26049.0,Genesee County,56669.0,MISO +2018,26000.0,Michigan,26051.0,Gladwin County,56669.0,MISO +2018,26000.0,Michigan,26053.0,Gogebic County,56669.0,MISO +2018,26000.0,Michigan,26055.0,Grand Traverse County,56669.0,MISO +2018,26000.0,Michigan,26057.0,Gratiot County,56669.0,MISO +2018,26000.0,Michigan,26059.0,Hillsdale County,56669.0,MISO +2018,26000.0,Michigan,26061.0,Houghton County,56669.0,MISO +2018,26000.0,Michigan,26063.0,Huron County,56669.0,MISO +2018,26000.0,Michigan,26065.0,Ingham County,56669.0,MISO +2018,26000.0,Michigan,26067.0,Ionia County,56669.0,MISO +2018,26000.0,Michigan,26069.0,Iosco County,56669.0,MISO +2018,26000.0,Michigan,26071.0,Iron County,56669.0,MISO +2018,26000.0,Michigan,26073.0,Isabella County,56669.0,MISO +2018,26000.0,Michigan,26075.0,Jackson County,56669.0,MISO +2018,26000.0,Michigan,26077.0,Kalamazoo County,56669.0,MISO +2018,26000.0,Michigan,26079.0,Kalkaska County,56669.0,MISO +2018,26000.0,Michigan,26081.0,Kent County,56669.0,MISO +2018,26000.0,Michigan,26083.0,Keweenaw County,56669.0,MISO +2018,26000.0,Michigan,26085.0,Lake County,56669.0,MISO +2018,26000.0,Michigan,26087.0,Lapeer County,56669.0,MISO +2018,26000.0,Michigan,26089.0,Leelanau County,56669.0,MISO +2018,26000.0,Michigan,26091.0,Lenawee County,56669.0,MISO +2018,26000.0,Michigan,26093.0,Livingston County,56669.0,MISO +2018,26000.0,Michigan,26095.0,Luce County,56669.0,MISO +2018,26000.0,Michigan,26097.0,Mackinac County,56669.0,MISO +2018,26000.0,Michigan,26099.0,Macomb County,56669.0,MISO +2018,26000.0,Michigan,26101.0,Manistee County,56669.0,MISO +2018,26000.0,Michigan,26103.0,Marquette County,56669.0,MISO +2018,26000.0,Michigan,26105.0,Mason County,56669.0,MISO +2018,26000.0,Michigan,26107.0,Mecosta County,56669.0,MISO +2018,26000.0,Michigan,26109.0,Menominee County,56669.0,MISO +2018,26000.0,Michigan,26111.0,Midland County,56669.0,MISO +2018,26000.0,Michigan,26113.0,Missaukee County,56669.0,MISO +2018,26000.0,Michigan,26115.0,Monroe County,56669.0,MISO +2018,26000.0,Michigan,26117.0,Montcalm County,56669.0,MISO +2018,26000.0,Michigan,26119.0,Montmorency County,56669.0,MISO +2018,26000.0,Michigan,26121.0,Muskegon County,56669.0,MISO +2018,26000.0,Michigan,26123.0,Newaygo County,56669.0,MISO +2018,26000.0,Michigan,26125.0,Oakland County,56669.0,MISO +2018,26000.0,Michigan,26127.0,Oceana County,56669.0,MISO +2018,26000.0,Michigan,26129.0,Ogemaw County,56669.0,MISO +2018,26000.0,Michigan,26131.0,Ontonagon County,56669.0,MISO +2018,26000.0,Michigan,26133.0,Osceola County,56669.0,MISO +2018,26000.0,Michigan,26135.0,Oscoda County,56669.0,MISO +2018,26000.0,Michigan,26137.0,Otsego County,56669.0,MISO +2018,26000.0,Michigan,26139.0,Ottawa County,56669.0,MISO +2018,26000.0,Michigan,26141.0,Presque Isle County,56669.0,MISO +2018,26000.0,Michigan,26143.0,Roscommon County,56669.0,MISO +2018,26000.0,Michigan,26145.0,Saginaw County,56669.0,MISO +2018,26000.0,Michigan,26147.0,St. Clair County,56669.0,MISO +2018,26000.0,Michigan,26149.0,St. Joseph County,56669.0,MISO +2018,26000.0,Michigan,26151.0,Sanilac County,56669.0,MISO +2018,26000.0,Michigan,26153.0,Schoolcraft County,56669.0,MISO +2018,26000.0,Michigan,26155.0,Shiawassee County,56669.0,MISO +2018,26000.0,Michigan,26157.0,Tuscola County,56669.0,MISO +2018,26000.0,Michigan,26159.0,Van Buren County,56669.0,MISO +2018,26000.0,Michigan,26161.0,Washtenaw County,56669.0,MISO +2018,26000.0,Michigan,26163.0,Wayne County,56669.0,MISO +2018,26000.0,Michigan,26165.0,Wexford County,56669.0,MISO +2018,27000.0,Minnesota,27001.0,Aitkin County,56669.0,MISO +2018,27000.0,Minnesota,27003.0,Anoka County,56669.0,MISO +2018,27000.0,Minnesota,27005.0,Becker County,56669.0,MISO +2018,27000.0,Minnesota,27007.0,Beltrami County,56669.0,MISO +2018,27000.0,Minnesota,27009.0,Benton County,56669.0,MISO +2018,27000.0,Minnesota,27011.0,Big Stone County,56669.0,MISO +2018,27000.0,Minnesota,27013.0,Blue Earth County,56669.0,MISO +2018,27000.0,Minnesota,27015.0,Brown County,56669.0,MISO +2018,27000.0,Minnesota,27017.0,Carlton County,56669.0,MISO +2018,27000.0,Minnesota,27019.0,Carver County,56669.0,MISO +2018,27000.0,Minnesota,27021.0,Cass County,56669.0,MISO +2018,27000.0,Minnesota,27023.0,Chippewa County,56669.0,MISO +2018,27000.0,Minnesota,27025.0,Chisago County,56669.0,MISO +2018,27000.0,Minnesota,27027.0,Clay County,56669.0,MISO +2018,27000.0,Minnesota,27029.0,Clearwater County,56669.0,MISO +2018,27000.0,Minnesota,27031.0,Cook County,56669.0,MISO +2018,27000.0,Minnesota,27033.0,Cottonwood County,56669.0,MISO +2018,27000.0,Minnesota,27035.0,Crow Wing County,56669.0,MISO +2018,27000.0,Minnesota,27037.0,Dakota County,56669.0,MISO +2018,27000.0,Minnesota,27039.0,Dodge County,56669.0,MISO +2018,27000.0,Minnesota,27041.0,Douglas County,56669.0,MISO +2018,27000.0,Minnesota,27043.0,Faribault County,56669.0,MISO +2018,27000.0,Minnesota,27045.0,Fillmore County,56669.0,MISO +2018,27000.0,Minnesota,27047.0,Freeborn County,56669.0,MISO +2018,27000.0,Minnesota,27049.0,Goodhue County,56669.0,MISO +2018,27000.0,Minnesota,27051.0,Grant County,56669.0,MISO +2018,27000.0,Minnesota,27053.0,Hennepin County,56669.0,MISO +2018,27000.0,Minnesota,27055.0,Houston County,56669.0,MISO +2018,27000.0,Minnesota,27057.0,Hubbard County,56669.0,MISO +2018,27000.0,Minnesota,27059.0,Isanti County,56669.0,MISO +2018,27000.0,Minnesota,27061.0,Itasca County,56669.0,MISO +2018,27000.0,Minnesota,27063.0,Jackson County,56669.0,MISO +2018,27000.0,Minnesota,27065.0,Kanabec County,56669.0,MISO +2018,27000.0,Minnesota,27067.0,Kandiyohi County,56669.0,MISO +2018,27000.0,Minnesota,27069.0,Kittson County,56669.0,MISO +2018,27000.0,Minnesota,27071.0,Koochiching County,56669.0,MISO +2018,27000.0,Minnesota,27073.0,Lac Qui Parle County,56669.0,MISO +2018,27000.0,Minnesota,27075.0,Lake County,56669.0,MISO +2018,27000.0,Minnesota,27077.0,Lake of the Woods County,56669.0,MISO +2018,27000.0,Minnesota,27079.0,Le Sueur County,56669.0,MISO +2018,27000.0,Minnesota,27081.0,Lincoln County,56669.0,MISO +2018,27000.0,Minnesota,27083.0,Lyon County,56669.0,MISO +2018,27000.0,Minnesota,27085.0,McLeod County,56669.0,MISO +2018,27000.0,Minnesota,27087.0,Mahnomen County,56669.0,MISO +2018,27000.0,Minnesota,27089.0,Marshall County,56669.0,MISO +2018,27000.0,Minnesota,27091.0,Martin County,56669.0,MISO +2018,27000.0,Minnesota,27093.0,Meeker County,56669.0,MISO +2018,27000.0,Minnesota,27095.0,Mille Lacs County,56669.0,MISO +2018,27000.0,Minnesota,27097.0,Morrison County,56669.0,MISO +2018,27000.0,Minnesota,27099.0,Mower County,56669.0,MISO +2018,27000.0,Minnesota,27101.0,Murray County,56669.0,MISO +2018,27000.0,Minnesota,27103.0,Nicollet County,56669.0,MISO +2018,27000.0,Minnesota,27105.0,Nobles County,56669.0,MISO +2018,27000.0,Minnesota,27107.0,Norman County,56669.0,MISO +2018,27000.0,Minnesota,27109.0,Olmsted County,56669.0,MISO +2018,27000.0,Minnesota,27111.0,Otter Tail County,56669.0,MISO +2018,27000.0,Minnesota,27113.0,Pennington County,56669.0,MISO +2018,27000.0,Minnesota,27115.0,Pine County,56669.0,MISO +2018,27000.0,Minnesota,27117.0,Pipestone County,56669.0,MISO +2018,27000.0,Minnesota,27119.0,Polk County,56669.0,MISO +2018,27000.0,Minnesota,27121.0,Pope County,56669.0,MISO +2018,27000.0,Minnesota,27123.0,Ramsey County,56669.0,MISO +2018,27000.0,Minnesota,27125.0,Red Lake County,56669.0,MISO +2018,27000.0,Minnesota,27127.0,Redwood County,56669.0,MISO +2018,27000.0,Minnesota,27129.0,Renville County,56669.0,MISO +2018,27000.0,Minnesota,27131.0,Rice County,56669.0,MISO +2018,27000.0,Minnesota,27133.0,Rock County,56669.0,MISO +2018,27000.0,Minnesota,27135.0,Roseau County,56669.0,MISO +2018,27000.0,Minnesota,27137.0,St. Louis County,56669.0,MISO +2018,27000.0,Minnesota,27139.0,Scott County,56669.0,MISO +2018,27000.0,Minnesota,27141.0,Sherburne County,56669.0,MISO +2018,27000.0,Minnesota,27143.0,Sibley County,56669.0,MISO +2018,27000.0,Minnesota,27145.0,Stearns County,56669.0,MISO +2018,27000.0,Minnesota,27147.0,Steele County,56669.0,MISO +2018,27000.0,Minnesota,27149.0,Stevens County,56669.0,MISO +2018,27000.0,Minnesota,27151.0,Swift County,56669.0,MISO +2018,27000.0,Minnesota,27153.0,Todd County,56669.0,MISO +2018,27000.0,Minnesota,27155.0,Traverse County,56669.0,MISO +2018,27000.0,Minnesota,27157.0,Wabasha County,56669.0,MISO +2018,27000.0,Minnesota,27159.0,Wadena County,56669.0,MISO +2018,27000.0,Minnesota,27161.0,Waseca County,56669.0,MISO +2018,27000.0,Minnesota,27163.0,Washington County,56669.0,MISO +2018,27000.0,Minnesota,27165.0,Watonwan County,56669.0,MISO +2018,27000.0,Minnesota,27167.0,Wilkin County,56669.0,MISO +2018,27000.0,Minnesota,27169.0,Winona County,56669.0,MISO +2018,27000.0,Minnesota,27171.0,Wright County,56669.0,MISO +2018,27000.0,Minnesota,27173.0,Yellow Medicine County,56669.0,MISO +2018,28000.0,Mississippi,28001.0,Adams County,56669.0,MISO +2018,28000.0,Mississippi,28005.0,Amite County,56669.0,MISO +2018,28000.0,Mississippi,28007.0,Attala County,56669.0,MISO +2018,28000.0,Mississippi,28011.0,Bolivar County,56669.0,MISO +2018,28000.0,Mississippi,28013.0,Calhoun County,56669.0,MISO +2018,28000.0,Mississippi,28015.0,Carroll County,56669.0,MISO +2018,28000.0,Mississippi,28019.0,Choctaw County,56669.0,MISO +2018,28000.0,Mississippi,28021.0,Claiborne County,56669.0,MISO +2018,28000.0,Mississippi,28023.0,Clarke County,56669.0,MISO +2018,28000.0,Mississippi,28025.0,Clay County,56669.0,MISO +2018,28000.0,Mississippi,28027.0,Coahoma County,56669.0,MISO +2018,28000.0,Mississippi,28029.0,Copiah County,56669.0,MISO +2018,28000.0,Mississippi,28031.0,Covington County,56669.0,MISO +2018,28000.0,Mississippi,28033.0,DeSoto County,56669.0,MISO +2018,28000.0,Mississippi,28035.0,Forrest County,56669.0,MISO +2018,28000.0,Mississippi,28037.0,Franklin County,56669.0,MISO +2018,28000.0,Mississippi,28039.0,George County,56669.0,MISO +2018,28000.0,Mississippi,28041.0,Greene County,56669.0,MISO +2018,28000.0,Mississippi,28043.0,Grenada County,56669.0,MISO +2018,28000.0,Mississippi,28047.0,Harrison County,56669.0,MISO +2018,28000.0,Mississippi,28049.0,Hinds County,56669.0,MISO +2018,28000.0,Mississippi,28051.0,Holmes County,56669.0,MISO +2018,28000.0,Mississippi,28053.0,Humphreys County,56669.0,MISO +2018,28000.0,Mississippi,28055.0,Issaquena County,56669.0,MISO +2018,28000.0,Mississippi,28059.0,Jackson County,56669.0,MISO +2018,28000.0,Mississippi,28061.0,Jasper County,56669.0,MISO +2018,28000.0,Mississippi,28063.0,Jefferson County,56669.0,MISO +2018,28000.0,Mississippi,28065.0,Jefferson Davis County,56669.0,MISO +2018,28000.0,Mississippi,28067.0,Jones County,56669.0,MISO +2018,28000.0,Mississippi,28073.0,Lamar County,56669.0,MISO +2018,28000.0,Mississippi,28077.0,Lawrence County,56669.0,MISO +2018,28000.0,Mississippi,28079.0,Leake County,56669.0,MISO +2018,28000.0,Mississippi,28083.0,Leflore County,56669.0,MISO +2018,28000.0,Mississippi,28085.0,Lincoln County,56669.0,MISO +2018,28000.0,Mississippi,28089.0,Madison County,56669.0,MISO +2018,28000.0,Mississippi,28091.0,Marion County,56669.0,MISO +2018,28000.0,Mississippi,28097.0,Montgomery County,56669.0,MISO +2018,28000.0,Mississippi,28101.0,Newton County,56669.0,MISO +2018,28000.0,Mississippi,28107.0,Panola County,56669.0,MISO +2018,28000.0,Mississippi,28109.0,Pearl River County,56669.0,MISO +2018,28000.0,Mississippi,28111.0,Perry County,56669.0,MISO +2018,28000.0,Mississippi,28113.0,Pike County,56669.0,MISO +2018,28000.0,Mississippi,28119.0,Quitman County,56669.0,MISO +2018,28000.0,Mississippi,28121.0,Rankin County,56669.0,MISO +2018,28000.0,Mississippi,28123.0,Scott County,56669.0,MISO +2018,28000.0,Mississippi,28125.0,Sharkey County,56669.0,MISO +2018,28000.0,Mississippi,28127.0,Simpson County,56669.0,MISO +2018,28000.0,Mississippi,28129.0,Smith County,56669.0,MISO +2018,28000.0,Mississippi,28131.0,Stone County,56669.0,MISO +2018,28000.0,Mississippi,28133.0,Sunflower County,56669.0,MISO +2018,28000.0,Mississippi,28135.0,Tallahatchie County,56669.0,MISO +2018,28000.0,Mississippi,28137.0,Tate County,56669.0,MISO +2018,28000.0,Mississippi,28143.0,Tunica County,56669.0,MISO +2018,28000.0,Mississippi,28147.0,Walthall County,56669.0,MISO +2018,28000.0,Mississippi,28149.0,Warren County,56669.0,MISO +2018,28000.0,Mississippi,28151.0,Washington County,56669.0,MISO +2018,28000.0,Mississippi,28153.0,Wayne County,56669.0,MISO +2018,28000.0,Mississippi,28155.0,Webster County,56669.0,MISO +2018,28000.0,Mississippi,28157.0,Wilkinson County,56669.0,MISO +2018,28000.0,Mississippi,28161.0,Yalobusha County,56669.0,MISO +2018,28000.0,Mississippi,28163.0,Yazoo County,56669.0,MISO +2018,29000.0,Missouri,29001.0,Adair County,56669.0,MISO +2018,29000.0,Missouri,29007.0,Audrain County,56669.0,MISO +2018,29000.0,Missouri,29017.0,Bollinger County,56669.0,MISO +2018,29000.0,Missouri,29019.0,Boone County,56669.0,MISO +2018,29000.0,Missouri,29023.0,Butler County,56669.0,MISO +2018,29000.0,Missouri,29025.0,Caldwell County,56669.0,MISO +2018,29000.0,Missouri,29027.0,Callaway County,56669.0,MISO +2018,29000.0,Missouri,29029.0,Camden County,56669.0,MISO +2018,29000.0,Missouri,29031.0,Cape Girardeau County,56669.0,MISO +2018,29000.0,Missouri,29041.0,Chariton County,56669.0,MISO +2018,29000.0,Missouri,29045.0,Clark County,56669.0,MISO +2018,29000.0,Missouri,29047.0,Clay County,56669.0,MISO +2018,29000.0,Missouri,29049.0,Clinton County,56669.0,MISO +2018,29000.0,Missouri,29051.0,Cole County,56669.0,MISO +2018,29000.0,Missouri,29053.0,Cooper County,56669.0,MISO +2018,29000.0,Missouri,29055.0,Crawford County,56669.0,MISO +2018,29000.0,Missouri,29061.0,Daviess County,56669.0,MISO +2018,29000.0,Missouri,29063.0,DeKalb County,56669.0,MISO +2018,29000.0,Missouri,29069.0,Dunklin County,56669.0,MISO +2018,29000.0,Missouri,29071.0,Franklin County,56669.0,MISO +2018,29000.0,Missouri,29073.0,Gasconade County,56669.0,MISO +2018,29000.0,Missouri,29075.0,Gentry County,56669.0,MISO +2018,29000.0,Missouri,29089.0,Howard County,56669.0,MISO +2018,29000.0,Missouri,29093.0,Iron County,56669.0,MISO +2018,29000.0,Missouri,29099.0,Jefferson County,56669.0,MISO +2018,29000.0,Missouri,29103.0,Knox County,56669.0,MISO +2018,29000.0,Missouri,29111.0,Lewis County,56669.0,MISO +2018,29000.0,Missouri,29113.0,Lincoln County,56669.0,MISO +2018,29000.0,Missouri,29115.0,Linn County,56669.0,MISO +2018,29000.0,Missouri,29117.0,Livingston County,56669.0,MISO +2018,29000.0,Missouri,29121.0,Macon County,56669.0,MISO +2018,29000.0,Missouri,29123.0,Madison County,56669.0,MISO +2018,29000.0,Missouri,29125.0,Maries County,56669.0,MISO +2018,29000.0,Missouri,29127.0,Marion County,56669.0,MISO +2018,29000.0,Missouri,29131.0,Miller County,56669.0,MISO +2018,29000.0,Missouri,29133.0,Mississippi County,56669.0,MISO +2018,29000.0,Missouri,29135.0,Moniteau County,56669.0,MISO +2018,29000.0,Missouri,29137.0,Monroe County,56669.0,MISO +2018,29000.0,Missouri,29139.0,Montgomery County,56669.0,MISO +2018,29000.0,Missouri,29141.0,Morgan County,56669.0,MISO +2018,29000.0,Missouri,29143.0,New Madrid County,56669.0,MISO +2018,29000.0,Missouri,29149.0,Oregon County,56669.0,MISO +2018,29000.0,Missouri,29151.0,Osage County,56669.0,MISO +2018,29000.0,Missouri,29155.0,Pemiscot County,56669.0,MISO +2018,29000.0,Missouri,29157.0,Perry County,56669.0,MISO +2018,29000.0,Missouri,29159.0,Pettis County,56669.0,MISO +2018,29000.0,Missouri,29161.0,Phelps County,56669.0,MISO +2018,29000.0,Missouri,29163.0,Pike County,56669.0,MISO +2018,29000.0,Missouri,29169.0,Pulaski County,56669.0,MISO +2018,29000.0,Missouri,29173.0,Ralls County,56669.0,MISO +2018,29000.0,Missouri,29175.0,Randolph County,56669.0,MISO +2018,29000.0,Missouri,29177.0,Ray County,56669.0,MISO +2018,29000.0,Missouri,29179.0,Reynolds County,56669.0,MISO +2018,29000.0,Missouri,29181.0,Ripley County,56669.0,MISO +2018,29000.0,Missouri,29183.0,St. Charles County,56669.0,MISO +2018,29000.0,Missouri,29186.0,Ste. Genevieve County,56669.0,MISO +2018,29000.0,Missouri,29187.0,St. Francois County,56669.0,MISO +2018,29000.0,Missouri,29195.0,Saline County,56669.0,MISO +2018,29000.0,Missouri,29197.0,Schuyler County,56669.0,MISO +2018,29000.0,Missouri,29199.0,Scotland County,56669.0,MISO +2018,29000.0,Missouri,29201.0,Scott County,56669.0,MISO +2018,29000.0,Missouri,29207.0,Stoddard County,56669.0,MISO +2018,29000.0,Missouri,29211.0,Sullivan County,56669.0,MISO +2018,29000.0,Missouri,29213.0,Taney County,56669.0,MISO +2018,29000.0,Missouri,29219.0,Warren County,56669.0,MISO +2018,29000.0,Missouri,29221.0,Washington County,56669.0,MISO +2018,29000.0,Missouri,29510.0,St. Louis City,56669.0,MISO +2018,30000.0,Montana,30017.0,Custer County,56669.0,MISO +2018,30000.0,Montana,30019.0,Daniels County,56669.0,MISO +2018,30000.0,Montana,30021.0,Dawson County,56669.0,MISO +2018,30000.0,Montana,30025.0,Fallon County,56669.0,MISO +2018,30000.0,Montana,30055.0,McCone County,56669.0,MISO +2018,30000.0,Montana,30079.0,Prairie County,56669.0,MISO +2018,30000.0,Montana,30083.0,Richland County,56669.0,MISO +2018,30000.0,Montana,30085.0,Roosevelt County,56669.0,MISO +2018,30000.0,Montana,30087.0,Rosebud County,56669.0,MISO +2018,30000.0,Montana,30091.0,Sheridan County,56669.0,MISO +2018,30000.0,Montana,30109.0,Wibaux County,56669.0,MISO +2018,38000.0,North Dakota,38001.0,Adams County,56669.0,MISO +2018,38000.0,North Dakota,38003.0,Barnes County,56669.0,MISO +2018,38000.0,North Dakota,38005.0,Benson County,56669.0,MISO +2018,38000.0,North Dakota,38009.0,Bottineau County,56669.0,MISO +2018,38000.0,North Dakota,38011.0,Bowman County,56669.0,MISO +2018,38000.0,North Dakota,38013.0,Burke County,56669.0,MISO +2018,38000.0,North Dakota,38015.0,Burleigh County,56669.0,MISO +2018,38000.0,North Dakota,38017.0,Cass County,56669.0,MISO +2018,38000.0,North Dakota,38019.0,Cavalier County,56669.0,MISO +2018,38000.0,North Dakota,38021.0,Dickey County,56669.0,MISO +2018,38000.0,North Dakota,38023.0,Divide County,56669.0,MISO +2018,38000.0,North Dakota,38025.0,Dunn County,56669.0,MISO +2018,38000.0,North Dakota,38027.0,Eddy County,56669.0,MISO +2018,38000.0,North Dakota,38029.0,Emmons County,56669.0,MISO +2018,38000.0,North Dakota,38031.0,Foster County,56669.0,MISO +2018,38000.0,North Dakota,38033.0,Golden Valley County,56669.0,MISO +2018,38000.0,North Dakota,38035.0,Grand Forks County,56669.0,MISO +2018,38000.0,North Dakota,38037.0,Grant County,56669.0,MISO +2018,38000.0,North Dakota,38039.0,Griggs County,56669.0,MISO +2018,38000.0,North Dakota,38041.0,Hettinger County,56669.0,MISO +2018,38000.0,North Dakota,38043.0,Kidder County,56669.0,MISO +2018,38000.0,North Dakota,38045.0,LaMoure County,56669.0,MISO +2018,38000.0,North Dakota,38047.0,Logan County,56669.0,MISO +2018,38000.0,North Dakota,38049.0,McHenry County,56669.0,MISO +2018,38000.0,North Dakota,38051.0,McIntosh County,56669.0,MISO +2018,38000.0,North Dakota,38053.0,McKenzie County,56669.0,MISO +2018,38000.0,North Dakota,38055.0,McLean County,56669.0,MISO +2018,38000.0,North Dakota,38057.0,Mercer County,56669.0,MISO +2018,38000.0,North Dakota,38059.0,Morton County,56669.0,MISO +2018,38000.0,North Dakota,38061.0,Mountrail County,56669.0,MISO +2018,38000.0,North Dakota,38063.0,Nelson County,56669.0,MISO +2018,38000.0,North Dakota,38065.0,Oliver County,56669.0,MISO +2018,38000.0,North Dakota,38067.0,Pembina County,56669.0,MISO +2018,38000.0,North Dakota,38069.0,Pierce County,56669.0,MISO +2018,38000.0,North Dakota,38071.0,Ramsey County,56669.0,MISO +2018,38000.0,North Dakota,38073.0,Ransom County,56669.0,MISO +2018,38000.0,North Dakota,38075.0,Renville County,56669.0,MISO +2018,38000.0,North Dakota,38077.0,Richland County,56669.0,MISO +2018,38000.0,North Dakota,38079.0,Rolette County,56669.0,MISO +2018,38000.0,North Dakota,38081.0,Sargent County,56669.0,MISO +2018,38000.0,North Dakota,38083.0,Sheridan County,56669.0,MISO +2018,38000.0,North Dakota,38085.0,Sioux County,56669.0,MISO +2018,38000.0,North Dakota,38087.0,Slope County,56669.0,MISO +2018,38000.0,North Dakota,38089.0,Stark County,56669.0,MISO +2018,38000.0,North Dakota,38091.0,Steele County,56669.0,MISO +2018,38000.0,North Dakota,38093.0,Stutsman County,56669.0,MISO +2018,38000.0,North Dakota,38095.0,Towner County,56669.0,MISO +2018,38000.0,North Dakota,38097.0,Traill County,56669.0,MISO +2018,38000.0,North Dakota,38099.0,Walsh County,56669.0,MISO +2018,38000.0,North Dakota,38101.0,Ward County,56669.0,MISO +2018,38000.0,North Dakota,38103.0,Wells County,56669.0,MISO +2018,38000.0,North Dakota,38105.0,Williams County,56669.0,MISO +2018,40000.0,Oklahoma,40079.0,Le Flore County,56669.0,MISO +2018,40000.0,Oklahoma,40089.0,McCurtain County,56669.0,MISO +2018,46000.0,South Dakota,46011.0,Brookings County,56669.0,MISO +2018,46000.0,South Dakota,46013.0,Brown County,56669.0,MISO +2018,46000.0,South Dakota,46021.0,Campbell County,56669.0,MISO +2018,46000.0,South Dakota,46029.0,Codington County,56669.0,MISO +2018,46000.0,South Dakota,46031.0,Corson County,56669.0,MISO +2018,46000.0,South Dakota,46037.0,Day County,56669.0,MISO +2018,46000.0,South Dakota,46039.0,Deuel County,56669.0,MISO +2018,46000.0,South Dakota,46045.0,Edmunds County,56669.0,MISO +2018,46000.0,South Dakota,46049.0,Faulk County,56669.0,MISO +2018,46000.0,South Dakota,46051.0,Grant County,56669.0,MISO +2018,46000.0,South Dakota,46057.0,Hamlin County,56669.0,MISO +2018,46000.0,South Dakota,46061.0,Hanson County,56669.0,MISO +2018,46000.0,South Dakota,46063.0,Harding County,56669.0,MISO +2018,46000.0,South Dakota,46067.0,Hutchinson County,56669.0,MISO +2018,46000.0,South Dakota,46077.0,Kingsbury County,56669.0,MISO +2018,46000.0,South Dakota,46079.0,Lake County,56669.0,MISO +2018,46000.0,South Dakota,46083.0,Lincoln County,56669.0,MISO +2018,46000.0,South Dakota,46087.0,McCook County,56669.0,MISO +2018,46000.0,South Dakota,46089.0,McPherson County,56669.0,MISO +2018,46000.0,South Dakota,46091.0,Marshall County,56669.0,MISO +2018,46000.0,South Dakota,46097.0,Miner County,56669.0,MISO +2018,46000.0,South Dakota,46099.0,Minnehaha County,56669.0,MISO +2018,46000.0,South Dakota,46101.0,Moody County,56669.0,MISO +2018,46000.0,South Dakota,46105.0,Perkins County,56669.0,MISO +2018,46000.0,South Dakota,46107.0,Potter County,56669.0,MISO +2018,46000.0,South Dakota,46109.0,Roberts County,56669.0,MISO +2018,46000.0,South Dakota,46111.0,Sanborn County,56669.0,MISO +2018,46000.0,South Dakota,46125.0,Turner County,56669.0,MISO +2018,46000.0,South Dakota,46127.0,Union County,56669.0,MISO +2018,46000.0,South Dakota,46129.0,Walworth County,56669.0,MISO +2018,47000.0,Tennessee,47167.0,Tipton County,56669.0,MISO +2018,48000.0,Texas,48005.0,Angelina County,56669.0,MISO +2018,48000.0,Texas,48037.0,Bowie County,56669.0,MISO +2018,48000.0,Texas,48041.0,Brazos County,56669.0,MISO +2018,48000.0,Texas,48051.0,Burleson County,56669.0,MISO +2018,48000.0,Texas,48071.0,Chambers County,56669.0,MISO +2018,48000.0,Texas,48145.0,Falls County,56669.0,MISO +2018,48000.0,Texas,48167.0,Galveston County,56669.0,MISO +2018,48000.0,Texas,48185.0,Grimes County,56669.0,MISO +2018,48000.0,Texas,48199.0,Hardin County,56669.0,MISO +2018,48000.0,Texas,48201.0,Harris County,56669.0,MISO +2018,48000.0,Texas,48225.0,Houston County,56669.0,MISO +2018,48000.0,Texas,48241.0,Jasper County,56669.0,MISO +2018,48000.0,Texas,48245.0,Jefferson County,56669.0,MISO +2018,48000.0,Texas,48289.0,Leon County,56669.0,MISO +2018,48000.0,Texas,48291.0,Liberty County,56669.0,MISO +2018,48000.0,Texas,48293.0,Limestone County,56669.0,MISO +2018,48000.0,Texas,48313.0,Madison County,56669.0,MISO +2018,48000.0,Texas,48331.0,Milam County,56669.0,MISO +2018,48000.0,Texas,48339.0,Montgomery County,56669.0,MISO +2018,48000.0,Texas,48347.0,Nacogdoches County,56669.0,MISO +2018,48000.0,Texas,48351.0,Newton County,56669.0,MISO +2018,48000.0,Texas,48361.0,Orange County,56669.0,MISO +2018,48000.0,Texas,48365.0,Panola County,56669.0,MISO +2018,48000.0,Texas,48373.0,Polk County,56669.0,MISO +2018,48000.0,Texas,48395.0,Robertson County,56669.0,MISO +2018,48000.0,Texas,48401.0,Rusk County,56669.0,MISO +2018,48000.0,Texas,48403.0,Sabine County,56669.0,MISO +2018,48000.0,Texas,48405.0,San Augustine County,56669.0,MISO +2018,48000.0,Texas,48407.0,San Jacinto County,56669.0,MISO +2018,48000.0,Texas,48419.0,Shelby County,56669.0,MISO +2018,48000.0,Texas,48455.0,Trinity County,56669.0,MISO +2018,48000.0,Texas,48457.0,Tyler County,56669.0,MISO +2018,48000.0,Texas,48471.0,Walker County,56669.0,MISO +2018,48000.0,Texas,48473.0,Waller County,56669.0,MISO +2018,48000.0,Texas,48477.0,Washington County,56669.0,MISO +2018,55000.0,Wisconsin,55001.0,Adams County,56669.0,MISO +2018,55000.0,Wisconsin,55003.0,Ashland County,56669.0,MISO +2018,55000.0,Wisconsin,55005.0,Barron County,56669.0,MISO +2018,55000.0,Wisconsin,55007.0,Bayfield County,56669.0,MISO +2018,55000.0,Wisconsin,55009.0,Brown County,56669.0,MISO +2018,55000.0,Wisconsin,55011.0,Buffalo County,56669.0,MISO +2018,55000.0,Wisconsin,55013.0,Burnett County,56669.0,MISO +2018,55000.0,Wisconsin,55015.0,Calumet County,56669.0,MISO +2018,55000.0,Wisconsin,55017.0,Chippewa County,56669.0,MISO +2018,55000.0,Wisconsin,55019.0,Clark County,56669.0,MISO +2018,55000.0,Wisconsin,55021.0,Columbia County,56669.0,MISO +2018,55000.0,Wisconsin,55023.0,Crawford County,56669.0,MISO +2018,55000.0,Wisconsin,55025.0,Dane County,56669.0,MISO +2018,55000.0,Wisconsin,55027.0,Dodge County,56669.0,MISO +2018,55000.0,Wisconsin,55029.0,Door County,56669.0,MISO +2018,55000.0,Wisconsin,55031.0,Douglas County,56669.0,MISO +2018,55000.0,Wisconsin,55033.0,Dunn County,56669.0,MISO +2018,55000.0,Wisconsin,55035.0,Eau Claire County,56669.0,MISO +2018,55000.0,Wisconsin,55037.0,Florence County,56669.0,MISO +2018,55000.0,Wisconsin,55039.0,Fond du Lac County,56669.0,MISO +2018,55000.0,Wisconsin,55041.0,Forest County,56669.0,MISO +2018,55000.0,Wisconsin,55043.0,Grant County,56669.0,MISO +2018,55000.0,Wisconsin,55045.0,Green County,56669.0,MISO +2018,55000.0,Wisconsin,55047.0,Green Lake County,56669.0,MISO +2018,55000.0,Wisconsin,55049.0,Iowa County,56669.0,MISO +2018,55000.0,Wisconsin,55051.0,Iron County,56669.0,MISO +2018,55000.0,Wisconsin,55053.0,Jackson County,56669.0,MISO +2018,55000.0,Wisconsin,55055.0,Jefferson County,56669.0,MISO +2018,55000.0,Wisconsin,55057.0,Juneau County,56669.0,MISO +2018,55000.0,Wisconsin,55059.0,Kenosha County,56669.0,MISO +2018,55000.0,Wisconsin,55061.0,Kewaunee County,56669.0,MISO +2018,55000.0,Wisconsin,55063.0,La Crosse County,56669.0,MISO +2018,55000.0,Wisconsin,55065.0,Lafayette County,56669.0,MISO +2018,55000.0,Wisconsin,55067.0,Langlade County,56669.0,MISO +2018,55000.0,Wisconsin,55069.0,Lincoln County,56669.0,MISO +2018,55000.0,Wisconsin,55071.0,Manitowoc County,56669.0,MISO +2018,55000.0,Wisconsin,55073.0,Marathon County,56669.0,MISO +2018,55000.0,Wisconsin,55075.0,Marinette County,56669.0,MISO +2018,55000.0,Wisconsin,55077.0,Marquette County,56669.0,MISO +2018,55000.0,Wisconsin,55078.0,Menominee County,56669.0,MISO +2018,55000.0,Wisconsin,55079.0,Milwaukee County,56669.0,MISO +2018,55000.0,Wisconsin,55081.0,Monroe County,56669.0,MISO +2018,55000.0,Wisconsin,55083.0,Oconto County,56669.0,MISO +2018,55000.0,Wisconsin,55085.0,Oneida County,56669.0,MISO +2018,55000.0,Wisconsin,55087.0,Outagamie County,56669.0,MISO +2018,55000.0,Wisconsin,55089.0,Ozaukee County,56669.0,MISO +2018,55000.0,Wisconsin,55091.0,Pepin County,56669.0,MISO +2018,55000.0,Wisconsin,55093.0,Pierce County,56669.0,MISO +2018,55000.0,Wisconsin,55095.0,Polk County,56669.0,MISO +2018,55000.0,Wisconsin,55097.0,Portage County,56669.0,MISO +2018,55000.0,Wisconsin,55099.0,Price County,56669.0,MISO +2018,55000.0,Wisconsin,55101.0,Racine County,56669.0,MISO +2018,55000.0,Wisconsin,55103.0,Richland County,56669.0,MISO +2018,55000.0,Wisconsin,55105.0,Rock County,56669.0,MISO +2018,55000.0,Wisconsin,55107.0,Rusk County,56669.0,MISO +2018,55000.0,Wisconsin,55109.0,St. Croix County,56669.0,MISO +2018,55000.0,Wisconsin,55111.0,Sauk County,56669.0,MISO +2018,55000.0,Wisconsin,55113.0,Sawyer County,56669.0,MISO +2018,55000.0,Wisconsin,55115.0,Shawano County,56669.0,MISO +2018,55000.0,Wisconsin,55117.0,Sheboygan County,56669.0,MISO +2018,55000.0,Wisconsin,55119.0,Taylor County,56669.0,MISO +2018,55000.0,Wisconsin,55121.0,Trempealeau County,56669.0,MISO +2018,55000.0,Wisconsin,55123.0,Vernon County,56669.0,MISO +2018,55000.0,Wisconsin,55125.0,Vilas County,56669.0,MISO +2018,55000.0,Wisconsin,55127.0,Walworth County,56669.0,MISO +2018,55000.0,Wisconsin,55129.0,Washburn County,56669.0,MISO +2018,55000.0,Wisconsin,55131.0,Washington County,56669.0,MISO +2018,55000.0,Wisconsin,55133.0,Waukesha County,56669.0,MISO +2018,55000.0,Wisconsin,55135.0,Waupaca County,56669.0,MISO +2018,55000.0,Wisconsin,55137.0,Waushara County,56669.0,MISO +2018,55000.0,Wisconsin,55139.0,Winnebago County,56669.0,MISO +2018,55000.0,Wisconsin,55141.0,Wood County,56669.0,MISO +2018,56000.0,Wyoming,56019.0,Johnson County,56669.0,MISO +2018,56000.0,Wyoming,56033.0,Sheridan County,56669.0,MISO +2018,4000.0,Arizona,4001.0,Apache County,59504.0,SWPP +2018,4000.0,Arizona,4003.0,Cochise County ,59504.0,SWPP +2018,4000.0,Arizona,4005.0,Coconino County,59504.0,SWPP +2018,4000.0,Arizona,4007.0,Gila County,59504.0,SWPP +2018,4000.0,Arizona,4012.0,La Paz County,59504.0,SWPP +2018,4000.0,Arizona,4013.0,Maricopa County,59504.0,SWPP +2018,4000.0,Arizona,4015.0,Mohave County,59504.0,SWPP +2018,4000.0,Arizona,4017.0,Navajo County,59504.0,SWPP +2018,4000.0,Arizona,4019.0,Pima County,59504.0,SWPP +2018,4000.0,Arizona,4021.0,Pinal County,59504.0,SWPP +2018,4000.0,Arizona,4025.0,Yavapai County,59504.0,SWPP +2018,4000.0,Arizona,4027.0,Yuma County,59504.0,SWPP +2018,5000.0,Arkansas,5007.0,Benton County,59504.0,SWPP +2018,5000.0,Arkansas,5009.0,Boone County,59504.0,SWPP +2018,5000.0,Arkansas,5015.0,Carroll County,59504.0,SWPP +2018,5000.0,Arkansas,5033.0,Crawford County,59504.0,SWPP +2018,5000.0,Arkansas,5047.0,Franklin County,59504.0,SWPP +2018,5000.0,Arkansas,5057.0,Hempstead County,59504.0,SWPP +2018,5000.0,Arkansas,5061.0,Howard County,59504.0,SWPP +2018,5000.0,Arkansas,5071.0,Johnson County,59504.0,SWPP +2018,5000.0,Arkansas,5073.0,Lafayette County,59504.0,SWPP +2018,5000.0,Arkansas,5081.0,Little River County,59504.0,SWPP +2018,5000.0,Arkansas,5083.0,Logan County,59504.0,SWPP +2018,5000.0,Arkansas,5087.0,Madison County,59504.0,SWPP +2018,5000.0,Arkansas,5091.0,Miller County,59504.0,SWPP +2018,5000.0,Arkansas,5101.0,Newton County,59504.0,SWPP +2018,5000.0,Arkansas,5109.0,Pike County,59504.0,SWPP +2018,5000.0,Arkansas,5113.0,Polk County,59504.0,SWPP +2018,5000.0,Arkansas,5115.0,Pope County,59504.0,SWPP +2018,5000.0,Arkansas,5127.0,Scott County,59504.0,SWPP +2018,5000.0,Arkansas,5131.0,Sebastian County,59504.0,SWPP +2018,5000.0,Arkansas,5133.0,Sevier County,59504.0,SWPP +2018,5000.0,Arkansas,5143.0,Washington County,59504.0,SWPP +2018,5000.0,Arkansas,5149.0,Yell County,59504.0,SWPP +2018,6000.0,California,6001.0,Alameda County,59504.0,SWPP +2018,6000.0,California,6007.0,Butte County,59504.0,SWPP +2018,6000.0,California,6009.0,Calaveras County,59504.0,SWPP +2018,6000.0,California,6011.0,Colusa County,59504.0,SWPP +2018,6000.0,California,6013.0,Contra Costa County,59504.0,SWPP +2018,6000.0,California,6019.0,Fresno County,59504.0,SWPP +2018,6000.0,California,6021.0,Glenn County,59504.0,SWPP +2018,6000.0,California,6025.0,Imperial County,59504.0,SWPP +2018,6000.0,California,6035.0,Lassen County,59504.0,SWPP +2018,6000.0,California,6039.0,Madera County,59504.0,SWPP +2018,6000.0,California,6047.0,Merced County,59504.0,SWPP +2018,6000.0,California,6049.0,Modoc County,59504.0,SWPP +2018,6000.0,California,6061.0,Placer County,59504.0,SWPP +2018,6000.0,California,6065.0,Riverside County,59504.0,SWPP +2018,6000.0,California,6067.0,Sacramento County,59504.0,SWPP +2018,6000.0,California,6071.0,San Bernardino County,59504.0,SWPP +2018,6000.0,California,6077.0,San Joaquin County,59504.0,SWPP +2018,6000.0,California,6085.0,Santa Clara County,59504.0,SWPP +2018,6000.0,California,6089.0,Shasta County,59504.0,SWPP +2018,6000.0,California,6093.0,Siskiyou County,59504.0,SWPP +2018,6000.0,California,6101.0,Sutter County,59504.0,SWPP +2018,6000.0,California,6103.0,Tehama County,59504.0,SWPP +2018,6000.0,California,6105.0,Trinity County,59504.0,SWPP +2018,6000.0,California,6109.0,Tuolumne County,59504.0,SWPP +2018,6000.0,California,6115.0,Yuba County,59504.0,SWPP +2018,8000.0,Colorado,8009.0,Baca County,59504.0,SWPP +2018,8000.0,Colorado,8013.0,Boulder County,59504.0,SWPP +2018,8000.0,Colorado,8014.0,Broomfield County,59504.0,SWPP +2018,8000.0,Colorado,8015.0,Chaffee County,59504.0,SWPP +2018,8000.0,Colorado,8017.0,Cheyenne County,59504.0,SWPP +2018,8000.0,Colorado,8019.0,Clear Creek County,59504.0,SWPP +2018,8000.0,Colorado,8027.0,Custer County,59504.0,SWPP +2018,8000.0,Colorado,8029.0,Delta County,59504.0,SWPP +2018,8000.0,Colorado,8033.0,Dolores County,59504.0,SWPP +2018,8000.0,Colorado,8041.0,El Paso County,59504.0,SWPP +2018,8000.0,Colorado,8043.0,Fremont County,59504.0,SWPP +2018,8000.0,Colorado,8045.0,Garfield County,59504.0,SWPP +2018,8000.0,Colorado,8049.0,Grand County,59504.0,SWPP +2018,8000.0,Colorado,8051.0,Gunnison County,59504.0,SWPP +2018,8000.0,Colorado,8057.0,Jackson County,59504.0,SWPP +2018,8000.0,Colorado,8059.0,Jefferson County,59504.0,SWPP +2018,8000.0,Colorado,8061.0,Kiowa County,59504.0,SWPP +2018,8000.0,Colorado,8065.0,Lake County,59504.0,SWPP +2018,8000.0,Colorado,8067.0,La Plata County,59504.0,SWPP +2018,8000.0,Colorado,8069.0,Larimer County,59504.0,SWPP +2018,8000.0,Colorado,8073.0,Lincoln County,59504.0,SWPP +2018,8000.0,Colorado,8075.0,Logan County,59504.0,SWPP +2018,8000.0,Colorado,8077.0,Mesa County,59504.0,SWPP +2018,8000.0,Colorado,8081.0,Moffat County,59504.0,SWPP +2018,8000.0,Colorado,8083.0,Montezuma County,59504.0,SWPP +2018,8000.0,Colorado,8085.0,Montrose County,59504.0,SWPP +2018,8000.0,Colorado,8087.0,Morgan County,59504.0,SWPP +2018,8000.0,Colorado,8091.0,Ouray County,59504.0,SWPP +2018,8000.0,Colorado,8095.0,Phillips County,59504.0,SWPP +2018,8000.0,Colorado,8099.0,Prowers County,59504.0,SWPP +2018,8000.0,Colorado,8101.0,Pueblo County,59504.0,SWPP +2018,8000.0,Colorado,8103.0,Rio Blanco County,59504.0,SWPP +2018,8000.0,Colorado,8107.0,Routt County,59504.0,SWPP +2018,8000.0,Colorado,8109.0,Saguache County,59504.0,SWPP +2018,8000.0,Colorado,8113.0,San Miguel County,59504.0,SWPP +2018,8000.0,Colorado,8115.0,Sedgwick County,59504.0,SWPP +2018,8000.0,Colorado,8117.0,Summit County,59504.0,SWPP +2018,8000.0,Colorado,8121.0,Washington County,59504.0,SWPP +2018,8000.0,Colorado,8123.0,Weld County,59504.0,SWPP +2018,8000.0,Colorado,8125.0,Yuma County,59504.0,SWPP +2018,19000.0,Iowa,19001.0,Adair County,59504.0,SWPP +2018,19000.0,Iowa,19009.0,Audubon County,59504.0,SWPP +2018,19000.0,Iowa,19017.0,Bremer County,59504.0,SWPP +2018,19000.0,Iowa,19021.0,Buena Vista County,59504.0,SWPP +2018,19000.0,Iowa,19023.0,Butler County,59504.0,SWPP +2018,19000.0,Iowa,19027.0,Carroll County,59504.0,SWPP +2018,19000.0,Iowa,19029.0,Cass County,59504.0,SWPP +2018,19000.0,Iowa,19033.0,Cerro Gordo County,59504.0,SWPP +2018,19000.0,Iowa,19035.0,Cherokee County,59504.0,SWPP +2018,19000.0,Iowa,19037.0,Chickasaw County,59504.0,SWPP +2018,19000.0,Iowa,19041.0,Clay County,59504.0,SWPP +2018,19000.0,Iowa,19047.0,Crawford County,59504.0,SWPP +2018,19000.0,Iowa,19059.0,Dickinson County,59504.0,SWPP +2018,19000.0,Iowa,19063.0,Emmet County,59504.0,SWPP +2018,19000.0,Iowa,19065.0,Fayette County,59504.0,SWPP +2018,19000.0,Iowa,19067.0,Floyd County,59504.0,SWPP +2018,19000.0,Iowa,19069.0,Franklin County,59504.0,SWPP +2018,19000.0,Iowa,19079.0,Hamilton County,59504.0,SWPP +2018,19000.0,Iowa,19081.0,Hancock County,59504.0,SWPP +2018,19000.0,Iowa,19083.0,Hardin County,59504.0,SWPP +2018,19000.0,Iowa,19085.0,Harrison County,59504.0,SWPP +2018,19000.0,Iowa,19091.0,Humboldt County,59504.0,SWPP +2018,19000.0,Iowa,19093.0,Ida County,59504.0,SWPP +2018,19000.0,Iowa,19109.0,Kossuth County,59504.0,SWPP +2018,19000.0,Iowa,19119.0,Lyon County,59504.0,SWPP +2018,19000.0,Iowa,19133.0,Monona County,59504.0,SWPP +2018,19000.0,Iowa,19141.0,O'Brien County,59504.0,SWPP +2018,19000.0,Iowa,19143.0,Osceola County,59504.0,SWPP +2018,19000.0,Iowa,19147.0,Palo Alto County,59504.0,SWPP +2018,19000.0,Iowa,19149.0,Plymouth County,59504.0,SWPP +2018,19000.0,Iowa,19151.0,Pocahontas County,59504.0,SWPP +2018,19000.0,Iowa,19155.0,Pottawattamie County,59504.0,SWPP +2018,19000.0,Iowa,19159.0,Ringgold County,59504.0,SWPP +2018,19000.0,Iowa,19161.0,Sac County,59504.0,SWPP +2018,19000.0,Iowa,19165.0,Shelby County,59504.0,SWPP +2018,19000.0,Iowa,19167.0,Sioux County,59504.0,SWPP +2018,19000.0,Iowa,19173.0,Taylor County,59504.0,SWPP +2018,19000.0,Iowa,19175.0,Union County,59504.0,SWPP +2018,19000.0,Iowa,19187.0,Webster County,59504.0,SWPP +2018,19000.0,Iowa,19189.0,Winnebago County,59504.0,SWPP +2018,19000.0,Iowa,19193.0,Woodbury County,59504.0,SWPP +2018,19000.0,Iowa,19195.0,Worth County,59504.0,SWPP +2018,19000.0,Iowa,19197.0,Wright County,59504.0,SWPP +2018,20000.0,Kansas,20001.0,Allen County,59504.0,SWPP +2018,20000.0,Kansas,20003.0,Anderson County,59504.0,SWPP +2018,20000.0,Kansas,20005.0,Atchison County,59504.0,SWPP +2018,20000.0,Kansas,20007.0,Barber County,59504.0,SWPP +2018,20000.0,Kansas,20009.0,Barton County,59504.0,SWPP +2018,20000.0,Kansas,20011.0,Bourbon County,59504.0,SWPP +2018,20000.0,Kansas,20013.0,Brown County,59504.0,SWPP +2018,20000.0,Kansas,20015.0,Butler County,59504.0,SWPP +2018,20000.0,Kansas,20017.0,Chase County,59504.0,SWPP +2018,20000.0,Kansas,20019.0,Chautauqua County,59504.0,SWPP +2018,20000.0,Kansas,20021.0,Cherokee County,59504.0,SWPP +2018,20000.0,Kansas,20023.0,Cheyenne County,59504.0,SWPP +2018,20000.0,Kansas,20025.0,Clark County,59504.0,SWPP +2018,20000.0,Kansas,20027.0,Clay County,59504.0,SWPP +2018,20000.0,Kansas,20029.0,Cloud County,59504.0,SWPP +2018,20000.0,Kansas,20031.0,Coffey County,59504.0,SWPP +2018,20000.0,Kansas,20033.0,Comanche County,59504.0,SWPP +2018,20000.0,Kansas,20035.0,Cowley County,59504.0,SWPP +2018,20000.0,Kansas,20037.0,Crawford County,59504.0,SWPP +2018,20000.0,Kansas,20039.0,Decatur County,59504.0,SWPP +2018,20000.0,Kansas,20041.0,Dickinson County,59504.0,SWPP +2018,20000.0,Kansas,20043.0,Doniphan County,59504.0,SWPP +2018,20000.0,Kansas,20045.0,Douglas County,59504.0,SWPP +2018,20000.0,Kansas,20047.0,Edwards County,59504.0,SWPP +2018,20000.0,Kansas,20049.0,Elk County,59504.0,SWPP +2018,20000.0,Kansas,20051.0,Ellis County,59504.0,SWPP +2018,20000.0,Kansas,20053.0,Ellsworth County,59504.0,SWPP +2018,20000.0,Kansas,20055.0,Finney County,59504.0,SWPP +2018,20000.0,Kansas,20057.0,Ford County,59504.0,SWPP +2018,20000.0,Kansas,20059.0,Franklin County,59504.0,SWPP +2018,20000.0,Kansas,20061.0,Geary County,59504.0,SWPP +2018,20000.0,Kansas,20063.0,Gove County,59504.0,SWPP +2018,20000.0,Kansas,20065.0,Graham County,59504.0,SWPP +2018,20000.0,Kansas,20067.0,Grant County,59504.0,SWPP +2018,20000.0,Kansas,20069.0,Gray County,59504.0,SWPP +2018,20000.0,Kansas,20071.0,Greeley County,59504.0,SWPP +2018,20000.0,Kansas,20073.0,Greenwood County,59504.0,SWPP +2018,20000.0,Kansas,20075.0,Hamilton County,59504.0,SWPP +2018,20000.0,Kansas,20077.0,Harper County,59504.0,SWPP +2018,20000.0,Kansas,20079.0,Harvey County,59504.0,SWPP +2018,20000.0,Kansas,20081.0,Haskell County,59504.0,SWPP +2018,20000.0,Kansas,20083.0,Hodgeman County,59504.0,SWPP +2018,20000.0,Kansas,20085.0,Jackson County,59504.0,SWPP +2018,20000.0,Kansas,20087.0,Jefferson County,59504.0,SWPP +2018,20000.0,Kansas,20089.0,Jewell County,59504.0,SWPP +2018,20000.0,Kansas,20091.0,Johnson County,59504.0,SWPP +2018,20000.0,Kansas,20093.0,Kearny County,59504.0,SWPP +2018,20000.0,Kansas,20095.0,Kingman County,59504.0,SWPP +2018,20000.0,Kansas,20097.0,Kiowa County,59504.0,SWPP +2018,20000.0,Kansas,20099.0,Labette County,59504.0,SWPP +2018,20000.0,Kansas,20101.0,Lane County,59504.0,SWPP +2018,20000.0,Kansas,20103.0,Leavenworth County,59504.0,SWPP +2018,20000.0,Kansas,20105.0,Lincoln County,59504.0,SWPP +2018,20000.0,Kansas,20107.0,Linn County,59504.0,SWPP +2018,20000.0,Kansas,20109.0,Logan County,59504.0,SWPP +2018,20000.0,Kansas,20111.0,Lyon County,59504.0,SWPP +2018,20000.0,Kansas,20113.0,McPherson County,59504.0,SWPP +2018,20000.0,Kansas,20115.0,Marion County,59504.0,SWPP +2018,20000.0,Kansas,20117.0,Marshall County,59504.0,SWPP +2018,20000.0,Kansas,20119.0,Meade County,59504.0,SWPP +2018,20000.0,Kansas,20121.0,Miami County,59504.0,SWPP +2018,20000.0,Kansas,20123.0,Mitchell County,59504.0,SWPP +2018,20000.0,Kansas,20125.0,Montgomery County,59504.0,SWPP +2018,20000.0,Kansas,20127.0,Morris County,59504.0,SWPP +2018,20000.0,Kansas,20129.0,Morton County,59504.0,SWPP +2018,20000.0,Kansas,20131.0,Nemaha County,59504.0,SWPP +2018,20000.0,Kansas,20133.0,Neosho County,59504.0,SWPP +2018,20000.0,Kansas,20135.0,Ness County,59504.0,SWPP +2018,20000.0,Kansas,20137.0,Norton County,59504.0,SWPP +2018,20000.0,Kansas,20139.0,Osage County,59504.0,SWPP +2018,20000.0,Kansas,20141.0,Osborne County,59504.0,SWPP +2018,20000.0,Kansas,20143.0,Ottawa County,59504.0,SWPP +2018,20000.0,Kansas,20145.0,Pawnee County,59504.0,SWPP +2018,20000.0,Kansas,20147.0,Phillips County,59504.0,SWPP +2018,20000.0,Kansas,20149.0,Pottawatomie County,59504.0,SWPP +2018,20000.0,Kansas,20151.0,Pratt County,59504.0,SWPP +2018,20000.0,Kansas,20153.0,Rawlins County,59504.0,SWPP +2018,20000.0,Kansas,20155.0,Reno County,59504.0,SWPP +2018,20000.0,Kansas,20157.0,Republic County,59504.0,SWPP +2018,20000.0,Kansas,20159.0,Rice County,59504.0,SWPP +2018,20000.0,Kansas,20161.0,Riley County,59504.0,SWPP +2018,20000.0,Kansas,20163.0,Rooks County,59504.0,SWPP +2018,20000.0,Kansas,20165.0,Rush County,59504.0,SWPP +2018,20000.0,Kansas,20167.0,Russell County,59504.0,SWPP +2018,20000.0,Kansas,20169.0,Saline County,59504.0,SWPP +2018,20000.0,Kansas,20171.0,Scott County,59504.0,SWPP +2018,20000.0,Kansas,20173.0,Sedgwick County,59504.0,SWPP +2018,20000.0,Kansas,20175.0,Seward County,59504.0,SWPP +2018,20000.0,Kansas,20177.0,Shawnee County,59504.0,SWPP +2018,20000.0,Kansas,20179.0,Sheridan County,59504.0,SWPP +2018,20000.0,Kansas,20181.0,Sherman County,59504.0,SWPP +2018,20000.0,Kansas,20183.0,Smith County,59504.0,SWPP +2018,20000.0,Kansas,20185.0,Stafford County,59504.0,SWPP +2018,20000.0,Kansas,20187.0,Stanton County,59504.0,SWPP +2018,20000.0,Kansas,20189.0,Stevens County,59504.0,SWPP +2018,20000.0,Kansas,20191.0,Sumner County,59504.0,SWPP +2018,20000.0,Kansas,20193.0,Thomas County,59504.0,SWPP +2018,20000.0,Kansas,20195.0,Trego County,59504.0,SWPP +2018,20000.0,Kansas,20197.0,Wabaunsee County,59504.0,SWPP +2018,20000.0,Kansas,20199.0,Wallace County,59504.0,SWPP +2018,20000.0,Kansas,20201.0,Washington County,59504.0,SWPP +2018,20000.0,Kansas,20203.0,Wichita County,59504.0,SWPP +2018,20000.0,Kansas,20205.0,Wilson County,59504.0,SWPP +2018,20000.0,Kansas,20207.0,Woodson County,59504.0,SWPP +2018,20000.0,Kansas,20209.0,Wyandotte County,59504.0,SWPP +2018,22000.0,Louisiana,22013.0,Bienville Parish,59504.0,SWPP +2018,22000.0,Louisiana,22015.0,Bossier Parish,59504.0,SWPP +2018,22000.0,Louisiana,22017.0,Caddo Parish,59504.0,SWPP +2018,22000.0,Louisiana,22031.0,De Soto Parish,59504.0,SWPP +2018,22000.0,Louisiana,22043.0,Grant Parish,59504.0,SWPP +2018,22000.0,Louisiana,22069.0,Natchitoches Parish,59504.0,SWPP +2018,22000.0,Louisiana,22081.0,Red River Parish,59504.0,SWPP +2018,22000.0,Louisiana,22085.0,Sabine Parish,59504.0,SWPP +2018,22000.0,Louisiana,22115.0,Vernon Parish,59504.0,SWPP +2018,22000.0,Louisiana,22119.0,Webster Parish,59504.0,SWPP +2018,22000.0,Louisiana,22127.0,Winn Parish,59504.0,SWPP +2018,27000.0,Minnesota,27011.0,Big Stone County,59504.0,SWPP +2018,27000.0,Minnesota,27023.0,Chippewa County,59504.0,SWPP +2018,27000.0,Minnesota,27027.0,Clay County,59504.0,SWPP +2018,27000.0,Minnesota,27051.0,Grant County,59504.0,SWPP +2018,27000.0,Minnesota,27073.0,Lac Qui Parle County,59504.0,SWPP +2018,27000.0,Minnesota,27081.0,Lincoln County,59504.0,SWPP +2018,27000.0,Minnesota,27083.0,Lyon County,59504.0,SWPP +2018,27000.0,Minnesota,27101.0,Murray County,59504.0,SWPP +2018,27000.0,Minnesota,27105.0,Nobles County,59504.0,SWPP +2018,27000.0,Minnesota,27111.0,Otter Tail County,59504.0,SWPP +2018,27000.0,Minnesota,27117.0,Pipestone County,59504.0,SWPP +2018,27000.0,Minnesota,27119.0,Polk County,59504.0,SWPP +2018,27000.0,Minnesota,27133.0,Rock County,59504.0,SWPP +2018,27000.0,Minnesota,27149.0,Stevens County,59504.0,SWPP +2018,27000.0,Minnesota,27151.0,Swift County,59504.0,SWPP +2018,27000.0,Minnesota,27155.0,Traverse County,59504.0,SWPP +2018,27000.0,Minnesota,27167.0,Wilkin County,59504.0,SWPP +2018,27000.0,Minnesota,27173.0,Yellow Medicine County,59504.0,SWPP +2018,29000.0,Missouri,29003.0,Andrew County,59504.0,SWPP +2018,29000.0,Missouri,29005.0,Atchison County,59504.0,SWPP +2018,29000.0,Missouri,29009.0,Barry County,59504.0,SWPP +2018,29000.0,Missouri,29011.0,Barton County,59504.0,SWPP +2018,29000.0,Missouri,29013.0,Bates County,59504.0,SWPP +2018,29000.0,Missouri,29015.0,Benton County,59504.0,SWPP +2018,29000.0,Missouri,29021.0,Buchanan County,59504.0,SWPP +2018,29000.0,Missouri,29033.0,Carroll County,59504.0,SWPP +2018,29000.0,Missouri,29037.0,Cass County,59504.0,SWPP +2018,29000.0,Missouri,29039.0,Cedar County,59504.0,SWPP +2018,29000.0,Missouri,29041.0,Chariton County,59504.0,SWPP +2018,29000.0,Missouri,29043.0,Christian County,59504.0,SWPP +2018,29000.0,Missouri,29047.0,Clay County,59504.0,SWPP +2018,29000.0,Missouri,29049.0,Clinton County,59504.0,SWPP +2018,29000.0,Missouri,29057.0,Dade County,59504.0,SWPP +2018,29000.0,Missouri,29059.0,Dallas County,59504.0,SWPP +2018,29000.0,Missouri,29061.0,Daviess County,59504.0,SWPP +2018,29000.0,Missouri,29063.0,DeKalb County,59504.0,SWPP +2018,29000.0,Missouri,29069.0,Dunklin County,59504.0,SWPP +2018,29000.0,Missouri,29075.0,Gentry County,59504.0,SWPP +2018,29000.0,Missouri,29077.0,Greene County,59504.0,SWPP +2018,29000.0,Missouri,29079.0,Grundy County,59504.0,SWPP +2018,29000.0,Missouri,29081.0,Harrison County,59504.0,SWPP +2018,29000.0,Missouri,29083.0,Henry County,59504.0,SWPP +2018,29000.0,Missouri,29085.0,Hickory County,59504.0,SWPP +2018,29000.0,Missouri,29087.0,Holt County,59504.0,SWPP +2018,29000.0,Missouri,29089.0,Howard County,59504.0,SWPP +2018,29000.0,Missouri,29091.0,Howell County,59504.0,SWPP +2018,29000.0,Missouri,29095.0,Jackson County,59504.0,SWPP +2018,29000.0,Missouri,29097.0,Jasper County,59504.0,SWPP +2018,29000.0,Missouri,29101.0,Johnson County,59504.0,SWPP +2018,29000.0,Missouri,29107.0,Lafayette County,59504.0,SWPP +2018,29000.0,Missouri,29109.0,Lawrence County,59504.0,SWPP +2018,29000.0,Missouri,29117.0,Livingston County,59504.0,SWPP +2018,29000.0,Missouri,29119.0,McDonald County,59504.0,SWPP +2018,29000.0,Missouri,29129.0,Mercer County,59504.0,SWPP +2018,29000.0,Missouri,29145.0,Newton County,59504.0,SWPP +2018,29000.0,Missouri,29147.0,Nodaway County,59504.0,SWPP +2018,29000.0,Missouri,29159.0,Pettis County,59504.0,SWPP +2018,29000.0,Missouri,29165.0,Platte County,59504.0,SWPP +2018,29000.0,Missouri,29167.0,Polk County,59504.0,SWPP +2018,29000.0,Missouri,29175.0,Randolph County,59504.0,SWPP +2018,29000.0,Missouri,29177.0,Ray County,59504.0,SWPP +2018,29000.0,Missouri,29185.0,St. Clair County,59504.0,SWPP +2018,29000.0,Missouri,29195.0,Saline County,59504.0,SWPP +2018,29000.0,Missouri,29209.0,Stone County,59504.0,SWPP +2018,29000.0,Missouri,29213.0,Taney County,59504.0,SWPP +2018,29000.0,Missouri,29217.0,Vernon County,59504.0,SWPP +2018,29000.0,Missouri,29227.0,Worth County,59504.0,SWPP +2018,30000.0,Montana,30003.0,Big Horn County,59504.0,SWPP +2018,30000.0,Montana,30005.0,Blaine County,59504.0,SWPP +2018,30000.0,Montana,30009.0,Carbon County,59504.0,SWPP +2018,30000.0,Montana,30011.0,Carter County,59504.0,SWPP +2018,30000.0,Montana,30013.0,Cascade County,59504.0,SWPP +2018,30000.0,Montana,30015.0,Chouteau County,59504.0,SWPP +2018,30000.0,Montana,30017.0,Custer County,59504.0,SWPP +2018,30000.0,Montana,30019.0,Daniels County,59504.0,SWPP +2018,30000.0,Montana,30021.0,Dawson County,59504.0,SWPP +2018,30000.0,Montana,30025.0,Fallon County,59504.0,SWPP +2018,30000.0,Montana,30033.0,Garfield County,59504.0,SWPP +2018,30000.0,Montana,30041.0,Hill County,59504.0,SWPP +2018,30000.0,Montana,30049.0,Lewis and Clark County,59504.0,SWPP +2018,30000.0,Montana,30051.0,Liberty County,59504.0,SWPP +2018,30000.0,Montana,30055.0,McCone County,59504.0,SWPP +2018,30000.0,Montana,30071.0,Phillips County,59504.0,SWPP +2018,30000.0,Montana,30073.0,Pondera County,59504.0,SWPP +2018,30000.0,Montana,30079.0,Prairie County,59504.0,SWPP +2018,30000.0,Montana,30083.0,Richland County,59504.0,SWPP +2018,30000.0,Montana,30085.0,Roosevelt County,59504.0,SWPP +2018,30000.0,Montana,30087.0,Rosebud County,59504.0,SWPP +2018,30000.0,Montana,30091.0,Sheridan County,59504.0,SWPP +2018,30000.0,Montana,30099.0,Teton County,59504.0,SWPP +2018,30000.0,Montana,30101.0,Toole County,59504.0,SWPP +2018,30000.0,Montana,30103.0,Treasure County,59504.0,SWPP +2018,30000.0,Montana,30105.0,Valley County,59504.0,SWPP +2018,30000.0,Montana,30109.0,Wibaux County,59504.0,SWPP +2018,30000.0,Montana,30111.0,Yellowstone County,59504.0,SWPP +2018,31000.0,Nebraska,31001.0,Adams County,59504.0,SWPP +2018,31000.0,Nebraska,31003.0,Antelope County,59504.0,SWPP +2018,31000.0,Nebraska,31007.0,Banner County,59504.0,SWPP +2018,31000.0,Nebraska,31009.0,Blaine County,59504.0,SWPP +2018,31000.0,Nebraska,31011.0,Boone County,59504.0,SWPP +2018,31000.0,Nebraska,31013.0,Box Butte County,59504.0,SWPP +2018,31000.0,Nebraska,31015.0,Boyd County,59504.0,SWPP +2018,31000.0,Nebraska,31017.0,Brown County,59504.0,SWPP +2018,31000.0,Nebraska,31019.0,Buffalo County,59504.0,SWPP +2018,31000.0,Nebraska,31021.0,Burt County,59504.0,SWPP +2018,31000.0,Nebraska,31023.0,Butler County,59504.0,SWPP +2018,31000.0,Nebraska,31025.0,Cass County,59504.0,SWPP +2018,31000.0,Nebraska,31027.0,Cedar County,59504.0,SWPP +2018,31000.0,Nebraska,31029.0,Chase County,59504.0,SWPP +2018,31000.0,Nebraska,31031.0,Cherry County,59504.0,SWPP +2018,31000.0,Nebraska,31033.0,Cheyenne County,59504.0,SWPP +2018,31000.0,Nebraska,31035.0,Clay County,59504.0,SWPP +2018,31000.0,Nebraska,31037.0,Colfax County,59504.0,SWPP +2018,31000.0,Nebraska,31039.0,Cuming County,59504.0,SWPP +2018,31000.0,Nebraska,31041.0,Custer County,59504.0,SWPP +2018,31000.0,Nebraska,31043.0,Dakota County,59504.0,SWPP +2018,31000.0,Nebraska,31045.0,Dawes County,59504.0,SWPP +2018,31000.0,Nebraska,31047.0,Dawson County,59504.0,SWPP +2018,31000.0,Nebraska,31049.0,Deuel County,59504.0,SWPP +2018,31000.0,Nebraska,31051.0,Dixon County,59504.0,SWPP +2018,31000.0,Nebraska,31053.0,Dodge County,59504.0,SWPP +2018,31000.0,Nebraska,31055.0,Douglas County,59504.0,SWPP +2018,31000.0,Nebraska,31057.0,Dundy County,59504.0,SWPP +2018,31000.0,Nebraska,31059.0,Fillmore County,59504.0,SWPP +2018,31000.0,Nebraska,31061.0,Franklin County,59504.0,SWPP +2018,31000.0,Nebraska,31063.0,Frontier County,59504.0,SWPP +2018,31000.0,Nebraska,31065.0,Furnas County,59504.0,SWPP +2018,31000.0,Nebraska,31067.0,Gage County,59504.0,SWPP +2018,31000.0,Nebraska,31069.0,Garden County,59504.0,SWPP +2018,31000.0,Nebraska,31071.0,Garfield County,59504.0,SWPP +2018,31000.0,Nebraska,31073.0,Gosper County,59504.0,SWPP +2018,31000.0,Nebraska,31075.0,Grant County,59504.0,SWPP +2018,31000.0,Nebraska,31077.0,Greeley County,59504.0,SWPP +2018,31000.0,Nebraska,31079.0,Hall County,59504.0,SWPP +2018,31000.0,Nebraska,31081.0,Hamilton County,59504.0,SWPP +2018,31000.0,Nebraska,31083.0,Harlan County,59504.0,SWPP +2018,31000.0,Nebraska,31085.0,Hayes County,59504.0,SWPP +2018,31000.0,Nebraska,31087.0,Hitchcock County,59504.0,SWPP +2018,31000.0,Nebraska,31089.0,Holt County,59504.0,SWPP +2018,31000.0,Nebraska,31091.0,Hooker County,59504.0,SWPP +2018,31000.0,Nebraska,31093.0,Howard County,59504.0,SWPP +2018,31000.0,Nebraska,31095.0,Jefferson County,59504.0,SWPP +2018,31000.0,Nebraska,31097.0,Johnson County,59504.0,SWPP +2018,31000.0,Nebraska,31099.0,Kearney County,59504.0,SWPP +2018,31000.0,Nebraska,31101.0,Keith County,59504.0,SWPP +2018,31000.0,Nebraska,31103.0,Keya Paha County,59504.0,SWPP +2018,31000.0,Nebraska,31105.0,Kimball County,59504.0,SWPP +2018,31000.0,Nebraska,31107.0,Knox County,59504.0,SWPP +2018,31000.0,Nebraska,31109.0,Lancaster County,59504.0,SWPP +2018,31000.0,Nebraska,31111.0,Lincoln County,59504.0,SWPP +2018,31000.0,Nebraska,31113.0,Logan County,59504.0,SWPP +2018,31000.0,Nebraska,31115.0,Loup County,59504.0,SWPP +2018,31000.0,Nebraska,31117.0,McPherson County,59504.0,SWPP +2018,31000.0,Nebraska,31119.0,Madison County,59504.0,SWPP +2018,31000.0,Nebraska,31121.0,Merrick County,59504.0,SWPP +2018,31000.0,Nebraska,31123.0,Morrill County,59504.0,SWPP +2018,31000.0,Nebraska,31125.0,Nance County,59504.0,SWPP +2018,31000.0,Nebraska,31127.0,Nemaha County,59504.0,SWPP +2018,31000.0,Nebraska,31129.0,Nuckolls County,59504.0,SWPP +2018,31000.0,Nebraska,31131.0,Otoe County,59504.0,SWPP +2018,31000.0,Nebraska,31133.0,Pawnee County,59504.0,SWPP +2018,31000.0,Nebraska,31135.0,Perkins County,59504.0,SWPP +2018,31000.0,Nebraska,31137.0,Phelps County,59504.0,SWPP +2018,31000.0,Nebraska,31139.0,Pierce County,59504.0,SWPP +2018,31000.0,Nebraska,31141.0,Platte County,59504.0,SWPP +2018,31000.0,Nebraska,31143.0,Polk County,59504.0,SWPP +2018,31000.0,Nebraska,31145.0,Red Willow County,59504.0,SWPP +2018,31000.0,Nebraska,31147.0,Richardson County,59504.0,SWPP +2018,31000.0,Nebraska,31149.0,Rock County,59504.0,SWPP +2018,31000.0,Nebraska,31151.0,Saline County,59504.0,SWPP +2018,31000.0,Nebraska,31153.0,Sarpy County,59504.0,SWPP +2018,31000.0,Nebraska,31155.0,Saunders County,59504.0,SWPP +2018,31000.0,Nebraska,31157.0,Scotts Bluff County,59504.0,SWPP +2018,31000.0,Nebraska,31159.0,Seward County,59504.0,SWPP +2018,31000.0,Nebraska,31161.0,Sheridan County,59504.0,SWPP +2018,31000.0,Nebraska,31163.0,Sherman County,59504.0,SWPP +2018,31000.0,Nebraska,31165.0,Sioux County,59504.0,SWPP +2018,31000.0,Nebraska,31167.0,Stanton County,59504.0,SWPP +2018,31000.0,Nebraska,31169.0,Thayer County,59504.0,SWPP +2018,31000.0,Nebraska,31171.0,Thomas County,59504.0,SWPP +2018,31000.0,Nebraska,31173.0,Thurston County,59504.0,SWPP +2018,31000.0,Nebraska,31175.0,Valley County,59504.0,SWPP +2018,31000.0,Nebraska,31177.0,Washington County,59504.0,SWPP +2018,31000.0,Nebraska,31179.0,Wayne County,59504.0,SWPP +2018,31000.0,Nebraska,31181.0,Webster County,59504.0,SWPP +2018,31000.0,Nebraska,31183.0,Wheeler County,59504.0,SWPP +2018,31000.0,Nebraska,31185.0,York County,59504.0,SWPP +2018,32000.0,Nevada,32003.0,Clark County,59504.0,SWPP +2018,35000.0,New Mexico,35005.0,Chaves County,59504.0,SWPP +2018,35000.0,New Mexico,35009.0,Curry County,59504.0,SWPP +2018,35000.0,New Mexico,35011.0,De Baca County,59504.0,SWPP +2018,35000.0,New Mexico,35015.0,Eddy County,59504.0,SWPP +2018,35000.0,New Mexico,35019.0,Guadalupe County,59504.0,SWPP +2018,35000.0,New Mexico,35021.0,Harding County,59504.0,SWPP +2018,35000.0,New Mexico,35025.0,Lea County,59504.0,SWPP +2018,35000.0,New Mexico,35035.0,Otero County,59504.0,SWPP +2018,35000.0,New Mexico,35037.0,Quay County,59504.0,SWPP +2018,35000.0,New Mexico,35041.0,Roosevelt County,59504.0,SWPP +2018,35000.0,New Mexico,35045.0,San Juan County,59504.0,SWPP +2018,35000.0,New Mexico,35047.0,San Miguel County,59504.0,SWPP +2018,35000.0,New Mexico,35059.0,Union County,59504.0,SWPP +2018,38000.0,North Dakota,38001.0,Adams County,59504.0,SWPP +2018,38000.0,North Dakota,38003.0,Barnes County,59504.0,SWPP +2018,38000.0,North Dakota,38005.0,Benson County,59504.0,SWPP +2018,38000.0,North Dakota,38007.0,Billings County,59504.0,SWPP +2018,38000.0,North Dakota,38009.0,Bottineau County,59504.0,SWPP +2018,38000.0,North Dakota,38011.0,Bowman County,59504.0,SWPP +2018,38000.0,North Dakota,38013.0,Burke County,59504.0,SWPP +2018,38000.0,North Dakota,38015.0,Burleigh County,59504.0,SWPP +2018,38000.0,North Dakota,38017.0,Cass County,59504.0,SWPP +2018,38000.0,North Dakota,38021.0,Dickey County,59504.0,SWPP +2018,38000.0,North Dakota,38023.0,Divide County,59504.0,SWPP +2018,38000.0,North Dakota,38025.0,Dunn County,59504.0,SWPP +2018,38000.0,North Dakota,38027.0,Eddy County,59504.0,SWPP +2018,38000.0,North Dakota,38029.0,Emmons County,59504.0,SWPP +2018,38000.0,North Dakota,38031.0,Foster County,59504.0,SWPP +2018,38000.0,North Dakota,38033.0,Golden Valley County,59504.0,SWPP +2018,38000.0,North Dakota,38035.0,Grand Forks County,59504.0,SWPP +2018,38000.0,North Dakota,38037.0,Grant County,59504.0,SWPP +2018,38000.0,North Dakota,38039.0,Griggs County,59504.0,SWPP +2018,38000.0,North Dakota,38041.0,Hettinger County,59504.0,SWPP +2018,38000.0,North Dakota,38043.0,Kidder County,59504.0,SWPP +2018,38000.0,North Dakota,38045.0,LaMoure County,59504.0,SWPP +2018,38000.0,North Dakota,38047.0,Logan County,59504.0,SWPP +2018,38000.0,North Dakota,38049.0,McHenry County,59504.0,SWPP +2018,38000.0,North Dakota,38051.0,McIntosh County,59504.0,SWPP +2018,38000.0,North Dakota,38053.0,McKenzie County,59504.0,SWPP +2018,38000.0,North Dakota,38055.0,McLean County,59504.0,SWPP +2018,38000.0,North Dakota,38057.0,Mercer County,59504.0,SWPP +2018,38000.0,North Dakota,38059.0,Morton County,59504.0,SWPP +2018,38000.0,North Dakota,38061.0,Mountrail County,59504.0,SWPP +2018,38000.0,North Dakota,38063.0,Nelson County,59504.0,SWPP +2018,38000.0,North Dakota,38065.0,Oliver County,59504.0,SWPP +2018,38000.0,North Dakota,38069.0,Pierce County,59504.0,SWPP +2018,38000.0,North Dakota,38071.0,Ramsey County,59504.0,SWPP +2018,38000.0,North Dakota,38073.0,Ransom County,59504.0,SWPP +2018,38000.0,North Dakota,38075.0,Renville County,59504.0,SWPP +2018,38000.0,North Dakota,38077.0,Richland County,59504.0,SWPP +2018,38000.0,North Dakota,38081.0,Sargent County,59504.0,SWPP +2018,38000.0,North Dakota,38083.0,Sheridan County,59504.0,SWPP +2018,38000.0,North Dakota,38085.0,Sioux County,59504.0,SWPP +2018,38000.0,North Dakota,38087.0,Slope County,59504.0,SWPP +2018,38000.0,North Dakota,38089.0,Stark County,59504.0,SWPP +2018,38000.0,North Dakota,38091.0,Steele County,59504.0,SWPP +2018,38000.0,North Dakota,38093.0,Stutsman County,59504.0,SWPP +2018,38000.0,North Dakota,38095.0,Towner County,59504.0,SWPP +2018,38000.0,North Dakota,38097.0,Traill County,59504.0,SWPP +2018,38000.0,North Dakota,38101.0,Ward County,59504.0,SWPP +2018,38000.0,North Dakota,38103.0,Wells County,59504.0,SWPP +2018,38000.0,North Dakota,38105.0,Williams County,59504.0,SWPP +2018,40000.0,Oklahoma,40001.0,Adair County,59504.0,SWPP +2018,40000.0,Oklahoma,40003.0,Alfalfa County,59504.0,SWPP +2018,40000.0,Oklahoma,40005.0,Atoka County,59504.0,SWPP +2018,40000.0,Oklahoma,40007.0,Beaver County,59504.0,SWPP +2018,40000.0,Oklahoma,40009.0,Beckham County,59504.0,SWPP +2018,40000.0,Oklahoma,40011.0,Blaine County,59504.0,SWPP +2018,40000.0,Oklahoma,40013.0,Bryan County,59504.0,SWPP +2018,40000.0,Oklahoma,40015.0,Caddo County,59504.0,SWPP +2018,40000.0,Oklahoma,40017.0,Canadian County,59504.0,SWPP +2018,40000.0,Oklahoma,40019.0,Carter County,59504.0,SWPP +2018,40000.0,Oklahoma,40021.0,Cherokee County,59504.0,SWPP +2018,40000.0,Oklahoma,40023.0,Choctaw County,59504.0,SWPP +2018,40000.0,Oklahoma,40025.0,Cimarron County,59504.0,SWPP +2018,40000.0,Oklahoma,40027.0,Cleveland County,59504.0,SWPP +2018,40000.0,Oklahoma,40029.0,Coal County,59504.0,SWPP +2018,40000.0,Oklahoma,40031.0,Comanche County,59504.0,SWPP +2018,40000.0,Oklahoma,40033.0,Cotton County,59504.0,SWPP +2018,40000.0,Oklahoma,40035.0,Craig County,59504.0,SWPP +2018,40000.0,Oklahoma,40037.0,Creek County,59504.0,SWPP +2018,40000.0,Oklahoma,40039.0,Custer County,59504.0,SWPP +2018,40000.0,Oklahoma,40041.0,Delaware County,59504.0,SWPP +2018,40000.0,Oklahoma,40043.0,Dewey County,59504.0,SWPP +2018,40000.0,Oklahoma,40045.0,Ellis County,59504.0,SWPP +2018,40000.0,Oklahoma,40047.0,Garfield County,59504.0,SWPP +2018,40000.0,Oklahoma,40049.0,Garvin County,59504.0,SWPP +2018,40000.0,Oklahoma,40051.0,Grady County,59504.0,SWPP +2018,40000.0,Oklahoma,40053.0,Grant County,59504.0,SWPP +2018,40000.0,Oklahoma,40055.0,Greer County,59504.0,SWPP +2018,40000.0,Oklahoma,40057.0,Harmon County,59504.0,SWPP +2018,40000.0,Oklahoma,40059.0,Harper County,59504.0,SWPP +2018,40000.0,Oklahoma,40061.0,Haskell County,59504.0,SWPP +2018,40000.0,Oklahoma,40063.0,Hughes County,59504.0,SWPP +2018,40000.0,Oklahoma,40065.0,Jackson County,59504.0,SWPP +2018,40000.0,Oklahoma,40067.0,Jefferson County,59504.0,SWPP +2018,40000.0,Oklahoma,40069.0,Johnston County,59504.0,SWPP +2018,40000.0,Oklahoma,40071.0,Kay County,59504.0,SWPP +2018,40000.0,Oklahoma,40073.0,Kingfisher County,59504.0,SWPP +2018,40000.0,Oklahoma,40075.0,Kiowa County,59504.0,SWPP +2018,40000.0,Oklahoma,40077.0,Latimer County,59504.0,SWPP +2018,40000.0,Oklahoma,40079.0,Le Flore County,59504.0,SWPP +2018,40000.0,Oklahoma,40081.0,Lincoln County,59504.0,SWPP +2018,40000.0,Oklahoma,40083.0,Logan County,59504.0,SWPP +2018,40000.0,Oklahoma,40085.0,Love County,59504.0,SWPP +2018,40000.0,Oklahoma,40087.0,McClain County,59504.0,SWPP +2018,40000.0,Oklahoma,40089.0,McCurtain County,59504.0,SWPP +2018,40000.0,Oklahoma,40091.0,McIntosh County,59504.0,SWPP +2018,40000.0,Oklahoma,40093.0,Major County,59504.0,SWPP +2018,40000.0,Oklahoma,40095.0,Marshall County,59504.0,SWPP +2018,40000.0,Oklahoma,40097.0,Mayes County,59504.0,SWPP +2018,40000.0,Oklahoma,40099.0,Murray County,59504.0,SWPP +2018,40000.0,Oklahoma,40101.0,Muskogee County,59504.0,SWPP +2018,40000.0,Oklahoma,40103.0,Noble County,59504.0,SWPP +2018,40000.0,Oklahoma,40105.0,Nowata County,59504.0,SWPP +2018,40000.0,Oklahoma,40107.0,Okfuskee County,59504.0,SWPP +2018,40000.0,Oklahoma,40109.0,Oklahoma County,59504.0,SWPP +2018,40000.0,Oklahoma,40111.0,Okmulgee County,59504.0,SWPP +2018,40000.0,Oklahoma,40113.0,Osage County,59504.0,SWPP +2018,40000.0,Oklahoma,40115.0,Ottawa County,59504.0,SWPP +2018,40000.0,Oklahoma,40117.0,Pawnee County,59504.0,SWPP +2018,40000.0,Oklahoma,40119.0,Payne County,59504.0,SWPP +2018,40000.0,Oklahoma,40121.0,Pittsburg County,59504.0,SWPP +2018,40000.0,Oklahoma,40123.0,Pontotoc County,59504.0,SWPP +2018,40000.0,Oklahoma,40125.0,Pottawatomie County,59504.0,SWPP +2018,40000.0,Oklahoma,40127.0,Pushmataha County,59504.0,SWPP +2018,40000.0,Oklahoma,40129.0,Roger Mills County,59504.0,SWPP +2018,40000.0,Oklahoma,40131.0,Rogers County,59504.0,SWPP +2018,40000.0,Oklahoma,40133.0,Seminole County,59504.0,SWPP +2018,40000.0,Oklahoma,40135.0,Sequoyah County,59504.0,SWPP +2018,40000.0,Oklahoma,40137.0,Stephens County,59504.0,SWPP +2018,40000.0,Oklahoma,40139.0,Texas County,59504.0,SWPP +2018,40000.0,Oklahoma,40141.0,Tillman County,59504.0,SWPP +2018,40000.0,Oklahoma,40143.0,Tulsa County,59504.0,SWPP +2018,40000.0,Oklahoma,40145.0,Wagoner County,59504.0,SWPP +2018,40000.0,Oklahoma,40147.0,Washington County,59504.0,SWPP +2018,40000.0,Oklahoma,40149.0,Washita County,59504.0,SWPP +2018,40000.0,Oklahoma,40151.0,Woods County,59504.0,SWPP +2018,40000.0,Oklahoma,40153.0,Woodward County,59504.0,SWPP +2018,41000.0,Oregon,41035.0,Klamath County,59504.0,SWPP +2018,46000.0,South Dakota,46003.0,Aurora County,59504.0,SWPP +2018,46000.0,South Dakota,46005.0,Beadle County,59504.0,SWPP +2018,46000.0,South Dakota,46007.0,Bennett County,59504.0,SWPP +2018,46000.0,South Dakota,46009.0,Bon Homme County,59504.0,SWPP +2018,46000.0,South Dakota,46011.0,Brookings County,59504.0,SWPP +2018,46000.0,South Dakota,46013.0,Brown County,59504.0,SWPP +2018,46000.0,South Dakota,46015.0,Brule County,59504.0,SWPP +2018,46000.0,South Dakota,46017.0,Buffalo County,59504.0,SWPP +2018,46000.0,South Dakota,46019.0,Butte County,59504.0,SWPP +2018,46000.0,South Dakota,46021.0,Campbell County,59504.0,SWPP +2018,46000.0,South Dakota,46023.0,Charles Mix County,59504.0,SWPP +2018,46000.0,South Dakota,46025.0,Clark County,59504.0,SWPP +2018,46000.0,South Dakota,46027.0,Clay County,59504.0,SWPP +2018,46000.0,South Dakota,46029.0,Codington County,59504.0,SWPP +2018,46000.0,South Dakota,46031.0,Corson County,59504.0,SWPP +2018,46000.0,South Dakota,46033.0,Custer County,59504.0,SWPP +2018,46000.0,South Dakota,46035.0,Davison County,59504.0,SWPP +2018,46000.0,South Dakota,46037.0,Day County,59504.0,SWPP +2018,46000.0,South Dakota,46039.0,Deuel County,59504.0,SWPP +2018,46000.0,South Dakota,46041.0,Dewey County,59504.0,SWPP +2018,46000.0,South Dakota,46043.0,Douglas County,59504.0,SWPP +2018,46000.0,South Dakota,46045.0,Edmunds County,59504.0,SWPP +2018,46000.0,South Dakota,46047.0,Fall River County,59504.0,SWPP +2018,46000.0,South Dakota,46049.0,Faulk County,59504.0,SWPP +2018,46000.0,South Dakota,46051.0,Grant County,59504.0,SWPP +2018,46000.0,South Dakota,46053.0,Gregory County,59504.0,SWPP +2018,46000.0,South Dakota,46055.0,Haakon County,59504.0,SWPP +2018,46000.0,South Dakota,46057.0,Hamlin County,59504.0,SWPP +2018,46000.0,South Dakota,46059.0,Hand County,59504.0,SWPP +2018,46000.0,South Dakota,46061.0,Hanson County,59504.0,SWPP +2018,46000.0,South Dakota,46063.0,Harding County,59504.0,SWPP +2018,46000.0,South Dakota,46065.0,Hughes County,59504.0,SWPP +2018,46000.0,South Dakota,46067.0,Hutchinson County,59504.0,SWPP +2018,46000.0,South Dakota,46069.0,Hyde County,59504.0,SWPP +2018,46000.0,South Dakota,46071.0,Jackson County,59504.0,SWPP +2018,46000.0,South Dakota,46073.0,Jerauld County,59504.0,SWPP +2018,46000.0,South Dakota,46075.0,Jones County,59504.0,SWPP +2018,46000.0,South Dakota,46077.0,Kingsbury County,59504.0,SWPP +2018,46000.0,South Dakota,46079.0,Lake County,59504.0,SWPP +2018,46000.0,South Dakota,46081.0,Lawrence County,59504.0,SWPP +2018,46000.0,South Dakota,46083.0,Lincoln County,59504.0,SWPP +2018,46000.0,South Dakota,46085.0,Lyman County,59504.0,SWPP +2018,46000.0,South Dakota,46087.0,McCook County,59504.0,SWPP +2018,46000.0,South Dakota,46089.0,McPherson County,59504.0,SWPP +2018,46000.0,South Dakota,46091.0,Marshall County,59504.0,SWPP +2018,46000.0,South Dakota,46093.0,Meade County,59504.0,SWPP +2018,46000.0,South Dakota,46095.0,Mellette County,59504.0,SWPP +2018,46000.0,South Dakota,46097.0,Miner County,59504.0,SWPP +2018,46000.0,South Dakota,46099.0,Minnehaha County,59504.0,SWPP +2018,46000.0,South Dakota,46101.0,Moody County,59504.0,SWPP +2018,46000.0,South Dakota,46103.0,Pennington County,59504.0,SWPP +2018,46000.0,South Dakota,46105.0,Perkins County,59504.0,SWPP +2018,46000.0,South Dakota,46107.0,Potter County,59504.0,SWPP +2018,46000.0,South Dakota,46109.0,Roberts County,59504.0,SWPP +2018,46000.0,South Dakota,46111.0,Sanborn County,59504.0,SWPP +2018,46000.0,South Dakota,46113.0,Shannon County,59504.0,SWPP +2018,46000.0,South Dakota,46115.0,Spink County,59504.0,SWPP +2018,46000.0,South Dakota,46117.0,Stanley County,59504.0,SWPP +2018,46000.0,South Dakota,46119.0,Sully County,59504.0,SWPP +2018,46000.0,South Dakota,46121.0,Todd County,59504.0,SWPP +2018,46000.0,South Dakota,46123.0,Tripp County,59504.0,SWPP +2018,46000.0,South Dakota,46125.0,Turner County,59504.0,SWPP +2018,46000.0,South Dakota,46127.0,Union County,59504.0,SWPP +2018,46000.0,South Dakota,46129.0,Walworth County,59504.0,SWPP +2018,46000.0,South Dakota,46135.0,Yankton County,59504.0,SWPP +2018,46000.0,South Dakota,46137.0,Ziebach County,59504.0,SWPP +2018,48000.0,Texas,48003.0,Andrews County,59504.0,SWPP +2018,48000.0,Texas,48009.0,Archer County,59504.0,SWPP +2018,48000.0,Texas,48011.0,Armstrong County,59504.0,SWPP +2018,48000.0,Texas,48017.0,Bailey County,59504.0,SWPP +2018,48000.0,Texas,48023.0,Baylor County,59504.0,SWPP +2018,48000.0,Texas,48033.0,Borden County,59504.0,SWPP +2018,48000.0,Texas,48037.0,Bowie County,59504.0,SWPP +2018,48000.0,Texas,48045.0,Briscoe County,59504.0,SWPP +2018,48000.0,Texas,48063.0,Camp County,59504.0,SWPP +2018,48000.0,Texas,48065.0,Carson County,59504.0,SWPP +2018,48000.0,Texas,48067.0,Cass County,59504.0,SWPP +2018,48000.0,Texas,48069.0,Castro County,59504.0,SWPP +2018,48000.0,Texas,48075.0,Childress County,59504.0,SWPP +2018,48000.0,Texas,48079.0,Cochran County,59504.0,SWPP +2018,48000.0,Texas,48087.0,Collingsworth County,59504.0,SWPP +2018,48000.0,Texas,48101.0,Cottle County,59504.0,SWPP +2018,48000.0,Texas,48107.0,Crosby County,59504.0,SWPP +2018,48000.0,Texas,48111.0,Dallam County,59504.0,SWPP +2018,48000.0,Texas,48115.0,Dawson County,59504.0,SWPP +2018,48000.0,Texas,48117.0,Deaf Smith County,59504.0,SWPP +2018,48000.0,Texas,48129.0,Donley County,59504.0,SWPP +2018,48000.0,Texas,48135.0,Ector County,59504.0,SWPP +2018,48000.0,Texas,48153.0,Floyd County,59504.0,SWPP +2018,48000.0,Texas,48155.0,Foard County,59504.0,SWPP +2018,48000.0,Texas,48159.0,Franklin County,59504.0,SWPP +2018,48000.0,Texas,48165.0,Gaines County,59504.0,SWPP +2018,48000.0,Texas,48169.0,Garza County,59504.0,SWPP +2018,48000.0,Texas,48179.0,Gray County,59504.0,SWPP +2018,48000.0,Texas,48183.0,Gregg County,59504.0,SWPP +2018,48000.0,Texas,48189.0,Hale County,59504.0,SWPP +2018,48000.0,Texas,48191.0,Hall County,59504.0,SWPP +2018,48000.0,Texas,48195.0,Hansford County,59504.0,SWPP +2018,48000.0,Texas,48197.0,Hardeman County,59504.0,SWPP +2018,48000.0,Texas,48203.0,Harrison County,59504.0,SWPP +2018,48000.0,Texas,48205.0,Hartley County,59504.0,SWPP +2018,48000.0,Texas,48211.0,Hemphill County,59504.0,SWPP +2018,48000.0,Texas,48219.0,Hockley County,59504.0,SWPP +2018,48000.0,Texas,48223.0,Hopkins County,59504.0,SWPP +2018,48000.0,Texas,48233.0,Hutchinson County,59504.0,SWPP +2018,48000.0,Texas,48279.0,Lamb County,59504.0,SWPP +2018,48000.0,Texas,48295.0,Lipscomb County,59504.0,SWPP +2018,48000.0,Texas,48303.0,Lubbock County,59504.0,SWPP +2018,48000.0,Texas,48305.0,Lynn County,59504.0,SWPP +2018,48000.0,Texas,48315.0,Marion County,59504.0,SWPP +2018,48000.0,Texas,48317.0,Martin County,59504.0,SWPP +2018,48000.0,Texas,48329.0,Midland County,59504.0,SWPP +2018,48000.0,Texas,48341.0,Moore County,59504.0,SWPP +2018,48000.0,Texas,48343.0,Morris County,59504.0,SWPP +2018,48000.0,Texas,48345.0,Motley County,59504.0,SWPP +2018,48000.0,Texas,48347.0,Nacogdoches County,59504.0,SWPP +2018,48000.0,Texas,48357.0,Ochiltree County,59504.0,SWPP +2018,48000.0,Texas,48359.0,Oldham County,59504.0,SWPP +2018,48000.0,Texas,48365.0,Panola County,59504.0,SWPP +2018,48000.0,Texas,48369.0,Parmer County,59504.0,SWPP +2018,48000.0,Texas,48375.0,Potter County,59504.0,SWPP +2018,48000.0,Texas,48379.0,Rains County,59504.0,SWPP +2018,48000.0,Texas,48381.0,Randall County,59504.0,SWPP +2018,48000.0,Texas,48387.0,Red River County,59504.0,SWPP +2018,48000.0,Texas,48393.0,Roberts County,59504.0,SWPP +2018,48000.0,Texas,48401.0,Rusk County,59504.0,SWPP +2018,48000.0,Texas,48419.0,Shelby County,59504.0,SWPP +2018,48000.0,Texas,48421.0,Sherman County,59504.0,SWPP +2018,48000.0,Texas,48423.0,Smith County,59504.0,SWPP +2018,48000.0,Texas,48437.0,Swisher County,59504.0,SWPP +2018,48000.0,Texas,48445.0,Terry County,59504.0,SWPP +2018,48000.0,Texas,48449.0,Titus County,59504.0,SWPP +2018,48000.0,Texas,48459.0,Upshur County,59504.0,SWPP +2018,48000.0,Texas,48467.0,Van Zandt County,59504.0,SWPP +2018,48000.0,Texas,48483.0,Wheeler County,59504.0,SWPP +2018,48000.0,Texas,48485.0,Wichita County,59504.0,SWPP +2018,48000.0,Texas,48487.0,Wilbarger County,59504.0,SWPP +2018,48000.0,Texas,48499.0,Wood County,59504.0,SWPP +2018,48000.0,Texas,48501.0,Yoakum County,59504.0,SWPP +2018,49000.0,Utah,49009.0,Daggett County,59504.0,SWPP +2018,49000.0,Utah,49037.0,San Juan County,59504.0,SWPP +2018,49000.0,Utah,49047.0,Uintah County,59504.0,SWPP +2018,56000.0,Wyoming,56001.0,Albany County,59504.0,SWPP +2018,56000.0,Wyoming,56003.0,Big Horn County,59504.0,SWPP +2018,56000.0,Wyoming,56007.0,Carbon County,59504.0,SWPP +2018,56000.0,Wyoming,56009.0,Converse County,59504.0,SWPP +2018,56000.0,Wyoming,56013.0,Fremont County,59504.0,SWPP +2018,56000.0,Wyoming,56015.0,Goshen County,59504.0,SWPP +2018,56000.0,Wyoming,56017.0,Hot Springs County,59504.0,SWPP +2018,56000.0,Wyoming,56019.0,Johnson County,59504.0,SWPP +2018,56000.0,Wyoming,56021.0,Laramie County,59504.0,SWPP +2018,56000.0,Wyoming,56023.0,Lincoln County,59504.0,SWPP +2018,56000.0,Wyoming,56025.0,Natrona County,59504.0,SWPP +2018,56000.0,Wyoming,56027.0,Niobrara County,59504.0,SWPP +2018,56000.0,Wyoming,56029.0,Park County,59504.0,SWPP +2018,56000.0,Wyoming,56031.0,Platte County,59504.0,SWPP +2018,56000.0,Wyoming,56033.0,Sheridan County,59504.0,SWPP +2018,56000.0,Wyoming,56037.0,Sweetwater County,59504.0,SWPP +2018,56000.0,Wyoming,56043.0,Washakie County,59504.0,SWPP diff --git a/_static/User_Guide_Data/ba_service_territory_2019.csv b/_static/User_Guide_Data/ba_service_territory_2019.csv new file mode 100644 index 00000000..012f8e4e --- /dev/null +++ b/_static/User_Guide_Data/ba_service_territory_2019.csv @@ -0,0 +1,5080 @@ +Year,State_FIPS,State_Name,County_FIPS,County_Name,BA_Number,BA_Code +2019,23000.0,Maine,23003.0,Aroostook County,1.0,NBSO +2019,23000.0,Maine,23009.0,Hancock County,1.0,NBSO +2019,23000.0,Maine,23019.0,Penobscot County,1.0,NBSO +2019,23000.0,Maine,23021.0,Piscataquis County,1.0,NBSO +2019,23000.0,Maine,23027.0,Waldo County,1.0,NBSO +2019,23000.0,Maine,23029.0,Washington County,1.0,NBSO +2019,1000.0,Alabama,1001.0,Autauga County,189.0,AEC +2019,1000.0,Alabama,1003.0,Baldwin County,189.0,AEC +2019,1000.0,Alabama,1005.0,Barbour County,189.0,AEC +2019,1000.0,Alabama,1007.0,Bibb County,189.0,AEC +2019,1000.0,Alabama,1011.0,Bullock County,189.0,AEC +2019,1000.0,Alabama,1013.0,Butler County,189.0,AEC +2019,1000.0,Alabama,1015.0,Calhoun County,189.0,AEC +2019,1000.0,Alabama,1017.0,Chambers County,189.0,AEC +2019,1000.0,Alabama,1021.0,Chilton County,189.0,AEC +2019,1000.0,Alabama,1025.0,Clarke County,189.0,AEC +2019,1000.0,Alabama,1027.0,Clay County,189.0,AEC +2019,1000.0,Alabama,1029.0,Cleburne County,189.0,AEC +2019,1000.0,Alabama,1031.0,Coffee County,189.0,AEC +2019,1000.0,Alabama,1035.0,Conecuh County,189.0,AEC +2019,1000.0,Alabama,1037.0,Coosa County,189.0,AEC +2019,1000.0,Alabama,1039.0,Covington County,189.0,AEC +2019,1000.0,Alabama,1041.0,Crenshaw County,189.0,AEC +2019,1000.0,Alabama,1045.0,Dale County,189.0,AEC +2019,1000.0,Alabama,1047.0,Dallas County,189.0,AEC +2019,1000.0,Alabama,1051.0,Elmore County,189.0,AEC +2019,1000.0,Alabama,1053.0,Escambia County,189.0,AEC +2019,1000.0,Alabama,1055.0,Etowah County,189.0,AEC +2019,1000.0,Alabama,1061.0,Geneva County,189.0,AEC +2019,1000.0,Alabama,1067.0,Henry County,189.0,AEC +2019,1000.0,Alabama,1069.0,Houston County,189.0,AEC +2019,1000.0,Alabama,1081.0,Lee County,189.0,AEC +2019,1000.0,Alabama,1085.0,Lowndes County,189.0,AEC +2019,1000.0,Alabama,1087.0,Macon County,189.0,AEC +2019,1000.0,Alabama,1099.0,Monroe County,189.0,AEC +2019,1000.0,Alabama,1101.0,Montgomery County,189.0,AEC +2019,1000.0,Alabama,1105.0,Perry County,189.0,AEC +2019,1000.0,Alabama,1109.0,Pike County,189.0,AEC +2019,1000.0,Alabama,1111.0,Randolph County,189.0,AEC +2019,1000.0,Alabama,1113.0,Russell County,189.0,AEC +2019,1000.0,Alabama,1115.0,Shelby County,189.0,AEC +2019,1000.0,Alabama,1117.0,St. Clair County,189.0,AEC +2019,1000.0,Alabama,1121.0,Talladega County,189.0,AEC +2019,1000.0,Alabama,1123.0,Tallapoosa County,189.0,AEC +2019,1000.0,Alabama,1129.0,Washington County,189.0,AEC +2019,1000.0,Alabama,1131.0,Wilcox County,189.0,AEC +2019,12000.0,Florida,12005.0,Bay County,189.0,AEC +2019,12000.0,Florida,12013.0,Calhoun County,189.0,AEC +2019,12000.0,Florida,12033.0,Escambia County,189.0,AEC +2019,12000.0,Florida,12045.0,Gulf County,189.0,AEC +2019,12000.0,Florida,12059.0,Holmes County,189.0,AEC +2019,12000.0,Florida,12063.0,Jackson County,189.0,AEC +2019,12000.0,Florida,12091.0,Okaloosa County,189.0,AEC +2019,12000.0,Florida,12113.0,Santa Rosa County,189.0,AEC +2019,12000.0,Florida,12131.0,Walton County,189.0,AEC +2019,12000.0,Florida,12133.0,Washington County,189.0,AEC +2019,2000.0,Alaska,2020.0,Anchorage Municipality,599.0,AMPL +2019,2000.0,Alaska,2150.0,Kodiak Island Borough,599.0,AMPL +2019,4000.0,Arizona,4001.0,Apache County,803.0,AZPS +2019,4000.0,Arizona,4003.0,Cochise County ,803.0,AZPS +2019,4000.0,Arizona,4005.0,Coconino County,803.0,AZPS +2019,4000.0,Arizona,4007.0,Gila County,803.0,AZPS +2019,4000.0,Arizona,4009.0,Graham County,803.0,AZPS +2019,4000.0,Arizona,4011.0,Greenlee County,803.0,AZPS +2019,4000.0,Arizona,4012.0,La Paz County,803.0,AZPS +2019,4000.0,Arizona,4013.0,Maricopa County,803.0,AZPS +2019,4000.0,Arizona,4015.0,Mohave County,803.0,AZPS +2019,4000.0,Arizona,4017.0,Navajo County,803.0,AZPS +2019,4000.0,Arizona,4019.0,Pima County,803.0,AZPS +2019,4000.0,Arizona,4021.0,Pinal County,803.0,AZPS +2019,4000.0,Arizona,4023.0,Santa Cruz County,803.0,AZPS +2019,4000.0,Arizona,4025.0,Yavapai County,803.0,AZPS +2019,4000.0,Arizona,4027.0,Yuma County,803.0,AZPS +2019,5000.0,Arkansas,5035.0,Crittenden County,924.0,AECI +2019,19000.0,Iowa,19007.0,Appanoose County,924.0,AECI +2019,19000.0,Iowa,19051.0,Davis County,924.0,AECI +2019,19000.0,Iowa,19053.0,Decatur County,924.0,AECI +2019,19000.0,Iowa,19057.0,Des Moines County,924.0,AECI +2019,19000.0,Iowa,19071.0,Fremont County,924.0,AECI +2019,19000.0,Iowa,19087.0,Henry County,924.0,AECI +2019,19000.0,Iowa,19101.0,Jefferson County,924.0,AECI +2019,19000.0,Iowa,19107.0,Keokuk County,924.0,AECI +2019,19000.0,Iowa,19111.0,Lee County,924.0,AECI +2019,19000.0,Iowa,19115.0,Louisa County,924.0,AECI +2019,19000.0,Iowa,19117.0,Lucas County,924.0,AECI +2019,19000.0,Iowa,19125.0,Marion County,924.0,AECI +2019,19000.0,Iowa,19135.0,Monroe County,924.0,AECI +2019,19000.0,Iowa,19145.0,Page County,924.0,AECI +2019,19000.0,Iowa,19159.0,Ringgold County,924.0,AECI +2019,19000.0,Iowa,19173.0,Taylor County,924.0,AECI +2019,19000.0,Iowa,19177.0,Van Buren County,924.0,AECI +2019,19000.0,Iowa,19179.0,Wapello County,924.0,AECI +2019,19000.0,Iowa,19183.0,Washington County,924.0,AECI +2019,19000.0,Iowa,19185.0,Wayne County,924.0,AECI +2019,29000.0,Missouri,29001.0,Adair County,924.0,AECI +2019,29000.0,Missouri,29003.0,Andrew County,924.0,AECI +2019,29000.0,Missouri,29005.0,Atchison County,924.0,AECI +2019,29000.0,Missouri,29007.0,Audrain County,924.0,AECI +2019,29000.0,Missouri,29009.0,Barry County,924.0,AECI +2019,29000.0,Missouri,29011.0,Barton County,924.0,AECI +2019,29000.0,Missouri,29013.0,Bates County,924.0,AECI +2019,29000.0,Missouri,29015.0,Benton County,924.0,AECI +2019,29000.0,Missouri,29017.0,Bollinger County,924.0,AECI +2019,29000.0,Missouri,29019.0,Boone County,924.0,AECI +2019,29000.0,Missouri,29021.0,Buchanan County,924.0,AECI +2019,29000.0,Missouri,29023.0,Butler County,924.0,AECI +2019,29000.0,Missouri,29025.0,Caldwell County,924.0,AECI +2019,29000.0,Missouri,29027.0,Callaway County,924.0,AECI +2019,29000.0,Missouri,29029.0,Camden County,924.0,AECI +2019,29000.0,Missouri,29031.0,Cape Girardeau County,924.0,AECI +2019,29000.0,Missouri,29033.0,Carroll County,924.0,AECI +2019,29000.0,Missouri,29035.0,Carter County,924.0,AECI +2019,29000.0,Missouri,29037.0,Cass County,924.0,AECI +2019,29000.0,Missouri,29039.0,Cedar County,924.0,AECI +2019,29000.0,Missouri,29041.0,Chariton County,924.0,AECI +2019,29000.0,Missouri,29043.0,Christian County,924.0,AECI +2019,29000.0,Missouri,29045.0,Clark County,924.0,AECI +2019,29000.0,Missouri,29047.0,Clay County,924.0,AECI +2019,29000.0,Missouri,29049.0,Clinton County,924.0,AECI +2019,29000.0,Missouri,29051.0,Cole County,924.0,AECI +2019,29000.0,Missouri,29053.0,Cooper County,924.0,AECI +2019,29000.0,Missouri,29055.0,Crawford County,924.0,AECI +2019,29000.0,Missouri,29057.0,Dade County,924.0,AECI +2019,29000.0,Missouri,29059.0,Dallas County,924.0,AECI +2019,29000.0,Missouri,29061.0,Daviess County,924.0,AECI +2019,29000.0,Missouri,29063.0,DeKalb County,924.0,AECI +2019,29000.0,Missouri,29065.0,Dent County,924.0,AECI +2019,29000.0,Missouri,29067.0,Douglas County,924.0,AECI +2019,29000.0,Missouri,29069.0,Dunklin County,924.0,AECI +2019,29000.0,Missouri,29071.0,Franklin County,924.0,AECI +2019,29000.0,Missouri,29073.0,Gasconade County,924.0,AECI +2019,29000.0,Missouri,29075.0,Gentry County,924.0,AECI +2019,29000.0,Missouri,29077.0,Greene County,924.0,AECI +2019,29000.0,Missouri,29079.0,Grundy County,924.0,AECI +2019,29000.0,Missouri,29081.0,Harrison County,924.0,AECI +2019,29000.0,Missouri,29083.0,Henry County,924.0,AECI +2019,29000.0,Missouri,29085.0,Hickory County,924.0,AECI +2019,29000.0,Missouri,29087.0,Holt County,924.0,AECI +2019,29000.0,Missouri,29089.0,Howard County,924.0,AECI +2019,29000.0,Missouri,29091.0,Howell County,924.0,AECI +2019,29000.0,Missouri,29093.0,Iron County,924.0,AECI +2019,29000.0,Missouri,29095.0,Jackson County,924.0,AECI +2019,29000.0,Missouri,29097.0,Jasper County,924.0,AECI +2019,29000.0,Missouri,29099.0,Jefferson County,924.0,AECI +2019,29000.0,Missouri,29101.0,Johnson County,924.0,AECI +2019,29000.0,Missouri,29103.0,Knox County,924.0,AECI +2019,29000.0,Missouri,29105.0,Laclede County,924.0,AECI +2019,29000.0,Missouri,29107.0,Lafayette County,924.0,AECI +2019,29000.0,Missouri,29109.0,Lawrence County,924.0,AECI +2019,29000.0,Missouri,29111.0,Lewis County,924.0,AECI +2019,29000.0,Missouri,29113.0,Lincoln County,924.0,AECI +2019,29000.0,Missouri,29115.0,Linn County,924.0,AECI +2019,29000.0,Missouri,29117.0,Livingston County,924.0,AECI +2019,29000.0,Missouri,29119.0,McDonald County,924.0,AECI +2019,29000.0,Missouri,29121.0,Macon County,924.0,AECI +2019,29000.0,Missouri,29123.0,Madison County,924.0,AECI +2019,29000.0,Missouri,29125.0,Maries County,924.0,AECI +2019,29000.0,Missouri,29127.0,Marion County,924.0,AECI +2019,29000.0,Missouri,29129.0,Mercer County,924.0,AECI +2019,29000.0,Missouri,29131.0,Miller County,924.0,AECI +2019,29000.0,Missouri,29133.0,Mississippi County,924.0,AECI +2019,29000.0,Missouri,29135.0,Moniteau County,924.0,AECI +2019,29000.0,Missouri,29137.0,Monroe County,924.0,AECI +2019,29000.0,Missouri,29139.0,Montgomery County,924.0,AECI +2019,29000.0,Missouri,29141.0,Morgan County,924.0,AECI +2019,29000.0,Missouri,29143.0,New Madrid County,924.0,AECI +2019,29000.0,Missouri,29145.0,Newton County,924.0,AECI +2019,29000.0,Missouri,29147.0,Nodaway County,924.0,AECI +2019,29000.0,Missouri,29149.0,Oregon County,924.0,AECI +2019,29000.0,Missouri,29151.0,Osage County,924.0,AECI +2019,29000.0,Missouri,29153.0,Ozark County,924.0,AECI +2019,29000.0,Missouri,29155.0,Pemiscot County,924.0,AECI +2019,29000.0,Missouri,29159.0,Pettis County,924.0,AECI +2019,29000.0,Missouri,29161.0,Phelps County,924.0,AECI +2019,29000.0,Missouri,29163.0,Pike County,924.0,AECI +2019,29000.0,Missouri,29165.0,Platte County,924.0,AECI +2019,29000.0,Missouri,29167.0,Polk County,924.0,AECI +2019,29000.0,Missouri,29169.0,Pulaski County,924.0,AECI +2019,29000.0,Missouri,29171.0,Putnam County,924.0,AECI +2019,29000.0,Missouri,29173.0,Ralls County,924.0,AECI +2019,29000.0,Missouri,29175.0,Randolph County,924.0,AECI +2019,29000.0,Missouri,29177.0,Ray County,924.0,AECI +2019,29000.0,Missouri,29179.0,Reynolds County,924.0,AECI +2019,29000.0,Missouri,29181.0,Ripley County,924.0,AECI +2019,29000.0,Missouri,29183.0,St. Charles County,924.0,AECI +2019,29000.0,Missouri,29185.0,St. Clair County,924.0,AECI +2019,29000.0,Missouri,29195.0,Saline County,924.0,AECI +2019,29000.0,Missouri,29197.0,Schuyler County,924.0,AECI +2019,29000.0,Missouri,29199.0,Scotland County,924.0,AECI +2019,29000.0,Missouri,29201.0,Scott County,924.0,AECI +2019,29000.0,Missouri,29203.0,Shannon County,924.0,AECI +2019,29000.0,Missouri,29205.0,Shelby County,924.0,AECI +2019,29000.0,Missouri,29207.0,Stoddard County,924.0,AECI +2019,29000.0,Missouri,29209.0,Stone County,924.0,AECI +2019,29000.0,Missouri,29211.0,Sullivan County,924.0,AECI +2019,29000.0,Missouri,29213.0,Taney County,924.0,AECI +2019,29000.0,Missouri,29215.0,Texas County,924.0,AECI +2019,29000.0,Missouri,29217.0,Vernon County,924.0,AECI +2019,29000.0,Missouri,29219.0,Warren County,924.0,AECI +2019,29000.0,Missouri,29221.0,Washington County,924.0,AECI +2019,29000.0,Missouri,29223.0,Wayne County,924.0,AECI +2019,29000.0,Missouri,29225.0,Webster County,924.0,AECI +2019,29000.0,Missouri,29227.0,Worth County,924.0,AECI +2019,29000.0,Missouri,29229.0,Wright County,924.0,AECI +2019,31000.0,Nebraska,31127.0,Nemaha County,924.0,AECI +2019,40000.0,Oklahoma,40001.0,Adair County,924.0,AECI +2019,40000.0,Oklahoma,40005.0,Atoka County,924.0,AECI +2019,40000.0,Oklahoma,40021.0,Cherokee County,924.0,AECI +2019,40000.0,Oklahoma,40037.0,Creek County,924.0,AECI +2019,40000.0,Oklahoma,40041.0,Delaware County,924.0,AECI +2019,40000.0,Oklahoma,40047.0,Garfield County,924.0,AECI +2019,40000.0,Oklahoma,40061.0,Haskell County,924.0,AECI +2019,40000.0,Oklahoma,40073.0,Kingfisher County,924.0,AECI +2019,40000.0,Oklahoma,40077.0,Latimer County,924.0,AECI +2019,40000.0,Oklahoma,40079.0,Le Flore County,924.0,AECI +2019,40000.0,Oklahoma,40081.0,Lincoln County,924.0,AECI +2019,40000.0,Oklahoma,40083.0,Logan County,924.0,AECI +2019,40000.0,Oklahoma,40091.0,McIntosh County,924.0,AECI +2019,40000.0,Oklahoma,40097.0,Mayes County,924.0,AECI +2019,40000.0,Oklahoma,40101.0,Muskogee County,924.0,AECI +2019,40000.0,Oklahoma,40103.0,Noble County,924.0,AECI +2019,40000.0,Oklahoma,40105.0,Nowata County,924.0,AECI +2019,40000.0,Oklahoma,40107.0,Okfuskee County,924.0,AECI +2019,40000.0,Oklahoma,40109.0,Oklahoma County,924.0,AECI +2019,40000.0,Oklahoma,40111.0,Okmulgee County,924.0,AECI +2019,40000.0,Oklahoma,40113.0,Osage County,924.0,AECI +2019,40000.0,Oklahoma,40117.0,Pawnee County,924.0,AECI +2019,40000.0,Oklahoma,40119.0,Payne County,924.0,AECI +2019,40000.0,Oklahoma,40121.0,Pittsburg County,924.0,AECI +2019,40000.0,Oklahoma,40127.0,Pushmataha County,924.0,AECI +2019,40000.0,Oklahoma,40131.0,Rogers County,924.0,AECI +2019,40000.0,Oklahoma,40133.0,Seminole County,924.0,AECI +2019,40000.0,Oklahoma,40135.0,Sequoyah County,924.0,AECI +2019,40000.0,Oklahoma,40143.0,Tulsa County,924.0,AECI +2019,40000.0,Oklahoma,40145.0,Wagoner County,924.0,AECI +2019,40000.0,Oklahoma,40147.0,Washington County,924.0,AECI +2019,6000.0,California,6093.0,Siskiyou County,1738.0,BPAT +2019,16000.0,Idaho,16009.0,Benewah County,1738.0,BPAT +2019,16000.0,Idaho,16011.0,Bingham County,1738.0,BPAT +2019,16000.0,Idaho,16017.0,Bonner County,1738.0,BPAT +2019,16000.0,Idaho,16019.0,Bonneville County,1738.0,BPAT +2019,16000.0,Idaho,16021.0,Boundary County,1738.0,BPAT +2019,16000.0,Idaho,16023.0,Butte County,1738.0,BPAT +2019,16000.0,Idaho,16029.0,Caribou County,1738.0,BPAT +2019,16000.0,Idaho,16031.0,Cassia County,1738.0,BPAT +2019,16000.0,Idaho,16033.0,Clark County,1738.0,BPAT +2019,16000.0,Idaho,16035.0,Clearwater County,1738.0,BPAT +2019,16000.0,Idaho,16037.0,Custer County,1738.0,BPAT +2019,16000.0,Idaho,16039.0,Elmore County,1738.0,BPAT +2019,16000.0,Idaho,16043.0,Fremont County,1738.0,BPAT +2019,16000.0,Idaho,16045.0,Gem County,1738.0,BPAT +2019,16000.0,Idaho,16049.0,Idaho County,1738.0,BPAT +2019,16000.0,Idaho,16051.0,Jefferson County,1738.0,BPAT +2019,16000.0,Idaho,16055.0,Kootenai County,1738.0,BPAT +2019,16000.0,Idaho,16057.0,Latah County,1738.0,BPAT +2019,16000.0,Idaho,16061.0,Lewis County,1738.0,BPAT +2019,16000.0,Idaho,16065.0,Madison County,1738.0,BPAT +2019,16000.0,Idaho,16067.0,Minidoka County,1738.0,BPAT +2019,16000.0,Idaho,16069.0,Nez Perce County,1738.0,BPAT +2019,16000.0,Idaho,16071.0,Oneida County,1738.0,BPAT +2019,16000.0,Idaho,16073.0,Owyhee County,1738.0,BPAT +2019,16000.0,Idaho,16077.0,Power County,1738.0,BPAT +2019,16000.0,Idaho,16079.0,Shoshone County,1738.0,BPAT +2019,16000.0,Idaho,16081.0,Teton County,1738.0,BPAT +2019,16000.0,Idaho,16087.0,Washington County,1738.0,BPAT +2019,30000.0,Montana,30003.0,Big Horn County,1738.0,BPAT +2019,30000.0,Montana,30007.0,Broadwater County,1738.0,BPAT +2019,30000.0,Montana,30009.0,Carbon County,1738.0,BPAT +2019,30000.0,Montana,30023.0,Deer Lodge County,1738.0,BPAT +2019,30000.0,Montana,30029.0,Flathead County,1738.0,BPAT +2019,30000.0,Montana,30031.0,Gallatin County,1738.0,BPAT +2019,30000.0,Montana,30039.0,Granite County,1738.0,BPAT +2019,30000.0,Montana,30043.0,Jefferson County,1738.0,BPAT +2019,30000.0,Montana,30047.0,Lake County,1738.0,BPAT +2019,30000.0,Montana,30053.0,Lincoln County,1738.0,BPAT +2019,30000.0,Montana,30061.0,Mineral County,1738.0,BPAT +2019,30000.0,Montana,30063.0,Missoula County,1738.0,BPAT +2019,30000.0,Montana,30067.0,Park County,1738.0,BPAT +2019,30000.0,Montana,30077.0,Powell County,1738.0,BPAT +2019,30000.0,Montana,30081.0,Ravalli County,1738.0,BPAT +2019,30000.0,Montana,30089.0,Sanders County,1738.0,BPAT +2019,30000.0,Montana,30093.0,Silver Bow County,1738.0,BPAT +2019,32000.0,Nevada,32007.0,Elko County,1738.0,BPAT +2019,32000.0,Nevada,32013.0,Humboldt County,1738.0,BPAT +2019,41000.0,Oregon,41001.0,Baker County,1738.0,BPAT +2019,41000.0,Oregon,41003.0,Benton County,1738.0,BPAT +2019,41000.0,Oregon,41005.0,Clackamas County,1738.0,BPAT +2019,41000.0,Oregon,41007.0,Clatsop County,1738.0,BPAT +2019,41000.0,Oregon,41009.0,Columbia County,1738.0,BPAT +2019,41000.0,Oregon,41011.0,Coos County,1738.0,BPAT +2019,41000.0,Oregon,41013.0,Crook County,1738.0,BPAT +2019,41000.0,Oregon,41015.0,Curry County,1738.0,BPAT +2019,41000.0,Oregon,41017.0,Deschutes County,1738.0,BPAT +2019,41000.0,Oregon,41019.0,Douglas County,1738.0,BPAT +2019,41000.0,Oregon,41021.0,Gilliam County,1738.0,BPAT +2019,41000.0,Oregon,41023.0,Grant County,1738.0,BPAT +2019,41000.0,Oregon,41025.0,Harney County,1738.0,BPAT +2019,41000.0,Oregon,41027.0,Hood River County,1738.0,BPAT +2019,41000.0,Oregon,41031.0,Jefferson County,1738.0,BPAT +2019,41000.0,Oregon,41035.0,Klamath County,1738.0,BPAT +2019,41000.0,Oregon,41037.0,Lake County,1738.0,BPAT +2019,41000.0,Oregon,41039.0,Lane County,1738.0,BPAT +2019,41000.0,Oregon,41041.0,Lincoln County,1738.0,BPAT +2019,41000.0,Oregon,41043.0,Linn County,1738.0,BPAT +2019,41000.0,Oregon,41045.0,Malheur County,1738.0,BPAT +2019,41000.0,Oregon,41047.0,Marion County,1738.0,BPAT +2019,41000.0,Oregon,41049.0,Morrow County,1738.0,BPAT +2019,41000.0,Oregon,41051.0,Multnomah County,1738.0,BPAT +2019,41000.0,Oregon,41053.0,Polk County,1738.0,BPAT +2019,41000.0,Oregon,41055.0,Sherman County,1738.0,BPAT +2019,41000.0,Oregon,41057.0,Tillamook County,1738.0,BPAT +2019,41000.0,Oregon,41059.0,Umatilla County,1738.0,BPAT +2019,41000.0,Oregon,41061.0,Union County,1738.0,BPAT +2019,41000.0,Oregon,41063.0,Wallowa County,1738.0,BPAT +2019,41000.0,Oregon,41065.0,Wasco County,1738.0,BPAT +2019,41000.0,Oregon,41067.0,Washington County,1738.0,BPAT +2019,41000.0,Oregon,41069.0,Wheeler County,1738.0,BPAT +2019,41000.0,Oregon,41071.0,Yamhill County,1738.0,BPAT +2019,49000.0,Utah,49003.0,Box Elder County,1738.0,BPAT +2019,53000.0,Washington,53001.0,Adams County,1738.0,BPAT +2019,53000.0,Washington,53003.0,Asotin County,1738.0,BPAT +2019,53000.0,Washington,53005.0,Benton County,1738.0,BPAT +2019,53000.0,Washington,53007.0,Chelan County,1738.0,BPAT +2019,53000.0,Washington,53009.0,Clallam County,1738.0,BPAT +2019,53000.0,Washington,53011.0,Clark County,1738.0,BPAT +2019,53000.0,Washington,53013.0,Columbia County,1738.0,BPAT +2019,53000.0,Washington,53015.0,Cowlitz County,1738.0,BPAT +2019,53000.0,Washington,53017.0,Douglas County,1738.0,BPAT +2019,53000.0,Washington,53019.0,Ferry County,1738.0,BPAT +2019,53000.0,Washington,53021.0,Franklin County,1738.0,BPAT +2019,53000.0,Washington,53023.0,Garfield County,1738.0,BPAT +2019,53000.0,Washington,53025.0,Grant County,1738.0,BPAT +2019,53000.0,Washington,53027.0,Grays Harbor County,1738.0,BPAT +2019,53000.0,Washington,53029.0,Island County,1738.0,BPAT +2019,53000.0,Washington,53031.0,Jefferson County,1738.0,BPAT +2019,53000.0,Washington,53033.0,King County,1738.0,BPAT +2019,53000.0,Washington,53035.0,Kitsap County,1738.0,BPAT +2019,53000.0,Washington,53037.0,Kittitas County,1738.0,BPAT +2019,53000.0,Washington,53039.0,Klickitat County,1738.0,BPAT +2019,53000.0,Washington,53041.0,Lewis County,1738.0,BPAT +2019,53000.0,Washington,53043.0,Lincoln County,1738.0,BPAT +2019,53000.0,Washington,53045.0,Mason County,1738.0,BPAT +2019,53000.0,Washington,53047.0,Okanogan County,1738.0,BPAT +2019,53000.0,Washington,53049.0,Pacific County,1738.0,BPAT +2019,53000.0,Washington,53051.0,Pend Oreille County,1738.0,BPAT +2019,53000.0,Washington,53053.0,Pierce County,1738.0,BPAT +2019,53000.0,Washington,53055.0,San Juan County,1738.0,BPAT +2019,53000.0,Washington,53057.0,Skagit County,1738.0,BPAT +2019,53000.0,Washington,53059.0,Skamania County,1738.0,BPAT +2019,53000.0,Washington,53061.0,Snohomish County,1738.0,BPAT +2019,53000.0,Washington,53063.0,Spokane County,1738.0,BPAT +2019,53000.0,Washington,53065.0,Stevens County,1738.0,BPAT +2019,53000.0,Washington,53067.0,Thurston County,1738.0,BPAT +2019,53000.0,Washington,53069.0,Wahkiakum County,1738.0,BPAT +2019,53000.0,Washington,53071.0,Walla Walla County,1738.0,BPAT +2019,53000.0,Washington,53073.0,Whatcom County,1738.0,BPAT +2019,53000.0,Washington,53075.0,Whitman County,1738.0,BPAT +2019,53000.0,Washington,53077.0,Yakima County,1738.0,BPAT +2019,56000.0,Wyoming,56023.0,Lincoln County,1738.0,BPAT +2019,56000.0,Wyoming,56033.0,Sheridan County,1738.0,BPAT +2019,56000.0,Wyoming,56035.0,Sublette County,1738.0,BPAT +2019,56000.0,Wyoming,56039.0,Teton County,1738.0,BPAT +2019,6000.0,California,6001.0,Alameda County,2775.0,CISO +2019,6000.0,California,6003.0,Alpine County,2775.0,CISO +2019,6000.0,California,6005.0,Amador County,2775.0,CISO +2019,6000.0,California,6007.0,Butte County,2775.0,CISO +2019,6000.0,California,6009.0,Calaveras County,2775.0,CISO +2019,6000.0,California,6011.0,Colusa County,2775.0,CISO +2019,6000.0,California,6013.0,Contra Costa County,2775.0,CISO +2019,6000.0,California,6017.0,El Dorado County,2775.0,CISO +2019,6000.0,California,6019.0,Fresno County,2775.0,CISO +2019,6000.0,California,6021.0,Glenn County,2775.0,CISO +2019,6000.0,California,6023.0,Humboldt County,2775.0,CISO +2019,6000.0,California,6025.0,Imperial County,2775.0,CISO +2019,6000.0,California,6027.0,Inyo County,2775.0,CISO +2019,6000.0,California,6029.0,Kern County,2775.0,CISO +2019,6000.0,California,6031.0,Kings County,2775.0,CISO +2019,6000.0,California,6033.0,Lake County,2775.0,CISO +2019,6000.0,California,6035.0,Lassen County,2775.0,CISO +2019,6000.0,California,6037.0,Los Angeles County,2775.0,CISO +2019,6000.0,California,6039.0,Madera County,2775.0,CISO +2019,6000.0,California,6041.0,Marin County,2775.0,CISO +2019,6000.0,California,6043.0,Mariposa County,2775.0,CISO +2019,6000.0,California,6045.0,Mendocino County,2775.0,CISO +2019,6000.0,California,6047.0,Merced County,2775.0,CISO +2019,6000.0,California,6049.0,Modoc County,2775.0,CISO +2019,6000.0,California,6051.0,Mono County,2775.0,CISO +2019,6000.0,California,6053.0,Monterey County,2775.0,CISO +2019,6000.0,California,6055.0,Napa County,2775.0,CISO +2019,6000.0,California,6057.0,Nevada County,2775.0,CISO +2019,6000.0,California,6059.0,Orange County,2775.0,CISO +2019,6000.0,California,6061.0,Placer County,2775.0,CISO +2019,6000.0,California,6063.0,Plumas County,2775.0,CISO +2019,6000.0,California,6065.0,Riverside County,2775.0,CISO +2019,6000.0,California,6067.0,Sacramento County,2775.0,CISO +2019,6000.0,California,6069.0,San Benito County,2775.0,CISO +2019,6000.0,California,6071.0,San Bernardino County,2775.0,CISO +2019,6000.0,California,6073.0,San Diego County,2775.0,CISO +2019,6000.0,California,6075.0,San Francisco County,2775.0,CISO +2019,6000.0,California,6077.0,San Joaquin County,2775.0,CISO +2019,6000.0,California,6079.0,San Luis Obispo County,2775.0,CISO +2019,6000.0,California,6081.0,San Mateo County,2775.0,CISO +2019,6000.0,California,6083.0,Santa Barbara County,2775.0,CISO +2019,6000.0,California,6085.0,Santa Clara County,2775.0,CISO +2019,6000.0,California,6087.0,Santa Cruz County,2775.0,CISO +2019,6000.0,California,6089.0,Shasta County,2775.0,CISO +2019,6000.0,California,6091.0,Sierra County,2775.0,CISO +2019,6000.0,California,6093.0,Siskiyou County,2775.0,CISO +2019,6000.0,California,6095.0,Solano County,2775.0,CISO +2019,6000.0,California,6097.0,Sonoma County,2775.0,CISO +2019,6000.0,California,6099.0,Stanislaus County,2775.0,CISO +2019,6000.0,California,6101.0,Sutter County,2775.0,CISO +2019,6000.0,California,6103.0,Tehama County,2775.0,CISO +2019,6000.0,California,6105.0,Trinity County,2775.0,CISO +2019,6000.0,California,6107.0,Tulare County,2775.0,CISO +2019,6000.0,California,6109.0,Tuolumne County,2775.0,CISO +2019,6000.0,California,6111.0,Ventura County,2775.0,CISO +2019,6000.0,California,6113.0,Yolo County,2775.0,CISO +2019,6000.0,California,6115.0,Yuba County,2775.0,CISO +2019,32000.0,Nevada,32031.0,Washoe County,2775.0,CISO +2019,37000.0,North Carolina,37001.0,Alamance County,3046.0,CPLE +2019,37000.0,North Carolina,37007.0,Anson County,3046.0,CPLE +2019,37000.0,North Carolina,37011.0,Avery County,3046.0,CPLE +2019,37000.0,North Carolina,37013.0,Beaufort County,3046.0,CPLE +2019,37000.0,North Carolina,37017.0,Bladen County,3046.0,CPLE +2019,37000.0,North Carolina,37019.0,Brunswick County,3046.0,CPLE +2019,37000.0,North Carolina,37021.0,Buncombe County,3046.0,CPLE +2019,37000.0,North Carolina,37031.0,Carteret County,3046.0,CPLE +2019,37000.0,North Carolina,37033.0,Caswell County,3046.0,CPLE +2019,37000.0,North Carolina,37037.0,Chatham County,3046.0,CPLE +2019,37000.0,North Carolina,37041.0,Chowan County,3046.0,CPLE +2019,37000.0,North Carolina,37047.0,Columbus County,3046.0,CPLE +2019,37000.0,North Carolina,37049.0,Craven County,3046.0,CPLE +2019,37000.0,North Carolina,37051.0,Cumberland County,3046.0,CPLE +2019,37000.0,North Carolina,37061.0,Duplin County,3046.0,CPLE +2019,37000.0,North Carolina,37063.0,Durham County,3046.0,CPLE +2019,37000.0,North Carolina,37065.0,Edgecombe County,3046.0,CPLE +2019,37000.0,North Carolina,37069.0,Franklin County,3046.0,CPLE +2019,37000.0,North Carolina,37077.0,Granville County,3046.0,CPLE +2019,37000.0,North Carolina,37079.0,Greene County,3046.0,CPLE +2019,37000.0,North Carolina,37081.0,Guilford County,3046.0,CPLE +2019,37000.0,North Carolina,37083.0,Halifax County,3046.0,CPLE +2019,37000.0,North Carolina,37085.0,Harnett County,3046.0,CPLE +2019,37000.0,North Carolina,37087.0,Haywood County,3046.0,CPLE +2019,37000.0,North Carolina,37089.0,Henderson County,3046.0,CPLE +2019,37000.0,North Carolina,37093.0,Hoke County,3046.0,CPLE +2019,37000.0,North Carolina,37099.0,Jackson County,3046.0,CPLE +2019,37000.0,North Carolina,37101.0,Johnston County,3046.0,CPLE +2019,37000.0,North Carolina,37103.0,Jones County,3046.0,CPLE +2019,37000.0,North Carolina,37105.0,Lee County,3046.0,CPLE +2019,37000.0,North Carolina,37107.0,Lenoir County,3046.0,CPLE +2019,37000.0,North Carolina,37111.0,McDowell County,3046.0,CPLE +2019,37000.0,North Carolina,37115.0,Madison County,3046.0,CPLE +2019,37000.0,North Carolina,37117.0,Martin County,3046.0,CPLE +2019,37000.0,North Carolina,37121.0,Mitchell County,3046.0,CPLE +2019,37000.0,North Carolina,37123.0,Montgomery County,3046.0,CPLE +2019,37000.0,North Carolina,37125.0,Moore County,3046.0,CPLE +2019,37000.0,North Carolina,37127.0,Nash County,3046.0,CPLE +2019,37000.0,North Carolina,37129.0,New Hanover County,3046.0,CPLE +2019,37000.0,North Carolina,37133.0,Onslow County,3046.0,CPLE +2019,37000.0,North Carolina,37135.0,Orange County,3046.0,CPLE +2019,37000.0,North Carolina,37137.0,Pamlico County,3046.0,CPLE +2019,37000.0,North Carolina,37139.0,Pasquotank County,3046.0,CPLE +2019,37000.0,North Carolina,37141.0,Pender County,3046.0,CPLE +2019,37000.0,North Carolina,37143.0,Perquimans County,3046.0,CPLE +2019,37000.0,North Carolina,37145.0,Person County,3046.0,CPLE +2019,37000.0,North Carolina,37147.0,Pitt County,3046.0,CPLE +2019,37000.0,North Carolina,37151.0,Randolph County,3046.0,CPLE +2019,37000.0,North Carolina,37153.0,Richmond County,3046.0,CPLE +2019,37000.0,North Carolina,37155.0,Robeson County,3046.0,CPLE +2019,37000.0,North Carolina,37161.0,Rutherford County,3046.0,CPLE +2019,37000.0,North Carolina,37163.0,Sampson County,3046.0,CPLE +2019,37000.0,North Carolina,37165.0,Scotland County,3046.0,CPLE +2019,37000.0,North Carolina,37167.0,Stanly County,3046.0,CPLE +2019,37000.0,North Carolina,37179.0,Union County,3046.0,CPLE +2019,37000.0,North Carolina,37181.0,Vance County,3046.0,CPLE +2019,37000.0,North Carolina,37183.0,Wake County,3046.0,CPLE +2019,37000.0,North Carolina,37185.0,Warren County,3046.0,CPLE +2019,37000.0,North Carolina,37191.0,Wayne County,3046.0,CPLE +2019,37000.0,North Carolina,37195.0,Wilson County,3046.0,CPLE +2019,37000.0,North Carolina,37199.0,Yancey County,3046.0,CPLE +2019,45000.0,South Carolina,45025.0,Chesterfield County,3046.0,CPLE +2019,45000.0,South Carolina,45027.0,Clarendon County,3046.0,CPLE +2019,45000.0,South Carolina,45031.0,Darlington County,3046.0,CPLE +2019,45000.0,South Carolina,45033.0,Dillon County,3046.0,CPLE +2019,45000.0,South Carolina,45041.0,Florence County,3046.0,CPLE +2019,45000.0,South Carolina,45043.0,Georgetown County,3046.0,CPLE +2019,45000.0,South Carolina,45051.0,Horry County,3046.0,CPLE +2019,45000.0,South Carolina,45055.0,Kershaw County,3046.0,CPLE +2019,45000.0,South Carolina,45061.0,Lee County,3046.0,CPLE +2019,45000.0,South Carolina,45067.0,Marion County,3046.0,CPLE +2019,45000.0,South Carolina,45069.0,Marlboro County,3046.0,CPLE +2019,45000.0,South Carolina,45085.0,Sumter County,3046.0,CPLE +2019,45000.0,South Carolina,45089.0,Williamsburg County,3046.0,CPLE +2019,47000.0,Tennessee,47029.0,Cocke County,3046.0,CPLE +2019,47000.0,Tennessee,47171.0,Unicoi County,3046.0,CPLE +2019,53000.0,Washington,53007.0,Chelan County,3413.0,CHPD +2019,53000.0,Washington,53033.0,King County,3413.0,CHPD +2019,53000.0,Washington,53037.0,Kittitas County,3413.0,CHPD +2019,53000.0,Washington,53047.0,Okanogan County,3413.0,CHPD +2019,2000.0,Alaska,2020.0,Anchorage Municipality,3522.0,CEA +2019,2000.0,Alaska,2122.0,Kenai Peninsula Borough,3522.0,CEA +2019,53000.0,Washington,53017.0,Douglas County,5326.0,DOPD +2019,53000.0,Washington,53047.0,Okanogan County,5326.0,DOPD +2019,13000.0,Georgia,13241.0,Rabun County,5416.0,DUK +2019,37000.0,North Carolina,37001.0,Alamance County,5416.0,DUK +2019,37000.0,North Carolina,37003.0,Alexander County,5416.0,DUK +2019,37000.0,North Carolina,37005.0,Alleghany County,5416.0,DUK +2019,37000.0,North Carolina,37007.0,Anson County,5416.0,DUK +2019,37000.0,North Carolina,37009.0,Ashe County,5416.0,DUK +2019,37000.0,North Carolina,37011.0,Avery County,5416.0,DUK +2019,37000.0,North Carolina,37021.0,Buncombe County,5416.0,DUK +2019,37000.0,North Carolina,37023.0,Burke County,5416.0,DUK +2019,37000.0,North Carolina,37025.0,Cabarrus County,5416.0,DUK +2019,37000.0,North Carolina,37027.0,Caldwell County,5416.0,DUK +2019,37000.0,North Carolina,37033.0,Caswell County,5416.0,DUK +2019,37000.0,North Carolina,37035.0,Catawba County,5416.0,DUK +2019,37000.0,North Carolina,37037.0,Chatham County,5416.0,DUK +2019,37000.0,North Carolina,37039.0,Cherokee County,5416.0,DUK +2019,37000.0,North Carolina,37043.0,Clay County,5416.0,DUK +2019,37000.0,North Carolina,37045.0,Cleveland County,5416.0,DUK +2019,37000.0,North Carolina,37057.0,Davidson County,5416.0,DUK +2019,37000.0,North Carolina,37059.0,Davie County,5416.0,DUK +2019,37000.0,North Carolina,37063.0,Durham County,5416.0,DUK +2019,37000.0,North Carolina,37067.0,Forsyth County,5416.0,DUK +2019,37000.0,North Carolina,37071.0,Gaston County,5416.0,DUK +2019,37000.0,North Carolina,37075.0,Graham County,5416.0,DUK +2019,37000.0,North Carolina,37077.0,Granville County,5416.0,DUK +2019,37000.0,North Carolina,37081.0,Guilford County,5416.0,DUK +2019,37000.0,North Carolina,37087.0,Haywood County,5416.0,DUK +2019,37000.0,North Carolina,37089.0,Henderson County,5416.0,DUK +2019,37000.0,North Carolina,37097.0,Iredell County,5416.0,DUK +2019,37000.0,North Carolina,37099.0,Jackson County,5416.0,DUK +2019,37000.0,North Carolina,37109.0,Lincoln County,5416.0,DUK +2019,37000.0,North Carolina,37111.0,McDowell County,5416.0,DUK +2019,37000.0,North Carolina,37113.0,Macon County,5416.0,DUK +2019,37000.0,North Carolina,37115.0,Madison County,5416.0,DUK +2019,37000.0,North Carolina,37119.0,Mecklenburg County,5416.0,DUK +2019,37000.0,North Carolina,37121.0,Mitchell County,5416.0,DUK +2019,37000.0,North Carolina,37123.0,Montgomery County,5416.0,DUK +2019,37000.0,North Carolina,37135.0,Orange County,5416.0,DUK +2019,37000.0,North Carolina,37145.0,Person County,5416.0,DUK +2019,37000.0,North Carolina,37149.0,Polk County,5416.0,DUK +2019,37000.0,North Carolina,37151.0,Randolph County,5416.0,DUK +2019,37000.0,North Carolina,37157.0,Rockingham County,5416.0,DUK +2019,37000.0,North Carolina,37159.0,Rowan County,5416.0,DUK +2019,37000.0,North Carolina,37161.0,Rutherford County,5416.0,DUK +2019,37000.0,North Carolina,37167.0,Stanly County,5416.0,DUK +2019,37000.0,North Carolina,37169.0,Stokes County,5416.0,DUK +2019,37000.0,North Carolina,37171.0,Surry County,5416.0,DUK +2019,37000.0,North Carolina,37173.0,Swain County,5416.0,DUK +2019,37000.0,North Carolina,37175.0,Transylvania County,5416.0,DUK +2019,37000.0,North Carolina,37179.0,Union County,5416.0,DUK +2019,37000.0,North Carolina,37183.0,Wake County,5416.0,DUK +2019,37000.0,North Carolina,37189.0,Watauga County,5416.0,DUK +2019,37000.0,North Carolina,37193.0,Wilkes County,5416.0,DUK +2019,37000.0,North Carolina,37197.0,Yadkin County,5416.0,DUK +2019,45000.0,South Carolina,45001.0,Abbeville County,5416.0,DUK +2019,45000.0,South Carolina,45007.0,Anderson County,5416.0,DUK +2019,45000.0,South Carolina,45021.0,Cherokee County,5416.0,DUK +2019,45000.0,South Carolina,45023.0,Chester County,5416.0,DUK +2019,45000.0,South Carolina,45037.0,Edgefield County,5416.0,DUK +2019,45000.0,South Carolina,45039.0,Fairfield County,5416.0,DUK +2019,45000.0,South Carolina,45045.0,Greenville County,5416.0,DUK +2019,45000.0,South Carolina,45047.0,Greenwood County,5416.0,DUK +2019,45000.0,South Carolina,45055.0,Kershaw County,5416.0,DUK +2019,45000.0,South Carolina,45057.0,Lancaster County,5416.0,DUK +2019,45000.0,South Carolina,45059.0,Laurens County,5416.0,DUK +2019,45000.0,South Carolina,45065.0,McCormick County,5416.0,DUK +2019,45000.0,South Carolina,45071.0,Newberry County,5416.0,DUK +2019,45000.0,South Carolina,45073.0,Oconee County,5416.0,DUK +2019,45000.0,South Carolina,45077.0,Pickens County,5416.0,DUK +2019,45000.0,South Carolina,45081.0,Saluda County,5416.0,DUK +2019,45000.0,South Carolina,45083.0,Spartanburg County,5416.0,DUK +2019,45000.0,South Carolina,45087.0,Union County,5416.0,DUK +2019,45000.0,South Carolina,45091.0,York County,5416.0,DUK +2019,35000.0,New Mexico,35013.0,Dona Ana County,5701.0,EPE +2019,35000.0,New Mexico,35015.0,Eddy County,5701.0,EPE +2019,35000.0,New Mexico,35029.0,Luna County,5701.0,EPE +2019,35000.0,New Mexico,35035.0,Otero County,5701.0,EPE +2019,35000.0,New Mexico,35051.0,Sierra County,5701.0,EPE +2019,48000.0,Texas,48043.0,Brewster County,5701.0,EPE +2019,48000.0,Texas,48105.0,Crockett County,5701.0,EPE +2019,48000.0,Texas,48109.0,Culberson County,5701.0,EPE +2019,48000.0,Texas,48127.0,Dimmit County,5701.0,EPE +2019,48000.0,Texas,48137.0,Edwards County,5701.0,EPE +2019,48000.0,Texas,48141.0,El Paso County,5701.0,EPE +2019,48000.0,Texas,48229.0,Hudspeth County,5701.0,EPE +2019,48000.0,Texas,48243.0,Jeff Davis County,5701.0,EPE +2019,48000.0,Texas,48271.0,Kinney County,5701.0,EPE +2019,48000.0,Texas,48323.0,Maverick County,5701.0,EPE +2019,48000.0,Texas,48371.0,Pecos County,5701.0,EPE +2019,48000.0,Texas,48377.0,Presidio County,5701.0,EPE +2019,48000.0,Texas,48389.0,Reeves County,5701.0,EPE +2019,48000.0,Texas,48443.0,Terrell County,5701.0,EPE +2019,48000.0,Texas,48463.0,Uvalde County,5701.0,EPE +2019,48000.0,Texas,48465.0,Val Verde County,5701.0,EPE +2019,48000.0,Texas,48479.0,Webb County,5701.0,EPE +2019,48000.0,Texas,48507.0,Zavala County,5701.0,EPE +2019,35000.0,New Mexico,35015.0,Eddy County,5723.0,ERCO +2019,35000.0,New Mexico,35035.0,Otero County,5723.0,ERCO +2019,48000.0,Texas,48001.0,Anderson County,5723.0,ERCO +2019,48000.0,Texas,48005.0,Angelina County,5723.0,ERCO +2019,48000.0,Texas,48007.0,Aransas County,5723.0,ERCO +2019,48000.0,Texas,48009.0,Archer County,5723.0,ERCO +2019,48000.0,Texas,48011.0,Armstrong County,5723.0,ERCO +2019,48000.0,Texas,48013.0,Atascosa County,5723.0,ERCO +2019,48000.0,Texas,48015.0,Austin County,5723.0,ERCO +2019,48000.0,Texas,48019.0,Bandera County,5723.0,ERCO +2019,48000.0,Texas,48021.0,Bastrop County,5723.0,ERCO +2019,48000.0,Texas,48023.0,Baylor County,5723.0,ERCO +2019,48000.0,Texas,48025.0,Bee County,5723.0,ERCO +2019,48000.0,Texas,48027.0,Bell County,5723.0,ERCO +2019,48000.0,Texas,48029.0,Bexar County,5723.0,ERCO +2019,48000.0,Texas,48031.0,Blanco County,5723.0,ERCO +2019,48000.0,Texas,48033.0,Borden County,5723.0,ERCO +2019,48000.0,Texas,48035.0,Bosque County,5723.0,ERCO +2019,48000.0,Texas,48039.0,Brazoria County,5723.0,ERCO +2019,48000.0,Texas,48041.0,Brazos County,5723.0,ERCO +2019,48000.0,Texas,48043.0,Brewster County,5723.0,ERCO +2019,48000.0,Texas,48045.0,Briscoe County,5723.0,ERCO +2019,48000.0,Texas,48047.0,Brooks County,5723.0,ERCO +2019,48000.0,Texas,48049.0,Brown County,5723.0,ERCO +2019,48000.0,Texas,48051.0,Burleson County,5723.0,ERCO +2019,48000.0,Texas,48053.0,Burnet County,5723.0,ERCO +2019,48000.0,Texas,48055.0,Caldwell County,5723.0,ERCO +2019,48000.0,Texas,48057.0,Calhoun County,5723.0,ERCO +2019,48000.0,Texas,48059.0,Callahan County,5723.0,ERCO +2019,48000.0,Texas,48061.0,Cameron County,5723.0,ERCO +2019,48000.0,Texas,48073.0,Cherokee County,5723.0,ERCO +2019,48000.0,Texas,48075.0,Childress County,5723.0,ERCO +2019,48000.0,Texas,48077.0,Clay County,5723.0,ERCO +2019,48000.0,Texas,48081.0,Coke County,5723.0,ERCO +2019,48000.0,Texas,48083.0,Coleman County,5723.0,ERCO +2019,48000.0,Texas,48085.0,Collin County,5723.0,ERCO +2019,48000.0,Texas,48087.0,Collingsworth County,5723.0,ERCO +2019,48000.0,Texas,48089.0,Colorado County,5723.0,ERCO +2019,48000.0,Texas,48091.0,Comal County,5723.0,ERCO +2019,48000.0,Texas,48093.0,Comanche County,5723.0,ERCO +2019,48000.0,Texas,48095.0,Concho County,5723.0,ERCO +2019,48000.0,Texas,48097.0,Cooke County,5723.0,ERCO +2019,48000.0,Texas,48099.0,Coryell County,5723.0,ERCO +2019,48000.0,Texas,48101.0,Cottle County,5723.0,ERCO +2019,48000.0,Texas,48105.0,Crockett County,5723.0,ERCO +2019,48000.0,Texas,48107.0,Crosby County,5723.0,ERCO +2019,48000.0,Texas,48109.0,Culberson County,5723.0,ERCO +2019,48000.0,Texas,48113.0,Dallas County,5723.0,ERCO +2019,48000.0,Texas,48119.0,Delta County,5723.0,ERCO +2019,48000.0,Texas,48121.0,Denton County,5723.0,ERCO +2019,48000.0,Texas,48123.0,DeWitt County,5723.0,ERCO +2019,48000.0,Texas,48125.0,Dickens County,5723.0,ERCO +2019,48000.0,Texas,48127.0,Dimmit County,5723.0,ERCO +2019,48000.0,Texas,48129.0,Donley County,5723.0,ERCO +2019,48000.0,Texas,48131.0,Duval County,5723.0,ERCO +2019,48000.0,Texas,48133.0,Eastland County,5723.0,ERCO +2019,48000.0,Texas,48135.0,Ector County,5723.0,ERCO +2019,48000.0,Texas,48137.0,Edwards County,5723.0,ERCO +2019,48000.0,Texas,48139.0,Ellis County,5723.0,ERCO +2019,48000.0,Texas,48141.0,El Paso County,5723.0,ERCO +2019,48000.0,Texas,48143.0,Erath County,5723.0,ERCO +2019,48000.0,Texas,48145.0,Falls County,5723.0,ERCO +2019,48000.0,Texas,48147.0,Fannin County,5723.0,ERCO +2019,48000.0,Texas,48149.0,Fayette County,5723.0,ERCO +2019,48000.0,Texas,48151.0,Fisher County,5723.0,ERCO +2019,48000.0,Texas,48153.0,Floyd County,5723.0,ERCO +2019,48000.0,Texas,48155.0,Foard County,5723.0,ERCO +2019,48000.0,Texas,48159.0,Franklin County,5723.0,ERCO +2019,48000.0,Texas,48161.0,Freestone County,5723.0,ERCO +2019,48000.0,Texas,48163.0,Frio County,5723.0,ERCO +2019,48000.0,Texas,48169.0,Garza County,5723.0,ERCO +2019,48000.0,Texas,48171.0,Gillespie County,5723.0,ERCO +2019,48000.0,Texas,48173.0,Glasscock County,5723.0,ERCO +2019,48000.0,Texas,48175.0,Goliad County,5723.0,ERCO +2019,48000.0,Texas,48177.0,Gonzales County,5723.0,ERCO +2019,48000.0,Texas,48179.0,Gray County,5723.0,ERCO +2019,48000.0,Texas,48181.0,Grayson County,5723.0,ERCO +2019,48000.0,Texas,48185.0,Grimes County,5723.0,ERCO +2019,48000.0,Texas,48187.0,Guadalupe County,5723.0,ERCO +2019,48000.0,Texas,48189.0,Hale County,5723.0,ERCO +2019,48000.0,Texas,48191.0,Hall County,5723.0,ERCO +2019,48000.0,Texas,48193.0,Hamilton County,5723.0,ERCO +2019,48000.0,Texas,48197.0,Hardeman County,5723.0,ERCO +2019,48000.0,Texas,48201.0,Harris County,5723.0,ERCO +2019,48000.0,Texas,48207.0,Haskell County,5723.0,ERCO +2019,48000.0,Texas,48209.0,Hays County,5723.0,ERCO +2019,48000.0,Texas,48211.0,Hemphill County,5723.0,ERCO +2019,48000.0,Texas,48213.0,Henderson County,5723.0,ERCO +2019,48000.0,Texas,48215.0,Hidalgo County,5723.0,ERCO +2019,48000.0,Texas,48217.0,Hill County,5723.0,ERCO +2019,48000.0,Texas,48219.0,Hockley County,5723.0,ERCO +2019,48000.0,Texas,48221.0,Hood County,5723.0,ERCO +2019,48000.0,Texas,48223.0,Hopkins County,5723.0,ERCO +2019,48000.0,Texas,48225.0,Houston County,5723.0,ERCO +2019,48000.0,Texas,48229.0,Hudspeth County,5723.0,ERCO +2019,48000.0,Texas,48231.0,Hunt County,5723.0,ERCO +2019,48000.0,Texas,48235.0,Irion County,5723.0,ERCO +2019,48000.0,Texas,48237.0,Jack County,5723.0,ERCO +2019,48000.0,Texas,48239.0,Jackson County,5723.0,ERCO +2019,48000.0,Texas,48243.0,Jeff Davis County,5723.0,ERCO +2019,48000.0,Texas,48247.0,Jim Hogg County,5723.0,ERCO +2019,48000.0,Texas,48249.0,Jim Wells County,5723.0,ERCO +2019,48000.0,Texas,48251.0,Johnson County,5723.0,ERCO +2019,48000.0,Texas,48253.0,Jones County,5723.0,ERCO +2019,48000.0,Texas,48255.0,Karnes County,5723.0,ERCO +2019,48000.0,Texas,48257.0,Kaufman County,5723.0,ERCO +2019,48000.0,Texas,48259.0,Kendall County,5723.0,ERCO +2019,48000.0,Texas,48261.0,Kenedy County,5723.0,ERCO +2019,48000.0,Texas,48263.0,Kent County,5723.0,ERCO +2019,48000.0,Texas,48265.0,Kerr County,5723.0,ERCO +2019,48000.0,Texas,48267.0,Kimble County,5723.0,ERCO +2019,48000.0,Texas,48269.0,King County,5723.0,ERCO +2019,48000.0,Texas,48271.0,Kinney County,5723.0,ERCO +2019,48000.0,Texas,48273.0,Kleberg County,5723.0,ERCO +2019,48000.0,Texas,48275.0,Knox County,5723.0,ERCO +2019,48000.0,Texas,48277.0,Lamar County,5723.0,ERCO +2019,48000.0,Texas,48279.0,Lamb County,5723.0,ERCO +2019,48000.0,Texas,48281.0,Lampasas County,5723.0,ERCO +2019,48000.0,Texas,48283.0,La Salle County,5723.0,ERCO +2019,48000.0,Texas,48285.0,Lavaca County,5723.0,ERCO +2019,48000.0,Texas,48287.0,Lee County,5723.0,ERCO +2019,48000.0,Texas,48289.0,Leon County,5723.0,ERCO +2019,48000.0,Texas,48293.0,Limestone County,5723.0,ERCO +2019,48000.0,Texas,48297.0,Live Oak County,5723.0,ERCO +2019,48000.0,Texas,48299.0,Llano County,5723.0,ERCO +2019,48000.0,Texas,48303.0,Lubbock County,5723.0,ERCO +2019,48000.0,Texas,48305.0,Lynn County,5723.0,ERCO +2019,48000.0,Texas,48307.0,McCulloch County,5723.0,ERCO +2019,48000.0,Texas,48309.0,McLennan County,5723.0,ERCO +2019,48000.0,Texas,48311.0,McMullen County,5723.0,ERCO +2019,48000.0,Texas,48313.0,Madison County,5723.0,ERCO +2019,48000.0,Texas,48319.0,Mason County,5723.0,ERCO +2019,48000.0,Texas,48321.0,Matagorda County,5723.0,ERCO +2019,48000.0,Texas,48323.0,Maverick County,5723.0,ERCO +2019,48000.0,Texas,48325.0,Medina County,5723.0,ERCO +2019,48000.0,Texas,48327.0,Menard County,5723.0,ERCO +2019,48000.0,Texas,48331.0,Milam County,5723.0,ERCO +2019,48000.0,Texas,48333.0,Mills County,5723.0,ERCO +2019,48000.0,Texas,48335.0,Mitchell County,5723.0,ERCO +2019,48000.0,Texas,48337.0,Montague County,5723.0,ERCO +2019,48000.0,Texas,48339.0,Montgomery County,5723.0,ERCO +2019,48000.0,Texas,48345.0,Motley County,5723.0,ERCO +2019,48000.0,Texas,48347.0,Nacogdoches County,5723.0,ERCO +2019,48000.0,Texas,48349.0,Navarro County,5723.0,ERCO +2019,48000.0,Texas,48353.0,Nolan County,5723.0,ERCO +2019,48000.0,Texas,48355.0,Nueces County,5723.0,ERCO +2019,48000.0,Texas,48363.0,Palo Pinto County,5723.0,ERCO +2019,48000.0,Texas,48367.0,Parker County,5723.0,ERCO +2019,48000.0,Texas,48371.0,Pecos County,5723.0,ERCO +2019,48000.0,Texas,48377.0,Presidio County,5723.0,ERCO +2019,48000.0,Texas,48379.0,Rains County,5723.0,ERCO +2019,48000.0,Texas,48381.0,Randall County,5723.0,ERCO +2019,48000.0,Texas,48383.0,Reagan County,5723.0,ERCO +2019,48000.0,Texas,48385.0,Real County,5723.0,ERCO +2019,48000.0,Texas,48387.0,Red River County,5723.0,ERCO +2019,48000.0,Texas,48389.0,Reeves County,5723.0,ERCO +2019,48000.0,Texas,48391.0,Refugio County,5723.0,ERCO +2019,48000.0,Texas,48393.0,Roberts County,5723.0,ERCO +2019,48000.0,Texas,48395.0,Robertson County,5723.0,ERCO +2019,48000.0,Texas,48397.0,Rockwall County,5723.0,ERCO +2019,48000.0,Texas,48399.0,Runnels County,5723.0,ERCO +2019,48000.0,Texas,48401.0,Rusk County,5723.0,ERCO +2019,48000.0,Texas,48409.0,San Patricio County,5723.0,ERCO +2019,48000.0,Texas,48411.0,San Saba County,5723.0,ERCO +2019,48000.0,Texas,48413.0,Schleicher County,5723.0,ERCO +2019,48000.0,Texas,48415.0,Scurry County,5723.0,ERCO +2019,48000.0,Texas,48417.0,Shackelford County,5723.0,ERCO +2019,48000.0,Texas,48423.0,Smith County,5723.0,ERCO +2019,48000.0,Texas,48425.0,Somervell County,5723.0,ERCO +2019,48000.0,Texas,48427.0,Starr County,5723.0,ERCO +2019,48000.0,Texas,48429.0,Stephens County,5723.0,ERCO +2019,48000.0,Texas,48431.0,Sterling County,5723.0,ERCO +2019,48000.0,Texas,48433.0,Stonewall County,5723.0,ERCO +2019,48000.0,Texas,48435.0,Sutton County,5723.0,ERCO +2019,48000.0,Texas,48437.0,Swisher County,5723.0,ERCO +2019,48000.0,Texas,48439.0,Tarrant County,5723.0,ERCO +2019,48000.0,Texas,48441.0,Taylor County,5723.0,ERCO +2019,48000.0,Texas,48443.0,Terrell County,5723.0,ERCO +2019,48000.0,Texas,48447.0,Throckmorton County,5723.0,ERCO +2019,48000.0,Texas,48451.0,Tom Green County,5723.0,ERCO +2019,48000.0,Texas,48453.0,Travis County,5723.0,ERCO +2019,48000.0,Texas,48455.0,Trinity County,5723.0,ERCO +2019,48000.0,Texas,48461.0,Upton County,5723.0,ERCO +2019,48000.0,Texas,48463.0,Uvalde County,5723.0,ERCO +2019,48000.0,Texas,48465.0,Val Verde County,5723.0,ERCO +2019,48000.0,Texas,48467.0,Van Zandt County,5723.0,ERCO +2019,48000.0,Texas,48469.0,Victoria County,5723.0,ERCO +2019,48000.0,Texas,48471.0,Walker County,5723.0,ERCO +2019,48000.0,Texas,48473.0,Waller County,5723.0,ERCO +2019,48000.0,Texas,48477.0,Washington County,5723.0,ERCO +2019,48000.0,Texas,48479.0,Webb County,5723.0,ERCO +2019,48000.0,Texas,48481.0,Wharton County,5723.0,ERCO +2019,48000.0,Texas,48483.0,Wheeler County,5723.0,ERCO +2019,48000.0,Texas,48487.0,Wilbarger County,5723.0,ERCO +2019,48000.0,Texas,48489.0,Willacy County,5723.0,ERCO +2019,48000.0,Texas,48491.0,Williamson County,5723.0,ERCO +2019,48000.0,Texas,48493.0,Wilson County,5723.0,ERCO +2019,48000.0,Texas,48497.0,Wise County,5723.0,ERCO +2019,48000.0,Texas,48499.0,Wood County,5723.0,ERCO +2019,48000.0,Texas,48503.0,Young County,5723.0,ERCO +2019,48000.0,Texas,48505.0,Zapata County,5723.0,ERCO +2019,48000.0,Texas,48507.0,Zavala County,5723.0,ERCO +2019,12000.0,Florida,12001.0,Alachua County,6452.0,FPL +2019,12000.0,Florida,12003.0,Baker County,6452.0,FPL +2019,12000.0,Florida,12007.0,Bradford County,6452.0,FPL +2019,12000.0,Florida,12009.0,Brevard County,6452.0,FPL +2019,12000.0,Florida,12011.0,Broward County,6452.0,FPL +2019,12000.0,Florida,12015.0,Charlotte County,6452.0,FPL +2019,12000.0,Florida,12019.0,Clay County,6452.0,FPL +2019,12000.0,Florida,12021.0,Collier County,6452.0,FPL +2019,12000.0,Florida,12023.0,Columbia County,6452.0,FPL +2019,12000.0,Florida,12027.0,DeSoto County,6452.0,FPL +2019,12000.0,Florida,12031.0,Duval County,6452.0,FPL +2019,12000.0,Florida,12035.0,Flagler County,6452.0,FPL +2019,12000.0,Florida,12043.0,Glades County,6452.0,FPL +2019,12000.0,Florida,12049.0,Hardee County,6452.0,FPL +2019,12000.0,Florida,12051.0,Hendry County,6452.0,FPL +2019,12000.0,Florida,12055.0,Highlands County,6452.0,FPL +2019,12000.0,Florida,12061.0,Indian River County,6452.0,FPL +2019,12000.0,Florida,12071.0,Lee County,6452.0,FPL +2019,12000.0,Florida,12081.0,Manatee County,6452.0,FPL +2019,12000.0,Florida,12085.0,Martin County,6452.0,FPL +2019,12000.0,Florida,12086.0,Miami-Dade County,6452.0,FPL +2019,12000.0,Florida,12087.0,Monroe County,6452.0,FPL +2019,12000.0,Florida,12089.0,Nassau County,6452.0,FPL +2019,12000.0,Florida,12093.0,Okeechobee County,6452.0,FPL +2019,12000.0,Florida,12095.0,Orange County,6452.0,FPL +2019,12000.0,Florida,12097.0,Osceola County,6452.0,FPL +2019,12000.0,Florida,12099.0,Palm Beach County,6452.0,FPL +2019,12000.0,Florida,12107.0,Putnam County,6452.0,FPL +2019,12000.0,Florida,12109.0,St. Johns County,6452.0,FPL +2019,12000.0,Florida,12111.0,St. Lucie County,6452.0,FPL +2019,12000.0,Florida,12115.0,Sarasota County,6452.0,FPL +2019,12000.0,Florida,12117.0,Seminole County,6452.0,FPL +2019,12000.0,Florida,12121.0,Suwannee County,6452.0,FPL +2019,12000.0,Florida,12125.0,Union County,6452.0,FPL +2019,12000.0,Florida,12127.0,Volusia County,6452.0,FPL +2019,12000.0,Florida,12001.0,Alachua County,6455.0,FPC +2019,12000.0,Florida,12005.0,Bay County,6455.0,FPC +2019,12000.0,Florida,12009.0,Brevard County,6455.0,FPC +2019,12000.0,Florida,12017.0,Citrus County,6455.0,FPC +2019,12000.0,Florida,12023.0,Columbia County,6455.0,FPC +2019,12000.0,Florida,12029.0,Dixie County,6455.0,FPC +2019,12000.0,Florida,12035.0,Flagler County,6455.0,FPC +2019,12000.0,Florida,12037.0,Franklin County,6455.0,FPC +2019,12000.0,Florida,12039.0,Gadsden County,6455.0,FPC +2019,12000.0,Florida,12041.0,Gilchrist County,6455.0,FPC +2019,12000.0,Florida,12045.0,Gulf County,6455.0,FPC +2019,12000.0,Florida,12047.0,Hamilton County,6455.0,FPC +2019,12000.0,Florida,12051.0,Hendry County,6455.0,FPC +2019,12000.0,Florida,12053.0,Hernando County,6455.0,FPC +2019,12000.0,Florida,12055.0,Highlands County,6455.0,FPC +2019,12000.0,Florida,12057.0,Hillsborough County,6455.0,FPC +2019,12000.0,Florida,12065.0,Jefferson County,6455.0,FPC +2019,12000.0,Florida,12067.0,Lafayette County,6455.0,FPC +2019,12000.0,Florida,12069.0,Lake County,6455.0,FPC +2019,12000.0,Florida,12073.0,Leon County,6455.0,FPC +2019,12000.0,Florida,12075.0,Levy County,6455.0,FPC +2019,12000.0,Florida,12079.0,Madison County,6455.0,FPC +2019,12000.0,Florida,12083.0,Marion County,6455.0,FPC +2019,12000.0,Florida,12095.0,Orange County,6455.0,FPC +2019,12000.0,Florida,12097.0,Osceola County,6455.0,FPC +2019,12000.0,Florida,12101.0,Pasco County,6455.0,FPC +2019,12000.0,Florida,12103.0,Pinellas County,6455.0,FPC +2019,12000.0,Florida,12105.0,Polk County,6455.0,FPC +2019,12000.0,Florida,12117.0,Seminole County,6455.0,FPC +2019,12000.0,Florida,12119.0,Sumter County,6455.0,FPC +2019,12000.0,Florida,12121.0,Suwannee County,6455.0,FPC +2019,12000.0,Florida,12123.0,Taylor County,6455.0,FPC +2019,12000.0,Florida,12127.0,Volusia County,6455.0,FPC +2019,12000.0,Florida,12129.0,Wakulla County,6455.0,FPC +2019,12000.0,Florida,12001.0,Alachua County,6909.0,GVL +2019,12000.0,Florida,12086.0,Miami-Dade County,8795.0,HST +2019,16000.0,Idaho,16001.0,Ada County,9191.0,IPCO +2019,16000.0,Idaho,16003.0,Adams County,9191.0,IPCO +2019,16000.0,Idaho,16005.0,Bannock County,9191.0,IPCO +2019,16000.0,Idaho,16011.0,Bingham County,9191.0,IPCO +2019,16000.0,Idaho,16013.0,Blaine County,9191.0,IPCO +2019,16000.0,Idaho,16015.0,Boise County,9191.0,IPCO +2019,16000.0,Idaho,16025.0,Camas County,9191.0,IPCO +2019,16000.0,Idaho,16027.0,Canyon County,9191.0,IPCO +2019,16000.0,Idaho,16031.0,Cassia County,9191.0,IPCO +2019,16000.0,Idaho,16037.0,Custer County,9191.0,IPCO +2019,16000.0,Idaho,16039.0,Elmore County,9191.0,IPCO +2019,16000.0,Idaho,16045.0,Gem County,9191.0,IPCO +2019,16000.0,Idaho,16047.0,Gooding County,9191.0,IPCO +2019,16000.0,Idaho,16049.0,Idaho County,9191.0,IPCO +2019,16000.0,Idaho,16053.0,Jerome County,9191.0,IPCO +2019,16000.0,Idaho,16059.0,Lemhi County,9191.0,IPCO +2019,16000.0,Idaho,16063.0,Lincoln County,9191.0,IPCO +2019,16000.0,Idaho,16067.0,Minidoka County,9191.0,IPCO +2019,16000.0,Idaho,16071.0,Oneida County,9191.0,IPCO +2019,16000.0,Idaho,16073.0,Owyhee County,9191.0,IPCO +2019,16000.0,Idaho,16075.0,Payette County,9191.0,IPCO +2019,16000.0,Idaho,16077.0,Power County,9191.0,IPCO +2019,16000.0,Idaho,16083.0,Twin Falls County,9191.0,IPCO +2019,16000.0,Idaho,16085.0,Valley County,9191.0,IPCO +2019,16000.0,Idaho,16087.0,Washington County,9191.0,IPCO +2019,41000.0,Oregon,41001.0,Baker County,9191.0,IPCO +2019,41000.0,Oregon,41023.0,Grant County,9191.0,IPCO +2019,41000.0,Oregon,41025.0,Harney County,9191.0,IPCO +2019,41000.0,Oregon,41045.0,Malheur County,9191.0,IPCO +2019,41000.0,Oregon,41063.0,Wallowa County,9191.0,IPCO +2019,6000.0,California,6025.0,Imperial County,9216.0,IID +2019,6000.0,California,6065.0,Riverside County,9216.0,IID +2019,6000.0,California,6073.0,San Diego County,9216.0,IID +2019,12000.0,Florida,12013.0,Calhoun County,9617.0,JEA +2019,12000.0,Florida,12019.0,Clay County,9617.0,JEA +2019,12000.0,Florida,12031.0,Duval County,9617.0,JEA +2019,12000.0,Florida,12063.0,Jackson County,9617.0,JEA +2019,12000.0,Florida,12077.0,Liberty County,9617.0,JEA +2019,12000.0,Florida,12089.0,Nassau County,9617.0,JEA +2019,12000.0,Florida,12109.0,St. Johns County,9617.0,JEA +2019,6000.0,California,6027.0,Inyo County,11208.0,LDWP +2019,6000.0,California,6037.0,Los Angeles County,11208.0,LDWP +2019,18000.0,Indiana,18147.0,Spencer County,11249.0,LGEE +2019,21000.0,Kentucky,21001.0,Adair County,11249.0,LGEE +2019,21000.0,Kentucky,21005.0,Anderson County,11249.0,LGEE +2019,21000.0,Kentucky,21007.0,Ballard County,11249.0,LGEE +2019,21000.0,Kentucky,21009.0,Barren County,11249.0,LGEE +2019,21000.0,Kentucky,21011.0,Bath County,11249.0,LGEE +2019,21000.0,Kentucky,21013.0,Bell County,11249.0,LGEE +2019,21000.0,Kentucky,21017.0,Bourbon County,11249.0,LGEE +2019,21000.0,Kentucky,21021.0,Boyle County,11249.0,LGEE +2019,21000.0,Kentucky,21023.0,Bracken County,11249.0,LGEE +2019,21000.0,Kentucky,21029.0,Bullitt County,11249.0,LGEE +2019,21000.0,Kentucky,21033.0,Caldwell County,11249.0,LGEE +2019,21000.0,Kentucky,21037.0,Campbell County,11249.0,LGEE +2019,21000.0,Kentucky,21039.0,Carlisle County,11249.0,LGEE +2019,21000.0,Kentucky,21041.0,Carroll County,11249.0,LGEE +2019,21000.0,Kentucky,21045.0,Casey County,11249.0,LGEE +2019,21000.0,Kentucky,21047.0,Christian County,11249.0,LGEE +2019,21000.0,Kentucky,21049.0,Clark County,11249.0,LGEE +2019,21000.0,Kentucky,21051.0,Clay County,11249.0,LGEE +2019,21000.0,Kentucky,21055.0,Crittenden County,11249.0,LGEE +2019,21000.0,Kentucky,21059.0,Daviess County,11249.0,LGEE +2019,21000.0,Kentucky,21061.0,Edmonson County,11249.0,LGEE +2019,21000.0,Kentucky,21065.0,Estill County,11249.0,LGEE +2019,21000.0,Kentucky,21067.0,Fayette County,11249.0,LGEE +2019,21000.0,Kentucky,21069.0,Fleming County,11249.0,LGEE +2019,21000.0,Kentucky,21073.0,Franklin County,11249.0,LGEE +2019,21000.0,Kentucky,21075.0,Fulton County,11249.0,LGEE +2019,21000.0,Kentucky,21077.0,Gallatin County,11249.0,LGEE +2019,21000.0,Kentucky,21079.0,Garrard County,11249.0,LGEE +2019,21000.0,Kentucky,21081.0,Grant County,11249.0,LGEE +2019,21000.0,Kentucky,21085.0,Grayson County,11249.0,LGEE +2019,21000.0,Kentucky,21087.0,Green County,11249.0,LGEE +2019,21000.0,Kentucky,21093.0,Hardin County,11249.0,LGEE +2019,21000.0,Kentucky,21095.0,Harlan County,11249.0,LGEE +2019,21000.0,Kentucky,21097.0,Harrison County,11249.0,LGEE +2019,21000.0,Kentucky,21099.0,Hart County,11249.0,LGEE +2019,21000.0,Kentucky,21101.0,Henderson County,11249.0,LGEE +2019,21000.0,Kentucky,21103.0,Henry County,11249.0,LGEE +2019,21000.0,Kentucky,21105.0,Hickman County,11249.0,LGEE +2019,21000.0,Kentucky,21107.0,Hopkins County,11249.0,LGEE +2019,21000.0,Kentucky,21111.0,Jefferson County,11249.0,LGEE +2019,21000.0,Kentucky,21113.0,Jessamine County,11249.0,LGEE +2019,21000.0,Kentucky,21121.0,Knox County,11249.0,LGEE +2019,21000.0,Kentucky,21123.0,Larue County,11249.0,LGEE +2019,21000.0,Kentucky,21125.0,Laurel County,11249.0,LGEE +2019,21000.0,Kentucky,21129.0,Lee County,11249.0,LGEE +2019,21000.0,Kentucky,21137.0,Lincoln County,11249.0,LGEE +2019,21000.0,Kentucky,21139.0,Livingston County,11249.0,LGEE +2019,21000.0,Kentucky,21143.0,Lyon County,11249.0,LGEE +2019,21000.0,Kentucky,21145.0,McCracken County,11249.0,LGEE +2019,21000.0,Kentucky,21147.0,McCreary County,11249.0,LGEE +2019,21000.0,Kentucky,21149.0,McLean County,11249.0,LGEE +2019,21000.0,Kentucky,21151.0,Madison County,11249.0,LGEE +2019,21000.0,Kentucky,21155.0,Marion County,11249.0,LGEE +2019,21000.0,Kentucky,21161.0,Mason County,11249.0,LGEE +2019,21000.0,Kentucky,21163.0,Meade County,11249.0,LGEE +2019,21000.0,Kentucky,21167.0,Mercer County,11249.0,LGEE +2019,21000.0,Kentucky,21173.0,Montgomery County,11249.0,LGEE +2019,21000.0,Kentucky,21177.0,Muhlenberg County,11249.0,LGEE +2019,21000.0,Kentucky,21179.0,Nelson County,11249.0,LGEE +2019,21000.0,Kentucky,21181.0,Nicholas County,11249.0,LGEE +2019,21000.0,Kentucky,21183.0,Ohio County,11249.0,LGEE +2019,21000.0,Kentucky,21185.0,Oldham County,11249.0,LGEE +2019,21000.0,Kentucky,21187.0,Owen County,11249.0,LGEE +2019,21000.0,Kentucky,21191.0,Pendleton County,11249.0,LGEE +2019,21000.0,Kentucky,21199.0,Pulaski County,11249.0,LGEE +2019,21000.0,Kentucky,21201.0,Robertson County,11249.0,LGEE +2019,21000.0,Kentucky,21203.0,Rockcastle County,11249.0,LGEE +2019,21000.0,Kentucky,21205.0,Rowan County,11249.0,LGEE +2019,21000.0,Kentucky,21207.0,Russell County,11249.0,LGEE +2019,21000.0,Kentucky,21209.0,Scott County,11249.0,LGEE +2019,21000.0,Kentucky,21211.0,Shelby County,11249.0,LGEE +2019,21000.0,Kentucky,21215.0,Spencer County,11249.0,LGEE +2019,21000.0,Kentucky,21217.0,Taylor County,11249.0,LGEE +2019,21000.0,Kentucky,21223.0,Trimble County,11249.0,LGEE +2019,21000.0,Kentucky,21225.0,Union County,11249.0,LGEE +2019,21000.0,Kentucky,21229.0,Washington County,11249.0,LGEE +2019,21000.0,Kentucky,21233.0,Webster County,11249.0,LGEE +2019,21000.0,Kentucky,21235.0,Whitley County,11249.0,LGEE +2019,21000.0,Kentucky,21239.0,Woodford County,11249.0,LGEE +2019,47000.0,Tennessee,47025.0,Claiborne County,11249.0,LGEE +2019,51000.0,Virginia,51051.0,Dickenson County,11249.0,LGEE +2019,51000.0,Virginia,51105.0,Lee County,11249.0,LGEE +2019,51000.0,Virginia,51167.0,Russell County,11249.0,LGEE +2019,51000.0,Virginia,51169.0,Scott County,11249.0,LGEE +2019,51000.0,Virginia,51195.0,Wise County,11249.0,LGEE +2019,51000.0,Virginia,51720.0,Norton City,11249.0,LGEE +2019,16000.0,Idaho,16033.0,Clark County,12825.0,NWMT +2019,30000.0,Montana,30001.0,Beaverhead County,12825.0,NWMT +2019,30000.0,Montana,30003.0,Big Horn County,12825.0,NWMT +2019,30000.0,Montana,30005.0,Blaine County,12825.0,NWMT +2019,30000.0,Montana,30007.0,Broadwater County,12825.0,NWMT +2019,30000.0,Montana,30009.0,Carbon County,12825.0,NWMT +2019,30000.0,Montana,30011.0,Carter County,12825.0,NWMT +2019,30000.0,Montana,30013.0,Cascade County,12825.0,NWMT +2019,30000.0,Montana,30015.0,Chouteau County,12825.0,NWMT +2019,30000.0,Montana,30017.0,Custer County,12825.0,NWMT +2019,30000.0,Montana,30021.0,Dawson County,12825.0,NWMT +2019,30000.0,Montana,30023.0,Deer Lodge County,12825.0,NWMT +2019,30000.0,Montana,30025.0,Fallon County,12825.0,NWMT +2019,30000.0,Montana,30027.0,Fergus County,12825.0,NWMT +2019,30000.0,Montana,30029.0,Flathead County,12825.0,NWMT +2019,30000.0,Montana,30031.0,Gallatin County,12825.0,NWMT +2019,30000.0,Montana,30035.0,Glacier County,12825.0,NWMT +2019,30000.0,Montana,30037.0,Golden Valley County,12825.0,NWMT +2019,30000.0,Montana,30039.0,Granite County,12825.0,NWMT +2019,30000.0,Montana,30041.0,Hill County,12825.0,NWMT +2019,30000.0,Montana,30043.0,Jefferson County,12825.0,NWMT +2019,30000.0,Montana,30045.0,Judith Basin County,12825.0,NWMT +2019,30000.0,Montana,30047.0,Lake County,12825.0,NWMT +2019,30000.0,Montana,30049.0,Lewis and Clark County,12825.0,NWMT +2019,30000.0,Montana,30051.0,Liberty County,12825.0,NWMT +2019,30000.0,Montana,30057.0,Madison County,12825.0,NWMT +2019,30000.0,Montana,30059.0,Meagher County,12825.0,NWMT +2019,30000.0,Montana,30061.0,Mineral County,12825.0,NWMT +2019,30000.0,Montana,30063.0,Missoula County,12825.0,NWMT +2019,30000.0,Montana,30065.0,Musselshell County,12825.0,NWMT +2019,30000.0,Montana,30067.0,Park County,12825.0,NWMT +2019,30000.0,Montana,30071.0,Phillips County,12825.0,NWMT +2019,30000.0,Montana,30073.0,Pondera County,12825.0,NWMT +2019,30000.0,Montana,30075.0,Powder River County,12825.0,NWMT +2019,30000.0,Montana,30077.0,Powell County,12825.0,NWMT +2019,30000.0,Montana,30079.0,Prairie County,12825.0,NWMT +2019,30000.0,Montana,30081.0,Ravalli County,12825.0,NWMT +2019,30000.0,Montana,30087.0,Rosebud County,12825.0,NWMT +2019,30000.0,Montana,30089.0,Sanders County,12825.0,NWMT +2019,30000.0,Montana,30093.0,Silver Bow County,12825.0,NWMT +2019,30000.0,Montana,30095.0,Stillwater County,12825.0,NWMT +2019,30000.0,Montana,30097.0,Sweet Grass County,12825.0,NWMT +2019,30000.0,Montana,30099.0,Teton County,12825.0,NWMT +2019,30000.0,Montana,30101.0,Toole County,12825.0,NWMT +2019,30000.0,Montana,30105.0,Valley County,12825.0,NWMT +2019,30000.0,Montana,30107.0,Wheatland County,12825.0,NWMT +2019,30000.0,Montana,30111.0,Yellowstone County,12825.0,NWMT +2019,56000.0,Wyoming,56029.0,Park County,12825.0,NWMT +2019,56000.0,Wyoming,56039.0,Teton County,12825.0,NWMT +2019,6000.0,California,6027.0,Inyo County,13407.0,NEVP +2019,6000.0,California,6051.0,Mono County,13407.0,NEVP +2019,6000.0,California,6057.0,Nevada County,13407.0,NEVP +2019,6000.0,California,6061.0,Placer County,13407.0,NEVP +2019,32000.0,Nevada,32001.0,Churchill County,13407.0,NEVP +2019,32000.0,Nevada,32003.0,Clark County,13407.0,NEVP +2019,32000.0,Nevada,32005.0,Douglas County,13407.0,NEVP +2019,32000.0,Nevada,32007.0,Elko County,13407.0,NEVP +2019,32000.0,Nevada,32009.0,Esmeralda County,13407.0,NEVP +2019,32000.0,Nevada,32011.0,Eureka County,13407.0,NEVP +2019,32000.0,Nevada,32013.0,Humboldt County,13407.0,NEVP +2019,32000.0,Nevada,32015.0,Lander County,13407.0,NEVP +2019,32000.0,Nevada,32017.0,Lincoln County,13407.0,NEVP +2019,32000.0,Nevada,32019.0,Lyon County,13407.0,NEVP +2019,32000.0,Nevada,32021.0,Mineral County,13407.0,NEVP +2019,32000.0,Nevada,32023.0,Nye County,13407.0,NEVP +2019,32000.0,Nevada,32027.0,Pershing County,13407.0,NEVP +2019,32000.0,Nevada,32029.0,Storey County,13407.0,NEVP +2019,32000.0,Nevada,32031.0,Washoe County,13407.0,NEVP +2019,32000.0,Nevada,32033.0,White Pine County,13407.0,NEVP +2019,32000.0,Nevada,32510.0,Carson City,13407.0,NEVP +2019,49000.0,Utah,49023.0,Juab County,13407.0,NEVP +2019,49000.0,Utah,49027.0,Millard County,13407.0,NEVP +2019,49000.0,Utah,49045.0,Tooele County,13407.0,NEVP +2019,9000.0,Connecticut,9001.0,Fairfield County,13434.0,ISNE +2019,9000.0,Connecticut,9003.0,Hartford County,13434.0,ISNE +2019,9000.0,Connecticut,9005.0,Litchfield County,13434.0,ISNE +2019,9000.0,Connecticut,9007.0,Middlesex County,13434.0,ISNE +2019,9000.0,Connecticut,9009.0,New Haven County,13434.0,ISNE +2019,9000.0,Connecticut,9011.0,New London County,13434.0,ISNE +2019,9000.0,Connecticut,9013.0,Tolland County,13434.0,ISNE +2019,9000.0,Connecticut,9015.0,Windham County,13434.0,ISNE +2019,23000.0,Maine,23001.0,Androscoggin County,13434.0,ISNE +2019,23000.0,Maine,23003.0,Aroostook County,13434.0,ISNE +2019,23000.0,Maine,23005.0,Cumberland County,13434.0,ISNE +2019,23000.0,Maine,23007.0,Franklin County,13434.0,ISNE +2019,23000.0,Maine,23009.0,Hancock County,13434.0,ISNE +2019,23000.0,Maine,23011.0,Kennebec County,13434.0,ISNE +2019,23000.0,Maine,23013.0,Knox County,13434.0,ISNE +2019,23000.0,Maine,23015.0,Lincoln County,13434.0,ISNE +2019,23000.0,Maine,23017.0,Oxford County,13434.0,ISNE +2019,23000.0,Maine,23019.0,Penobscot County,13434.0,ISNE +2019,23000.0,Maine,23021.0,Piscataquis County,13434.0,ISNE +2019,23000.0,Maine,23023.0,Sagadahoc County,13434.0,ISNE +2019,23000.0,Maine,23025.0,Somerset County,13434.0,ISNE +2019,23000.0,Maine,23027.0,Waldo County,13434.0,ISNE +2019,23000.0,Maine,23029.0,Washington County,13434.0,ISNE +2019,23000.0,Maine,23031.0,York County,13434.0,ISNE +2019,25000.0,Massachusetts,25001.0,Barnstable County,13434.0,ISNE +2019,25000.0,Massachusetts,25003.0,Berkshire County,13434.0,ISNE +2019,25000.0,Massachusetts,25005.0,Bristol County,13434.0,ISNE +2019,25000.0,Massachusetts,25007.0,Dukes County,13434.0,ISNE +2019,25000.0,Massachusetts,25009.0,Essex County,13434.0,ISNE +2019,25000.0,Massachusetts,25011.0,Franklin County,13434.0,ISNE +2019,25000.0,Massachusetts,25013.0,Hampden County,13434.0,ISNE +2019,25000.0,Massachusetts,25015.0,Hampshire County,13434.0,ISNE +2019,25000.0,Massachusetts,25017.0,Middlesex County,13434.0,ISNE +2019,25000.0,Massachusetts,25019.0,Nantucket County,13434.0,ISNE +2019,25000.0,Massachusetts,25021.0,Norfolk County,13434.0,ISNE +2019,25000.0,Massachusetts,25023.0,Plymouth County,13434.0,ISNE +2019,25000.0,Massachusetts,25025.0,Suffolk County,13434.0,ISNE +2019,25000.0,Massachusetts,25027.0,Worcester County,13434.0,ISNE +2019,33000.0,New Hampshire,33001.0,Belknap County,13434.0,ISNE +2019,33000.0,New Hampshire,33003.0,Carroll County,13434.0,ISNE +2019,33000.0,New Hampshire,33005.0,Cheshire County,13434.0,ISNE +2019,33000.0,New Hampshire,33007.0,Coos County,13434.0,ISNE +2019,33000.0,New Hampshire,33009.0,Grafton County,13434.0,ISNE +2019,33000.0,New Hampshire,33011.0,Hillsborough County,13434.0,ISNE +2019,33000.0,New Hampshire,33013.0,Merrimack County,13434.0,ISNE +2019,33000.0,New Hampshire,33015.0,Rockingham County,13434.0,ISNE +2019,33000.0,New Hampshire,33017.0,Strafford County,13434.0,ISNE +2019,33000.0,New Hampshire,33019.0,Sullivan County,13434.0,ISNE +2019,36000.0,New York,36103.0,Suffolk County,13434.0,ISNE +2019,44000.0,Rhode Island,44001.0,Bristol County,13434.0,ISNE +2019,44000.0,Rhode Island,44003.0,Kent County,13434.0,ISNE +2019,44000.0,Rhode Island,44005.0,Newport County,13434.0,ISNE +2019,44000.0,Rhode Island,44007.0,Providence County,13434.0,ISNE +2019,44000.0,Rhode Island,44009.0,Washington County,13434.0,ISNE +2019,50000.0,Vermont,50001.0,Addison County,13434.0,ISNE +2019,50000.0,Vermont,50003.0,Bennington County,13434.0,ISNE +2019,50000.0,Vermont,50005.0,Caledonia County,13434.0,ISNE +2019,50000.0,Vermont,50007.0,Chittenden County,13434.0,ISNE +2019,50000.0,Vermont,50009.0,Essex County,13434.0,ISNE +2019,50000.0,Vermont,50011.0,Franklin County,13434.0,ISNE +2019,50000.0,Vermont,50013.0,Grand Isle County,13434.0,ISNE +2019,50000.0,Vermont,50015.0,Lamoille County,13434.0,ISNE +2019,50000.0,Vermont,50017.0,Orange County,13434.0,ISNE +2019,50000.0,Vermont,50019.0,Orleans County,13434.0,ISNE +2019,50000.0,Vermont,50021.0,Rutland County,13434.0,ISNE +2019,50000.0,Vermont,50023.0,Washington County,13434.0,ISNE +2019,50000.0,Vermont,50025.0,Windham County,13434.0,ISNE +2019,50000.0,Vermont,50027.0,Windsor County,13434.0,ISNE +2019,12000.0,Florida,12127.0,Volusia County,13485.0,NSB +2019,34000.0,New Jersey,34003.0,Bergen County,13501.0,NYIS +2019,34000.0,New Jersey,34031.0,Passaic County,13501.0,NYIS +2019,34000.0,New Jersey,34037.0,Sussex County,13501.0,NYIS +2019,36000.0,New York,36001.0,Albany County,13501.0,NYIS +2019,36000.0,New York,36003.0,Allegany County,13501.0,NYIS +2019,36000.0,New York,36005.0,Bronx County,13501.0,NYIS +2019,36000.0,New York,36007.0,Broome County,13501.0,NYIS +2019,36000.0,New York,36009.0,Cattaraugus County,13501.0,NYIS +2019,36000.0,New York,36011.0,Cayuga County,13501.0,NYIS +2019,36000.0,New York,36013.0,Chautauqua County,13501.0,NYIS +2019,36000.0,New York,36015.0,Chemung County,13501.0,NYIS +2019,36000.0,New York,36017.0,Chenango County,13501.0,NYIS +2019,36000.0,New York,36019.0,Clinton County,13501.0,NYIS +2019,36000.0,New York,36021.0,Columbia County,13501.0,NYIS +2019,36000.0,New York,36023.0,Cortland County,13501.0,NYIS +2019,36000.0,New York,36025.0,Delaware County,13501.0,NYIS +2019,36000.0,New York,36027.0,Dutchess County,13501.0,NYIS +2019,36000.0,New York,36029.0,Erie County,13501.0,NYIS +2019,36000.0,New York,36031.0,Essex County,13501.0,NYIS +2019,36000.0,New York,36033.0,Franklin County,13501.0,NYIS +2019,36000.0,New York,36035.0,Fulton County,13501.0,NYIS +2019,36000.0,New York,36037.0,Genesee County,13501.0,NYIS +2019,36000.0,New York,36039.0,Greene County,13501.0,NYIS +2019,36000.0,New York,36041.0,Hamilton County,13501.0,NYIS +2019,36000.0,New York,36043.0,Herkimer County,13501.0,NYIS +2019,36000.0,New York,36045.0,Jefferson County,13501.0,NYIS +2019,36000.0,New York,36047.0,Kings County,13501.0,NYIS +2019,36000.0,New York,36049.0,Lewis County,13501.0,NYIS +2019,36000.0,New York,36051.0,Livingston County,13501.0,NYIS +2019,36000.0,New York,36053.0,Madison County,13501.0,NYIS +2019,36000.0,New York,36055.0,Monroe County,13501.0,NYIS +2019,36000.0,New York,36057.0,Montgomery County,13501.0,NYIS +2019,36000.0,New York,36059.0,Nassau County,13501.0,NYIS +2019,36000.0,New York,36061.0,New York County,13501.0,NYIS +2019,36000.0,New York,36063.0,Niagara County,13501.0,NYIS +2019,36000.0,New York,36065.0,Oneida County,13501.0,NYIS +2019,36000.0,New York,36067.0,Onondaga County,13501.0,NYIS +2019,36000.0,New York,36069.0,Ontario County,13501.0,NYIS +2019,36000.0,New York,36071.0,Orange County,13501.0,NYIS +2019,36000.0,New York,36073.0,Orleans County,13501.0,NYIS +2019,36000.0,New York,36075.0,Oswego County,13501.0,NYIS +2019,36000.0,New York,36077.0,Otsego County,13501.0,NYIS +2019,36000.0,New York,36079.0,Putnam County,13501.0,NYIS +2019,36000.0,New York,36081.0,Queens County,13501.0,NYIS +2019,36000.0,New York,36083.0,Rensselaer County,13501.0,NYIS +2019,36000.0,New York,36085.0,Richmond County,13501.0,NYIS +2019,36000.0,New York,36087.0,Rockland County,13501.0,NYIS +2019,36000.0,New York,36089.0,St. Lawrence County,13501.0,NYIS +2019,36000.0,New York,36091.0,Saratoga County,13501.0,NYIS +2019,36000.0,New York,36093.0,Schenectady County,13501.0,NYIS +2019,36000.0,New York,36095.0,Schoharie County,13501.0,NYIS +2019,36000.0,New York,36097.0,Schuyler County,13501.0,NYIS +2019,36000.0,New York,36099.0,Seneca County,13501.0,NYIS +2019,36000.0,New York,36101.0,Steuben County,13501.0,NYIS +2019,36000.0,New York,36103.0,Suffolk County,13501.0,NYIS +2019,36000.0,New York,36105.0,Sullivan County,13501.0,NYIS +2019,36000.0,New York,36107.0,Tioga County,13501.0,NYIS +2019,36000.0,New York,36109.0,Tompkins County,13501.0,NYIS +2019,36000.0,New York,36111.0,Ulster County,13501.0,NYIS +2019,36000.0,New York,36113.0,Warren County,13501.0,NYIS +2019,36000.0,New York,36115.0,Washington County,13501.0,NYIS +2019,36000.0,New York,36117.0,Wayne County,13501.0,NYIS +2019,36000.0,New York,36119.0,Westchester County,13501.0,NYIS +2019,36000.0,New York,36121.0,Wyoming County,13501.0,NYIS +2019,36000.0,New York,36123.0,Yates County,13501.0,NYIS +2019,42000.0,Pennsylvania,42103.0,Pike County,13501.0,NYIS +2019,39000.0,Ohio,39131.0,Pike County,14015.0,OVEC +2019,6000.0,California,6015.0,Del Norte County,14378.0,PACW +2019,6000.0,California,6035.0,Lassen County,14378.0,PACW +2019,6000.0,California,6049.0,Modoc County,14378.0,PACW +2019,6000.0,California,6089.0,Shasta County,14378.0,PACW +2019,6000.0,California,6093.0,Siskiyou County,14378.0,PACW +2019,16000.0,Idaho,16005.0,Bannock County,14378.0,PACW +2019,16000.0,Idaho,16007.0,Bear Lake County,14378.0,PACW +2019,16000.0,Idaho,16011.0,Bingham County,14378.0,PACW +2019,16000.0,Idaho,16019.0,Bonneville County,14378.0,PACW +2019,16000.0,Idaho,16023.0,Butte County,14378.0,PACW +2019,16000.0,Idaho,16029.0,Caribou County,14378.0,PACW +2019,16000.0,Idaho,16033.0,Clark County,14378.0,PACW +2019,16000.0,Idaho,16041.0,Franklin County,14378.0,PACW +2019,16000.0,Idaho,16043.0,Fremont County,14378.0,PACW +2019,16000.0,Idaho,16051.0,Jefferson County,14378.0,PACW +2019,16000.0,Idaho,16065.0,Madison County,14378.0,PACW +2019,16000.0,Idaho,16071.0,Oneida County,14378.0,PACW +2019,16000.0,Idaho,16077.0,Power County,14378.0,PACW +2019,16000.0,Idaho,16081.0,Teton County,14378.0,PACW +2019,32000.0,Nevada,32031.0,Washoe County,14378.0,PACW +2019,41000.0,Oregon,41003.0,Benton County,14378.0,PACW +2019,41000.0,Oregon,41007.0,Clatsop County,14378.0,PACW +2019,41000.0,Oregon,41011.0,Coos County,14378.0,PACW +2019,41000.0,Oregon,41013.0,Crook County,14378.0,PACW +2019,41000.0,Oregon,41017.0,Deschutes County,14378.0,PACW +2019,41000.0,Oregon,41019.0,Douglas County,14378.0,PACW +2019,41000.0,Oregon,41021.0,Gilliam County,14378.0,PACW +2019,41000.0,Oregon,41027.0,Hood River County,14378.0,PACW +2019,41000.0,Oregon,41029.0,Jackson County,14378.0,PACW +2019,41000.0,Oregon,41031.0,Jefferson County,14378.0,PACW +2019,41000.0,Oregon,41033.0,Josephine County,14378.0,PACW +2019,41000.0,Oregon,41035.0,Klamath County,14378.0,PACW +2019,41000.0,Oregon,41037.0,Lake County,14378.0,PACW +2019,41000.0,Oregon,41039.0,Lane County,14378.0,PACW +2019,41000.0,Oregon,41041.0,Lincoln County,14378.0,PACW +2019,41000.0,Oregon,41043.0,Linn County,14378.0,PACW +2019,41000.0,Oregon,41047.0,Marion County,14378.0,PACW +2019,41000.0,Oregon,41049.0,Morrow County,14378.0,PACW +2019,41000.0,Oregon,41051.0,Multnomah County,14378.0,PACW +2019,41000.0,Oregon,41053.0,Polk County,14378.0,PACW +2019,41000.0,Oregon,41055.0,Sherman County,14378.0,PACW +2019,41000.0,Oregon,41057.0,Tillamook County,14378.0,PACW +2019,41000.0,Oregon,41059.0,Umatilla County,14378.0,PACW +2019,41000.0,Oregon,41063.0,Wallowa County,14378.0,PACW +2019,41000.0,Oregon,41065.0,Wasco County,14378.0,PACW +2019,49000.0,Utah,49001.0,Beaver County,14378.0,PACW +2019,49000.0,Utah,49003.0,Box Elder County,14378.0,PACW +2019,49000.0,Utah,49005.0,Cache County,14378.0,PACW +2019,49000.0,Utah,49007.0,Carbon County,14378.0,PACW +2019,49000.0,Utah,49011.0,Davis County,14378.0,PACW +2019,49000.0,Utah,49013.0,Duchesne County,14378.0,PACW +2019,49000.0,Utah,49015.0,Emery County,14378.0,PACW +2019,49000.0,Utah,49017.0,Garfield County,14378.0,PACW +2019,49000.0,Utah,49019.0,Grand County,14378.0,PACW +2019,49000.0,Utah,49021.0,Iron County,14378.0,PACW +2019,49000.0,Utah,49023.0,Juab County,14378.0,PACW +2019,49000.0,Utah,49027.0,Millard County,14378.0,PACW +2019,49000.0,Utah,49029.0,Morgan County,14378.0,PACW +2019,49000.0,Utah,49031.0,Piute County,14378.0,PACW +2019,49000.0,Utah,49033.0,Rich County,14378.0,PACW +2019,49000.0,Utah,49035.0,Salt Lake County,14378.0,PACW +2019,49000.0,Utah,49037.0,San Juan County,14378.0,PACW +2019,49000.0,Utah,49039.0,Sanpete County,14378.0,PACW +2019,49000.0,Utah,49041.0,Sevier County,14378.0,PACW +2019,49000.0,Utah,49043.0,Summit County,14378.0,PACW +2019,49000.0,Utah,49045.0,Tooele County,14378.0,PACW +2019,49000.0,Utah,49047.0,Uintah County,14378.0,PACW +2019,49000.0,Utah,49049.0,Utah County,14378.0,PACW +2019,49000.0,Utah,49051.0,Wasatch County,14378.0,PACW +2019,49000.0,Utah,49053.0,Washington County,14378.0,PACW +2019,49000.0,Utah,49057.0,Weber County,14378.0,PACW +2019,53000.0,Washington,53005.0,Benton County,14378.0,PACW +2019,53000.0,Washington,53013.0,Columbia County,14378.0,PACW +2019,53000.0,Washington,53015.0,Cowlitz County,14378.0,PACW +2019,53000.0,Washington,53023.0,Garfield County,14378.0,PACW +2019,53000.0,Washington,53071.0,Walla Walla County,14378.0,PACW +2019,53000.0,Washington,53077.0,Yakima County,14378.0,PACW +2019,56000.0,Wyoming,56001.0,Albany County,14378.0,PACW +2019,56000.0,Wyoming,56003.0,Big Horn County,14378.0,PACW +2019,56000.0,Wyoming,56007.0,Carbon County,14378.0,PACW +2019,56000.0,Wyoming,56009.0,Converse County,14378.0,PACW +2019,56000.0,Wyoming,56013.0,Fremont County,14378.0,PACW +2019,56000.0,Wyoming,56017.0,Hot Springs County,14378.0,PACW +2019,56000.0,Wyoming,56019.0,Johnson County,14378.0,PACW +2019,56000.0,Wyoming,56023.0,Lincoln County,14378.0,PACW +2019,56000.0,Wyoming,56025.0,Natrona County,14378.0,PACW +2019,56000.0,Wyoming,56029.0,Park County,14378.0,PACW +2019,56000.0,Wyoming,56031.0,Platte County,14378.0,PACW +2019,56000.0,Wyoming,56035.0,Sublette County,14378.0,PACW +2019,56000.0,Wyoming,56037.0,Sweetwater County,14378.0,PACW +2019,56000.0,Wyoming,56041.0,Uinta County,14378.0,PACW +2019,56000.0,Wyoming,56043.0,Washakie County,14378.0,PACW +2019,4000.0,Arizona,4001.0,Apache County,14379.0,PACE +2019,4000.0,Arizona,4005.0,Coconino County,14379.0,PACE +2019,4000.0,Arizona,4015.0,Mohave County,14379.0,PACE +2019,4000.0,Arizona,4017.0,Navajo County,14379.0,PACE +2019,6000.0,California,6015.0,Del Norte County,14379.0,PACE +2019,6000.0,California,6049.0,Modoc County,14379.0,PACE +2019,6000.0,California,6089.0,Shasta County,14379.0,PACE +2019,6000.0,California,6093.0,Siskiyou County,14379.0,PACE +2019,8000.0,Colorado,8103.0,Rio Blanco County,14379.0,PACE +2019,16000.0,Idaho,16005.0,Bannock County,14379.0,PACE +2019,16000.0,Idaho,16007.0,Bear Lake County,14379.0,PACE +2019,16000.0,Idaho,16011.0,Bingham County,14379.0,PACE +2019,16000.0,Idaho,16013.0,Blaine County,14379.0,PACE +2019,16000.0,Idaho,16019.0,Bonneville County,14379.0,PACE +2019,16000.0,Idaho,16023.0,Butte County,14379.0,PACE +2019,16000.0,Idaho,16029.0,Caribou County,14379.0,PACE +2019,16000.0,Idaho,16033.0,Clark County,14379.0,PACE +2019,16000.0,Idaho,16037.0,Custer County,14379.0,PACE +2019,16000.0,Idaho,16041.0,Franklin County,14379.0,PACE +2019,16000.0,Idaho,16043.0,Fremont County,14379.0,PACE +2019,16000.0,Idaho,16051.0,Jefferson County,14379.0,PACE +2019,16000.0,Idaho,16065.0,Madison County,14379.0,PACE +2019,16000.0,Idaho,16071.0,Oneida County,14379.0,PACE +2019,16000.0,Idaho,16077.0,Power County,14379.0,PACE +2019,16000.0,Idaho,16081.0,Teton County,14379.0,PACE +2019,35000.0,New Mexico,35031.0,McKinley County,14379.0,PACE +2019,35000.0,New Mexico,35045.0,San Juan County,14379.0,PACE +2019,41000.0,Oregon,41003.0,Benton County,14379.0,PACE +2019,41000.0,Oregon,41007.0,Clatsop County,14379.0,PACE +2019,41000.0,Oregon,41011.0,Coos County,14379.0,PACE +2019,41000.0,Oregon,41013.0,Crook County,14379.0,PACE +2019,41000.0,Oregon,41017.0,Deschutes County,14379.0,PACE +2019,41000.0,Oregon,41019.0,Douglas County,14379.0,PACE +2019,41000.0,Oregon,41021.0,Gilliam County,14379.0,PACE +2019,41000.0,Oregon,41027.0,Hood River County,14379.0,PACE +2019,41000.0,Oregon,41029.0,Jackson County,14379.0,PACE +2019,41000.0,Oregon,41031.0,Jefferson County,14379.0,PACE +2019,41000.0,Oregon,41033.0,Josephine County,14379.0,PACE +2019,41000.0,Oregon,41035.0,Klamath County,14379.0,PACE +2019,41000.0,Oregon,41037.0,Lake County,14379.0,PACE +2019,41000.0,Oregon,41039.0,Lane County,14379.0,PACE +2019,41000.0,Oregon,41041.0,Lincoln County,14379.0,PACE +2019,41000.0,Oregon,41043.0,Linn County,14379.0,PACE +2019,41000.0,Oregon,41047.0,Marion County,14379.0,PACE +2019,41000.0,Oregon,41049.0,Morrow County,14379.0,PACE +2019,41000.0,Oregon,41051.0,Multnomah County,14379.0,PACE +2019,41000.0,Oregon,41053.0,Polk County,14379.0,PACE +2019,41000.0,Oregon,41055.0,Sherman County,14379.0,PACE +2019,41000.0,Oregon,41057.0,Tillamook County,14379.0,PACE +2019,41000.0,Oregon,41059.0,Umatilla County,14379.0,PACE +2019,41000.0,Oregon,41063.0,Wallowa County,14379.0,PACE +2019,41000.0,Oregon,41065.0,Wasco County,14379.0,PACE +2019,49000.0,Utah,49001.0,Beaver County,14379.0,PACE +2019,49000.0,Utah,49003.0,Box Elder County,14379.0,PACE +2019,49000.0,Utah,49005.0,Cache County,14379.0,PACE +2019,49000.0,Utah,49007.0,Carbon County,14379.0,PACE +2019,49000.0,Utah,49011.0,Davis County,14379.0,PACE +2019,49000.0,Utah,49013.0,Duchesne County,14379.0,PACE +2019,49000.0,Utah,49015.0,Emery County,14379.0,PACE +2019,49000.0,Utah,49017.0,Garfield County,14379.0,PACE +2019,49000.0,Utah,49019.0,Grand County,14379.0,PACE +2019,49000.0,Utah,49021.0,Iron County,14379.0,PACE +2019,49000.0,Utah,49023.0,Juab County,14379.0,PACE +2019,49000.0,Utah,49027.0,Millard County,14379.0,PACE +2019,49000.0,Utah,49029.0,Morgan County,14379.0,PACE +2019,49000.0,Utah,49031.0,Piute County,14379.0,PACE +2019,49000.0,Utah,49033.0,Rich County,14379.0,PACE +2019,49000.0,Utah,49035.0,Salt Lake County,14379.0,PACE +2019,49000.0,Utah,49037.0,San Juan County,14379.0,PACE +2019,49000.0,Utah,49039.0,Sanpete County,14379.0,PACE +2019,49000.0,Utah,49041.0,Sevier County,14379.0,PACE +2019,49000.0,Utah,49043.0,Summit County,14379.0,PACE +2019,49000.0,Utah,49045.0,Tooele County,14379.0,PACE +2019,49000.0,Utah,49047.0,Uintah County,14379.0,PACE +2019,49000.0,Utah,49049.0,Utah County,14379.0,PACE +2019,49000.0,Utah,49051.0,Wasatch County,14379.0,PACE +2019,49000.0,Utah,49053.0,Washington County,14379.0,PACE +2019,49000.0,Utah,49057.0,Weber County,14379.0,PACE +2019,53000.0,Washington,53005.0,Benton County,14379.0,PACE +2019,53000.0,Washington,53013.0,Columbia County,14379.0,PACE +2019,53000.0,Washington,53015.0,Cowlitz County,14379.0,PACE +2019,53000.0,Washington,53023.0,Garfield County,14379.0,PACE +2019,53000.0,Washington,53071.0,Walla Walla County,14379.0,PACE +2019,53000.0,Washington,53077.0,Yakima County,14379.0,PACE +2019,56000.0,Wyoming,56001.0,Albany County,14379.0,PACE +2019,56000.0,Wyoming,56003.0,Big Horn County,14379.0,PACE +2019,56000.0,Wyoming,56007.0,Carbon County,14379.0,PACE +2019,56000.0,Wyoming,56009.0,Converse County,14379.0,PACE +2019,56000.0,Wyoming,56013.0,Fremont County,14379.0,PACE +2019,56000.0,Wyoming,56017.0,Hot Springs County,14379.0,PACE +2019,56000.0,Wyoming,56019.0,Johnson County,14379.0,PACE +2019,56000.0,Wyoming,56023.0,Lincoln County,14379.0,PACE +2019,56000.0,Wyoming,56025.0,Natrona County,14379.0,PACE +2019,56000.0,Wyoming,56029.0,Park County,14379.0,PACE +2019,56000.0,Wyoming,56031.0,Platte County,14379.0,PACE +2019,56000.0,Wyoming,56035.0,Sublette County,14379.0,PACE +2019,56000.0,Wyoming,56037.0,Sweetwater County,14379.0,PACE +2019,56000.0,Wyoming,56041.0,Uinta County,14379.0,PACE +2019,56000.0,Wyoming,56043.0,Washakie County,14379.0,PACE +2019,12000.0,Florida,12009.0,Brevard County,14610.0,FMPP +2019,12000.0,Florida,12019.0,Clay County,14610.0,FMPP +2019,12000.0,Florida,12083.0,Marion County,14610.0,FMPP +2019,12000.0,Florida,12087.0,Monroe County,14610.0,FMPP +2019,12000.0,Florida,12095.0,Orange County,14610.0,FMPP +2019,12000.0,Florida,12097.0,Osceola County,14610.0,FMPP +2019,12000.0,Florida,12099.0,Palm Beach County,14610.0,FMPP +2019,12000.0,Florida,12105.0,Polk County,14610.0,FMPP +2019,12000.0,Florida,12111.0,St. Lucie County,14610.0,FMPP +2019,53000.0,Washington,53001.0,Adams County,14624.0,GCPD +2019,53000.0,Washington,53017.0,Douglas County,14624.0,GCPD +2019,53000.0,Washington,53025.0,Grant County,14624.0,GCPD +2019,53000.0,Washington,53037.0,Kittitas County,14624.0,GCPD +2019,53000.0,Washington,53043.0,Lincoln County,14624.0,GCPD +2019,10000.0,Delaware,10001.0,Kent County,14725.0,PJM +2019,10000.0,Delaware,10003.0,New Castle County,14725.0,PJM +2019,10000.0,Delaware,10005.0,Sussex County,14725.0,PJM +2019,11000.0,District of Columbia,11000.0,District of Columbia,14725.0,PJM +2019,17000.0,Illinois,17007.0,Boone County,14725.0,PJM +2019,17000.0,Illinois,17011.0,Bureau County,14725.0,PJM +2019,17000.0,Illinois,17015.0,Carroll County,14725.0,PJM +2019,17000.0,Illinois,17031.0,Cook County,14725.0,PJM +2019,17000.0,Illinois,17037.0,DeKalb County,14725.0,PJM +2019,17000.0,Illinois,17043.0,DuPage County,14725.0,PJM +2019,17000.0,Illinois,17053.0,Ford County,14725.0,PJM +2019,17000.0,Illinois,17063.0,Grundy County,14725.0,PJM +2019,17000.0,Illinois,17085.0,Jo Daviess County,14725.0,PJM +2019,17000.0,Illinois,17089.0,Kane County,14725.0,PJM +2019,17000.0,Illinois,17091.0,Kankakee County,14725.0,PJM +2019,17000.0,Illinois,17093.0,Kendall County,14725.0,PJM +2019,17000.0,Illinois,17097.0,Lake County,14725.0,PJM +2019,17000.0,Illinois,17099.0,LaSalle County,14725.0,PJM +2019,17000.0,Illinois,17103.0,Lee County,14725.0,PJM +2019,17000.0,Illinois,17105.0,Livingston County,14725.0,PJM +2019,17000.0,Illinois,17111.0,McHenry County,14725.0,PJM +2019,17000.0,Illinois,17123.0,Marshall County,14725.0,PJM +2019,17000.0,Illinois,17141.0,Ogle County,14725.0,PJM +2019,17000.0,Illinois,17177.0,Stephenson County,14725.0,PJM +2019,17000.0,Illinois,17195.0,Whiteside County,14725.0,PJM +2019,17000.0,Illinois,17197.0,Will County,14725.0,PJM +2019,17000.0,Illinois,17201.0,Winnebago County,14725.0,PJM +2019,17000.0,Illinois,17203.0,Woodford County,14725.0,PJM +2019,18000.0,Indiana,18001.0,Adams County,14725.0,PJM +2019,18000.0,Indiana,18003.0,Allen County,14725.0,PJM +2019,18000.0,Indiana,18009.0,Blackford County,14725.0,PJM +2019,18000.0,Indiana,18027.0,Daviess County,14725.0,PJM +2019,18000.0,Indiana,18033.0,DeKalb County,14725.0,PJM +2019,18000.0,Indiana,18035.0,Delaware County,14725.0,PJM +2019,18000.0,Indiana,18039.0,Elkhart County,14725.0,PJM +2019,18000.0,Indiana,18047.0,Franklin County,14725.0,PJM +2019,18000.0,Indiana,18053.0,Grant County,14725.0,PJM +2019,18000.0,Indiana,18057.0,Hamilton County,14725.0,PJM +2019,18000.0,Indiana,18065.0,Henry County,14725.0,PJM +2019,18000.0,Indiana,18067.0,Howard County,14725.0,PJM +2019,18000.0,Indiana,18069.0,Huntington County,14725.0,PJM +2019,18000.0,Indiana,18075.0,Jay County,14725.0,PJM +2019,18000.0,Indiana,18085.0,Kosciusko County,14725.0,PJM +2019,18000.0,Indiana,18087.0,LaGrange County,14725.0,PJM +2019,18000.0,Indiana,18091.0,LaPorte County,14725.0,PJM +2019,18000.0,Indiana,18095.0,Madison County,14725.0,PJM +2019,18000.0,Indiana,18099.0,Marshall County,14725.0,PJM +2019,18000.0,Indiana,18103.0,Miami County,14725.0,PJM +2019,18000.0,Indiana,18107.0,Montgomery County,14725.0,PJM +2019,18000.0,Indiana,18113.0,Noble County,14725.0,PJM +2019,18000.0,Indiana,18135.0,Randolph County,14725.0,PJM +2019,18000.0,Indiana,18139.0,Rush County,14725.0,PJM +2019,18000.0,Indiana,18141.0,St. Joseph County,14725.0,PJM +2019,18000.0,Indiana,18151.0,Steuben County,14725.0,PJM +2019,18000.0,Indiana,18159.0,Tipton County,14725.0,PJM +2019,18000.0,Indiana,18169.0,Wabash County,14725.0,PJM +2019,18000.0,Indiana,18177.0,Wayne County,14725.0,PJM +2019,18000.0,Indiana,18179.0,Wells County,14725.0,PJM +2019,18000.0,Indiana,18183.0,Whitley County,14725.0,PJM +2019,21000.0,Kentucky,21001.0,Adair County,14725.0,PJM +2019,21000.0,Kentucky,21005.0,Anderson County,14725.0,PJM +2019,21000.0,Kentucky,21009.0,Barren County,14725.0,PJM +2019,21000.0,Kentucky,21011.0,Bath County,14725.0,PJM +2019,21000.0,Kentucky,21013.0,Bell County,14725.0,PJM +2019,21000.0,Kentucky,21015.0,Boone County,14725.0,PJM +2019,21000.0,Kentucky,21017.0,Bourbon County,14725.0,PJM +2019,21000.0,Kentucky,21019.0,Boyd County,14725.0,PJM +2019,21000.0,Kentucky,21021.0,Boyle County,14725.0,PJM +2019,21000.0,Kentucky,21023.0,Bracken County,14725.0,PJM +2019,21000.0,Kentucky,21025.0,Breathitt County,14725.0,PJM +2019,21000.0,Kentucky,21027.0,Breckinridge County,14725.0,PJM +2019,21000.0,Kentucky,21029.0,Bullitt County,14725.0,PJM +2019,21000.0,Kentucky,21037.0,Campbell County,14725.0,PJM +2019,21000.0,Kentucky,21041.0,Carroll County,14725.0,PJM +2019,21000.0,Kentucky,21043.0,Carter County,14725.0,PJM +2019,21000.0,Kentucky,21045.0,Casey County,14725.0,PJM +2019,21000.0,Kentucky,21049.0,Clark County,14725.0,PJM +2019,21000.0,Kentucky,21051.0,Clay County,14725.0,PJM +2019,21000.0,Kentucky,21053.0,Clinton County,14725.0,PJM +2019,21000.0,Kentucky,21057.0,Cumberland County,14725.0,PJM +2019,21000.0,Kentucky,21061.0,Edmonson County,14725.0,PJM +2019,21000.0,Kentucky,21063.0,Elliott County,14725.0,PJM +2019,21000.0,Kentucky,21065.0,Estill County,14725.0,PJM +2019,21000.0,Kentucky,21067.0,Fayette County,14725.0,PJM +2019,21000.0,Kentucky,21069.0,Fleming County,14725.0,PJM +2019,21000.0,Kentucky,21071.0,Floyd County,14725.0,PJM +2019,21000.0,Kentucky,21073.0,Franklin County,14725.0,PJM +2019,21000.0,Kentucky,21077.0,Gallatin County,14725.0,PJM +2019,21000.0,Kentucky,21079.0,Garrard County,14725.0,PJM +2019,21000.0,Kentucky,21081.0,Grant County,14725.0,PJM +2019,21000.0,Kentucky,21085.0,Grayson County,14725.0,PJM +2019,21000.0,Kentucky,21087.0,Green County,14725.0,PJM +2019,21000.0,Kentucky,21089.0,Greenup County,14725.0,PJM +2019,21000.0,Kentucky,21093.0,Hardin County,14725.0,PJM +2019,21000.0,Kentucky,21095.0,Harlan County,14725.0,PJM +2019,21000.0,Kentucky,21097.0,Harrison County,14725.0,PJM +2019,21000.0,Kentucky,21099.0,Hart County,14725.0,PJM +2019,21000.0,Kentucky,21103.0,Henry County,14725.0,PJM +2019,21000.0,Kentucky,21109.0,Jackson County,14725.0,PJM +2019,21000.0,Kentucky,21111.0,Jefferson County,14725.0,PJM +2019,21000.0,Kentucky,21113.0,Jessamine County,14725.0,PJM +2019,21000.0,Kentucky,21115.0,Johnson County,14725.0,PJM +2019,21000.0,Kentucky,21117.0,Kenton County,14725.0,PJM +2019,21000.0,Kentucky,21119.0,Knott County,14725.0,PJM +2019,21000.0,Kentucky,21121.0,Knox County,14725.0,PJM +2019,21000.0,Kentucky,21123.0,Larue County,14725.0,PJM +2019,21000.0,Kentucky,21125.0,Laurel County,14725.0,PJM +2019,21000.0,Kentucky,21127.0,Lawrence County,14725.0,PJM +2019,21000.0,Kentucky,21129.0,Lee County,14725.0,PJM +2019,21000.0,Kentucky,21131.0,Leslie County,14725.0,PJM +2019,21000.0,Kentucky,21133.0,Letcher County,14725.0,PJM +2019,21000.0,Kentucky,21135.0,Lewis County,14725.0,PJM +2019,21000.0,Kentucky,21137.0,Lincoln County,14725.0,PJM +2019,21000.0,Kentucky,21147.0,McCreary County,14725.0,PJM +2019,21000.0,Kentucky,21151.0,Madison County,14725.0,PJM +2019,21000.0,Kentucky,21153.0,Magoffin County,14725.0,PJM +2019,21000.0,Kentucky,21155.0,Marion County,14725.0,PJM +2019,21000.0,Kentucky,21159.0,Martin County,14725.0,PJM +2019,21000.0,Kentucky,21161.0,Mason County,14725.0,PJM +2019,21000.0,Kentucky,21163.0,Meade County,14725.0,PJM +2019,21000.0,Kentucky,21165.0,Menifee County,14725.0,PJM +2019,21000.0,Kentucky,21167.0,Mercer County,14725.0,PJM +2019,21000.0,Kentucky,21169.0,Metcalfe County,14725.0,PJM +2019,21000.0,Kentucky,21173.0,Montgomery County,14725.0,PJM +2019,21000.0,Kentucky,21175.0,Morgan County,14725.0,PJM +2019,21000.0,Kentucky,21179.0,Nelson County,14725.0,PJM +2019,21000.0,Kentucky,21181.0,Nicholas County,14725.0,PJM +2019,21000.0,Kentucky,21185.0,Oldham County,14725.0,PJM +2019,21000.0,Kentucky,21187.0,Owen County,14725.0,PJM +2019,21000.0,Kentucky,21189.0,Owsley County,14725.0,PJM +2019,21000.0,Kentucky,21191.0,Pendleton County,14725.0,PJM +2019,21000.0,Kentucky,21193.0,Perry County,14725.0,PJM +2019,21000.0,Kentucky,21195.0,Pike County,14725.0,PJM +2019,21000.0,Kentucky,21197.0,Powell County,14725.0,PJM +2019,21000.0,Kentucky,21199.0,Pulaski County,14725.0,PJM +2019,21000.0,Kentucky,21201.0,Robertson County,14725.0,PJM +2019,21000.0,Kentucky,21203.0,Rockcastle County,14725.0,PJM +2019,21000.0,Kentucky,21205.0,Rowan County,14725.0,PJM +2019,21000.0,Kentucky,21207.0,Russell County,14725.0,PJM +2019,21000.0,Kentucky,21209.0,Scott County,14725.0,PJM +2019,21000.0,Kentucky,21211.0,Shelby County,14725.0,PJM +2019,21000.0,Kentucky,21215.0,Spencer County,14725.0,PJM +2019,21000.0,Kentucky,21217.0,Taylor County,14725.0,PJM +2019,21000.0,Kentucky,21223.0,Trimble County,14725.0,PJM +2019,21000.0,Kentucky,21229.0,Washington County,14725.0,PJM +2019,21000.0,Kentucky,21231.0,Wayne County,14725.0,PJM +2019,21000.0,Kentucky,21235.0,Whitley County,14725.0,PJM +2019,21000.0,Kentucky,21237.0,Wolfe County,14725.0,PJM +2019,21000.0,Kentucky,21239.0,Woodford County,14725.0,PJM +2019,24000.0,Maryland,24001.0,Allegany County,14725.0,PJM +2019,24000.0,Maryland,24003.0,Anne Arundel County,14725.0,PJM +2019,24000.0,Maryland,24005.0,Baltimore County,14725.0,PJM +2019,24000.0,Maryland,24009.0,Calvert County,14725.0,PJM +2019,24000.0,Maryland,24011.0,Caroline County,14725.0,PJM +2019,24000.0,Maryland,24013.0,Carroll County,14725.0,PJM +2019,24000.0,Maryland,24015.0,Cecil County,14725.0,PJM +2019,24000.0,Maryland,24017.0,Charles County,14725.0,PJM +2019,24000.0,Maryland,24019.0,Dorchester County,14725.0,PJM +2019,24000.0,Maryland,24021.0,Frederick County,14725.0,PJM +2019,24000.0,Maryland,24023.0,Garrett County,14725.0,PJM +2019,24000.0,Maryland,24025.0,Harford County,14725.0,PJM +2019,24000.0,Maryland,24027.0,Howard County,14725.0,PJM +2019,24000.0,Maryland,24029.0,Kent County,14725.0,PJM +2019,24000.0,Maryland,24031.0,Montgomery County,14725.0,PJM +2019,24000.0,Maryland,24033.0,Prince George's County,14725.0,PJM +2019,24000.0,Maryland,24035.0,Queen Anne's County,14725.0,PJM +2019,24000.0,Maryland,24037.0,St. Mary's County,14725.0,PJM +2019,24000.0,Maryland,24039.0,Somerset County,14725.0,PJM +2019,24000.0,Maryland,24041.0,Talbot County,14725.0,PJM +2019,24000.0,Maryland,24043.0,Washington County,14725.0,PJM +2019,24000.0,Maryland,24045.0,Wicomico County,14725.0,PJM +2019,24000.0,Maryland,24047.0,Worcester County,14725.0,PJM +2019,24000.0,Maryland,24510.0,Baltimore City,14725.0,PJM +2019,26000.0,Michigan,26005.0,Allegan County,14725.0,PJM +2019,26000.0,Michigan,26021.0,Berrien County,14725.0,PJM +2019,26000.0,Michigan,26027.0,Cass County,14725.0,PJM +2019,26000.0,Michigan,26077.0,Kalamazoo County,14725.0,PJM +2019,26000.0,Michigan,26091.0,Lenawee County,14725.0,PJM +2019,26000.0,Michigan,26115.0,Monroe County,14725.0,PJM +2019,26000.0,Michigan,26149.0,St. Joseph County,14725.0,PJM +2019,26000.0,Michigan,26159.0,Van Buren County,14725.0,PJM +2019,34000.0,New Jersey,34001.0,Atlantic County,14725.0,PJM +2019,34000.0,New Jersey,34003.0,Bergen County,14725.0,PJM +2019,34000.0,New Jersey,34005.0,Burlington County,14725.0,PJM +2019,34000.0,New Jersey,34007.0,Camden County,14725.0,PJM +2019,34000.0,New Jersey,34009.0,Cape May County,14725.0,PJM +2019,34000.0,New Jersey,34011.0,Cumberland County,14725.0,PJM +2019,34000.0,New Jersey,34013.0,Essex County,14725.0,PJM +2019,34000.0,New Jersey,34015.0,Gloucester County,14725.0,PJM +2019,34000.0,New Jersey,34017.0,Hudson County,14725.0,PJM +2019,34000.0,New Jersey,34019.0,Hunterdon County,14725.0,PJM +2019,34000.0,New Jersey,34021.0,Mercer County,14725.0,PJM +2019,34000.0,New Jersey,34023.0,Middlesex County,14725.0,PJM +2019,34000.0,New Jersey,34025.0,Monmouth County,14725.0,PJM +2019,34000.0,New Jersey,34027.0,Morris County,14725.0,PJM +2019,34000.0,New Jersey,34029.0,Ocean County,14725.0,PJM +2019,34000.0,New Jersey,34031.0,Passaic County,14725.0,PJM +2019,34000.0,New Jersey,34033.0,Salem County,14725.0,PJM +2019,34000.0,New Jersey,34035.0,Somerset County,14725.0,PJM +2019,34000.0,New Jersey,34037.0,Sussex County,14725.0,PJM +2019,34000.0,New Jersey,34039.0,Union County,14725.0,PJM +2019,34000.0,New Jersey,34041.0,Warren County,14725.0,PJM +2019,36000.0,New York,36015.0,Chemung County,14725.0,PJM +2019,36000.0,New York,36107.0,Tioga County,14725.0,PJM +2019,37000.0,North Carolina,37013.0,Beaufort County,14725.0,PJM +2019,37000.0,North Carolina,37015.0,Bertie County,14725.0,PJM +2019,37000.0,North Carolina,37019.0,Brunswick County,14725.0,PJM +2019,37000.0,North Carolina,37025.0,Cabarrus County,14725.0,PJM +2019,37000.0,North Carolina,37029.0,Camden County,14725.0,PJM +2019,37000.0,North Carolina,37041.0,Chowan County,14725.0,PJM +2019,37000.0,North Carolina,37049.0,Craven County,14725.0,PJM +2019,37000.0,North Carolina,37051.0,Cumberland County,14725.0,PJM +2019,37000.0,North Carolina,37053.0,Currituck County,14725.0,PJM +2019,37000.0,North Carolina,37055.0,Dare County,14725.0,PJM +2019,37000.0,North Carolina,37065.0,Edgecombe County,14725.0,PJM +2019,37000.0,North Carolina,37073.0,Gates County,14725.0,PJM +2019,37000.0,North Carolina,37077.0,Granville County,14725.0,PJM +2019,37000.0,North Carolina,37083.0,Halifax County,14725.0,PJM +2019,37000.0,North Carolina,37091.0,Hertford County,14725.0,PJM +2019,37000.0,North Carolina,37095.0,Hyde County,14725.0,PJM +2019,37000.0,North Carolina,37117.0,Martin County,14725.0,PJM +2019,37000.0,North Carolina,37127.0,Nash County,14725.0,PJM +2019,37000.0,North Carolina,37131.0,Northampton County,14725.0,PJM +2019,37000.0,North Carolina,37137.0,Pamlico County,14725.0,PJM +2019,37000.0,North Carolina,37139.0,Pasquotank County,14725.0,PJM +2019,37000.0,North Carolina,37143.0,Perquimans County,14725.0,PJM +2019,37000.0,North Carolina,37145.0,Person County,14725.0,PJM +2019,37000.0,North Carolina,37147.0,Pitt County,14725.0,PJM +2019,37000.0,North Carolina,37177.0,Tyrrell County,14725.0,PJM +2019,37000.0,North Carolina,37181.0,Vance County,14725.0,PJM +2019,37000.0,North Carolina,37185.0,Warren County,14725.0,PJM +2019,37000.0,North Carolina,37187.0,Washington County,14725.0,PJM +2019,37000.0,North Carolina,37195.0,Wilson County,14725.0,PJM +2019,39000.0,Ohio,39001.0,Adams County,14725.0,PJM +2019,39000.0,Ohio,39003.0,Allen County,14725.0,PJM +2019,39000.0,Ohio,39005.0,Ashland County,14725.0,PJM +2019,39000.0,Ohio,39007.0,Ashtabula County,14725.0,PJM +2019,39000.0,Ohio,39009.0,Athens County,14725.0,PJM +2019,39000.0,Ohio,39011.0,Auglaize County,14725.0,PJM +2019,39000.0,Ohio,39013.0,Belmont County,14725.0,PJM +2019,39000.0,Ohio,39015.0,Brown County,14725.0,PJM +2019,39000.0,Ohio,39017.0,Butler County,14725.0,PJM +2019,39000.0,Ohio,39019.0,Carroll County,14725.0,PJM +2019,39000.0,Ohio,39021.0,Champaign County,14725.0,PJM +2019,39000.0,Ohio,39023.0,Clark County,14725.0,PJM +2019,39000.0,Ohio,39025.0,Clermont County,14725.0,PJM +2019,39000.0,Ohio,39027.0,Clinton County,14725.0,PJM +2019,39000.0,Ohio,39029.0,Columbiana County,14725.0,PJM +2019,39000.0,Ohio,39031.0,Coshocton County,14725.0,PJM +2019,39000.0,Ohio,39033.0,Crawford County,14725.0,PJM +2019,39000.0,Ohio,39035.0,Cuyahoga County,14725.0,PJM +2019,39000.0,Ohio,39037.0,Darke County,14725.0,PJM +2019,39000.0,Ohio,39039.0,Defiance County,14725.0,PJM +2019,39000.0,Ohio,39041.0,Delaware County,14725.0,PJM +2019,39000.0,Ohio,39043.0,Erie County,14725.0,PJM +2019,39000.0,Ohio,39045.0,Fairfield County,14725.0,PJM +2019,39000.0,Ohio,39047.0,Fayette County,14725.0,PJM +2019,39000.0,Ohio,39049.0,Franklin County,14725.0,PJM +2019,39000.0,Ohio,39051.0,Fulton County,14725.0,PJM +2019,39000.0,Ohio,39053.0,Gallia County,14725.0,PJM +2019,39000.0,Ohio,39055.0,Geauga County,14725.0,PJM +2019,39000.0,Ohio,39057.0,Greene County,14725.0,PJM +2019,39000.0,Ohio,39059.0,Guernsey County,14725.0,PJM +2019,39000.0,Ohio,39061.0,Hamilton County,14725.0,PJM +2019,39000.0,Ohio,39063.0,Hancock County,14725.0,PJM +2019,39000.0,Ohio,39065.0,Hardin County,14725.0,PJM +2019,39000.0,Ohio,39067.0,Harrison County,14725.0,PJM +2019,39000.0,Ohio,39069.0,Henry County,14725.0,PJM +2019,39000.0,Ohio,39071.0,Highland County,14725.0,PJM +2019,39000.0,Ohio,39073.0,Hocking County,14725.0,PJM +2019,39000.0,Ohio,39075.0,Holmes County,14725.0,PJM +2019,39000.0,Ohio,39077.0,Huron County,14725.0,PJM +2019,39000.0,Ohio,39079.0,Jackson County,14725.0,PJM +2019,39000.0,Ohio,39081.0,Jefferson County,14725.0,PJM +2019,39000.0,Ohio,39083.0,Knox County,14725.0,PJM +2019,39000.0,Ohio,39085.0,Lake County,14725.0,PJM +2019,39000.0,Ohio,39087.0,Lawrence County,14725.0,PJM +2019,39000.0,Ohio,39089.0,Licking County,14725.0,PJM +2019,39000.0,Ohio,39091.0,Logan County,14725.0,PJM +2019,39000.0,Ohio,39093.0,Lorain County,14725.0,PJM +2019,39000.0,Ohio,39095.0,Lucas County,14725.0,PJM +2019,39000.0,Ohio,39097.0,Madison County,14725.0,PJM +2019,39000.0,Ohio,39099.0,Mahoning County,14725.0,PJM +2019,39000.0,Ohio,39101.0,Marion County,14725.0,PJM +2019,39000.0,Ohio,39103.0,Medina County,14725.0,PJM +2019,39000.0,Ohio,39105.0,Meigs County,14725.0,PJM +2019,39000.0,Ohio,39107.0,Mercer County,14725.0,PJM +2019,39000.0,Ohio,39109.0,Miami County,14725.0,PJM +2019,39000.0,Ohio,39111.0,Monroe County,14725.0,PJM +2019,39000.0,Ohio,39113.0,Montgomery County,14725.0,PJM +2019,39000.0,Ohio,39115.0,Morgan County,14725.0,PJM +2019,39000.0,Ohio,39117.0,Morrow County,14725.0,PJM +2019,39000.0,Ohio,39119.0,Muskingum County,14725.0,PJM +2019,39000.0,Ohio,39121.0,Noble County,14725.0,PJM +2019,39000.0,Ohio,39123.0,Ottawa County,14725.0,PJM +2019,39000.0,Ohio,39125.0,Paulding County,14725.0,PJM +2019,39000.0,Ohio,39127.0,Perry County,14725.0,PJM +2019,39000.0,Ohio,39129.0,Pickaway County,14725.0,PJM +2019,39000.0,Ohio,39131.0,Pike County,14725.0,PJM +2019,39000.0,Ohio,39133.0,Portage County,14725.0,PJM +2019,39000.0,Ohio,39135.0,Preble County,14725.0,PJM +2019,39000.0,Ohio,39137.0,Putnam County,14725.0,PJM +2019,39000.0,Ohio,39139.0,Richland County,14725.0,PJM +2019,39000.0,Ohio,39141.0,Ross County,14725.0,PJM +2019,39000.0,Ohio,39143.0,Sandusky County,14725.0,PJM +2019,39000.0,Ohio,39145.0,Scioto County,14725.0,PJM +2019,39000.0,Ohio,39147.0,Seneca County,14725.0,PJM +2019,39000.0,Ohio,39149.0,Shelby County,14725.0,PJM +2019,39000.0,Ohio,39151.0,Stark County,14725.0,PJM +2019,39000.0,Ohio,39153.0,Summit County,14725.0,PJM +2019,39000.0,Ohio,39155.0,Trumbull County,14725.0,PJM +2019,39000.0,Ohio,39157.0,Tuscarawas County,14725.0,PJM +2019,39000.0,Ohio,39159.0,Union County,14725.0,PJM +2019,39000.0,Ohio,39161.0,Van Wert County,14725.0,PJM +2019,39000.0,Ohio,39163.0,Vinton County,14725.0,PJM +2019,39000.0,Ohio,39165.0,Warren County,14725.0,PJM +2019,39000.0,Ohio,39167.0,Washington County,14725.0,PJM +2019,39000.0,Ohio,39169.0,Wayne County,14725.0,PJM +2019,39000.0,Ohio,39171.0,Williams County,14725.0,PJM +2019,39000.0,Ohio,39173.0,Wood County,14725.0,PJM +2019,39000.0,Ohio,39175.0,Wyandot County,14725.0,PJM +2019,42000.0,Pennsylvania,42001.0,Adams County,14725.0,PJM +2019,42000.0,Pennsylvania,42003.0,Allegheny County,14725.0,PJM +2019,42000.0,Pennsylvania,42005.0,Armstrong County,14725.0,PJM +2019,42000.0,Pennsylvania,42007.0,Beaver County,14725.0,PJM +2019,42000.0,Pennsylvania,42009.0,Bedford County,14725.0,PJM +2019,42000.0,Pennsylvania,42011.0,Berks County,14725.0,PJM +2019,42000.0,Pennsylvania,42013.0,Blair County,14725.0,PJM +2019,42000.0,Pennsylvania,42015.0,Bradford County,14725.0,PJM +2019,42000.0,Pennsylvania,42017.0,Bucks County,14725.0,PJM +2019,42000.0,Pennsylvania,42019.0,Butler County,14725.0,PJM +2019,42000.0,Pennsylvania,42021.0,Cambria County,14725.0,PJM +2019,42000.0,Pennsylvania,42023.0,Cameron County,14725.0,PJM +2019,42000.0,Pennsylvania,42025.0,Carbon County,14725.0,PJM +2019,42000.0,Pennsylvania,42027.0,Centre County,14725.0,PJM +2019,42000.0,Pennsylvania,42029.0,Chester County,14725.0,PJM +2019,42000.0,Pennsylvania,42031.0,Clarion County,14725.0,PJM +2019,42000.0,Pennsylvania,42033.0,Clearfield County,14725.0,PJM +2019,42000.0,Pennsylvania,42035.0,Clinton County,14725.0,PJM +2019,42000.0,Pennsylvania,42037.0,Columbia County,14725.0,PJM +2019,42000.0,Pennsylvania,42039.0,Crawford County,14725.0,PJM +2019,42000.0,Pennsylvania,42041.0,Cumberland County,14725.0,PJM +2019,42000.0,Pennsylvania,42043.0,Dauphin County,14725.0,PJM +2019,42000.0,Pennsylvania,42045.0,Delaware County,14725.0,PJM +2019,42000.0,Pennsylvania,42047.0,Elk County,14725.0,PJM +2019,42000.0,Pennsylvania,42049.0,Erie County,14725.0,PJM +2019,42000.0,Pennsylvania,42051.0,Fayette County,14725.0,PJM +2019,42000.0,Pennsylvania,42053.0,Forest County,14725.0,PJM +2019,42000.0,Pennsylvania,42055.0,Franklin County,14725.0,PJM +2019,42000.0,Pennsylvania,42057.0,Fulton County,14725.0,PJM +2019,42000.0,Pennsylvania,42059.0,Greene County,14725.0,PJM +2019,42000.0,Pennsylvania,42061.0,Huntingdon County,14725.0,PJM +2019,42000.0,Pennsylvania,42063.0,Indiana County,14725.0,PJM +2019,42000.0,Pennsylvania,42065.0,Jefferson County,14725.0,PJM +2019,42000.0,Pennsylvania,42067.0,Juniata County,14725.0,PJM +2019,42000.0,Pennsylvania,42069.0,Lackawanna County,14725.0,PJM +2019,42000.0,Pennsylvania,42071.0,Lancaster County,14725.0,PJM +2019,42000.0,Pennsylvania,42073.0,Lawrence County,14725.0,PJM +2019,42000.0,Pennsylvania,42075.0,Lebanon County,14725.0,PJM +2019,42000.0,Pennsylvania,42077.0,Lehigh County,14725.0,PJM +2019,42000.0,Pennsylvania,42079.0,Luzerne County,14725.0,PJM +2019,42000.0,Pennsylvania,42081.0,Lycoming County,14725.0,PJM +2019,42000.0,Pennsylvania,42083.0,McKean County,14725.0,PJM +2019,42000.0,Pennsylvania,42085.0,Mercer County,14725.0,PJM +2019,42000.0,Pennsylvania,42087.0,Mifflin County,14725.0,PJM +2019,42000.0,Pennsylvania,42089.0,Monroe County,14725.0,PJM +2019,42000.0,Pennsylvania,42091.0,Montgomery County,14725.0,PJM +2019,42000.0,Pennsylvania,42093.0,Montour County,14725.0,PJM +2019,42000.0,Pennsylvania,42095.0,Northampton County,14725.0,PJM +2019,42000.0,Pennsylvania,42097.0,Northumberland County,14725.0,PJM +2019,42000.0,Pennsylvania,42099.0,Perry County,14725.0,PJM +2019,42000.0,Pennsylvania,42101.0,Philadelphia County,14725.0,PJM +2019,42000.0,Pennsylvania,42103.0,Pike County,14725.0,PJM +2019,42000.0,Pennsylvania,42105.0,Potter County,14725.0,PJM +2019,42000.0,Pennsylvania,42107.0,Schuylkill County,14725.0,PJM +2019,42000.0,Pennsylvania,42109.0,Snyder County,14725.0,PJM +2019,42000.0,Pennsylvania,42111.0,Somerset County,14725.0,PJM +2019,42000.0,Pennsylvania,42113.0,Sullivan County,14725.0,PJM +2019,42000.0,Pennsylvania,42115.0,Susquehanna County,14725.0,PJM +2019,42000.0,Pennsylvania,42117.0,Tioga County,14725.0,PJM +2019,42000.0,Pennsylvania,42119.0,Union County,14725.0,PJM +2019,42000.0,Pennsylvania,42121.0,Venango County,14725.0,PJM +2019,42000.0,Pennsylvania,42123.0,Warren County,14725.0,PJM +2019,42000.0,Pennsylvania,42125.0,Washington County,14725.0,PJM +2019,42000.0,Pennsylvania,42127.0,Wayne County,14725.0,PJM +2019,42000.0,Pennsylvania,42129.0,Westmoreland County,14725.0,PJM +2019,42000.0,Pennsylvania,42131.0,Wyoming County,14725.0,PJM +2019,42000.0,Pennsylvania,42133.0,York County,14725.0,PJM +2019,47000.0,Tennessee,47013.0,Campbell County,14725.0,PJM +2019,47000.0,Tennessee,47025.0,Claiborne County,14725.0,PJM +2019,47000.0,Tennessee,47073.0,Hawkins County,14725.0,PJM +2019,47000.0,Tennessee,47137.0,Pickett County,14725.0,PJM +2019,47000.0,Tennessee,47151.0,Scott County,14725.0,PJM +2019,47000.0,Tennessee,47163.0,Sullivan County,14725.0,PJM +2019,47000.0,Tennessee,47179.0,Washington County,14725.0,PJM +2019,51000.0,Virginia,51001.0,Accomack County,14725.0,PJM +2019,51000.0,Virginia,51003.0,Albemarle County,14725.0,PJM +2019,51000.0,Virginia,51005.0,Alleghany County,14725.0,PJM +2019,51000.0,Virginia,51007.0,Amelia County,14725.0,PJM +2019,51000.0,Virginia,51009.0,Amherst County,14725.0,PJM +2019,51000.0,Virginia,51011.0,Appomattox County,14725.0,PJM +2019,51000.0,Virginia,51013.0,Arlington County,14725.0,PJM +2019,51000.0,Virginia,51015.0,Augusta County,14725.0,PJM +2019,51000.0,Virginia,51017.0,Bath County,14725.0,PJM +2019,51000.0,Virginia,51019.0,Bedford County,14725.0,PJM +2019,51000.0,Virginia,51021.0,Bland County,14725.0,PJM +2019,51000.0,Virginia,51023.0,Botetourt County,14725.0,PJM +2019,51000.0,Virginia,51025.0,Brunswick County,14725.0,PJM +2019,51000.0,Virginia,51027.0,Buchanan County,14725.0,PJM +2019,51000.0,Virginia,51029.0,Buckingham County,14725.0,PJM +2019,51000.0,Virginia,51031.0,Campbell County,14725.0,PJM +2019,51000.0,Virginia,51033.0,Caroline County,14725.0,PJM +2019,51000.0,Virginia,51035.0,Carroll County,14725.0,PJM +2019,51000.0,Virginia,51036.0,Charles City County,14725.0,PJM +2019,51000.0,Virginia,51037.0,Charlotte County,14725.0,PJM +2019,51000.0,Virginia,51041.0,Chesterfield County,14725.0,PJM +2019,51000.0,Virginia,51043.0,Clarke County,14725.0,PJM +2019,51000.0,Virginia,51045.0,Craig County,14725.0,PJM +2019,51000.0,Virginia,51047.0,Culpeper County,14725.0,PJM +2019,51000.0,Virginia,51049.0,Cumberland County,14725.0,PJM +2019,51000.0,Virginia,51051.0,Dickenson County,14725.0,PJM +2019,51000.0,Virginia,51053.0,Dinwiddie County,14725.0,PJM +2019,51000.0,Virginia,51057.0,Essex County,14725.0,PJM +2019,51000.0,Virginia,51059.0,Fairfax County,14725.0,PJM +2019,51000.0,Virginia,51061.0,Fauquier County,14725.0,PJM +2019,51000.0,Virginia,51063.0,Floyd County,14725.0,PJM +2019,51000.0,Virginia,51065.0,Fluvanna County,14725.0,PJM +2019,51000.0,Virginia,51067.0,Franklin County,14725.0,PJM +2019,51000.0,Virginia,51069.0,Frederick County,14725.0,PJM +2019,51000.0,Virginia,51071.0,Giles County,14725.0,PJM +2019,51000.0,Virginia,51073.0,Gloucester County,14725.0,PJM +2019,51000.0,Virginia,51075.0,Goochland County,14725.0,PJM +2019,51000.0,Virginia,51077.0,Grayson County,14725.0,PJM +2019,51000.0,Virginia,51079.0,Greene County,14725.0,PJM +2019,51000.0,Virginia,51081.0,Greensville County,14725.0,PJM +2019,51000.0,Virginia,51083.0,Halifax County,14725.0,PJM +2019,51000.0,Virginia,51085.0,Hanover County,14725.0,PJM +2019,51000.0,Virginia,51087.0,Henrico County,14725.0,PJM +2019,51000.0,Virginia,51089.0,Henry County,14725.0,PJM +2019,51000.0,Virginia,51091.0,Highland County,14725.0,PJM +2019,51000.0,Virginia,51093.0,Isle of Wight County,14725.0,PJM +2019,51000.0,Virginia,51095.0,James City County,14725.0,PJM +2019,51000.0,Virginia,51097.0,King and Queen County,14725.0,PJM +2019,51000.0,Virginia,51099.0,King George County,14725.0,PJM +2019,51000.0,Virginia,51101.0,King William County,14725.0,PJM +2019,51000.0,Virginia,51103.0,Lancaster County,14725.0,PJM +2019,51000.0,Virginia,51107.0,Loudoun County,14725.0,PJM +2019,51000.0,Virginia,51109.0,Louisa County,14725.0,PJM +2019,51000.0,Virginia,51111.0,Lunenburg County,14725.0,PJM +2019,51000.0,Virginia,51113.0,Madison County,14725.0,PJM +2019,51000.0,Virginia,51115.0,Mathews County,14725.0,PJM +2019,51000.0,Virginia,51117.0,Mecklenburg County,14725.0,PJM +2019,51000.0,Virginia,51119.0,Middlesex County,14725.0,PJM +2019,51000.0,Virginia,51121.0,Montgomery County,14725.0,PJM +2019,51000.0,Virginia,51125.0,Nelson County,14725.0,PJM +2019,51000.0,Virginia,51127.0,New Kent County,14725.0,PJM +2019,51000.0,Virginia,51131.0,Northampton County,14725.0,PJM +2019,51000.0,Virginia,51133.0,Northumberland County,14725.0,PJM +2019,51000.0,Virginia,51135.0,Nottoway County,14725.0,PJM +2019,51000.0,Virginia,51137.0,Orange County,14725.0,PJM +2019,51000.0,Virginia,51139.0,Page County,14725.0,PJM +2019,51000.0,Virginia,51141.0,Patrick County,14725.0,PJM +2019,51000.0,Virginia,51143.0,Pittsylvania County,14725.0,PJM +2019,51000.0,Virginia,51145.0,Powhatan County,14725.0,PJM +2019,51000.0,Virginia,51147.0,Prince Edward County,14725.0,PJM +2019,51000.0,Virginia,51149.0,Prince George County,14725.0,PJM +2019,51000.0,Virginia,51153.0,Prince William County,14725.0,PJM +2019,51000.0,Virginia,51155.0,Pulaski County,14725.0,PJM +2019,51000.0,Virginia,51157.0,Rappahannock County,14725.0,PJM +2019,51000.0,Virginia,51159.0,Richmond County,14725.0,PJM +2019,51000.0,Virginia,51161.0,Roanoke County,14725.0,PJM +2019,51000.0,Virginia,51163.0,Rockbridge County,14725.0,PJM +2019,51000.0,Virginia,51165.0,Rockingham County,14725.0,PJM +2019,51000.0,Virginia,51167.0,Russell County,14725.0,PJM +2019,51000.0,Virginia,51169.0,Scott County,14725.0,PJM +2019,51000.0,Virginia,51171.0,Shenandoah County,14725.0,PJM +2019,51000.0,Virginia,51173.0,Smyth County,14725.0,PJM +2019,51000.0,Virginia,51175.0,Southampton County,14725.0,PJM +2019,51000.0,Virginia,51177.0,Spotsylvania County,14725.0,PJM +2019,51000.0,Virginia,51179.0,Stafford County,14725.0,PJM +2019,51000.0,Virginia,51181.0,Surry County,14725.0,PJM +2019,51000.0,Virginia,51183.0,Sussex County,14725.0,PJM +2019,51000.0,Virginia,51185.0,Tazewell County,14725.0,PJM +2019,51000.0,Virginia,51187.0,Warren County,14725.0,PJM +2019,51000.0,Virginia,51191.0,Washington County,14725.0,PJM +2019,51000.0,Virginia,51193.0,Westmoreland County,14725.0,PJM +2019,51000.0,Virginia,51195.0,Wise County,14725.0,PJM +2019,51000.0,Virginia,51197.0,Wythe County,14725.0,PJM +2019,51000.0,Virginia,51199.0,York County,14725.0,PJM +2019,51000.0,Virginia,51510.0,Alexandria City,14725.0,PJM +2019,51000.0,Virginia,51515.0,Bedford City,14725.0,PJM +2019,51000.0,Virginia,51530.0,Buena Vista City,14725.0,PJM +2019,51000.0,Virginia,51540.0,Charlottesville City,14725.0,PJM +2019,51000.0,Virginia,51550.0,Chesapeake City,14725.0,PJM +2019,51000.0,Virginia,51570.0,Colonial Heights City,14725.0,PJM +2019,51000.0,Virginia,51580.0,Covington City,14725.0,PJM +2019,51000.0,Virginia,51590.0,Danville City,14725.0,PJM +2019,51000.0,Virginia,51595.0,Emporia City,14725.0,PJM +2019,51000.0,Virginia,51600.0,Fairfax City,14725.0,PJM +2019,51000.0,Virginia,51610.0,Falls Church City,14725.0,PJM +2019,51000.0,Virginia,51620.0,Franklin City,14725.0,PJM +2019,51000.0,Virginia,51630.0,Fredericksburg City,14725.0,PJM +2019,51000.0,Virginia,51640.0,Galax City,14725.0,PJM +2019,51000.0,Virginia,51650.0,Hampton City,14725.0,PJM +2019,51000.0,Virginia,51660.0,Harrisonburg City,14725.0,PJM +2019,51000.0,Virginia,51670.0,Hopewell City,14725.0,PJM +2019,51000.0,Virginia,51678.0,Lexington City,14725.0,PJM +2019,51000.0,Virginia,51680.0,Lynchburg City,14725.0,PJM +2019,51000.0,Virginia,51683.0,Manassas City,14725.0,PJM +2019,51000.0,Virginia,51685.0,Manassas Park City,14725.0,PJM +2019,51000.0,Virginia,51690.0,Martinsville City,14725.0,PJM +2019,51000.0,Virginia,51700.0,Newport News City,14725.0,PJM +2019,51000.0,Virginia,51710.0,Norfolk City,14725.0,PJM +2019,51000.0,Virginia,51730.0,Petersburg City,14725.0,PJM +2019,51000.0,Virginia,51735.0,Poquoson City,14725.0,PJM +2019,51000.0,Virginia,51740.0,Portsmouth City,14725.0,PJM +2019,51000.0,Virginia,51750.0,Radford City,14725.0,PJM +2019,51000.0,Virginia,51760.0,Richmond City,14725.0,PJM +2019,51000.0,Virginia,51770.0,Roanoke City,14725.0,PJM +2019,51000.0,Virginia,51775.0,Salem City,14725.0,PJM +2019,51000.0,Virginia,51790.0,Staunton City,14725.0,PJM +2019,51000.0,Virginia,51800.0,Suffolk City,14725.0,PJM +2019,51000.0,Virginia,51810.0,Virginia Beach City,14725.0,PJM +2019,51000.0,Virginia,51820.0,Waynesboro City,14725.0,PJM +2019,51000.0,Virginia,51830.0,Williamsburg City,14725.0,PJM +2019,51000.0,Virginia,51840.0,Winchester City,14725.0,PJM +2019,54000.0,West Virginia,54001.0,Barbour County,14725.0,PJM +2019,54000.0,West Virginia,54003.0,Berkeley County,14725.0,PJM +2019,54000.0,West Virginia,54005.0,Boone County,14725.0,PJM +2019,54000.0,West Virginia,54007.0,Braxton County,14725.0,PJM +2019,54000.0,West Virginia,54009.0,Brooke County,14725.0,PJM +2019,54000.0,West Virginia,54011.0,Cabell County,14725.0,PJM +2019,54000.0,West Virginia,54013.0,Calhoun County,14725.0,PJM +2019,54000.0,West Virginia,54015.0,Clay County,14725.0,PJM +2019,54000.0,West Virginia,54017.0,Doddridge County,14725.0,PJM +2019,54000.0,West Virginia,54019.0,Fayette County,14725.0,PJM +2019,54000.0,West Virginia,54021.0,Gilmer County,14725.0,PJM +2019,54000.0,West Virginia,54023.0,Grant County,14725.0,PJM +2019,54000.0,West Virginia,54025.0,Greenbrier County,14725.0,PJM +2019,54000.0,West Virginia,54027.0,Hampshire County,14725.0,PJM +2019,54000.0,West Virginia,54029.0,Hancock County,14725.0,PJM +2019,54000.0,West Virginia,54031.0,Hardy County,14725.0,PJM +2019,54000.0,West Virginia,54033.0,Harrison County,14725.0,PJM +2019,54000.0,West Virginia,54035.0,Jackson County,14725.0,PJM +2019,54000.0,West Virginia,54037.0,Jefferson County,14725.0,PJM +2019,54000.0,West Virginia,54039.0,Kanawha County,14725.0,PJM +2019,54000.0,West Virginia,54041.0,Lewis County,14725.0,PJM +2019,54000.0,West Virginia,54043.0,Lincoln County,14725.0,PJM +2019,54000.0,West Virginia,54045.0,Logan County,14725.0,PJM +2019,54000.0,West Virginia,54047.0,McDowell County,14725.0,PJM +2019,54000.0,West Virginia,54049.0,Marion County,14725.0,PJM +2019,54000.0,West Virginia,54051.0,Marshall County,14725.0,PJM +2019,54000.0,West Virginia,54053.0,Mason County,14725.0,PJM +2019,54000.0,West Virginia,54055.0,Mercer County,14725.0,PJM +2019,54000.0,West Virginia,54057.0,Mineral County,14725.0,PJM +2019,54000.0,West Virginia,54059.0,Mingo County,14725.0,PJM +2019,54000.0,West Virginia,54061.0,Monongalia County,14725.0,PJM +2019,54000.0,West Virginia,54063.0,Monroe County,14725.0,PJM +2019,54000.0,West Virginia,54065.0,Morgan County,14725.0,PJM +2019,54000.0,West Virginia,54067.0,Nicholas County,14725.0,PJM +2019,54000.0,West Virginia,54069.0,Ohio County,14725.0,PJM +2019,54000.0,West Virginia,54071.0,Pendleton County,14725.0,PJM +2019,54000.0,West Virginia,54073.0,Pleasants County,14725.0,PJM +2019,54000.0,West Virginia,54075.0,Pocahontas County,14725.0,PJM +2019,54000.0,West Virginia,54077.0,Preston County,14725.0,PJM +2019,54000.0,West Virginia,54079.0,Putnam County,14725.0,PJM +2019,54000.0,West Virginia,54081.0,Raleigh County,14725.0,PJM +2019,54000.0,West Virginia,54083.0,Randolph County,14725.0,PJM +2019,54000.0,West Virginia,54085.0,Ritchie County,14725.0,PJM +2019,54000.0,West Virginia,54087.0,Roane County,14725.0,PJM +2019,54000.0,West Virginia,54089.0,Summers County,14725.0,PJM +2019,54000.0,West Virginia,54091.0,Taylor County,14725.0,PJM +2019,54000.0,West Virginia,54093.0,Tucker County,14725.0,PJM +2019,54000.0,West Virginia,54095.0,Tyler County,14725.0,PJM +2019,54000.0,West Virginia,54097.0,Upshur County,14725.0,PJM +2019,54000.0,West Virginia,54099.0,Wayne County,14725.0,PJM +2019,54000.0,West Virginia,54101.0,Webster County,14725.0,PJM +2019,54000.0,West Virginia,54103.0,Wetzel County,14725.0,PJM +2019,54000.0,West Virginia,54105.0,Wirt County,14725.0,PJM +2019,54000.0,West Virginia,54107.0,Wood County,14725.0,PJM +2019,54000.0,West Virginia,54109.0,Wyoming County,14725.0,PJM +2019,41000.0,Oregon,41005.0,Clackamas County,15248.0,PGE +2019,41000.0,Oregon,41009.0,Columbia County,15248.0,PGE +2019,41000.0,Oregon,41047.0,Marion County,15248.0,PGE +2019,41000.0,Oregon,41051.0,Multnomah County,15248.0,PGE +2019,41000.0,Oregon,41053.0,Polk County,15248.0,PGE +2019,41000.0,Oregon,41067.0,Washington County,15248.0,PGE +2019,41000.0,Oregon,41071.0,Yamhill County,15248.0,PGE +2019,8000.0,Colorado,8001.0,Adams County,15466.0,PSCO +2019,8000.0,Colorado,8003.0,Alamosa County,15466.0,PSCO +2019,8000.0,Colorado,8005.0,Arapahoe County,15466.0,PSCO +2019,8000.0,Colorado,8007.0,Archuleta County,15466.0,PSCO +2019,8000.0,Colorado,8009.0,Baca County,15466.0,PSCO +2019,8000.0,Colorado,8011.0,Bent County,15466.0,PSCO +2019,8000.0,Colorado,8013.0,Boulder County,15466.0,PSCO +2019,8000.0,Colorado,8015.0,Chaffee County,15466.0,PSCO +2019,8000.0,Colorado,8019.0,Clear Creek County,15466.0,PSCO +2019,8000.0,Colorado,8021.0,Conejos County,15466.0,PSCO +2019,8000.0,Colorado,8023.0,Costilla County,15466.0,PSCO +2019,8000.0,Colorado,8025.0,Crowley County,15466.0,PSCO +2019,8000.0,Colorado,8027.0,Custer County,15466.0,PSCO +2019,8000.0,Colorado,8029.0,Delta County,15466.0,PSCO +2019,8000.0,Colorado,8031.0,Denver County,15466.0,PSCO +2019,8000.0,Colorado,8033.0,Dolores County,15466.0,PSCO +2019,8000.0,Colorado,8035.0,Douglas County,15466.0,PSCO +2019,8000.0,Colorado,8037.0,Eagle County,15466.0,PSCO +2019,8000.0,Colorado,8039.0,Elbert County,15466.0,PSCO +2019,8000.0,Colorado,8041.0,El Paso County,15466.0,PSCO +2019,8000.0,Colorado,8043.0,Fremont County,15466.0,PSCO +2019,8000.0,Colorado,8045.0,Garfield County,15466.0,PSCO +2019,8000.0,Colorado,8047.0,Gilpin County,15466.0,PSCO +2019,8000.0,Colorado,8049.0,Grand County,15466.0,PSCO +2019,8000.0,Colorado,8051.0,Gunnison County,15466.0,PSCO +2019,8000.0,Colorado,8053.0,Hinsdale County,15466.0,PSCO +2019,8000.0,Colorado,8055.0,Huerfano County,15466.0,PSCO +2019,8000.0,Colorado,8059.0,Jefferson County,15466.0,PSCO +2019,8000.0,Colorado,8061.0,Kiowa County,15466.0,PSCO +2019,8000.0,Colorado,8065.0,Lake County,15466.0,PSCO +2019,8000.0,Colorado,8067.0,La Plata County,15466.0,PSCO +2019,8000.0,Colorado,8069.0,Larimer County,15466.0,PSCO +2019,8000.0,Colorado,8071.0,Las Animas County,15466.0,PSCO +2019,8000.0,Colorado,8075.0,Logan County,15466.0,PSCO +2019,8000.0,Colorado,8077.0,Mesa County,15466.0,PSCO +2019,8000.0,Colorado,8079.0,Mineral County,15466.0,PSCO +2019,8000.0,Colorado,8081.0,Moffat County,15466.0,PSCO +2019,8000.0,Colorado,8083.0,Montezuma County,15466.0,PSCO +2019,8000.0,Colorado,8085.0,Montrose County,15466.0,PSCO +2019,8000.0,Colorado,8087.0,Morgan County,15466.0,PSCO +2019,8000.0,Colorado,8089.0,Otero County,15466.0,PSCO +2019,8000.0,Colorado,8091.0,Ouray County,15466.0,PSCO +2019,8000.0,Colorado,8093.0,Park County,15466.0,PSCO +2019,8000.0,Colorado,8097.0,Pitkin County,15466.0,PSCO +2019,8000.0,Colorado,8099.0,Prowers County,15466.0,PSCO +2019,8000.0,Colorado,8101.0,Pueblo County,15466.0,PSCO +2019,8000.0,Colorado,8103.0,Rio Blanco County,15466.0,PSCO +2019,8000.0,Colorado,8105.0,Rio Grande County,15466.0,PSCO +2019,8000.0,Colorado,8107.0,Routt County,15466.0,PSCO +2019,8000.0,Colorado,8109.0,Saguache County,15466.0,PSCO +2019,8000.0,Colorado,8113.0,San Miguel County,15466.0,PSCO +2019,8000.0,Colorado,8117.0,Summit County,15466.0,PSCO +2019,8000.0,Colorado,8119.0,Teller County,15466.0,PSCO +2019,8000.0,Colorado,8121.0,Washington County,15466.0,PSCO +2019,8000.0,Colorado,8123.0,Weld County,15466.0,PSCO +2019,8000.0,Colorado,8125.0,Yuma County,15466.0,PSCO +2019,35000.0,New Mexico,35007.0,Colfax County,15466.0,PSCO +2019,56000.0,Wyoming,56007.0,Carbon County,15466.0,PSCO +2019,4000.0,Arizona,4001.0,Apache County,15473.0,PNM +2019,4000.0,Arizona,4003.0,Cochise County ,15473.0,PNM +2019,4000.0,Arizona,4007.0,Gila County,15473.0,PNM +2019,4000.0,Arizona,4011.0,Greenlee County,15473.0,PNM +2019,4000.0,Arizona,4017.0,Navajo County,15473.0,PNM +2019,8000.0,Colorado,8071.0,Las Animas County,15473.0,PNM +2019,35000.0,New Mexico,35001.0,Bernalillo County,15473.0,PNM +2019,35000.0,New Mexico,35003.0,Catron County,15473.0,PNM +2019,35000.0,New Mexico,35005.0,Chaves County,15473.0,PNM +2019,35000.0,New Mexico,35006.0,Cibola County,15473.0,PNM +2019,35000.0,New Mexico,35007.0,Colfax County,15473.0,PNM +2019,35000.0,New Mexico,35011.0,De Baca County,15473.0,PNM +2019,35000.0,New Mexico,35013.0,Dona Ana County,15473.0,PNM +2019,35000.0,New Mexico,35017.0,Grant County,15473.0,PNM +2019,35000.0,New Mexico,35019.0,Guadalupe County,15473.0,PNM +2019,35000.0,New Mexico,35021.0,Harding County,15473.0,PNM +2019,35000.0,New Mexico,35023.0,Hidalgo County,15473.0,PNM +2019,35000.0,New Mexico,35027.0,Lincoln County,15473.0,PNM +2019,35000.0,New Mexico,35028.0,Los Alamos County,15473.0,PNM +2019,35000.0,New Mexico,35029.0,Luna County,15473.0,PNM +2019,35000.0,New Mexico,35031.0,McKinley County,15473.0,PNM +2019,35000.0,New Mexico,35033.0,Mora County,15473.0,PNM +2019,35000.0,New Mexico,35035.0,Otero County,15473.0,PNM +2019,35000.0,New Mexico,35037.0,Quay County,15473.0,PNM +2019,35000.0,New Mexico,35039.0,Rio Arriba County,15473.0,PNM +2019,35000.0,New Mexico,35043.0,Sandoval County,15473.0,PNM +2019,35000.0,New Mexico,35045.0,San Juan County,15473.0,PNM +2019,35000.0,New Mexico,35047.0,San Miguel County,15473.0,PNM +2019,35000.0,New Mexico,35049.0,Santa Fe County,15473.0,PNM +2019,35000.0,New Mexico,35051.0,Sierra County,15473.0,PNM +2019,35000.0,New Mexico,35053.0,Socorro County,15473.0,PNM +2019,35000.0,New Mexico,35055.0,Taos County,15473.0,PNM +2019,35000.0,New Mexico,35057.0,Torrance County,15473.0,PNM +2019,35000.0,New Mexico,35059.0,Union County,15473.0,PNM +2019,35000.0,New Mexico,35061.0,Valencia County,15473.0,PNM +2019,40000.0,Oklahoma,40025.0,Cimarron County,15473.0,PNM +2019,48000.0,Texas,48111.0,Dallam County,15473.0,PNM +2019,48000.0,Texas,48205.0,Hartley County,15473.0,PNM +2019,53000.0,Washington,53029.0,Island County,15500.0,PSEI +2019,53000.0,Washington,53033.0,King County,15500.0,PSEI +2019,53000.0,Washington,53035.0,Kitsap County,15500.0,PSEI +2019,53000.0,Washington,53037.0,Kittitas County,15500.0,PSEI +2019,53000.0,Washington,53053.0,Pierce County,15500.0,PSEI +2019,53000.0,Washington,53057.0,Skagit County,15500.0,PSEI +2019,53000.0,Washington,53067.0,Thurston County,15500.0,PSEI +2019,53000.0,Washington,53073.0,Whatcom County,15500.0,PSEI +2019,6000.0,California,6061.0,Placer County,16534.0,BANC +2019,6000.0,California,6067.0,Sacramento County,16534.0,BANC +2019,6000.0,California,6077.0,San Joaquin County,16534.0,BANC +2019,6000.0,California,6089.0,Shasta County,16534.0,BANC +2019,6000.0,California,6099.0,Stanislaus County,16534.0,BANC +2019,6000.0,California,6105.0,Trinity County,16534.0,BANC +2019,4000.0,Arizona,4007.0,Gila County,16572.0,SRP +2019,4000.0,Arizona,4013.0,Maricopa County,16572.0,SRP +2019,4000.0,Arizona,4021.0,Pinal County,16572.0,SRP +2019,53000.0,Washington,53033.0,King County,16868.0,SCL +2019,45000.0,South Carolina,45001.0,Abbeville County,17539.0,SCEG +2019,45000.0,South Carolina,45003.0,Aiken County,17539.0,SCEG +2019,45000.0,South Carolina,45005.0,Allendale County,17539.0,SCEG +2019,45000.0,South Carolina,45009.0,Bamberg County,17539.0,SCEG +2019,45000.0,South Carolina,45011.0,Barnwell County,17539.0,SCEG +2019,45000.0,South Carolina,45013.0,Beaufort County,17539.0,SCEG +2019,45000.0,South Carolina,45015.0,Berkeley County,17539.0,SCEG +2019,45000.0,South Carolina,45017.0,Calhoun County,17539.0,SCEG +2019,45000.0,South Carolina,45019.0,Charleston County,17539.0,SCEG +2019,45000.0,South Carolina,45029.0,Colleton County,17539.0,SCEG +2019,45000.0,South Carolina,45031.0,Darlington County,17539.0,SCEG +2019,45000.0,South Carolina,45035.0,Dorchester County,17539.0,SCEG +2019,45000.0,South Carolina,45037.0,Edgefield County,17539.0,SCEG +2019,45000.0,South Carolina,45039.0,Fairfield County,17539.0,SCEG +2019,45000.0,South Carolina,45047.0,Greenwood County,17539.0,SCEG +2019,45000.0,South Carolina,45049.0,Hampton County,17539.0,SCEG +2019,45000.0,South Carolina,45053.0,Jasper County,17539.0,SCEG +2019,45000.0,South Carolina,45055.0,Kershaw County,17539.0,SCEG +2019,45000.0,South Carolina,45061.0,Lee County,17539.0,SCEG +2019,45000.0,South Carolina,45063.0,Lexington County,17539.0,SCEG +2019,45000.0,South Carolina,45065.0,McCormick County,17539.0,SCEG +2019,45000.0,South Carolina,45071.0,Newberry County,17539.0,SCEG +2019,45000.0,South Carolina,45075.0,Orangeburg County,17539.0,SCEG +2019,45000.0,South Carolina,45079.0,Richland County,17539.0,SCEG +2019,45000.0,South Carolina,45081.0,Saluda County,17539.0,SCEG +2019,45000.0,South Carolina,45087.0,Union County,17539.0,SCEG +2019,45000.0,South Carolina,45003.0,Aiken County,17543.0,SC +2019,45000.0,South Carolina,45005.0,Allendale County,17543.0,SC +2019,45000.0,South Carolina,45009.0,Bamberg County,17543.0,SC +2019,45000.0,South Carolina,45011.0,Barnwell County,17543.0,SC +2019,45000.0,South Carolina,45013.0,Beaufort County,17543.0,SC +2019,45000.0,South Carolina,45015.0,Berkeley County,17543.0,SC +2019,45000.0,South Carolina,45017.0,Calhoun County,17543.0,SC +2019,45000.0,South Carolina,45019.0,Charleston County,17543.0,SC +2019,45000.0,South Carolina,45023.0,Chester County,17543.0,SC +2019,45000.0,South Carolina,45025.0,Chesterfield County,17543.0,SC +2019,45000.0,South Carolina,45027.0,Clarendon County,17543.0,SC +2019,45000.0,South Carolina,45029.0,Colleton County,17543.0,SC +2019,45000.0,South Carolina,45031.0,Darlington County,17543.0,SC +2019,45000.0,South Carolina,45033.0,Dillon County,17543.0,SC +2019,45000.0,South Carolina,45035.0,Dorchester County,17543.0,SC +2019,45000.0,South Carolina,45037.0,Edgefield County,17543.0,SC +2019,45000.0,South Carolina,45039.0,Fairfield County,17543.0,SC +2019,45000.0,South Carolina,45041.0,Florence County,17543.0,SC +2019,45000.0,South Carolina,45043.0,Georgetown County,17543.0,SC +2019,45000.0,South Carolina,45047.0,Greenwood County,17543.0,SC +2019,45000.0,South Carolina,45049.0,Hampton County,17543.0,SC +2019,45000.0,South Carolina,45051.0,Horry County,17543.0,SC +2019,45000.0,South Carolina,45053.0,Jasper County,17543.0,SC +2019,45000.0,South Carolina,45055.0,Kershaw County,17543.0,SC +2019,45000.0,South Carolina,45057.0,Lancaster County,17543.0,SC +2019,45000.0,South Carolina,45059.0,Laurens County,17543.0,SC +2019,45000.0,South Carolina,45061.0,Lee County,17543.0,SC +2019,45000.0,South Carolina,45063.0,Lexington County,17543.0,SC +2019,45000.0,South Carolina,45065.0,McCormick County,17543.0,SC +2019,45000.0,South Carolina,45067.0,Marion County,17543.0,SC +2019,45000.0,South Carolina,45069.0,Marlboro County,17543.0,SC +2019,45000.0,South Carolina,45071.0,Newberry County,17543.0,SC +2019,45000.0,South Carolina,45075.0,Orangeburg County,17543.0,SC +2019,45000.0,South Carolina,45079.0,Richland County,17543.0,SC +2019,45000.0,South Carolina,45081.0,Saluda County,17543.0,SC +2019,45000.0,South Carolina,45085.0,Sumter County,17543.0,SC +2019,45000.0,South Carolina,45089.0,Williamsburg County,17543.0,SC +2019,45000.0,South Carolina,45091.0,York County,17543.0,SC +2019,5000.0,Arkansas,5021.0,Clay County,17716.0,SPA +2019,5000.0,Arkansas,5055.0,Greene County,17716.0,SPA +2019,29000.0,Missouri,29023.0,Butler County,17716.0,SPA +2019,29000.0,Missouri,29081.0,Harrison County,17716.0,SPA +2019,29000.0,Missouri,29097.0,Jasper County,17716.0,SPA +2019,29000.0,Missouri,29143.0,New Madrid County,17716.0,SPA +2019,29000.0,Missouri,29201.0,Scott County,17716.0,SPA +2019,40000.0,Oklahoma,40049.0,Garvin County,17716.0,SPA +2019,40000.0,Oklahoma,40087.0,McClain County,17716.0,SPA +2019,1000.0,Alabama,1001.0,Autauga County,18195.0,SOCO +2019,1000.0,Alabama,1003.0,Baldwin County,18195.0,SOCO +2019,1000.0,Alabama,1005.0,Barbour County,18195.0,SOCO +2019,1000.0,Alabama,1007.0,Bibb County,18195.0,SOCO +2019,1000.0,Alabama,1009.0,Blount County,18195.0,SOCO +2019,1000.0,Alabama,1011.0,Bullock County,18195.0,SOCO +2019,1000.0,Alabama,1013.0,Butler County,18195.0,SOCO +2019,1000.0,Alabama,1015.0,Calhoun County,18195.0,SOCO +2019,1000.0,Alabama,1017.0,Chambers County,18195.0,SOCO +2019,1000.0,Alabama,1019.0,Cherokee County,18195.0,SOCO +2019,1000.0,Alabama,1021.0,Chilton County,18195.0,SOCO +2019,1000.0,Alabama,1023.0,Choctaw County,18195.0,SOCO +2019,1000.0,Alabama,1025.0,Clarke County,18195.0,SOCO +2019,1000.0,Alabama,1027.0,Clay County,18195.0,SOCO +2019,1000.0,Alabama,1029.0,Cleburne County,18195.0,SOCO +2019,1000.0,Alabama,1031.0,Coffee County,18195.0,SOCO +2019,1000.0,Alabama,1035.0,Conecuh County,18195.0,SOCO +2019,1000.0,Alabama,1037.0,Coosa County,18195.0,SOCO +2019,1000.0,Alabama,1039.0,Covington County,18195.0,SOCO +2019,1000.0,Alabama,1041.0,Crenshaw County,18195.0,SOCO +2019,1000.0,Alabama,1043.0,Cullman County,18195.0,SOCO +2019,1000.0,Alabama,1045.0,Dale County,18195.0,SOCO +2019,1000.0,Alabama,1047.0,Dallas County,18195.0,SOCO +2019,1000.0,Alabama,1051.0,Elmore County,18195.0,SOCO +2019,1000.0,Alabama,1053.0,Escambia County,18195.0,SOCO +2019,1000.0,Alabama,1055.0,Etowah County,18195.0,SOCO +2019,1000.0,Alabama,1057.0,Fayette County,18195.0,SOCO +2019,1000.0,Alabama,1059.0,Franklin County,18195.0,SOCO +2019,1000.0,Alabama,1061.0,Geneva County,18195.0,SOCO +2019,1000.0,Alabama,1063.0,Greene County,18195.0,SOCO +2019,1000.0,Alabama,1065.0,Hale County,18195.0,SOCO +2019,1000.0,Alabama,1067.0,Henry County,18195.0,SOCO +2019,1000.0,Alabama,1069.0,Houston County,18195.0,SOCO +2019,1000.0,Alabama,1073.0,Jefferson County,18195.0,SOCO +2019,1000.0,Alabama,1075.0,Lamar County,18195.0,SOCO +2019,1000.0,Alabama,1079.0,Lawrence County,18195.0,SOCO +2019,1000.0,Alabama,1081.0,Lee County,18195.0,SOCO +2019,1000.0,Alabama,1085.0,Lowndes County,18195.0,SOCO +2019,1000.0,Alabama,1087.0,Macon County,18195.0,SOCO +2019,1000.0,Alabama,1091.0,Marengo County,18195.0,SOCO +2019,1000.0,Alabama,1093.0,Marion County,18195.0,SOCO +2019,1000.0,Alabama,1095.0,Marshall County,18195.0,SOCO +2019,1000.0,Alabama,1097.0,Mobile County,18195.0,SOCO +2019,1000.0,Alabama,1099.0,Monroe County,18195.0,SOCO +2019,1000.0,Alabama,1101.0,Montgomery County,18195.0,SOCO +2019,1000.0,Alabama,1105.0,Perry County,18195.0,SOCO +2019,1000.0,Alabama,1107.0,Pickens County,18195.0,SOCO +2019,1000.0,Alabama,1109.0,Pike County,18195.0,SOCO +2019,1000.0,Alabama,1111.0,Randolph County,18195.0,SOCO +2019,1000.0,Alabama,1113.0,Russell County,18195.0,SOCO +2019,1000.0,Alabama,1115.0,Shelby County,18195.0,SOCO +2019,1000.0,Alabama,1117.0,St. Clair County,18195.0,SOCO +2019,1000.0,Alabama,1119.0,Sumter County,18195.0,SOCO +2019,1000.0,Alabama,1121.0,Talladega County,18195.0,SOCO +2019,1000.0,Alabama,1123.0,Tallapoosa County,18195.0,SOCO +2019,1000.0,Alabama,1125.0,Tuscaloosa County,18195.0,SOCO +2019,1000.0,Alabama,1127.0,Walker County,18195.0,SOCO +2019,1000.0,Alabama,1129.0,Washington County,18195.0,SOCO +2019,1000.0,Alabama,1131.0,Wilcox County,18195.0,SOCO +2019,1000.0,Alabama,1133.0,Winston County,18195.0,SOCO +2019,12000.0,Florida,12003.0,Baker County,18195.0,SOCO +2019,12000.0,Florida,12005.0,Bay County,18195.0,SOCO +2019,12000.0,Florida,12013.0,Calhoun County,18195.0,SOCO +2019,12000.0,Florida,12033.0,Escambia County,18195.0,SOCO +2019,12000.0,Florida,12059.0,Holmes County,18195.0,SOCO +2019,12000.0,Florida,12063.0,Jackson County,18195.0,SOCO +2019,12000.0,Florida,12089.0,Nassau County,18195.0,SOCO +2019,12000.0,Florida,12091.0,Okaloosa County,18195.0,SOCO +2019,12000.0,Florida,12113.0,Santa Rosa County,18195.0,SOCO +2019,12000.0,Florida,12131.0,Walton County,18195.0,SOCO +2019,12000.0,Florida,12133.0,Washington County,18195.0,SOCO +2019,13000.0,Georgia,13001.0,Appling County,18195.0,SOCO +2019,13000.0,Georgia,13003.0,Atkinson County,18195.0,SOCO +2019,13000.0,Georgia,13005.0,Bacon County,18195.0,SOCO +2019,13000.0,Georgia,13007.0,Baker County,18195.0,SOCO +2019,13000.0,Georgia,13009.0,Baldwin County,18195.0,SOCO +2019,13000.0,Georgia,13011.0,Banks County,18195.0,SOCO +2019,13000.0,Georgia,13013.0,Barrow County,18195.0,SOCO +2019,13000.0,Georgia,13015.0,Bartow County,18195.0,SOCO +2019,13000.0,Georgia,13017.0,Ben Hill County,18195.0,SOCO +2019,13000.0,Georgia,13019.0,Berrien County,18195.0,SOCO +2019,13000.0,Georgia,13021.0,Bibb County,18195.0,SOCO +2019,13000.0,Georgia,13023.0,Bleckley County,18195.0,SOCO +2019,13000.0,Georgia,13025.0,Brantley County,18195.0,SOCO +2019,13000.0,Georgia,13027.0,Brooks County,18195.0,SOCO +2019,13000.0,Georgia,13029.0,Bryan County,18195.0,SOCO +2019,13000.0,Georgia,13031.0,Bulloch County,18195.0,SOCO +2019,13000.0,Georgia,13033.0,Burke County,18195.0,SOCO +2019,13000.0,Georgia,13035.0,Butts County,18195.0,SOCO +2019,13000.0,Georgia,13037.0,Calhoun County,18195.0,SOCO +2019,13000.0,Georgia,13039.0,Camden County,18195.0,SOCO +2019,13000.0,Georgia,13043.0,Candler County,18195.0,SOCO +2019,13000.0,Georgia,13045.0,Carroll County,18195.0,SOCO +2019,13000.0,Georgia,13047.0,Catoosa County,18195.0,SOCO +2019,13000.0,Georgia,13049.0,Charlton County,18195.0,SOCO +2019,13000.0,Georgia,13051.0,Chatham County,18195.0,SOCO +2019,13000.0,Georgia,13053.0,Chattahoochee County,18195.0,SOCO +2019,13000.0,Georgia,13055.0,Chattooga County,18195.0,SOCO +2019,13000.0,Georgia,13057.0,Cherokee County,18195.0,SOCO +2019,13000.0,Georgia,13059.0,Clarke County,18195.0,SOCO +2019,13000.0,Georgia,13061.0,Clay County,18195.0,SOCO +2019,13000.0,Georgia,13063.0,Clayton County,18195.0,SOCO +2019,13000.0,Georgia,13065.0,Clinch County,18195.0,SOCO +2019,13000.0,Georgia,13067.0,Cobb County,18195.0,SOCO +2019,13000.0,Georgia,13069.0,Coffee County,18195.0,SOCO +2019,13000.0,Georgia,13071.0,Colquitt County,18195.0,SOCO +2019,13000.0,Georgia,13073.0,Columbia County,18195.0,SOCO +2019,13000.0,Georgia,13075.0,Cook County,18195.0,SOCO +2019,13000.0,Georgia,13077.0,Coweta County,18195.0,SOCO +2019,13000.0,Georgia,13079.0,Crawford County,18195.0,SOCO +2019,13000.0,Georgia,13081.0,Crisp County,18195.0,SOCO +2019,13000.0,Georgia,13083.0,Dade County,18195.0,SOCO +2019,13000.0,Georgia,13085.0,Dawson County,18195.0,SOCO +2019,13000.0,Georgia,13087.0,Decatur County,18195.0,SOCO +2019,13000.0,Georgia,13089.0,DeKalb County,18195.0,SOCO +2019,13000.0,Georgia,13091.0,Dodge County,18195.0,SOCO +2019,13000.0,Georgia,13093.0,Dooly County,18195.0,SOCO +2019,13000.0,Georgia,13095.0,Dougherty County,18195.0,SOCO +2019,13000.0,Georgia,13097.0,Douglas County,18195.0,SOCO +2019,13000.0,Georgia,13099.0,Early County,18195.0,SOCO +2019,13000.0,Georgia,13101.0,Echols County,18195.0,SOCO +2019,13000.0,Georgia,13103.0,Effingham County,18195.0,SOCO +2019,13000.0,Georgia,13105.0,Elbert County,18195.0,SOCO +2019,13000.0,Georgia,13107.0,Emanuel County,18195.0,SOCO +2019,13000.0,Georgia,13109.0,Evans County,18195.0,SOCO +2019,13000.0,Georgia,13111.0,Fannin County,18195.0,SOCO +2019,13000.0,Georgia,13113.0,Fayette County,18195.0,SOCO +2019,13000.0,Georgia,13115.0,Floyd County,18195.0,SOCO +2019,13000.0,Georgia,13117.0,Forsyth County,18195.0,SOCO +2019,13000.0,Georgia,13119.0,Franklin County,18195.0,SOCO +2019,13000.0,Georgia,13121.0,Fulton County,18195.0,SOCO +2019,13000.0,Georgia,13123.0,Gilmer County,18195.0,SOCO +2019,13000.0,Georgia,13125.0,Glascock County,18195.0,SOCO +2019,13000.0,Georgia,13127.0,Glynn County,18195.0,SOCO +2019,13000.0,Georgia,13129.0,Gordon County,18195.0,SOCO +2019,13000.0,Georgia,13131.0,Grady County,18195.0,SOCO +2019,13000.0,Georgia,13133.0,Greene County,18195.0,SOCO +2019,13000.0,Georgia,13135.0,Gwinnett County,18195.0,SOCO +2019,13000.0,Georgia,13137.0,Habersham County,18195.0,SOCO +2019,13000.0,Georgia,13139.0,Hall County,18195.0,SOCO +2019,13000.0,Georgia,13141.0,Hancock County,18195.0,SOCO +2019,13000.0,Georgia,13143.0,Haralson County,18195.0,SOCO +2019,13000.0,Georgia,13145.0,Harris County,18195.0,SOCO +2019,13000.0,Georgia,13147.0,Hart County,18195.0,SOCO +2019,13000.0,Georgia,13149.0,Heard County,18195.0,SOCO +2019,13000.0,Georgia,13151.0,Henry County,18195.0,SOCO +2019,13000.0,Georgia,13153.0,Houston County,18195.0,SOCO +2019,13000.0,Georgia,13155.0,Irwin County,18195.0,SOCO +2019,13000.0,Georgia,13157.0,Jackson County,18195.0,SOCO +2019,13000.0,Georgia,13159.0,Jasper County,18195.0,SOCO +2019,13000.0,Georgia,13161.0,Jeff Davis County,18195.0,SOCO +2019,13000.0,Georgia,13163.0,Jefferson County,18195.0,SOCO +2019,13000.0,Georgia,13165.0,Jenkins County,18195.0,SOCO +2019,13000.0,Georgia,13167.0,Johnson County,18195.0,SOCO +2019,13000.0,Georgia,13169.0,Jones County,18195.0,SOCO +2019,13000.0,Georgia,13171.0,Lamar County,18195.0,SOCO +2019,13000.0,Georgia,13173.0,Lanier County,18195.0,SOCO +2019,13000.0,Georgia,13175.0,Laurens County,18195.0,SOCO +2019,13000.0,Georgia,13177.0,Lee County,18195.0,SOCO +2019,13000.0,Georgia,13179.0,Liberty County,18195.0,SOCO +2019,13000.0,Georgia,13181.0,Lincoln County,18195.0,SOCO +2019,13000.0,Georgia,13183.0,Long County,18195.0,SOCO +2019,13000.0,Georgia,13185.0,Lowndes County,18195.0,SOCO +2019,13000.0,Georgia,13187.0,Lumpkin County,18195.0,SOCO +2019,13000.0,Georgia,13189.0,McDuffie County,18195.0,SOCO +2019,13000.0,Georgia,13191.0,McIntosh County,18195.0,SOCO +2019,13000.0,Georgia,13193.0,Macon County,18195.0,SOCO +2019,13000.0,Georgia,13195.0,Madison County,18195.0,SOCO +2019,13000.0,Georgia,13197.0,Marion County,18195.0,SOCO +2019,13000.0,Georgia,13199.0,Meriwether County,18195.0,SOCO +2019,13000.0,Georgia,13201.0,Miller County,18195.0,SOCO +2019,13000.0,Georgia,13205.0,Mitchell County,18195.0,SOCO +2019,13000.0,Georgia,13207.0,Monroe County,18195.0,SOCO +2019,13000.0,Georgia,13209.0,Montgomery County,18195.0,SOCO +2019,13000.0,Georgia,13211.0,Morgan County,18195.0,SOCO +2019,13000.0,Georgia,13213.0,Murray County,18195.0,SOCO +2019,13000.0,Georgia,13215.0,Muscogee County,18195.0,SOCO +2019,13000.0,Georgia,13217.0,Newton County,18195.0,SOCO +2019,13000.0,Georgia,13219.0,Oconee County,18195.0,SOCO +2019,13000.0,Georgia,13221.0,Oglethorpe County,18195.0,SOCO +2019,13000.0,Georgia,13223.0,Paulding County,18195.0,SOCO +2019,13000.0,Georgia,13225.0,Peach County,18195.0,SOCO +2019,13000.0,Georgia,13227.0,Pickens County,18195.0,SOCO +2019,13000.0,Georgia,13229.0,Pierce County,18195.0,SOCO +2019,13000.0,Georgia,13231.0,Pike County,18195.0,SOCO +2019,13000.0,Georgia,13233.0,Polk County,18195.0,SOCO +2019,13000.0,Georgia,13235.0,Pulaski County,18195.0,SOCO +2019,13000.0,Georgia,13237.0,Putnam County,18195.0,SOCO +2019,13000.0,Georgia,13239.0,Quitman County,18195.0,SOCO +2019,13000.0,Georgia,13241.0,Rabun County,18195.0,SOCO +2019,13000.0,Georgia,13243.0,Randolph County,18195.0,SOCO +2019,13000.0,Georgia,13245.0,Richmond County,18195.0,SOCO +2019,13000.0,Georgia,13247.0,Rockdale County,18195.0,SOCO +2019,13000.0,Georgia,13249.0,Schley County,18195.0,SOCO +2019,13000.0,Georgia,13251.0,Screven County,18195.0,SOCO +2019,13000.0,Georgia,13253.0,Seminole County,18195.0,SOCO +2019,13000.0,Georgia,13255.0,Spalding County,18195.0,SOCO +2019,13000.0,Georgia,13257.0,Stephens County,18195.0,SOCO +2019,13000.0,Georgia,13259.0,Stewart County,18195.0,SOCO +2019,13000.0,Georgia,13261.0,Sumter County,18195.0,SOCO +2019,13000.0,Georgia,13263.0,Talbot County,18195.0,SOCO +2019,13000.0,Georgia,13265.0,Taliaferro County,18195.0,SOCO +2019,13000.0,Georgia,13267.0,Tattnall County,18195.0,SOCO +2019,13000.0,Georgia,13269.0,Taylor County,18195.0,SOCO +2019,13000.0,Georgia,13271.0,Telfair County,18195.0,SOCO +2019,13000.0,Georgia,13273.0,Terrell County,18195.0,SOCO +2019,13000.0,Georgia,13275.0,Thomas County,18195.0,SOCO +2019,13000.0,Georgia,13277.0,Tift County,18195.0,SOCO +2019,13000.0,Georgia,13279.0,Toombs County,18195.0,SOCO +2019,13000.0,Georgia,13283.0,Treutlen County,18195.0,SOCO +2019,13000.0,Georgia,13285.0,Troup County,18195.0,SOCO +2019,13000.0,Georgia,13287.0,Turner County,18195.0,SOCO +2019,13000.0,Georgia,13289.0,Twiggs County,18195.0,SOCO +2019,13000.0,Georgia,13293.0,Upson County,18195.0,SOCO +2019,13000.0,Georgia,13295.0,Walker County,18195.0,SOCO +2019,13000.0,Georgia,13297.0,Walton County,18195.0,SOCO +2019,13000.0,Georgia,13299.0,Ware County,18195.0,SOCO +2019,13000.0,Georgia,13301.0,Warren County,18195.0,SOCO +2019,13000.0,Georgia,13303.0,Washington County,18195.0,SOCO +2019,13000.0,Georgia,13305.0,Wayne County,18195.0,SOCO +2019,13000.0,Georgia,13307.0,Webster County,18195.0,SOCO +2019,13000.0,Georgia,13309.0,Wheeler County,18195.0,SOCO +2019,13000.0,Georgia,13311.0,White County,18195.0,SOCO +2019,13000.0,Georgia,13313.0,Whitfield County,18195.0,SOCO +2019,13000.0,Georgia,13315.0,Wilcox County,18195.0,SOCO +2019,13000.0,Georgia,13317.0,Wilkes County,18195.0,SOCO +2019,13000.0,Georgia,13319.0,Wilkinson County,18195.0,SOCO +2019,13000.0,Georgia,13321.0,Worth County,18195.0,SOCO +2019,28000.0,Mississippi,28023.0,Clarke County,18195.0,SOCO +2019,28000.0,Mississippi,28031.0,Covington County,18195.0,SOCO +2019,28000.0,Mississippi,28035.0,Forrest County,18195.0,SOCO +2019,28000.0,Mississippi,28039.0,George County,18195.0,SOCO +2019,28000.0,Mississippi,28041.0,Greene County,18195.0,SOCO +2019,28000.0,Mississippi,28045.0,Hancock County,18195.0,SOCO +2019,28000.0,Mississippi,28047.0,Harrison County,18195.0,SOCO +2019,28000.0,Mississippi,28059.0,Jackson County,18195.0,SOCO +2019,28000.0,Mississippi,28061.0,Jasper County,18195.0,SOCO +2019,28000.0,Mississippi,28065.0,Jefferson Davis County,18195.0,SOCO +2019,28000.0,Mississippi,28067.0,Jones County,18195.0,SOCO +2019,28000.0,Mississippi,28073.0,Lamar County,18195.0,SOCO +2019,28000.0,Mississippi,28075.0,Lauderdale County,18195.0,SOCO +2019,28000.0,Mississippi,28079.0,Leake County,18195.0,SOCO +2019,28000.0,Mississippi,28091.0,Marion County,18195.0,SOCO +2019,28000.0,Mississippi,28099.0,Neshoba County,18195.0,SOCO +2019,28000.0,Mississippi,28101.0,Newton County,18195.0,SOCO +2019,28000.0,Mississippi,28109.0,Pearl River County,18195.0,SOCO +2019,28000.0,Mississippi,28111.0,Perry County,18195.0,SOCO +2019,28000.0,Mississippi,28123.0,Scott County,18195.0,SOCO +2019,28000.0,Mississippi,28129.0,Smith County,18195.0,SOCO +2019,28000.0,Mississippi,28131.0,Stone County,18195.0,SOCO +2019,28000.0,Mississippi,28153.0,Wayne County,18195.0,SOCO +2019,53000.0,Washington,53033.0,King County,18429.0,TPWR +2019,53000.0,Washington,53041.0,Lewis County,18429.0,TPWR +2019,53000.0,Washington,53045.0,Mason County,18429.0,TPWR +2019,53000.0,Washington,53053.0,Pierce County,18429.0,TPWR +2019,12000.0,Florida,12073.0,Leon County,18445.0,TAL +2019,12000.0,Florida,12049.0,Hardee County,18454.0,TEC +2019,12000.0,Florida,12057.0,Hillsborough County,18454.0,TEC +2019,12000.0,Florida,12101.0,Pasco County,18454.0,TEC +2019,12000.0,Florida,12103.0,Pinellas County,18454.0,TEC +2019,12000.0,Florida,12105.0,Polk County,18454.0,TEC +2019,1000.0,Alabama,1015.0,Calhoun County,18642.0,TVA +2019,1000.0,Alabama,1019.0,Cherokee County,18642.0,TVA +2019,1000.0,Alabama,1033.0,Colbert County,18642.0,TVA +2019,1000.0,Alabama,1043.0,Cullman County,18642.0,TVA +2019,1000.0,Alabama,1049.0,DeKalb County,18642.0,TVA +2019,1000.0,Alabama,1055.0,Etowah County,18642.0,TVA +2019,1000.0,Alabama,1059.0,Franklin County,18642.0,TVA +2019,1000.0,Alabama,1071.0,Jackson County,18642.0,TVA +2019,1000.0,Alabama,1073.0,Jefferson County,18642.0,TVA +2019,1000.0,Alabama,1077.0,Lauderdale County,18642.0,TVA +2019,1000.0,Alabama,1079.0,Lawrence County,18642.0,TVA +2019,1000.0,Alabama,1083.0,Limestone County,18642.0,TVA +2019,1000.0,Alabama,1089.0,Madison County,18642.0,TVA +2019,1000.0,Alabama,1095.0,Marshall County,18642.0,TVA +2019,1000.0,Alabama,1103.0,Morgan County,18642.0,TVA +2019,1000.0,Alabama,1133.0,Winston County,18642.0,TVA +2019,13000.0,Georgia,13047.0,Catoosa County,18642.0,TVA +2019,13000.0,Georgia,13055.0,Chattooga County,18642.0,TVA +2019,13000.0,Georgia,13083.0,Dade County,18642.0,TVA +2019,13000.0,Georgia,13111.0,Fannin County,18642.0,TVA +2019,13000.0,Georgia,13115.0,Floyd County,18642.0,TVA +2019,13000.0,Georgia,13123.0,Gilmer County,18642.0,TVA +2019,13000.0,Georgia,13129.0,Gordon County,18642.0,TVA +2019,13000.0,Georgia,13213.0,Murray County,18642.0,TVA +2019,13000.0,Georgia,13281.0,Towns County,18642.0,TVA +2019,13000.0,Georgia,13291.0,Union County,18642.0,TVA +2019,13000.0,Georgia,13295.0,Walker County,18642.0,TVA +2019,13000.0,Georgia,13313.0,Whitfield County,18642.0,TVA +2019,21000.0,Kentucky,21001.0,Adair County,18642.0,TVA +2019,21000.0,Kentucky,21003.0,Allen County,18642.0,TVA +2019,21000.0,Kentucky,21009.0,Barren County,18642.0,TVA +2019,21000.0,Kentucky,21031.0,Butler County,18642.0,TVA +2019,21000.0,Kentucky,21035.0,Calloway County,18642.0,TVA +2019,21000.0,Kentucky,21039.0,Carlisle County,18642.0,TVA +2019,21000.0,Kentucky,21047.0,Christian County,18642.0,TVA +2019,21000.0,Kentucky,21053.0,Clinton County,18642.0,TVA +2019,21000.0,Kentucky,21057.0,Cumberland County,18642.0,TVA +2019,21000.0,Kentucky,21061.0,Edmonson County,18642.0,TVA +2019,21000.0,Kentucky,21075.0,Fulton County,18642.0,TVA +2019,21000.0,Kentucky,21081.0,Grant County,18642.0,TVA +2019,21000.0,Kentucky,21083.0,Graves County,18642.0,TVA +2019,21000.0,Kentucky,21085.0,Grayson County,18642.0,TVA +2019,21000.0,Kentucky,21095.0,Harlan County,18642.0,TVA +2019,21000.0,Kentucky,21105.0,Hickman County,18642.0,TVA +2019,21000.0,Kentucky,21107.0,Hopkins County,18642.0,TVA +2019,21000.0,Kentucky,21139.0,Livingston County,18642.0,TVA +2019,21000.0,Kentucky,21141.0,Logan County,18642.0,TVA +2019,21000.0,Kentucky,21145.0,McCracken County,18642.0,TVA +2019,21000.0,Kentucky,21157.0,Marshall County,18642.0,TVA +2019,21000.0,Kentucky,21169.0,Metcalfe County,18642.0,TVA +2019,21000.0,Kentucky,21171.0,Monroe County,18642.0,TVA +2019,21000.0,Kentucky,21177.0,Muhlenberg County,18642.0,TVA +2019,21000.0,Kentucky,21183.0,Ohio County,18642.0,TVA +2019,21000.0,Kentucky,21213.0,Simpson County,18642.0,TVA +2019,21000.0,Kentucky,21219.0,Todd County,18642.0,TVA +2019,21000.0,Kentucky,21221.0,Trigg County,18642.0,TVA +2019,21000.0,Kentucky,21227.0,Warren County,18642.0,TVA +2019,21000.0,Kentucky,21235.0,Whitley County,18642.0,TVA +2019,28000.0,Mississippi,28003.0,Alcorn County,18642.0,TVA +2019,28000.0,Mississippi,28007.0,Attala County,18642.0,TVA +2019,28000.0,Mississippi,28009.0,Benton County,18642.0,TVA +2019,28000.0,Mississippi,28013.0,Calhoun County,18642.0,TVA +2019,28000.0,Mississippi,28017.0,Chickasaw County,18642.0,TVA +2019,28000.0,Mississippi,28019.0,Choctaw County,18642.0,TVA +2019,28000.0,Mississippi,28023.0,Clarke County,18642.0,TVA +2019,28000.0,Mississippi,28025.0,Clay County,18642.0,TVA +2019,28000.0,Mississippi,28033.0,DeSoto County,18642.0,TVA +2019,28000.0,Mississippi,28057.0,Itawamba County,18642.0,TVA +2019,28000.0,Mississippi,28061.0,Jasper County,18642.0,TVA +2019,28000.0,Mississippi,28069.0,Kemper County,18642.0,TVA +2019,28000.0,Mississippi,28071.0,Lafayette County,18642.0,TVA +2019,28000.0,Mississippi,28075.0,Lauderdale County,18642.0,TVA +2019,28000.0,Mississippi,28079.0,Leake County,18642.0,TVA +2019,28000.0,Mississippi,28081.0,Lee County,18642.0,TVA +2019,28000.0,Mississippi,28087.0,Lowndes County,18642.0,TVA +2019,28000.0,Mississippi,28093.0,Marshall County,18642.0,TVA +2019,28000.0,Mississippi,28095.0,Monroe County,18642.0,TVA +2019,28000.0,Mississippi,28099.0,Neshoba County,18642.0,TVA +2019,28000.0,Mississippi,28101.0,Newton County,18642.0,TVA +2019,28000.0,Mississippi,28103.0,Noxubee County,18642.0,TVA +2019,28000.0,Mississippi,28105.0,Oktibbeha County,18642.0,TVA +2019,28000.0,Mississippi,28107.0,Panola County,18642.0,TVA +2019,28000.0,Mississippi,28115.0,Pontotoc County,18642.0,TVA +2019,28000.0,Mississippi,28117.0,Prentiss County,18642.0,TVA +2019,28000.0,Mississippi,28121.0,Rankin County,18642.0,TVA +2019,28000.0,Mississippi,28123.0,Scott County,18642.0,TVA +2019,28000.0,Mississippi,28135.0,Tallahatchie County,18642.0,TVA +2019,28000.0,Mississippi,28137.0,Tate County,18642.0,TVA +2019,28000.0,Mississippi,28139.0,Tippah County,18642.0,TVA +2019,28000.0,Mississippi,28141.0,Tishomingo County,18642.0,TVA +2019,28000.0,Mississippi,28145.0,Union County,18642.0,TVA +2019,28000.0,Mississippi,28153.0,Wayne County,18642.0,TVA +2019,28000.0,Mississippi,28155.0,Webster County,18642.0,TVA +2019,28000.0,Mississippi,28159.0,Winston County,18642.0,TVA +2019,28000.0,Mississippi,28161.0,Yalobusha County,18642.0,TVA +2019,37000.0,North Carolina,37011.0,Avery County,18642.0,TVA +2019,37000.0,North Carolina,37023.0,Burke County,18642.0,TVA +2019,37000.0,North Carolina,37039.0,Cherokee County,18642.0,TVA +2019,37000.0,North Carolina,37189.0,Watauga County,18642.0,TVA +2019,47000.0,Tennessee,47001.0,Anderson County,18642.0,TVA +2019,47000.0,Tennessee,47003.0,Bedford County,18642.0,TVA +2019,47000.0,Tennessee,47005.0,Benton County,18642.0,TVA +2019,47000.0,Tennessee,47007.0,Bledsoe County,18642.0,TVA +2019,47000.0,Tennessee,47009.0,Blount County,18642.0,TVA +2019,47000.0,Tennessee,47011.0,Bradley County,18642.0,TVA +2019,47000.0,Tennessee,47013.0,Campbell County,18642.0,TVA +2019,47000.0,Tennessee,47015.0,Cannon County,18642.0,TVA +2019,47000.0,Tennessee,47017.0,Carroll County,18642.0,TVA +2019,47000.0,Tennessee,47019.0,Carter County,18642.0,TVA +2019,47000.0,Tennessee,47021.0,Cheatham County,18642.0,TVA +2019,47000.0,Tennessee,47023.0,Chester County,18642.0,TVA +2019,47000.0,Tennessee,47025.0,Claiborne County,18642.0,TVA +2019,47000.0,Tennessee,47027.0,Clay County,18642.0,TVA +2019,47000.0,Tennessee,47029.0,Cocke County,18642.0,TVA +2019,47000.0,Tennessee,47031.0,Coffee County,18642.0,TVA +2019,47000.0,Tennessee,47033.0,Crockett County,18642.0,TVA +2019,47000.0,Tennessee,47035.0,Cumberland County,18642.0,TVA +2019,47000.0,Tennessee,47037.0,Davidson County,18642.0,TVA +2019,47000.0,Tennessee,47039.0,Decatur County,18642.0,TVA +2019,47000.0,Tennessee,47041.0,DeKalb County,18642.0,TVA +2019,47000.0,Tennessee,47043.0,Dickson County,18642.0,TVA +2019,47000.0,Tennessee,47045.0,Dyer County,18642.0,TVA +2019,47000.0,Tennessee,47047.0,Fayette County,18642.0,TVA +2019,47000.0,Tennessee,47049.0,Fentress County,18642.0,TVA +2019,47000.0,Tennessee,47051.0,Franklin County,18642.0,TVA +2019,47000.0,Tennessee,47053.0,Gibson County,18642.0,TVA +2019,47000.0,Tennessee,47055.0,Giles County,18642.0,TVA +2019,47000.0,Tennessee,47057.0,Grainger County,18642.0,TVA +2019,47000.0,Tennessee,47059.0,Greene County,18642.0,TVA +2019,47000.0,Tennessee,47061.0,Grundy County,18642.0,TVA +2019,47000.0,Tennessee,47063.0,Hamblen County,18642.0,TVA +2019,47000.0,Tennessee,47065.0,Hamilton County,18642.0,TVA +2019,47000.0,Tennessee,47067.0,Hancock County,18642.0,TVA +2019,47000.0,Tennessee,47069.0,Hardeman County,18642.0,TVA +2019,47000.0,Tennessee,47071.0,Hardin County,18642.0,TVA +2019,47000.0,Tennessee,47073.0,Hawkins County,18642.0,TVA +2019,47000.0,Tennessee,47075.0,Haywood County,18642.0,TVA +2019,47000.0,Tennessee,47077.0,Henderson County,18642.0,TVA +2019,47000.0,Tennessee,47079.0,Henry County,18642.0,TVA +2019,47000.0,Tennessee,47081.0,Hickman County,18642.0,TVA +2019,47000.0,Tennessee,47083.0,Houston County,18642.0,TVA +2019,47000.0,Tennessee,47085.0,Humphreys County,18642.0,TVA +2019,47000.0,Tennessee,47087.0,Jackson County,18642.0,TVA +2019,47000.0,Tennessee,47089.0,Jefferson County,18642.0,TVA +2019,47000.0,Tennessee,47091.0,Johnson County,18642.0,TVA +2019,47000.0,Tennessee,47093.0,Knox County,18642.0,TVA +2019,47000.0,Tennessee,47095.0,Lake County,18642.0,TVA +2019,47000.0,Tennessee,47097.0,Lauderdale County,18642.0,TVA +2019,47000.0,Tennessee,47099.0,Lawrence County,18642.0,TVA +2019,47000.0,Tennessee,47101.0,Lewis County,18642.0,TVA +2019,47000.0,Tennessee,47103.0,Lincoln County,18642.0,TVA +2019,47000.0,Tennessee,47105.0,Loudon County,18642.0,TVA +2019,47000.0,Tennessee,47107.0,McMinn County,18642.0,TVA +2019,47000.0,Tennessee,47109.0,McNairy County,18642.0,TVA +2019,47000.0,Tennessee,47111.0,Macon County,18642.0,TVA +2019,47000.0,Tennessee,47113.0,Madison County,18642.0,TVA +2019,47000.0,Tennessee,47115.0,Marion County,18642.0,TVA +2019,47000.0,Tennessee,47117.0,Marshall County,18642.0,TVA +2019,47000.0,Tennessee,47119.0,Maury County,18642.0,TVA +2019,47000.0,Tennessee,47121.0,Meigs County,18642.0,TVA +2019,47000.0,Tennessee,47123.0,Monroe County,18642.0,TVA +2019,47000.0,Tennessee,47125.0,Montgomery County,18642.0,TVA +2019,47000.0,Tennessee,47127.0,Moore County,18642.0,TVA +2019,47000.0,Tennessee,47129.0,Morgan County,18642.0,TVA +2019,47000.0,Tennessee,47131.0,Obion County,18642.0,TVA +2019,47000.0,Tennessee,47133.0,Overton County,18642.0,TVA +2019,47000.0,Tennessee,47135.0,Perry County,18642.0,TVA +2019,47000.0,Tennessee,47137.0,Pickett County,18642.0,TVA +2019,47000.0,Tennessee,47139.0,Polk County,18642.0,TVA +2019,47000.0,Tennessee,47141.0,Putnam County,18642.0,TVA +2019,47000.0,Tennessee,47143.0,Rhea County,18642.0,TVA +2019,47000.0,Tennessee,47145.0,Roane County,18642.0,TVA +2019,47000.0,Tennessee,47147.0,Robertson County,18642.0,TVA +2019,47000.0,Tennessee,47149.0,Rutherford County,18642.0,TVA +2019,47000.0,Tennessee,47151.0,Scott County,18642.0,TVA +2019,47000.0,Tennessee,47153.0,Sequatchie County,18642.0,TVA +2019,47000.0,Tennessee,47155.0,Sevier County,18642.0,TVA +2019,47000.0,Tennessee,47157.0,Shelby County,18642.0,TVA +2019,47000.0,Tennessee,47159.0,Smith County,18642.0,TVA +2019,47000.0,Tennessee,47161.0,Stewart County,18642.0,TVA +2019,47000.0,Tennessee,47163.0,Sullivan County,18642.0,TVA +2019,47000.0,Tennessee,47165.0,Sumner County,18642.0,TVA +2019,47000.0,Tennessee,47167.0,Tipton County,18642.0,TVA +2019,47000.0,Tennessee,47169.0,Trousdale County,18642.0,TVA +2019,47000.0,Tennessee,47171.0,Unicoi County,18642.0,TVA +2019,47000.0,Tennessee,47173.0,Union County,18642.0,TVA +2019,47000.0,Tennessee,47175.0,Van Buren County,18642.0,TVA +2019,47000.0,Tennessee,47177.0,Warren County,18642.0,TVA +2019,47000.0,Tennessee,47179.0,Washington County,18642.0,TVA +2019,47000.0,Tennessee,47181.0,Wayne County,18642.0,TVA +2019,47000.0,Tennessee,47183.0,Weakley County,18642.0,TVA +2019,47000.0,Tennessee,47185.0,White County,18642.0,TVA +2019,47000.0,Tennessee,47187.0,Williamson County,18642.0,TVA +2019,47000.0,Tennessee,47189.0,Wilson County,18642.0,TVA +2019,51000.0,Virginia,51105.0,Lee County,18642.0,TVA +2019,51000.0,Virginia,51169.0,Scott County,18642.0,TVA +2019,51000.0,Virginia,51191.0,Washington County,18642.0,TVA +2019,51000.0,Virginia,51195.0,Wise County,18642.0,TVA +2019,51000.0,Virginia,51520.0,Bristol City,18642.0,TVA +2019,6000.0,California,6047.0,Merced County,19281.0,TIDC +2019,6000.0,California,6099.0,Stanislaus County,19281.0,TIDC +2019,6000.0,California,6109.0,Tuolumne County,19281.0,TIDC +2019,15000.0,Hawaii,15003.0,Honolulu County,19547.0,HECO +2019,30000.0,Montana,30003.0,Big Horn County,19610.0,WAUW +2019,30000.0,Montana,30005.0,Blaine County,19610.0,WAUW +2019,30000.0,Montana,30009.0,Carbon County,19610.0,WAUW +2019,30000.0,Montana,30011.0,Carter County,19610.0,WAUW +2019,30000.0,Montana,30013.0,Cascade County,19610.0,WAUW +2019,30000.0,Montana,30015.0,Chouteau County,19610.0,WAUW +2019,30000.0,Montana,30017.0,Custer County,19610.0,WAUW +2019,30000.0,Montana,30021.0,Dawson County,19610.0,WAUW +2019,30000.0,Montana,30025.0,Fallon County,19610.0,WAUW +2019,30000.0,Montana,30027.0,Fergus County,19610.0,WAUW +2019,30000.0,Montana,30033.0,Garfield County,19610.0,WAUW +2019,30000.0,Montana,30037.0,Golden Valley County,19610.0,WAUW +2019,30000.0,Montana,30045.0,Judith Basin County,19610.0,WAUW +2019,30000.0,Montana,30049.0,Lewis and Clark County,19610.0,WAUW +2019,30000.0,Montana,30051.0,Liberty County,19610.0,WAUW +2019,30000.0,Montana,30055.0,McCone County,19610.0,WAUW +2019,30000.0,Montana,30059.0,Meagher County,19610.0,WAUW +2019,30000.0,Montana,30065.0,Musselshell County,19610.0,WAUW +2019,30000.0,Montana,30069.0,Petroleum County,19610.0,WAUW +2019,30000.0,Montana,30073.0,Pondera County,19610.0,WAUW +2019,30000.0,Montana,30075.0,Powder River County,19610.0,WAUW +2019,30000.0,Montana,30079.0,Prairie County,19610.0,WAUW +2019,30000.0,Montana,30083.0,Richland County,19610.0,WAUW +2019,30000.0,Montana,30085.0,Roosevelt County,19610.0,WAUW +2019,30000.0,Montana,30087.0,Rosebud County,19610.0,WAUW +2019,30000.0,Montana,30095.0,Stillwater County,19610.0,WAUW +2019,30000.0,Montana,30097.0,Sweet Grass County,19610.0,WAUW +2019,30000.0,Montana,30099.0,Teton County,19610.0,WAUW +2019,30000.0,Montana,30101.0,Toole County,19610.0,WAUW +2019,30000.0,Montana,30103.0,Treasure County,19610.0,WAUW +2019,30000.0,Montana,30107.0,Wheatland County,19610.0,WAUW +2019,30000.0,Montana,30111.0,Yellowstone County,19610.0,WAUW +2019,38000.0,North Dakota,38053.0,McKenzie County,19610.0,WAUW +2019,38000.0,North Dakota,38105.0,Williams County,19610.0,WAUW +2019,46000.0,South Dakota,46063.0,Harding County,19610.0,WAUW +2019,56000.0,Wyoming,56005.0,Campbell County,19610.0,WAUW +2019,56000.0,Wyoming,56011.0,Crook County,19610.0,WAUW +2019,16000.0,Idaho,16009.0,Benewah County,20169.0,AVA +2019,16000.0,Idaho,16017.0,Bonner County,20169.0,AVA +2019,16000.0,Idaho,16035.0,Clearwater County,20169.0,AVA +2019,16000.0,Idaho,16049.0,Idaho County,20169.0,AVA +2019,16000.0,Idaho,16055.0,Kootenai County,20169.0,AVA +2019,16000.0,Idaho,16057.0,Latah County,20169.0,AVA +2019,16000.0,Idaho,16061.0,Lewis County,20169.0,AVA +2019,16000.0,Idaho,16069.0,Nez Perce County,20169.0,AVA +2019,16000.0,Idaho,16079.0,Shoshone County,20169.0,AVA +2019,30000.0,Montana,30089.0,Sanders County,20169.0,AVA +2019,41000.0,Oregon,41063.0,Wallowa County,20169.0,AVA +2019,53000.0,Washington,53001.0,Adams County,20169.0,AVA +2019,53000.0,Washington,53003.0,Asotin County,20169.0,AVA +2019,53000.0,Washington,53019.0,Ferry County,20169.0,AVA +2019,53000.0,Washington,53023.0,Garfield County,20169.0,AVA +2019,53000.0,Washington,53025.0,Grant County,20169.0,AVA +2019,53000.0,Washington,53043.0,Lincoln County,20169.0,AVA +2019,53000.0,Washington,53051.0,Pend Oreille County,20169.0,AVA +2019,53000.0,Washington,53063.0,Spokane County,20169.0,AVA +2019,53000.0,Washington,53065.0,Stevens County,20169.0,AVA +2019,53000.0,Washington,53075.0,Whitman County,20169.0,AVA +2019,12000.0,Florida,12001.0,Alachua County,21554.0,SEC +2019,12000.0,Florida,12003.0,Baker County,21554.0,SEC +2019,12000.0,Florida,12007.0,Bradford County,21554.0,SEC +2019,12000.0,Florida,12009.0,Brevard County,21554.0,SEC +2019,12000.0,Florida,12017.0,Citrus County,21554.0,SEC +2019,12000.0,Florida,12019.0,Clay County,21554.0,SEC +2019,12000.0,Florida,12023.0,Columbia County,21554.0,SEC +2019,12000.0,Florida,12027.0,DeSoto County,21554.0,SEC +2019,12000.0,Florida,12029.0,Dixie County,21554.0,SEC +2019,12000.0,Florida,12031.0,Duval County,21554.0,SEC +2019,12000.0,Florida,12035.0,Flagler County,21554.0,SEC +2019,12000.0,Florida,12039.0,Gadsden County,21554.0,SEC +2019,12000.0,Florida,12041.0,Gilchrist County,21554.0,SEC +2019,12000.0,Florida,12043.0,Glades County,21554.0,SEC +2019,12000.0,Florida,12047.0,Hamilton County,21554.0,SEC +2019,12000.0,Florida,12049.0,Hardee County,21554.0,SEC +2019,12000.0,Florida,12051.0,Hendry County,21554.0,SEC +2019,12000.0,Florida,12053.0,Hernando County,21554.0,SEC +2019,12000.0,Florida,12055.0,Highlands County,21554.0,SEC +2019,12000.0,Florida,12057.0,Hillsborough County,21554.0,SEC +2019,12000.0,Florida,12061.0,Indian River County,21554.0,SEC +2019,12000.0,Florida,12065.0,Jefferson County,21554.0,SEC +2019,12000.0,Florida,12067.0,Lafayette County,21554.0,SEC +2019,12000.0,Florida,12069.0,Lake County,21554.0,SEC +2019,12000.0,Florida,12073.0,Leon County,21554.0,SEC +2019,12000.0,Florida,12075.0,Levy County,21554.0,SEC +2019,12000.0,Florida,12077.0,Liberty County,21554.0,SEC +2019,12000.0,Florida,12079.0,Madison County,21554.0,SEC +2019,12000.0,Florida,12081.0,Manatee County,21554.0,SEC +2019,12000.0,Florida,12083.0,Marion County,21554.0,SEC +2019,12000.0,Florida,12093.0,Okeechobee County,21554.0,SEC +2019,12000.0,Florida,12097.0,Osceola County,21554.0,SEC +2019,12000.0,Florida,12101.0,Pasco County,21554.0,SEC +2019,12000.0,Florida,12105.0,Polk County,21554.0,SEC +2019,12000.0,Florida,12107.0,Putnam County,21554.0,SEC +2019,12000.0,Florida,12115.0,Sarasota County,21554.0,SEC +2019,12000.0,Florida,12119.0,Sumter County,21554.0,SEC +2019,12000.0,Florida,12121.0,Suwannee County,21554.0,SEC +2019,12000.0,Florida,12123.0,Taylor County,21554.0,SEC +2019,12000.0,Florida,12125.0,Union County,21554.0,SEC +2019,12000.0,Florida,12127.0,Volusia County,21554.0,SEC +2019,12000.0,Florida,12129.0,Wakulla County,21554.0,SEC +2019,4000.0,Arizona,4003.0,Cochise County ,24211.0,TEPC +2019,4000.0,Arizona,4015.0,Mohave County,24211.0,TEPC +2019,4000.0,Arizona,4019.0,Pima County,24211.0,TEPC +2019,4000.0,Arizona,4023.0,Santa Cruz County,24211.0,TEPC +2019,4000.0,Arizona,4001.0,Apache County,25471.0,WALC +2019,4000.0,Arizona,4003.0,Cochise County ,25471.0,WALC +2019,4000.0,Arizona,4005.0,Coconino County,25471.0,WALC +2019,4000.0,Arizona,4007.0,Gila County,25471.0,WALC +2019,4000.0,Arizona,4009.0,Graham County,25471.0,WALC +2019,4000.0,Arizona,4011.0,Greenlee County,25471.0,WALC +2019,4000.0,Arizona,4012.0,La Paz County,25471.0,WALC +2019,4000.0,Arizona,4013.0,Maricopa County,25471.0,WALC +2019,4000.0,Arizona,4015.0,Mohave County,25471.0,WALC +2019,4000.0,Arizona,4017.0,Navajo County,25471.0,WALC +2019,4000.0,Arizona,4019.0,Pima County,25471.0,WALC +2019,4000.0,Arizona,4021.0,Pinal County,25471.0,WALC +2019,4000.0,Arizona,4023.0,Santa Cruz County,25471.0,WALC +2019,4000.0,Arizona,4025.0,Yavapai County,25471.0,WALC +2019,4000.0,Arizona,4027.0,Yuma County,25471.0,WALC +2019,6000.0,California,6001.0,Alameda County,25471.0,WALC +2019,6000.0,California,6007.0,Butte County,25471.0,WALC +2019,6000.0,California,6009.0,Calaveras County,25471.0,WALC +2019,6000.0,California,6011.0,Colusa County,25471.0,WALC +2019,6000.0,California,6013.0,Contra Costa County,25471.0,WALC +2019,6000.0,California,6019.0,Fresno County,25471.0,WALC +2019,6000.0,California,6021.0,Glenn County,25471.0,WALC +2019,6000.0,California,6025.0,Imperial County,25471.0,WALC +2019,6000.0,California,6035.0,Lassen County,25471.0,WALC +2019,6000.0,California,6039.0,Madera County,25471.0,WALC +2019,6000.0,California,6047.0,Merced County,25471.0,WALC +2019,6000.0,California,6049.0,Modoc County,25471.0,WALC +2019,6000.0,California,6061.0,Placer County,25471.0,WALC +2019,6000.0,California,6065.0,Riverside County,25471.0,WALC +2019,6000.0,California,6067.0,Sacramento County,25471.0,WALC +2019,6000.0,California,6071.0,San Bernardino County,25471.0,WALC +2019,6000.0,California,6077.0,San Joaquin County,25471.0,WALC +2019,6000.0,California,6085.0,Santa Clara County,25471.0,WALC +2019,6000.0,California,6089.0,Shasta County,25471.0,WALC +2019,6000.0,California,6093.0,Siskiyou County,25471.0,WALC +2019,6000.0,California,6095.0,Solano County,25471.0,WALC +2019,6000.0,California,6101.0,Sutter County,25471.0,WALC +2019,6000.0,California,6103.0,Tehama County,25471.0,WALC +2019,6000.0,California,6105.0,Trinity County,25471.0,WALC +2019,6000.0,California,6109.0,Tuolumne County,25471.0,WALC +2019,6000.0,California,6113.0,Yolo County,25471.0,WALC +2019,6000.0,California,6115.0,Yuba County,25471.0,WALC +2019,8000.0,Colorado,8013.0,Boulder County,25471.0,WALC +2019,8000.0,Colorado,8014.0,Broomfield County,25471.0,WALC +2019,8000.0,Colorado,8015.0,Chaffee County,25471.0,WALC +2019,8000.0,Colorado,8019.0,Clear Creek County,25471.0,WALC +2019,8000.0,Colorado,8027.0,Custer County,25471.0,WALC +2019,8000.0,Colorado,8029.0,Delta County,25471.0,WALC +2019,8000.0,Colorado,8033.0,Dolores County,25471.0,WALC +2019,8000.0,Colorado,8041.0,El Paso County,25471.0,WALC +2019,8000.0,Colorado,8043.0,Fremont County,25471.0,WALC +2019,8000.0,Colorado,8045.0,Garfield County,25471.0,WALC +2019,8000.0,Colorado,8049.0,Grand County,25471.0,WALC +2019,8000.0,Colorado,8051.0,Gunnison County,25471.0,WALC +2019,8000.0,Colorado,8057.0,Jackson County,25471.0,WALC +2019,8000.0,Colorado,8059.0,Jefferson County,25471.0,WALC +2019,8000.0,Colorado,8065.0,Lake County,25471.0,WALC +2019,8000.0,Colorado,8067.0,La Plata County,25471.0,WALC +2019,8000.0,Colorado,8069.0,Larimer County,25471.0,WALC +2019,8000.0,Colorado,8073.0,Lincoln County,25471.0,WALC +2019,8000.0,Colorado,8075.0,Logan County,25471.0,WALC +2019,8000.0,Colorado,8077.0,Mesa County,25471.0,WALC +2019,8000.0,Colorado,8081.0,Moffat County,25471.0,WALC +2019,8000.0,Colorado,8083.0,Montezuma County,25471.0,WALC +2019,8000.0,Colorado,8085.0,Montrose County,25471.0,WALC +2019,8000.0,Colorado,8087.0,Morgan County,25471.0,WALC +2019,8000.0,Colorado,8091.0,Ouray County,25471.0,WALC +2019,8000.0,Colorado,8095.0,Phillips County,25471.0,WALC +2019,8000.0,Colorado,8101.0,Pueblo County,25471.0,WALC +2019,8000.0,Colorado,8103.0,Rio Blanco County,25471.0,WALC +2019,8000.0,Colorado,8107.0,Routt County,25471.0,WALC +2019,8000.0,Colorado,8109.0,Saguache County,25471.0,WALC +2019,8000.0,Colorado,8113.0,San Miguel County,25471.0,WALC +2019,8000.0,Colorado,8115.0,Sedgwick County,25471.0,WALC +2019,8000.0,Colorado,8117.0,Summit County,25471.0,WALC +2019,8000.0,Colorado,8121.0,Washington County,25471.0,WALC +2019,8000.0,Colorado,8123.0,Weld County,25471.0,WALC +2019,8000.0,Colorado,8125.0,Yuma County,25471.0,WALC +2019,19000.0,Iowa,19001.0,Adair County,25471.0,WALC +2019,19000.0,Iowa,19009.0,Audubon County,25471.0,WALC +2019,19000.0,Iowa,19029.0,Cass County,25471.0,WALC +2019,19000.0,Iowa,19035.0,Cherokee County,25471.0,WALC +2019,19000.0,Iowa,19041.0,Clay County,25471.0,WALC +2019,19000.0,Iowa,19047.0,Crawford County,25471.0,WALC +2019,19000.0,Iowa,19119.0,Lyon County,25471.0,WALC +2019,19000.0,Iowa,19133.0,Monona County,25471.0,WALC +2019,19000.0,Iowa,19141.0,O'Brien County,25471.0,WALC +2019,19000.0,Iowa,19149.0,Plymouth County,25471.0,WALC +2019,19000.0,Iowa,19159.0,Ringgold County,25471.0,WALC +2019,19000.0,Iowa,19165.0,Shelby County,25471.0,WALC +2019,19000.0,Iowa,19167.0,Sioux County,25471.0,WALC +2019,19000.0,Iowa,19173.0,Taylor County,25471.0,WALC +2019,19000.0,Iowa,19175.0,Union County,25471.0,WALC +2019,19000.0,Iowa,19193.0,Woodbury County,25471.0,WALC +2019,20000.0,Kansas,20089.0,Jewell County,25471.0,WALC +2019,27000.0,Minnesota,27023.0,Chippewa County,25471.0,WALC +2019,27000.0,Minnesota,27027.0,Clay County,25471.0,WALC +2019,27000.0,Minnesota,27051.0,Grant County,25471.0,WALC +2019,27000.0,Minnesota,27073.0,Lac Qui Parle County,25471.0,WALC +2019,27000.0,Minnesota,27111.0,Otter Tail County,25471.0,WALC +2019,27000.0,Minnesota,27119.0,Polk County,25471.0,WALC +2019,27000.0,Minnesota,27149.0,Stevens County,25471.0,WALC +2019,27000.0,Minnesota,27151.0,Swift County,25471.0,WALC +2019,27000.0,Minnesota,27167.0,Wilkin County,25471.0,WALC +2019,27000.0,Minnesota,27173.0,Yellow Medicine County,25471.0,WALC +2019,29000.0,Missouri,29147.0,Nodaway County,25471.0,WALC +2019,30000.0,Montana,30003.0,Big Horn County,25471.0,WALC +2019,30000.0,Montana,30005.0,Blaine County,25471.0,WALC +2019,30000.0,Montana,30009.0,Carbon County,25471.0,WALC +2019,30000.0,Montana,30013.0,Cascade County,25471.0,WALC +2019,30000.0,Montana,30015.0,Chouteau County,25471.0,WALC +2019,30000.0,Montana,30017.0,Custer County,25471.0,WALC +2019,30000.0,Montana,30021.0,Dawson County,25471.0,WALC +2019,30000.0,Montana,30025.0,Fallon County,25471.0,WALC +2019,30000.0,Montana,30033.0,Garfield County,25471.0,WALC +2019,30000.0,Montana,30041.0,Hill County,25471.0,WALC +2019,30000.0,Montana,30049.0,Lewis and Clark County,25471.0,WALC +2019,30000.0,Montana,30051.0,Liberty County,25471.0,WALC +2019,30000.0,Montana,30055.0,McCone County,25471.0,WALC +2019,30000.0,Montana,30071.0,Phillips County,25471.0,WALC +2019,30000.0,Montana,30073.0,Pondera County,25471.0,WALC +2019,30000.0,Montana,30079.0,Prairie County,25471.0,WALC +2019,30000.0,Montana,30083.0,Richland County,25471.0,WALC +2019,30000.0,Montana,30085.0,Roosevelt County,25471.0,WALC +2019,30000.0,Montana,30087.0,Rosebud County,25471.0,WALC +2019,30000.0,Montana,30099.0,Teton County,25471.0,WALC +2019,30000.0,Montana,30101.0,Toole County,25471.0,WALC +2019,30000.0,Montana,30103.0,Treasure County,25471.0,WALC +2019,30000.0,Montana,30105.0,Valley County,25471.0,WALC +2019,30000.0,Montana,30109.0,Wibaux County,25471.0,WALC +2019,30000.0,Montana,30111.0,Yellowstone County,25471.0,WALC +2019,31000.0,Nebraska,31003.0,Antelope County,25471.0,WALC +2019,31000.0,Nebraska,31007.0,Banner County,25471.0,WALC +2019,31000.0,Nebraska,31011.0,Boone County,25471.0,WALC +2019,31000.0,Nebraska,31013.0,Box Butte County,25471.0,WALC +2019,31000.0,Nebraska,31015.0,Boyd County,25471.0,WALC +2019,31000.0,Nebraska,31027.0,Cedar County,25471.0,WALC +2019,31000.0,Nebraska,31033.0,Cheyenne County,25471.0,WALC +2019,31000.0,Nebraska,31043.0,Dakota County,25471.0,WALC +2019,31000.0,Nebraska,31045.0,Dawes County,25471.0,WALC +2019,31000.0,Nebraska,31049.0,Deuel County,25471.0,WALC +2019,31000.0,Nebraska,31077.0,Greeley County,25471.0,WALC +2019,31000.0,Nebraska,31089.0,Holt County,25471.0,WALC +2019,31000.0,Nebraska,31101.0,Keith County,25471.0,WALC +2019,31000.0,Nebraska,31105.0,Kimball County,25471.0,WALC +2019,31000.0,Nebraska,31121.0,Merrick County,25471.0,WALC +2019,31000.0,Nebraska,31123.0,Morrill County,25471.0,WALC +2019,31000.0,Nebraska,31125.0,Nance County,25471.0,WALC +2019,31000.0,Nebraska,31157.0,Scotts Bluff County,25471.0,WALC +2019,31000.0,Nebraska,31165.0,Sioux County,25471.0,WALC +2019,31000.0,Nebraska,31183.0,Wheeler County,25471.0,WALC +2019,32000.0,Nevada,32003.0,Clark County,25471.0,WALC +2019,35000.0,New Mexico,35017.0,Grant County,25471.0,WALC +2019,35000.0,New Mexico,35023.0,Hidalgo County,25471.0,WALC +2019,35000.0,New Mexico,35031.0,McKinley County,25471.0,WALC +2019,35000.0,New Mexico,35039.0,Rio Arriba County,25471.0,WALC +2019,35000.0,New Mexico,35043.0,Sandoval County,25471.0,WALC +2019,35000.0,New Mexico,35045.0,San Juan County,25471.0,WALC +2019,35000.0,New Mexico,35049.0,Santa Fe County,25471.0,WALC +2019,38000.0,North Dakota,38003.0,Barnes County,25471.0,WALC +2019,38000.0,North Dakota,38005.0,Benson County,25471.0,WALC +2019,38000.0,North Dakota,38007.0,Billings County,25471.0,WALC +2019,38000.0,North Dakota,38015.0,Burleigh County,25471.0,WALC +2019,38000.0,North Dakota,38017.0,Cass County,25471.0,WALC +2019,38000.0,North Dakota,38021.0,Dickey County,25471.0,WALC +2019,38000.0,North Dakota,38025.0,Dunn County,25471.0,WALC +2019,38000.0,North Dakota,38027.0,Eddy County,25471.0,WALC +2019,38000.0,North Dakota,38029.0,Emmons County,25471.0,WALC +2019,38000.0,North Dakota,38031.0,Foster County,25471.0,WALC +2019,38000.0,North Dakota,38033.0,Golden Valley County,25471.0,WALC +2019,38000.0,North Dakota,38035.0,Grand Forks County,25471.0,WALC +2019,38000.0,North Dakota,38037.0,Grant County,25471.0,WALC +2019,38000.0,North Dakota,38039.0,Griggs County,25471.0,WALC +2019,38000.0,North Dakota,38043.0,Kidder County,25471.0,WALC +2019,38000.0,North Dakota,38045.0,LaMoure County,25471.0,WALC +2019,38000.0,North Dakota,38049.0,McHenry County,25471.0,WALC +2019,38000.0,North Dakota,38053.0,McKenzie County,25471.0,WALC +2019,38000.0,North Dakota,38055.0,McLean County,25471.0,WALC +2019,38000.0,North Dakota,38057.0,Mercer County,25471.0,WALC +2019,38000.0,North Dakota,38059.0,Morton County,25471.0,WALC +2019,38000.0,North Dakota,38063.0,Nelson County,25471.0,WALC +2019,38000.0,North Dakota,38065.0,Oliver County,25471.0,WALC +2019,38000.0,North Dakota,38069.0,Pierce County,25471.0,WALC +2019,38000.0,North Dakota,38071.0,Ramsey County,25471.0,WALC +2019,38000.0,North Dakota,38073.0,Ransom County,25471.0,WALC +2019,38000.0,North Dakota,38081.0,Sargent County,25471.0,WALC +2019,38000.0,North Dakota,38089.0,Stark County,25471.0,WALC +2019,38000.0,North Dakota,38091.0,Steele County,25471.0,WALC +2019,38000.0,North Dakota,38093.0,Stutsman County,25471.0,WALC +2019,38000.0,North Dakota,38095.0,Towner County,25471.0,WALC +2019,38000.0,North Dakota,38097.0,Traill County,25471.0,WALC +2019,38000.0,North Dakota,38101.0,Ward County,25471.0,WALC +2019,38000.0,North Dakota,38103.0,Wells County,25471.0,WALC +2019,38000.0,North Dakota,38105.0,Williams County,25471.0,WALC +2019,41000.0,Oregon,41035.0,Klamath County,25471.0,WALC +2019,46000.0,South Dakota,46003.0,Aurora County,25471.0,WALC +2019,46000.0,South Dakota,46005.0,Beadle County,25471.0,WALC +2019,46000.0,South Dakota,46007.0,Bennett County,25471.0,WALC +2019,46000.0,South Dakota,46009.0,Bon Homme County,25471.0,WALC +2019,46000.0,South Dakota,46011.0,Brookings County,25471.0,WALC +2019,46000.0,South Dakota,46013.0,Brown County,25471.0,WALC +2019,46000.0,South Dakota,46015.0,Brule County,25471.0,WALC +2019,46000.0,South Dakota,46017.0,Buffalo County,25471.0,WALC +2019,46000.0,South Dakota,46019.0,Butte County,25471.0,WALC +2019,46000.0,South Dakota,46021.0,Campbell County,25471.0,WALC +2019,46000.0,South Dakota,46023.0,Charles Mix County,25471.0,WALC +2019,46000.0,South Dakota,46025.0,Clark County,25471.0,WALC +2019,46000.0,South Dakota,46027.0,Clay County,25471.0,WALC +2019,46000.0,South Dakota,46029.0,Codington County,25471.0,WALC +2019,46000.0,South Dakota,46033.0,Custer County,25471.0,WALC +2019,46000.0,South Dakota,46035.0,Davison County,25471.0,WALC +2019,46000.0,South Dakota,46037.0,Day County,25471.0,WALC +2019,46000.0,South Dakota,46039.0,Deuel County,25471.0,WALC +2019,46000.0,South Dakota,46041.0,Dewey County,25471.0,WALC +2019,46000.0,South Dakota,46043.0,Douglas County,25471.0,WALC +2019,46000.0,South Dakota,46047.0,Fall River County,25471.0,WALC +2019,46000.0,South Dakota,46051.0,Grant County,25471.0,WALC +2019,46000.0,South Dakota,46053.0,Gregory County,25471.0,WALC +2019,46000.0,South Dakota,46055.0,Haakon County,25471.0,WALC +2019,46000.0,South Dakota,46057.0,Hamlin County,25471.0,WALC +2019,46000.0,South Dakota,46059.0,Hand County,25471.0,WALC +2019,46000.0,South Dakota,46061.0,Hanson County,25471.0,WALC +2019,46000.0,South Dakota,46065.0,Hughes County,25471.0,WALC +2019,46000.0,South Dakota,46069.0,Hyde County,25471.0,WALC +2019,46000.0,South Dakota,46071.0,Jackson County,25471.0,WALC +2019,46000.0,South Dakota,46073.0,Jerauld County,25471.0,WALC +2019,46000.0,South Dakota,46075.0,Jones County,25471.0,WALC +2019,46000.0,South Dakota,46083.0,Lincoln County,25471.0,WALC +2019,46000.0,South Dakota,46085.0,Lyman County,25471.0,WALC +2019,46000.0,South Dakota,46087.0,McCook County,25471.0,WALC +2019,46000.0,South Dakota,46091.0,Marshall County,25471.0,WALC +2019,46000.0,South Dakota,46093.0,Meade County,25471.0,WALC +2019,46000.0,South Dakota,46099.0,Minnehaha County,25471.0,WALC +2019,46000.0,South Dakota,46101.0,Moody County,25471.0,WALC +2019,46000.0,South Dakota,46103.0,Pennington County,25471.0,WALC +2019,46000.0,South Dakota,46105.0,Perkins County,25471.0,WALC +2019,46000.0,South Dakota,46107.0,Potter County,25471.0,WALC +2019,46000.0,South Dakota,46109.0,Roberts County,25471.0,WALC +2019,46000.0,South Dakota,46111.0,Sanborn County,25471.0,WALC +2019,46000.0,South Dakota,46115.0,Spink County,25471.0,WALC +2019,46000.0,South Dakota,46117.0,Stanley County,25471.0,WALC +2019,46000.0,South Dakota,46119.0,Sully County,25471.0,WALC +2019,46000.0,South Dakota,46121.0,Todd County,25471.0,WALC +2019,46000.0,South Dakota,46123.0,Tripp County,25471.0,WALC +2019,46000.0,South Dakota,46125.0,Turner County,25471.0,WALC +2019,46000.0,South Dakota,46127.0,Union County,25471.0,WALC +2019,46000.0,South Dakota,46129.0,Walworth County,25471.0,WALC +2019,46000.0,South Dakota,46135.0,Yankton County,25471.0,WALC +2019,46000.0,South Dakota,46137.0,Ziebach County,25471.0,WALC +2019,49000.0,Utah,49009.0,Daggett County,25471.0,WALC +2019,49000.0,Utah,49017.0,Garfield County,25471.0,WALC +2019,49000.0,Utah,49021.0,Iron County,25471.0,WALC +2019,49000.0,Utah,49025.0,Kane County,25471.0,WALC +2019,49000.0,Utah,49031.0,Piute County,25471.0,WALC +2019,49000.0,Utah,49035.0,Salt Lake County,25471.0,WALC +2019,49000.0,Utah,49037.0,San Juan County,25471.0,WALC +2019,49000.0,Utah,49041.0,Sevier County,25471.0,WALC +2019,49000.0,Utah,49047.0,Uintah County,25471.0,WALC +2019,49000.0,Utah,49053.0,Washington County,25471.0,WALC +2019,49000.0,Utah,49055.0,Wayne County,25471.0,WALC +2019,56000.0,Wyoming,56001.0,Albany County,25471.0,WALC +2019,56000.0,Wyoming,56003.0,Big Horn County,25471.0,WALC +2019,56000.0,Wyoming,56007.0,Carbon County,25471.0,WALC +2019,56000.0,Wyoming,56009.0,Converse County,25471.0,WALC +2019,56000.0,Wyoming,56013.0,Fremont County,25471.0,WALC +2019,56000.0,Wyoming,56015.0,Goshen County,25471.0,WALC +2019,56000.0,Wyoming,56017.0,Hot Springs County,25471.0,WALC +2019,56000.0,Wyoming,56021.0,Laramie County,25471.0,WALC +2019,56000.0,Wyoming,56023.0,Lincoln County,25471.0,WALC +2019,56000.0,Wyoming,56025.0,Natrona County,25471.0,WALC +2019,56000.0,Wyoming,56027.0,Niobrara County,25471.0,WALC +2019,56000.0,Wyoming,56029.0,Park County,25471.0,WALC +2019,56000.0,Wyoming,56031.0,Platte County,25471.0,WALC +2019,56000.0,Wyoming,56037.0,Sweetwater County,25471.0,WALC +2019,56000.0,Wyoming,56043.0,Washakie County,25471.0,WALC +2019,4000.0,Arizona,4001.0,Apache County,28503.0,WACM +2019,4000.0,Arizona,4003.0,Cochise County ,28503.0,WACM +2019,4000.0,Arizona,4005.0,Coconino County,28503.0,WACM +2019,4000.0,Arizona,4007.0,Gila County,28503.0,WACM +2019,4000.0,Arizona,4012.0,La Paz County,28503.0,WACM +2019,4000.0,Arizona,4013.0,Maricopa County,28503.0,WACM +2019,4000.0,Arizona,4015.0,Mohave County,28503.0,WACM +2019,4000.0,Arizona,4017.0,Navajo County,28503.0,WACM +2019,4000.0,Arizona,4019.0,Pima County,28503.0,WACM +2019,4000.0,Arizona,4021.0,Pinal County,28503.0,WACM +2019,4000.0,Arizona,4025.0,Yavapai County,28503.0,WACM +2019,4000.0,Arizona,4027.0,Yuma County,28503.0,WACM +2019,6000.0,California,6001.0,Alameda County,28503.0,WACM +2019,6000.0,California,6007.0,Butte County,28503.0,WACM +2019,6000.0,California,6009.0,Calaveras County,28503.0,WACM +2019,6000.0,California,6011.0,Colusa County,28503.0,WACM +2019,6000.0,California,6013.0,Contra Costa County,28503.0,WACM +2019,6000.0,California,6019.0,Fresno County,28503.0,WACM +2019,6000.0,California,6021.0,Glenn County,28503.0,WACM +2019,6000.0,California,6025.0,Imperial County,28503.0,WACM +2019,6000.0,California,6035.0,Lassen County,28503.0,WACM +2019,6000.0,California,6039.0,Madera County,28503.0,WACM +2019,6000.0,California,6047.0,Merced County,28503.0,WACM +2019,6000.0,California,6049.0,Modoc County,28503.0,WACM +2019,6000.0,California,6061.0,Placer County,28503.0,WACM +2019,6000.0,California,6065.0,Riverside County,28503.0,WACM +2019,6000.0,California,6067.0,Sacramento County,28503.0,WACM +2019,6000.0,California,6071.0,San Bernardino County,28503.0,WACM +2019,6000.0,California,6077.0,San Joaquin County,28503.0,WACM +2019,6000.0,California,6085.0,Santa Clara County,28503.0,WACM +2019,6000.0,California,6089.0,Shasta County,28503.0,WACM +2019,6000.0,California,6093.0,Siskiyou County,28503.0,WACM +2019,6000.0,California,6095.0,Solano County,28503.0,WACM +2019,6000.0,California,6101.0,Sutter County,28503.0,WACM +2019,6000.0,California,6103.0,Tehama County,28503.0,WACM +2019,6000.0,California,6105.0,Trinity County,28503.0,WACM +2019,6000.0,California,6109.0,Tuolumne County,28503.0,WACM +2019,6000.0,California,6113.0,Yolo County,28503.0,WACM +2019,6000.0,California,6115.0,Yuba County,28503.0,WACM +2019,8000.0,Colorado,8001.0,Adams County,28503.0,WACM +2019,8000.0,Colorado,8003.0,Alamosa County,28503.0,WACM +2019,8000.0,Colorado,8005.0,Arapahoe County,28503.0,WACM +2019,8000.0,Colorado,8007.0,Archuleta County,28503.0,WACM +2019,8000.0,Colorado,8009.0,Baca County,28503.0,WACM +2019,8000.0,Colorado,8011.0,Bent County,28503.0,WACM +2019,8000.0,Colorado,8013.0,Boulder County,28503.0,WACM +2019,8000.0,Colorado,8014.0,Broomfield County,28503.0,WACM +2019,8000.0,Colorado,8015.0,Chaffee County,28503.0,WACM +2019,8000.0,Colorado,8017.0,Cheyenne County,28503.0,WACM +2019,8000.0,Colorado,8019.0,Clear Creek County,28503.0,WACM +2019,8000.0,Colorado,8021.0,Conejos County,28503.0,WACM +2019,8000.0,Colorado,8023.0,Costilla County,28503.0,WACM +2019,8000.0,Colorado,8025.0,Crowley County,28503.0,WACM +2019,8000.0,Colorado,8027.0,Custer County,28503.0,WACM +2019,8000.0,Colorado,8029.0,Delta County,28503.0,WACM +2019,8000.0,Colorado,8033.0,Dolores County,28503.0,WACM +2019,8000.0,Colorado,8035.0,Douglas County,28503.0,WACM +2019,8000.0,Colorado,8039.0,Elbert County,28503.0,WACM +2019,8000.0,Colorado,8041.0,El Paso County,28503.0,WACM +2019,8000.0,Colorado,8043.0,Fremont County,28503.0,WACM +2019,8000.0,Colorado,8045.0,Garfield County,28503.0,WACM +2019,8000.0,Colorado,8047.0,Gilpin County,28503.0,WACM +2019,8000.0,Colorado,8049.0,Grand County,28503.0,WACM +2019,8000.0,Colorado,8051.0,Gunnison County,28503.0,WACM +2019,8000.0,Colorado,8053.0,Hinsdale County,28503.0,WACM +2019,8000.0,Colorado,8055.0,Huerfano County,28503.0,WACM +2019,8000.0,Colorado,8057.0,Jackson County,28503.0,WACM +2019,8000.0,Colorado,8059.0,Jefferson County,28503.0,WACM +2019,8000.0,Colorado,8061.0,Kiowa County,28503.0,WACM +2019,8000.0,Colorado,8063.0,Kit Carson County,28503.0,WACM +2019,8000.0,Colorado,8065.0,Lake County,28503.0,WACM +2019,8000.0,Colorado,8067.0,La Plata County,28503.0,WACM +2019,8000.0,Colorado,8069.0,Larimer County,28503.0,WACM +2019,8000.0,Colorado,8071.0,Las Animas County,28503.0,WACM +2019,8000.0,Colorado,8073.0,Lincoln County,28503.0,WACM +2019,8000.0,Colorado,8075.0,Logan County,28503.0,WACM +2019,8000.0,Colorado,8077.0,Mesa County,28503.0,WACM +2019,8000.0,Colorado,8079.0,Mineral County,28503.0,WACM +2019,8000.0,Colorado,8081.0,Moffat County,28503.0,WACM +2019,8000.0,Colorado,8083.0,Montezuma County,28503.0,WACM +2019,8000.0,Colorado,8085.0,Montrose County,28503.0,WACM +2019,8000.0,Colorado,8087.0,Morgan County,28503.0,WACM +2019,8000.0,Colorado,8089.0,Otero County,28503.0,WACM +2019,8000.0,Colorado,8091.0,Ouray County,28503.0,WACM +2019,8000.0,Colorado,8095.0,Phillips County,28503.0,WACM +2019,8000.0,Colorado,8099.0,Prowers County,28503.0,WACM +2019,8000.0,Colorado,8101.0,Pueblo County,28503.0,WACM +2019,8000.0,Colorado,8103.0,Rio Blanco County,28503.0,WACM +2019,8000.0,Colorado,8105.0,Rio Grande County,28503.0,WACM +2019,8000.0,Colorado,8107.0,Routt County,28503.0,WACM +2019,8000.0,Colorado,8109.0,Saguache County,28503.0,WACM +2019,8000.0,Colorado,8111.0,San Juan County,28503.0,WACM +2019,8000.0,Colorado,8113.0,San Miguel County,28503.0,WACM +2019,8000.0,Colorado,8115.0,Sedgwick County,28503.0,WACM +2019,8000.0,Colorado,8117.0,Summit County,28503.0,WACM +2019,8000.0,Colorado,8121.0,Washington County,28503.0,WACM +2019,8000.0,Colorado,8123.0,Weld County,28503.0,WACM +2019,8000.0,Colorado,8125.0,Yuma County,28503.0,WACM +2019,19000.0,Iowa,19001.0,Adair County,28503.0,WACM +2019,19000.0,Iowa,19009.0,Audubon County,28503.0,WACM +2019,19000.0,Iowa,19029.0,Cass County,28503.0,WACM +2019,19000.0,Iowa,19035.0,Cherokee County,28503.0,WACM +2019,19000.0,Iowa,19041.0,Clay County,28503.0,WACM +2019,19000.0,Iowa,19047.0,Crawford County,28503.0,WACM +2019,19000.0,Iowa,19119.0,Lyon County,28503.0,WACM +2019,19000.0,Iowa,19133.0,Monona County,28503.0,WACM +2019,19000.0,Iowa,19141.0,O'Brien County,28503.0,WACM +2019,19000.0,Iowa,19149.0,Plymouth County,28503.0,WACM +2019,19000.0,Iowa,19159.0,Ringgold County,28503.0,WACM +2019,19000.0,Iowa,19165.0,Shelby County,28503.0,WACM +2019,19000.0,Iowa,19167.0,Sioux County,28503.0,WACM +2019,19000.0,Iowa,19173.0,Taylor County,28503.0,WACM +2019,19000.0,Iowa,19175.0,Union County,28503.0,WACM +2019,19000.0,Iowa,19193.0,Woodbury County,28503.0,WACM +2019,20000.0,Kansas,20089.0,Jewell County,28503.0,WACM +2019,27000.0,Minnesota,27023.0,Chippewa County,28503.0,WACM +2019,27000.0,Minnesota,27027.0,Clay County,28503.0,WACM +2019,27000.0,Minnesota,27051.0,Grant County,28503.0,WACM +2019,27000.0,Minnesota,27073.0,Lac Qui Parle County,28503.0,WACM +2019,27000.0,Minnesota,27111.0,Otter Tail County,28503.0,WACM +2019,27000.0,Minnesota,27119.0,Polk County,28503.0,WACM +2019,27000.0,Minnesota,27149.0,Stevens County,28503.0,WACM +2019,27000.0,Minnesota,27151.0,Swift County,28503.0,WACM +2019,27000.0,Minnesota,27167.0,Wilkin County,28503.0,WACM +2019,27000.0,Minnesota,27173.0,Yellow Medicine County,28503.0,WACM +2019,29000.0,Missouri,29147.0,Nodaway County,28503.0,WACM +2019,30000.0,Montana,30003.0,Big Horn County,28503.0,WACM +2019,30000.0,Montana,30005.0,Blaine County,28503.0,WACM +2019,30000.0,Montana,30009.0,Carbon County,28503.0,WACM +2019,30000.0,Montana,30011.0,Carter County,28503.0,WACM +2019,30000.0,Montana,30013.0,Cascade County,28503.0,WACM +2019,30000.0,Montana,30015.0,Chouteau County,28503.0,WACM +2019,30000.0,Montana,30017.0,Custer County,28503.0,WACM +2019,30000.0,Montana,30019.0,Daniels County,28503.0,WACM +2019,30000.0,Montana,30021.0,Dawson County,28503.0,WACM +2019,30000.0,Montana,30025.0,Fallon County,28503.0,WACM +2019,30000.0,Montana,30033.0,Garfield County,28503.0,WACM +2019,30000.0,Montana,30041.0,Hill County,28503.0,WACM +2019,30000.0,Montana,30049.0,Lewis and Clark County,28503.0,WACM +2019,30000.0,Montana,30051.0,Liberty County,28503.0,WACM +2019,30000.0,Montana,30055.0,McCone County,28503.0,WACM +2019,30000.0,Montana,30071.0,Phillips County,28503.0,WACM +2019,30000.0,Montana,30073.0,Pondera County,28503.0,WACM +2019,30000.0,Montana,30075.0,Powder River County,28503.0,WACM +2019,30000.0,Montana,30079.0,Prairie County,28503.0,WACM +2019,30000.0,Montana,30083.0,Richland County,28503.0,WACM +2019,30000.0,Montana,30085.0,Roosevelt County,28503.0,WACM +2019,30000.0,Montana,30087.0,Rosebud County,28503.0,WACM +2019,30000.0,Montana,30091.0,Sheridan County,28503.0,WACM +2019,30000.0,Montana,30099.0,Teton County,28503.0,WACM +2019,30000.0,Montana,30101.0,Toole County,28503.0,WACM +2019,30000.0,Montana,30103.0,Treasure County,28503.0,WACM +2019,30000.0,Montana,30105.0,Valley County,28503.0,WACM +2019,30000.0,Montana,30109.0,Wibaux County,28503.0,WACM +2019,30000.0,Montana,30111.0,Yellowstone County,28503.0,WACM +2019,31000.0,Nebraska,31003.0,Antelope County,28503.0,WACM +2019,31000.0,Nebraska,31005.0,Arthur County,28503.0,WACM +2019,31000.0,Nebraska,31007.0,Banner County,28503.0,WACM +2019,31000.0,Nebraska,31011.0,Boone County,28503.0,WACM +2019,31000.0,Nebraska,31013.0,Box Butte County,28503.0,WACM +2019,31000.0,Nebraska,31015.0,Boyd County,28503.0,WACM +2019,31000.0,Nebraska,31027.0,Cedar County,28503.0,WACM +2019,31000.0,Nebraska,31029.0,Chase County,28503.0,WACM +2019,31000.0,Nebraska,31031.0,Cherry County,28503.0,WACM +2019,31000.0,Nebraska,31033.0,Cheyenne County,28503.0,WACM +2019,31000.0,Nebraska,31037.0,Colfax County,28503.0,WACM +2019,31000.0,Nebraska,31043.0,Dakota County,28503.0,WACM +2019,31000.0,Nebraska,31045.0,Dawes County,28503.0,WACM +2019,31000.0,Nebraska,31049.0,Deuel County,28503.0,WACM +2019,31000.0,Nebraska,31057.0,Dundy County,28503.0,WACM +2019,31000.0,Nebraska,31069.0,Garden County,28503.0,WACM +2019,31000.0,Nebraska,31075.0,Grant County,28503.0,WACM +2019,31000.0,Nebraska,31077.0,Greeley County,28503.0,WACM +2019,31000.0,Nebraska,31085.0,Hayes County,28503.0,WACM +2019,31000.0,Nebraska,31089.0,Holt County,28503.0,WACM +2019,31000.0,Nebraska,31091.0,Hooker County,28503.0,WACM +2019,31000.0,Nebraska,31101.0,Keith County,28503.0,WACM +2019,31000.0,Nebraska,31105.0,Kimball County,28503.0,WACM +2019,31000.0,Nebraska,31111.0,Lincoln County,28503.0,WACM +2019,31000.0,Nebraska,31117.0,McPherson County,28503.0,WACM +2019,31000.0,Nebraska,31121.0,Merrick County,28503.0,WACM +2019,31000.0,Nebraska,31123.0,Morrill County,28503.0,WACM +2019,31000.0,Nebraska,31125.0,Nance County,28503.0,WACM +2019,31000.0,Nebraska,31135.0,Perkins County,28503.0,WACM +2019,31000.0,Nebraska,31151.0,Saline County,28503.0,WACM +2019,31000.0,Nebraska,31157.0,Scotts Bluff County,28503.0,WACM +2019,31000.0,Nebraska,31161.0,Sheridan County,28503.0,WACM +2019,31000.0,Nebraska,31165.0,Sioux County,28503.0,WACM +2019,31000.0,Nebraska,31183.0,Wheeler County,28503.0,WACM +2019,32000.0,Nevada,32003.0,Clark County,28503.0,WACM +2019,35000.0,New Mexico,35039.0,Rio Arriba County,28503.0,WACM +2019,35000.0,New Mexico,35045.0,San Juan County,28503.0,WACM +2019,38000.0,North Dakota,38001.0,Adams County,28503.0,WACM +2019,38000.0,North Dakota,38003.0,Barnes County,28503.0,WACM +2019,38000.0,North Dakota,38005.0,Benson County,28503.0,WACM +2019,38000.0,North Dakota,38007.0,Billings County,28503.0,WACM +2019,38000.0,North Dakota,38009.0,Bottineau County,28503.0,WACM +2019,38000.0,North Dakota,38011.0,Bowman County,28503.0,WACM +2019,38000.0,North Dakota,38013.0,Burke County,28503.0,WACM +2019,38000.0,North Dakota,38015.0,Burleigh County,28503.0,WACM +2019,38000.0,North Dakota,38017.0,Cass County,28503.0,WACM +2019,38000.0,North Dakota,38021.0,Dickey County,28503.0,WACM +2019,38000.0,North Dakota,38023.0,Divide County,28503.0,WACM +2019,38000.0,North Dakota,38025.0,Dunn County,28503.0,WACM +2019,38000.0,North Dakota,38027.0,Eddy County,28503.0,WACM +2019,38000.0,North Dakota,38029.0,Emmons County,28503.0,WACM +2019,38000.0,North Dakota,38031.0,Foster County,28503.0,WACM +2019,38000.0,North Dakota,38033.0,Golden Valley County,28503.0,WACM +2019,38000.0,North Dakota,38035.0,Grand Forks County,28503.0,WACM +2019,38000.0,North Dakota,38037.0,Grant County,28503.0,WACM +2019,38000.0,North Dakota,38039.0,Griggs County,28503.0,WACM +2019,38000.0,North Dakota,38041.0,Hettinger County,28503.0,WACM +2019,38000.0,North Dakota,38043.0,Kidder County,28503.0,WACM +2019,38000.0,North Dakota,38045.0,LaMoure County,28503.0,WACM +2019,38000.0,North Dakota,38047.0,Logan County,28503.0,WACM +2019,38000.0,North Dakota,38049.0,McHenry County,28503.0,WACM +2019,38000.0,North Dakota,38051.0,McIntosh County,28503.0,WACM +2019,38000.0,North Dakota,38053.0,McKenzie County,28503.0,WACM +2019,38000.0,North Dakota,38055.0,McLean County,28503.0,WACM +2019,38000.0,North Dakota,38057.0,Mercer County,28503.0,WACM +2019,38000.0,North Dakota,38059.0,Morton County,28503.0,WACM +2019,38000.0,North Dakota,38061.0,Mountrail County,28503.0,WACM +2019,38000.0,North Dakota,38063.0,Nelson County,28503.0,WACM +2019,38000.0,North Dakota,38065.0,Oliver County,28503.0,WACM +2019,38000.0,North Dakota,38069.0,Pierce County,28503.0,WACM +2019,38000.0,North Dakota,38071.0,Ramsey County,28503.0,WACM +2019,38000.0,North Dakota,38073.0,Ransom County,28503.0,WACM +2019,38000.0,North Dakota,38075.0,Renville County,28503.0,WACM +2019,38000.0,North Dakota,38081.0,Sargent County,28503.0,WACM +2019,38000.0,North Dakota,38085.0,Sioux County,28503.0,WACM +2019,38000.0,North Dakota,38087.0,Slope County,28503.0,WACM +2019,38000.0,North Dakota,38089.0,Stark County,28503.0,WACM +2019,38000.0,North Dakota,38091.0,Steele County,28503.0,WACM +2019,38000.0,North Dakota,38093.0,Stutsman County,28503.0,WACM +2019,38000.0,North Dakota,38095.0,Towner County,28503.0,WACM +2019,38000.0,North Dakota,38097.0,Traill County,28503.0,WACM +2019,38000.0,North Dakota,38101.0,Ward County,28503.0,WACM +2019,38000.0,North Dakota,38103.0,Wells County,28503.0,WACM +2019,38000.0,North Dakota,38105.0,Williams County,28503.0,WACM +2019,41000.0,Oregon,41035.0,Klamath County,28503.0,WACM +2019,46000.0,South Dakota,46003.0,Aurora County,28503.0,WACM +2019,46000.0,South Dakota,46005.0,Beadle County,28503.0,WACM +2019,46000.0,South Dakota,46007.0,Bennett County,28503.0,WACM +2019,46000.0,South Dakota,46009.0,Bon Homme County,28503.0,WACM +2019,46000.0,South Dakota,46011.0,Brookings County,28503.0,WACM +2019,46000.0,South Dakota,46013.0,Brown County,28503.0,WACM +2019,46000.0,South Dakota,46015.0,Brule County,28503.0,WACM +2019,46000.0,South Dakota,46017.0,Buffalo County,28503.0,WACM +2019,46000.0,South Dakota,46019.0,Butte County,28503.0,WACM +2019,46000.0,South Dakota,46021.0,Campbell County,28503.0,WACM +2019,46000.0,South Dakota,46023.0,Charles Mix County,28503.0,WACM +2019,46000.0,South Dakota,46025.0,Clark County,28503.0,WACM +2019,46000.0,South Dakota,46027.0,Clay County,28503.0,WACM +2019,46000.0,South Dakota,46029.0,Codington County,28503.0,WACM +2019,46000.0,South Dakota,46031.0,Corson County,28503.0,WACM +2019,46000.0,South Dakota,46033.0,Custer County,28503.0,WACM +2019,46000.0,South Dakota,46035.0,Davison County,28503.0,WACM +2019,46000.0,South Dakota,46037.0,Day County,28503.0,WACM +2019,46000.0,South Dakota,46039.0,Deuel County,28503.0,WACM +2019,46000.0,South Dakota,46041.0,Dewey County,28503.0,WACM +2019,46000.0,South Dakota,46043.0,Douglas County,28503.0,WACM +2019,46000.0,South Dakota,46045.0,Edmunds County,28503.0,WACM +2019,46000.0,South Dakota,46047.0,Fall River County,28503.0,WACM +2019,46000.0,South Dakota,46049.0,Faulk County,28503.0,WACM +2019,46000.0,South Dakota,46051.0,Grant County,28503.0,WACM +2019,46000.0,South Dakota,46053.0,Gregory County,28503.0,WACM +2019,46000.0,South Dakota,46055.0,Haakon County,28503.0,WACM +2019,46000.0,South Dakota,46057.0,Hamlin County,28503.0,WACM +2019,46000.0,South Dakota,46059.0,Hand County,28503.0,WACM +2019,46000.0,South Dakota,46061.0,Hanson County,28503.0,WACM +2019,46000.0,South Dakota,46063.0,Harding County,28503.0,WACM +2019,46000.0,South Dakota,46065.0,Hughes County,28503.0,WACM +2019,46000.0,South Dakota,46069.0,Hyde County,28503.0,WACM +2019,46000.0,South Dakota,46071.0,Jackson County,28503.0,WACM +2019,46000.0,South Dakota,46073.0,Jerauld County,28503.0,WACM +2019,46000.0,South Dakota,46075.0,Jones County,28503.0,WACM +2019,46000.0,South Dakota,46077.0,Kingsbury County,28503.0,WACM +2019,46000.0,South Dakota,46081.0,Lawrence County,28503.0,WACM +2019,46000.0,South Dakota,46083.0,Lincoln County,28503.0,WACM +2019,46000.0,South Dakota,46085.0,Lyman County,28503.0,WACM +2019,46000.0,South Dakota,46087.0,McCook County,28503.0,WACM +2019,46000.0,South Dakota,46089.0,McPherson County,28503.0,WACM +2019,46000.0,South Dakota,46091.0,Marshall County,28503.0,WACM +2019,46000.0,South Dakota,46093.0,Meade County,28503.0,WACM +2019,46000.0,South Dakota,46095.0,Mellette County,28503.0,WACM +2019,46000.0,South Dakota,46097.0,Miner County,28503.0,WACM +2019,46000.0,South Dakota,46099.0,Minnehaha County,28503.0,WACM +2019,46000.0,South Dakota,46101.0,Moody County,28503.0,WACM +2019,46000.0,South Dakota,46103.0,Pennington County,28503.0,WACM +2019,46000.0,South Dakota,46105.0,Perkins County,28503.0,WACM +2019,46000.0,South Dakota,46107.0,Potter County,28503.0,WACM +2019,46000.0,South Dakota,46109.0,Roberts County,28503.0,WACM +2019,46000.0,South Dakota,46111.0,Sanborn County,28503.0,WACM +2019,46000.0,South Dakota,46113.0,Shannon County,28503.0,WACM +2019,46000.0,South Dakota,46115.0,Spink County,28503.0,WACM +2019,46000.0,South Dakota,46117.0,Stanley County,28503.0,WACM +2019,46000.0,South Dakota,46119.0,Sully County,28503.0,WACM +2019,46000.0,South Dakota,46121.0,Todd County,28503.0,WACM +2019,46000.0,South Dakota,46123.0,Tripp County,28503.0,WACM +2019,46000.0,South Dakota,46125.0,Turner County,28503.0,WACM +2019,46000.0,South Dakota,46127.0,Union County,28503.0,WACM +2019,46000.0,South Dakota,46129.0,Walworth County,28503.0,WACM +2019,46000.0,South Dakota,46135.0,Yankton County,28503.0,WACM +2019,46000.0,South Dakota,46137.0,Ziebach County,28503.0,WACM +2019,49000.0,Utah,49009.0,Daggett County,28503.0,WACM +2019,49000.0,Utah,49013.0,Duchesne County,28503.0,WACM +2019,49000.0,Utah,49017.0,Garfield County,28503.0,WACM +2019,49000.0,Utah,49021.0,Iron County,28503.0,WACM +2019,49000.0,Utah,49025.0,Kane County,28503.0,WACM +2019,49000.0,Utah,49027.0,Millard County,28503.0,WACM +2019,49000.0,Utah,49031.0,Piute County,28503.0,WACM +2019,49000.0,Utah,49035.0,Salt Lake County,28503.0,WACM +2019,49000.0,Utah,49037.0,San Juan County,28503.0,WACM +2019,49000.0,Utah,49041.0,Sevier County,28503.0,WACM +2019,49000.0,Utah,49043.0,Summit County,28503.0,WACM +2019,49000.0,Utah,49047.0,Uintah County,28503.0,WACM +2019,49000.0,Utah,49051.0,Wasatch County,28503.0,WACM +2019,49000.0,Utah,49053.0,Washington County,28503.0,WACM +2019,49000.0,Utah,49055.0,Wayne County,28503.0,WACM +2019,56000.0,Wyoming,56001.0,Albany County,28503.0,WACM +2019,56000.0,Wyoming,56003.0,Big Horn County,28503.0,WACM +2019,56000.0,Wyoming,56005.0,Campbell County,28503.0,WACM +2019,56000.0,Wyoming,56007.0,Carbon County,28503.0,WACM +2019,56000.0,Wyoming,56009.0,Converse County,28503.0,WACM +2019,56000.0,Wyoming,56011.0,Crook County,28503.0,WACM +2019,56000.0,Wyoming,56013.0,Fremont County,28503.0,WACM +2019,56000.0,Wyoming,56015.0,Goshen County,28503.0,WACM +2019,56000.0,Wyoming,56017.0,Hot Springs County,28503.0,WACM +2019,56000.0,Wyoming,56019.0,Johnson County,28503.0,WACM +2019,56000.0,Wyoming,56021.0,Laramie County,28503.0,WACM +2019,56000.0,Wyoming,56023.0,Lincoln County,28503.0,WACM +2019,56000.0,Wyoming,56025.0,Natrona County,28503.0,WACM +2019,56000.0,Wyoming,56027.0,Niobrara County,28503.0,WACM +2019,56000.0,Wyoming,56029.0,Park County,28503.0,WACM +2019,56000.0,Wyoming,56031.0,Platte County,28503.0,WACM +2019,56000.0,Wyoming,56033.0,Sheridan County,28503.0,WACM +2019,56000.0,Wyoming,56037.0,Sweetwater County,28503.0,WACM +2019,56000.0,Wyoming,56041.0,Uinta County,28503.0,WACM +2019,56000.0,Wyoming,56043.0,Washakie County,28503.0,WACM +2019,56000.0,Wyoming,56045.0,Weston County,28503.0,WACM +2019,13000.0,Georgia,13007.0,Baker County,29304.0,SEPA +2019,13000.0,Georgia,13061.0,Clay County,29304.0,SEPA +2019,13000.0,Georgia,13079.0,Crawford County,29304.0,SEPA +2019,13000.0,Georgia,13087.0,Decatur County,29304.0,SEPA +2019,13000.0,Georgia,13099.0,Early County,29304.0,SEPA +2019,13000.0,Georgia,13201.0,Miller County,29304.0,SEPA +2019,13000.0,Georgia,13225.0,Peach County,29304.0,SEPA +2019,13000.0,Georgia,13253.0,Seminole County,29304.0,SEPA +2019,1000.0,Alabama,1097.0,Mobile County,56669.0,MISO +2019,1000.0,Alabama,1129.0,Washington County,56669.0,MISO +2019,5000.0,Arkansas,5001.0,Arkansas County,56669.0,MISO +2019,5000.0,Arkansas,5003.0,Ashley County,56669.0,MISO +2019,5000.0,Arkansas,5005.0,Baxter County,56669.0,MISO +2019,5000.0,Arkansas,5009.0,Boone County,56669.0,MISO +2019,5000.0,Arkansas,5011.0,Bradley County,56669.0,MISO +2019,5000.0,Arkansas,5013.0,Calhoun County,56669.0,MISO +2019,5000.0,Arkansas,5015.0,Carroll County,56669.0,MISO +2019,5000.0,Arkansas,5017.0,Chicot County,56669.0,MISO +2019,5000.0,Arkansas,5019.0,Clark County,56669.0,MISO +2019,5000.0,Arkansas,5021.0,Clay County,56669.0,MISO +2019,5000.0,Arkansas,5023.0,Cleburne County,56669.0,MISO +2019,5000.0,Arkansas,5025.0,Cleveland County,56669.0,MISO +2019,5000.0,Arkansas,5027.0,Columbia County,56669.0,MISO +2019,5000.0,Arkansas,5029.0,Conway County,56669.0,MISO +2019,5000.0,Arkansas,5031.0,Craighead County,56669.0,MISO +2019,5000.0,Arkansas,5035.0,Crittenden County,56669.0,MISO +2019,5000.0,Arkansas,5037.0,Cross County,56669.0,MISO +2019,5000.0,Arkansas,5039.0,Dallas County,56669.0,MISO +2019,5000.0,Arkansas,5041.0,Desha County,56669.0,MISO +2019,5000.0,Arkansas,5043.0,Drew County,56669.0,MISO +2019,5000.0,Arkansas,5045.0,Faulkner County,56669.0,MISO +2019,5000.0,Arkansas,5049.0,Fulton County,56669.0,MISO +2019,5000.0,Arkansas,5051.0,Garland County,56669.0,MISO +2019,5000.0,Arkansas,5053.0,Grant County,56669.0,MISO +2019,5000.0,Arkansas,5055.0,Greene County,56669.0,MISO +2019,5000.0,Arkansas,5057.0,Hempstead County,56669.0,MISO +2019,5000.0,Arkansas,5059.0,Hot Spring County,56669.0,MISO +2019,5000.0,Arkansas,5061.0,Howard County,56669.0,MISO +2019,5000.0,Arkansas,5063.0,Independence County,56669.0,MISO +2019,5000.0,Arkansas,5065.0,Izard County,56669.0,MISO +2019,5000.0,Arkansas,5067.0,Jackson County,56669.0,MISO +2019,5000.0,Arkansas,5069.0,Jefferson County,56669.0,MISO +2019,5000.0,Arkansas,5071.0,Johnson County,56669.0,MISO +2019,5000.0,Arkansas,5073.0,Lafayette County,56669.0,MISO +2019,5000.0,Arkansas,5075.0,Lawrence County,56669.0,MISO +2019,5000.0,Arkansas,5077.0,Lee County,56669.0,MISO +2019,5000.0,Arkansas,5079.0,Lincoln County,56669.0,MISO +2019,5000.0,Arkansas,5081.0,Little River County,56669.0,MISO +2019,5000.0,Arkansas,5083.0,Logan County,56669.0,MISO +2019,5000.0,Arkansas,5085.0,Lonoke County,56669.0,MISO +2019,5000.0,Arkansas,5089.0,Marion County,56669.0,MISO +2019,5000.0,Arkansas,5091.0,Miller County,56669.0,MISO +2019,5000.0,Arkansas,5093.0,Mississippi County,56669.0,MISO +2019,5000.0,Arkansas,5095.0,Monroe County,56669.0,MISO +2019,5000.0,Arkansas,5097.0,Montgomery County,56669.0,MISO +2019,5000.0,Arkansas,5099.0,Nevada County,56669.0,MISO +2019,5000.0,Arkansas,5101.0,Newton County,56669.0,MISO +2019,5000.0,Arkansas,5103.0,Ouachita County,56669.0,MISO +2019,5000.0,Arkansas,5105.0,Perry County,56669.0,MISO +2019,5000.0,Arkansas,5107.0,Phillips County,56669.0,MISO +2019,5000.0,Arkansas,5109.0,Pike County,56669.0,MISO +2019,5000.0,Arkansas,5111.0,Poinsett County,56669.0,MISO +2019,5000.0,Arkansas,5113.0,Polk County,56669.0,MISO +2019,5000.0,Arkansas,5115.0,Pope County,56669.0,MISO +2019,5000.0,Arkansas,5117.0,Prairie County,56669.0,MISO +2019,5000.0,Arkansas,5119.0,Pulaski County,56669.0,MISO +2019,5000.0,Arkansas,5121.0,Randolph County,56669.0,MISO +2019,5000.0,Arkansas,5123.0,St. Francis County,56669.0,MISO +2019,5000.0,Arkansas,5125.0,Saline County,56669.0,MISO +2019,5000.0,Arkansas,5127.0,Scott County,56669.0,MISO +2019,5000.0,Arkansas,5129.0,Searcy County,56669.0,MISO +2019,5000.0,Arkansas,5133.0,Sevier County,56669.0,MISO +2019,5000.0,Arkansas,5135.0,Sharp County,56669.0,MISO +2019,5000.0,Arkansas,5137.0,Stone County,56669.0,MISO +2019,5000.0,Arkansas,5139.0,Union County,56669.0,MISO +2019,5000.0,Arkansas,5141.0,Van Buren County,56669.0,MISO +2019,5000.0,Arkansas,5145.0,White County,56669.0,MISO +2019,5000.0,Arkansas,5147.0,Woodruff County,56669.0,MISO +2019,5000.0,Arkansas,5149.0,Yell County,56669.0,MISO +2019,17000.0,Illinois,17001.0,Adams County,56669.0,MISO +2019,17000.0,Illinois,17003.0,Alexander County,56669.0,MISO +2019,17000.0,Illinois,17005.0,Bond County,56669.0,MISO +2019,17000.0,Illinois,17007.0,Boone County,56669.0,MISO +2019,17000.0,Illinois,17009.0,Brown County,56669.0,MISO +2019,17000.0,Illinois,17011.0,Bureau County,56669.0,MISO +2019,17000.0,Illinois,17013.0,Calhoun County,56669.0,MISO +2019,17000.0,Illinois,17015.0,Carroll County,56669.0,MISO +2019,17000.0,Illinois,17017.0,Cass County,56669.0,MISO +2019,17000.0,Illinois,17019.0,Champaign County,56669.0,MISO +2019,17000.0,Illinois,17021.0,Christian County,56669.0,MISO +2019,17000.0,Illinois,17023.0,Clark County,56669.0,MISO +2019,17000.0,Illinois,17025.0,Clay County,56669.0,MISO +2019,17000.0,Illinois,17027.0,Clinton County,56669.0,MISO +2019,17000.0,Illinois,17029.0,Coles County,56669.0,MISO +2019,17000.0,Illinois,17033.0,Crawford County,56669.0,MISO +2019,17000.0,Illinois,17035.0,Cumberland County,56669.0,MISO +2019,17000.0,Illinois,17039.0,De Witt County,56669.0,MISO +2019,17000.0,Illinois,17041.0,Douglas County,56669.0,MISO +2019,17000.0,Illinois,17045.0,Edgar County,56669.0,MISO +2019,17000.0,Illinois,17047.0,Edwards County,56669.0,MISO +2019,17000.0,Illinois,17049.0,Effingham County,56669.0,MISO +2019,17000.0,Illinois,17051.0,Fayette County,56669.0,MISO +2019,17000.0,Illinois,17053.0,Ford County,56669.0,MISO +2019,17000.0,Illinois,17055.0,Franklin County,56669.0,MISO +2019,17000.0,Illinois,17057.0,Fulton County,56669.0,MISO +2019,17000.0,Illinois,17059.0,Gallatin County,56669.0,MISO +2019,17000.0,Illinois,17061.0,Greene County,56669.0,MISO +2019,17000.0,Illinois,17065.0,Hamilton County,56669.0,MISO +2019,17000.0,Illinois,17067.0,Hancock County,56669.0,MISO +2019,17000.0,Illinois,17069.0,Hardin County,56669.0,MISO +2019,17000.0,Illinois,17071.0,Henderson County,56669.0,MISO +2019,17000.0,Illinois,17073.0,Henry County,56669.0,MISO +2019,17000.0,Illinois,17075.0,Iroquois County,56669.0,MISO +2019,17000.0,Illinois,17077.0,Jackson County,56669.0,MISO +2019,17000.0,Illinois,17079.0,Jasper County,56669.0,MISO +2019,17000.0,Illinois,17081.0,Jefferson County,56669.0,MISO +2019,17000.0,Illinois,17083.0,Jersey County,56669.0,MISO +2019,17000.0,Illinois,17085.0,Jo Daviess County,56669.0,MISO +2019,17000.0,Illinois,17087.0,Johnson County,56669.0,MISO +2019,17000.0,Illinois,17093.0,Kendall County,56669.0,MISO +2019,17000.0,Illinois,17095.0,Knox County,56669.0,MISO +2019,17000.0,Illinois,17097.0,Lake County,56669.0,MISO +2019,17000.0,Illinois,17099.0,LaSalle County,56669.0,MISO +2019,17000.0,Illinois,17101.0,Lawrence County,56669.0,MISO +2019,17000.0,Illinois,17105.0,Livingston County,56669.0,MISO +2019,17000.0,Illinois,17107.0,Logan County,56669.0,MISO +2019,17000.0,Illinois,17109.0,McDonough County,56669.0,MISO +2019,17000.0,Illinois,17111.0,McHenry County,56669.0,MISO +2019,17000.0,Illinois,17113.0,McLean County,56669.0,MISO +2019,17000.0,Illinois,17115.0,Macon County,56669.0,MISO +2019,17000.0,Illinois,17117.0,Macoupin County,56669.0,MISO +2019,17000.0,Illinois,17119.0,Madison County,56669.0,MISO +2019,17000.0,Illinois,17121.0,Marion County,56669.0,MISO +2019,17000.0,Illinois,17123.0,Marshall County,56669.0,MISO +2019,17000.0,Illinois,17125.0,Mason County,56669.0,MISO +2019,17000.0,Illinois,17127.0,Massac County,56669.0,MISO +2019,17000.0,Illinois,17129.0,Menard County,56669.0,MISO +2019,17000.0,Illinois,17131.0,Mercer County,56669.0,MISO +2019,17000.0,Illinois,17133.0,Monroe County,56669.0,MISO +2019,17000.0,Illinois,17135.0,Montgomery County,56669.0,MISO +2019,17000.0,Illinois,17137.0,Morgan County,56669.0,MISO +2019,17000.0,Illinois,17139.0,Moultrie County,56669.0,MISO +2019,17000.0,Illinois,17143.0,Peoria County,56669.0,MISO +2019,17000.0,Illinois,17145.0,Perry County,56669.0,MISO +2019,17000.0,Illinois,17147.0,Piatt County,56669.0,MISO +2019,17000.0,Illinois,17149.0,Pike County,56669.0,MISO +2019,17000.0,Illinois,17151.0,Pope County,56669.0,MISO +2019,17000.0,Illinois,17153.0,Pulaski County,56669.0,MISO +2019,17000.0,Illinois,17155.0,Putnam County,56669.0,MISO +2019,17000.0,Illinois,17157.0,Randolph County,56669.0,MISO +2019,17000.0,Illinois,17159.0,Richland County,56669.0,MISO +2019,17000.0,Illinois,17161.0,Rock Island County,56669.0,MISO +2019,17000.0,Illinois,17163.0,St. Clair County,56669.0,MISO +2019,17000.0,Illinois,17165.0,Saline County,56669.0,MISO +2019,17000.0,Illinois,17167.0,Sangamon County,56669.0,MISO +2019,17000.0,Illinois,17169.0,Schuyler County,56669.0,MISO +2019,17000.0,Illinois,17171.0,Scott County,56669.0,MISO +2019,17000.0,Illinois,17173.0,Shelby County,56669.0,MISO +2019,17000.0,Illinois,17175.0,Stark County,56669.0,MISO +2019,17000.0,Illinois,17177.0,Stephenson County,56669.0,MISO +2019,17000.0,Illinois,17179.0,Tazewell County,56669.0,MISO +2019,17000.0,Illinois,17181.0,Union County,56669.0,MISO +2019,17000.0,Illinois,17183.0,Vermilion County,56669.0,MISO +2019,17000.0,Illinois,17185.0,Wabash County,56669.0,MISO +2019,17000.0,Illinois,17187.0,Warren County,56669.0,MISO +2019,17000.0,Illinois,17189.0,Washington County,56669.0,MISO +2019,17000.0,Illinois,17191.0,Wayne County,56669.0,MISO +2019,17000.0,Illinois,17193.0,White County,56669.0,MISO +2019,17000.0,Illinois,17195.0,Whiteside County,56669.0,MISO +2019,17000.0,Illinois,17199.0,Williamson County,56669.0,MISO +2019,17000.0,Illinois,17201.0,Winnebago County,56669.0,MISO +2019,17000.0,Illinois,17203.0,Woodford County,56669.0,MISO +2019,18000.0,Indiana,18005.0,Bartholomew County,56669.0,MISO +2019,18000.0,Indiana,18007.0,Benton County,56669.0,MISO +2019,18000.0,Indiana,18011.0,Boone County,56669.0,MISO +2019,18000.0,Indiana,18013.0,Brown County,56669.0,MISO +2019,18000.0,Indiana,18015.0,Carroll County,56669.0,MISO +2019,18000.0,Indiana,18017.0,Cass County,56669.0,MISO +2019,18000.0,Indiana,18019.0,Clark County,56669.0,MISO +2019,18000.0,Indiana,18021.0,Clay County,56669.0,MISO +2019,18000.0,Indiana,18023.0,Clinton County,56669.0,MISO +2019,18000.0,Indiana,18025.0,Crawford County,56669.0,MISO +2019,18000.0,Indiana,18027.0,Daviess County,56669.0,MISO +2019,18000.0,Indiana,18029.0,Dearborn County,56669.0,MISO +2019,18000.0,Indiana,18031.0,Decatur County,56669.0,MISO +2019,18000.0,Indiana,18033.0,DeKalb County,56669.0,MISO +2019,18000.0,Indiana,18035.0,Delaware County,56669.0,MISO +2019,18000.0,Indiana,18037.0,Dubois County,56669.0,MISO +2019,18000.0,Indiana,18039.0,Elkhart County,56669.0,MISO +2019,18000.0,Indiana,18041.0,Fayette County,56669.0,MISO +2019,18000.0,Indiana,18043.0,Floyd County,56669.0,MISO +2019,18000.0,Indiana,18045.0,Fountain County,56669.0,MISO +2019,18000.0,Indiana,18047.0,Franklin County,56669.0,MISO +2019,18000.0,Indiana,18049.0,Fulton County,56669.0,MISO +2019,18000.0,Indiana,18051.0,Gibson County,56669.0,MISO +2019,18000.0,Indiana,18053.0,Grant County,56669.0,MISO +2019,18000.0,Indiana,18055.0,Greene County,56669.0,MISO +2019,18000.0,Indiana,18057.0,Hamilton County,56669.0,MISO +2019,18000.0,Indiana,18059.0,Hancock County,56669.0,MISO +2019,18000.0,Indiana,18061.0,Harrison County,56669.0,MISO +2019,18000.0,Indiana,18063.0,Hendricks County,56669.0,MISO +2019,18000.0,Indiana,18065.0,Henry County,56669.0,MISO +2019,18000.0,Indiana,18067.0,Howard County,56669.0,MISO +2019,18000.0,Indiana,18069.0,Huntington County,56669.0,MISO +2019,18000.0,Indiana,18071.0,Jackson County,56669.0,MISO +2019,18000.0,Indiana,18073.0,Jasper County,56669.0,MISO +2019,18000.0,Indiana,18077.0,Jefferson County,56669.0,MISO +2019,18000.0,Indiana,18079.0,Jennings County,56669.0,MISO +2019,18000.0,Indiana,18081.0,Johnson County,56669.0,MISO +2019,18000.0,Indiana,18083.0,Knox County,56669.0,MISO +2019,18000.0,Indiana,18085.0,Kosciusko County,56669.0,MISO +2019,18000.0,Indiana,18087.0,LaGrange County,56669.0,MISO +2019,18000.0,Indiana,18089.0,Lake County,56669.0,MISO +2019,18000.0,Indiana,18091.0,LaPorte County,56669.0,MISO +2019,18000.0,Indiana,18093.0,Lawrence County,56669.0,MISO +2019,18000.0,Indiana,18095.0,Madison County,56669.0,MISO +2019,18000.0,Indiana,18097.0,Marion County,56669.0,MISO +2019,18000.0,Indiana,18099.0,Marshall County,56669.0,MISO +2019,18000.0,Indiana,18101.0,Martin County,56669.0,MISO +2019,18000.0,Indiana,18103.0,Miami County,56669.0,MISO +2019,18000.0,Indiana,18105.0,Monroe County,56669.0,MISO +2019,18000.0,Indiana,18107.0,Montgomery County,56669.0,MISO +2019,18000.0,Indiana,18109.0,Morgan County,56669.0,MISO +2019,18000.0,Indiana,18111.0,Newton County,56669.0,MISO +2019,18000.0,Indiana,18113.0,Noble County,56669.0,MISO +2019,18000.0,Indiana,18115.0,Ohio County,56669.0,MISO +2019,18000.0,Indiana,18117.0,Orange County,56669.0,MISO +2019,18000.0,Indiana,18119.0,Owen County,56669.0,MISO +2019,18000.0,Indiana,18121.0,Parke County,56669.0,MISO +2019,18000.0,Indiana,18123.0,Perry County,56669.0,MISO +2019,18000.0,Indiana,18125.0,Pike County,56669.0,MISO +2019,18000.0,Indiana,18127.0,Porter County,56669.0,MISO +2019,18000.0,Indiana,18129.0,Posey County,56669.0,MISO +2019,18000.0,Indiana,18131.0,Pulaski County,56669.0,MISO +2019,18000.0,Indiana,18133.0,Putnam County,56669.0,MISO +2019,18000.0,Indiana,18135.0,Randolph County,56669.0,MISO +2019,18000.0,Indiana,18137.0,Ripley County,56669.0,MISO +2019,18000.0,Indiana,18139.0,Rush County,56669.0,MISO +2019,18000.0,Indiana,18141.0,St. Joseph County,56669.0,MISO +2019,18000.0,Indiana,18143.0,Scott County,56669.0,MISO +2019,18000.0,Indiana,18145.0,Shelby County,56669.0,MISO +2019,18000.0,Indiana,18147.0,Spencer County,56669.0,MISO +2019,18000.0,Indiana,18149.0,Starke County,56669.0,MISO +2019,18000.0,Indiana,18151.0,Steuben County,56669.0,MISO +2019,18000.0,Indiana,18153.0,Sullivan County,56669.0,MISO +2019,18000.0,Indiana,18155.0,Switzerland County,56669.0,MISO +2019,18000.0,Indiana,18157.0,Tippecanoe County,56669.0,MISO +2019,18000.0,Indiana,18159.0,Tipton County,56669.0,MISO +2019,18000.0,Indiana,18161.0,Union County,56669.0,MISO +2019,18000.0,Indiana,18163.0,Vanderburgh County,56669.0,MISO +2019,18000.0,Indiana,18165.0,Vermillion County,56669.0,MISO +2019,18000.0,Indiana,18167.0,Vigo County,56669.0,MISO +2019,18000.0,Indiana,18169.0,Wabash County,56669.0,MISO +2019,18000.0,Indiana,18171.0,Warren County,56669.0,MISO +2019,18000.0,Indiana,18173.0,Warrick County,56669.0,MISO +2019,18000.0,Indiana,18175.0,Washington County,56669.0,MISO +2019,18000.0,Indiana,18177.0,Wayne County,56669.0,MISO +2019,18000.0,Indiana,18179.0,Wells County,56669.0,MISO +2019,18000.0,Indiana,18181.0,White County,56669.0,MISO +2019,18000.0,Indiana,18183.0,Whitley County,56669.0,MISO +2019,19000.0,Iowa,19001.0,Adair County,56669.0,MISO +2019,19000.0,Iowa,19003.0,Adams County,56669.0,MISO +2019,19000.0,Iowa,19005.0,Allamakee County,56669.0,MISO +2019,19000.0,Iowa,19007.0,Appanoose County,56669.0,MISO +2019,19000.0,Iowa,19009.0,Audubon County,56669.0,MISO +2019,19000.0,Iowa,19011.0,Benton County,56669.0,MISO +2019,19000.0,Iowa,19013.0,Black Hawk County,56669.0,MISO +2019,19000.0,Iowa,19015.0,Boone County,56669.0,MISO +2019,19000.0,Iowa,19017.0,Bremer County,56669.0,MISO +2019,19000.0,Iowa,19019.0,Buchanan County,56669.0,MISO +2019,19000.0,Iowa,19021.0,Buena Vista County,56669.0,MISO +2019,19000.0,Iowa,19023.0,Butler County,56669.0,MISO +2019,19000.0,Iowa,19025.0,Calhoun County,56669.0,MISO +2019,19000.0,Iowa,19027.0,Carroll County,56669.0,MISO +2019,19000.0,Iowa,19029.0,Cass County,56669.0,MISO +2019,19000.0,Iowa,19031.0,Cedar County,56669.0,MISO +2019,19000.0,Iowa,19033.0,Cerro Gordo County,56669.0,MISO +2019,19000.0,Iowa,19035.0,Cherokee County,56669.0,MISO +2019,19000.0,Iowa,19037.0,Chickasaw County,56669.0,MISO +2019,19000.0,Iowa,19039.0,Clarke County,56669.0,MISO +2019,19000.0,Iowa,19041.0,Clay County,56669.0,MISO +2019,19000.0,Iowa,19043.0,Clayton County,56669.0,MISO +2019,19000.0,Iowa,19045.0,Clinton County,56669.0,MISO +2019,19000.0,Iowa,19047.0,Crawford County,56669.0,MISO +2019,19000.0,Iowa,19049.0,Dallas County,56669.0,MISO +2019,19000.0,Iowa,19051.0,Davis County,56669.0,MISO +2019,19000.0,Iowa,19053.0,Decatur County,56669.0,MISO +2019,19000.0,Iowa,19055.0,Delaware County,56669.0,MISO +2019,19000.0,Iowa,19057.0,Des Moines County,56669.0,MISO +2019,19000.0,Iowa,19059.0,Dickinson County,56669.0,MISO +2019,19000.0,Iowa,19061.0,Dubuque County,56669.0,MISO +2019,19000.0,Iowa,19063.0,Emmet County,56669.0,MISO +2019,19000.0,Iowa,19065.0,Fayette County,56669.0,MISO +2019,19000.0,Iowa,19067.0,Floyd County,56669.0,MISO +2019,19000.0,Iowa,19069.0,Franklin County,56669.0,MISO +2019,19000.0,Iowa,19071.0,Fremont County,56669.0,MISO +2019,19000.0,Iowa,19073.0,Greene County,56669.0,MISO +2019,19000.0,Iowa,19075.0,Grundy County,56669.0,MISO +2019,19000.0,Iowa,19077.0,Guthrie County,56669.0,MISO +2019,19000.0,Iowa,19079.0,Hamilton County,56669.0,MISO +2019,19000.0,Iowa,19081.0,Hancock County,56669.0,MISO +2019,19000.0,Iowa,19083.0,Hardin County,56669.0,MISO +2019,19000.0,Iowa,19085.0,Harrison County,56669.0,MISO +2019,19000.0,Iowa,19087.0,Henry County,56669.0,MISO +2019,19000.0,Iowa,19089.0,Howard County,56669.0,MISO +2019,19000.0,Iowa,19091.0,Humboldt County,56669.0,MISO +2019,19000.0,Iowa,19093.0,Ida County,56669.0,MISO +2019,19000.0,Iowa,19095.0,Iowa County,56669.0,MISO +2019,19000.0,Iowa,19097.0,Jackson County,56669.0,MISO +2019,19000.0,Iowa,19099.0,Jasper County,56669.0,MISO +2019,19000.0,Iowa,19101.0,Jefferson County,56669.0,MISO +2019,19000.0,Iowa,19103.0,Johnson County,56669.0,MISO +2019,19000.0,Iowa,19105.0,Jones County,56669.0,MISO +2019,19000.0,Iowa,19107.0,Keokuk County,56669.0,MISO +2019,19000.0,Iowa,19109.0,Kossuth County,56669.0,MISO +2019,19000.0,Iowa,19111.0,Lee County,56669.0,MISO +2019,19000.0,Iowa,19113.0,Linn County,56669.0,MISO +2019,19000.0,Iowa,19115.0,Louisa County,56669.0,MISO +2019,19000.0,Iowa,19117.0,Lucas County,56669.0,MISO +2019,19000.0,Iowa,19119.0,Lyon County,56669.0,MISO +2019,19000.0,Iowa,19121.0,Madison County,56669.0,MISO +2019,19000.0,Iowa,19123.0,Mahaska County,56669.0,MISO +2019,19000.0,Iowa,19125.0,Marion County,56669.0,MISO +2019,19000.0,Iowa,19127.0,Marshall County,56669.0,MISO +2019,19000.0,Iowa,19129.0,Mills County,56669.0,MISO +2019,19000.0,Iowa,19131.0,Mitchell County,56669.0,MISO +2019,19000.0,Iowa,19133.0,Monona County,56669.0,MISO +2019,19000.0,Iowa,19135.0,Monroe County,56669.0,MISO +2019,19000.0,Iowa,19137.0,Montgomery County,56669.0,MISO +2019,19000.0,Iowa,19139.0,Muscatine County,56669.0,MISO +2019,19000.0,Iowa,19141.0,O'Brien County,56669.0,MISO +2019,19000.0,Iowa,19143.0,Osceola County,56669.0,MISO +2019,19000.0,Iowa,19145.0,Page County,56669.0,MISO +2019,19000.0,Iowa,19147.0,Palo Alto County,56669.0,MISO +2019,19000.0,Iowa,19149.0,Plymouth County,56669.0,MISO +2019,19000.0,Iowa,19151.0,Pocahontas County,56669.0,MISO +2019,19000.0,Iowa,19153.0,Polk County,56669.0,MISO +2019,19000.0,Iowa,19155.0,Pottawattamie County,56669.0,MISO +2019,19000.0,Iowa,19157.0,Poweshiek County,56669.0,MISO +2019,19000.0,Iowa,19159.0,Ringgold County,56669.0,MISO +2019,19000.0,Iowa,19161.0,Sac County,56669.0,MISO +2019,19000.0,Iowa,19163.0,Scott County,56669.0,MISO +2019,19000.0,Iowa,19165.0,Shelby County,56669.0,MISO +2019,19000.0,Iowa,19167.0,Sioux County,56669.0,MISO +2019,19000.0,Iowa,19169.0,Story County,56669.0,MISO +2019,19000.0,Iowa,19171.0,Tama County,56669.0,MISO +2019,19000.0,Iowa,19173.0,Taylor County,56669.0,MISO +2019,19000.0,Iowa,19175.0,Union County,56669.0,MISO +2019,19000.0,Iowa,19177.0,Van Buren County,56669.0,MISO +2019,19000.0,Iowa,19179.0,Wapello County,56669.0,MISO +2019,19000.0,Iowa,19181.0,Warren County,56669.0,MISO +2019,19000.0,Iowa,19183.0,Washington County,56669.0,MISO +2019,19000.0,Iowa,19185.0,Wayne County,56669.0,MISO +2019,19000.0,Iowa,19187.0,Webster County,56669.0,MISO +2019,19000.0,Iowa,19189.0,Winnebago County,56669.0,MISO +2019,19000.0,Iowa,19191.0,Winneshiek County,56669.0,MISO +2019,19000.0,Iowa,19193.0,Woodbury County,56669.0,MISO +2019,19000.0,Iowa,19195.0,Worth County,56669.0,MISO +2019,19000.0,Iowa,19197.0,Wright County,56669.0,MISO +2019,20000.0,Kansas,20167.0,Russell County,56669.0,MISO +2019,21000.0,Kentucky,21007.0,Ballard County,56669.0,MISO +2019,21000.0,Kentucky,21027.0,Breckinridge County,56669.0,MISO +2019,21000.0,Kentucky,21033.0,Caldwell County,56669.0,MISO +2019,21000.0,Kentucky,21039.0,Carlisle County,56669.0,MISO +2019,21000.0,Kentucky,21055.0,Crittenden County,56669.0,MISO +2019,21000.0,Kentucky,21059.0,Daviess County,56669.0,MISO +2019,21000.0,Kentucky,21083.0,Graves County,56669.0,MISO +2019,21000.0,Kentucky,21085.0,Grayson County,56669.0,MISO +2019,21000.0,Kentucky,21091.0,Hancock County,56669.0,MISO +2019,21000.0,Kentucky,21093.0,Hardin County,56669.0,MISO +2019,21000.0,Kentucky,21101.0,Henderson County,56669.0,MISO +2019,21000.0,Kentucky,21107.0,Hopkins County,56669.0,MISO +2019,21000.0,Kentucky,21139.0,Livingston County,56669.0,MISO +2019,21000.0,Kentucky,21143.0,Lyon County,56669.0,MISO +2019,21000.0,Kentucky,21145.0,McCracken County,56669.0,MISO +2019,21000.0,Kentucky,21149.0,McLean County,56669.0,MISO +2019,21000.0,Kentucky,21157.0,Marshall County,56669.0,MISO +2019,21000.0,Kentucky,21163.0,Meade County,56669.0,MISO +2019,21000.0,Kentucky,21177.0,Muhlenberg County,56669.0,MISO +2019,21000.0,Kentucky,21183.0,Ohio County,56669.0,MISO +2019,21000.0,Kentucky,21225.0,Union County,56669.0,MISO +2019,21000.0,Kentucky,21233.0,Webster County,56669.0,MISO +2019,22000.0,Louisiana,22001.0,Acadia Parish,56669.0,MISO +2019,22000.0,Louisiana,22003.0,Allen Parish,56669.0,MISO +2019,22000.0,Louisiana,22005.0,Ascension Parish,56669.0,MISO +2019,22000.0,Louisiana,22007.0,Assumption Parish,56669.0,MISO +2019,22000.0,Louisiana,22009.0,Avoyelles Parish,56669.0,MISO +2019,22000.0,Louisiana,22011.0,Beauregard Parish,56669.0,MISO +2019,22000.0,Louisiana,22013.0,Bienville Parish,56669.0,MISO +2019,22000.0,Louisiana,22015.0,Bossier Parish,56669.0,MISO +2019,22000.0,Louisiana,22019.0,Calcasieu Parish,56669.0,MISO +2019,22000.0,Louisiana,22021.0,Caldwell Parish,56669.0,MISO +2019,22000.0,Louisiana,22023.0,Cameron Parish,56669.0,MISO +2019,22000.0,Louisiana,22025.0,Catahoula Parish,56669.0,MISO +2019,22000.0,Louisiana,22027.0,Claiborne Parish,56669.0,MISO +2019,22000.0,Louisiana,22029.0,Concordia Parish,56669.0,MISO +2019,22000.0,Louisiana,22031.0,De Soto Parish,56669.0,MISO +2019,22000.0,Louisiana,22033.0,East Baton Rouge Parish,56669.0,MISO +2019,22000.0,Louisiana,22035.0,East Carroll Parish,56669.0,MISO +2019,22000.0,Louisiana,22037.0,East Feliciana Parish,56669.0,MISO +2019,22000.0,Louisiana,22039.0,Evangeline Parish,56669.0,MISO +2019,22000.0,Louisiana,22041.0,Franklin Parish,56669.0,MISO +2019,22000.0,Louisiana,22043.0,Grant Parish,56669.0,MISO +2019,22000.0,Louisiana,22045.0,Iberia Parish,56669.0,MISO +2019,22000.0,Louisiana,22047.0,Iberville Parish,56669.0,MISO +2019,22000.0,Louisiana,22049.0,Jackson Parish,56669.0,MISO +2019,22000.0,Louisiana,22051.0,Jefferson Parish,56669.0,MISO +2019,22000.0,Louisiana,22053.0,Jefferson Davis Parish,56669.0,MISO +2019,22000.0,Louisiana,22055.0,Lafayette Parish,56669.0,MISO +2019,22000.0,Louisiana,22057.0,Lafourche Parish,56669.0,MISO +2019,22000.0,Louisiana,22059.0,La Salle Parish,56669.0,MISO +2019,22000.0,Louisiana,22061.0,Lincoln Parish,56669.0,MISO +2019,22000.0,Louisiana,22063.0,Livingston Parish,56669.0,MISO +2019,22000.0,Louisiana,22065.0,Madison Parish,56669.0,MISO +2019,22000.0,Louisiana,22067.0,Morehouse Parish,56669.0,MISO +2019,22000.0,Louisiana,22069.0,Natchitoches Parish,56669.0,MISO +2019,22000.0,Louisiana,22071.0,Orleans Parish,56669.0,MISO +2019,22000.0,Louisiana,22073.0,Ouachita Parish,56669.0,MISO +2019,22000.0,Louisiana,22075.0,Plaquemines Parish,56669.0,MISO +2019,22000.0,Louisiana,22077.0,Pointe Coupee Parish,56669.0,MISO +2019,22000.0,Louisiana,22079.0,Rapides Parish,56669.0,MISO +2019,22000.0,Louisiana,22081.0,Red River Parish,56669.0,MISO +2019,22000.0,Louisiana,22083.0,Richland Parish,56669.0,MISO +2019,22000.0,Louisiana,22085.0,Sabine Parish,56669.0,MISO +2019,22000.0,Louisiana,22087.0,St. Bernard Parish,56669.0,MISO +2019,22000.0,Louisiana,22089.0,St. Charles Parish,56669.0,MISO +2019,22000.0,Louisiana,22091.0,St. Helena Parish,56669.0,MISO +2019,22000.0,Louisiana,22093.0,St. James Parish,56669.0,MISO +2019,22000.0,Louisiana,22095.0,St. John the Baptist Parish,56669.0,MISO +2019,22000.0,Louisiana,22097.0,St. Landry Parish,56669.0,MISO +2019,22000.0,Louisiana,22099.0,St. Martin Parish,56669.0,MISO +2019,22000.0,Louisiana,22101.0,St. Mary Parish,56669.0,MISO +2019,22000.0,Louisiana,22103.0,St. Tammany Parish,56669.0,MISO +2019,22000.0,Louisiana,22105.0,Tangipahoa Parish,56669.0,MISO +2019,22000.0,Louisiana,22107.0,Tensas Parish,56669.0,MISO +2019,22000.0,Louisiana,22109.0,Terrebonne Parish,56669.0,MISO +2019,22000.0,Louisiana,22111.0,Union Parish,56669.0,MISO +2019,22000.0,Louisiana,22113.0,Vermilion Parish,56669.0,MISO +2019,22000.0,Louisiana,22115.0,Vernon Parish,56669.0,MISO +2019,22000.0,Louisiana,22117.0,Washington Parish,56669.0,MISO +2019,22000.0,Louisiana,22119.0,Webster Parish,56669.0,MISO +2019,22000.0,Louisiana,22121.0,West Baton Rouge Parish,56669.0,MISO +2019,22000.0,Louisiana,22123.0,West Carroll Parish,56669.0,MISO +2019,22000.0,Louisiana,22125.0,West Feliciana Parish,56669.0,MISO +2019,22000.0,Louisiana,22127.0,Winn Parish,56669.0,MISO +2019,26000.0,Michigan,26001.0,Alcona County,56669.0,MISO +2019,26000.0,Michigan,26003.0,Alger County,56669.0,MISO +2019,26000.0,Michigan,26005.0,Allegan County,56669.0,MISO +2019,26000.0,Michigan,26007.0,Alpena County,56669.0,MISO +2019,26000.0,Michigan,26009.0,Antrim County,56669.0,MISO +2019,26000.0,Michigan,26011.0,Arenac County,56669.0,MISO +2019,26000.0,Michigan,26013.0,Baraga County,56669.0,MISO +2019,26000.0,Michigan,26015.0,Barry County,56669.0,MISO +2019,26000.0,Michigan,26017.0,Bay County,56669.0,MISO +2019,26000.0,Michigan,26019.0,Benzie County,56669.0,MISO +2019,26000.0,Michigan,26023.0,Branch County,56669.0,MISO +2019,26000.0,Michigan,26025.0,Calhoun County,56669.0,MISO +2019,26000.0,Michigan,26029.0,Charlevoix County,56669.0,MISO +2019,26000.0,Michigan,26031.0,Cheboygan County,56669.0,MISO +2019,26000.0,Michigan,26033.0,Chippewa County,56669.0,MISO +2019,26000.0,Michigan,26035.0,Clare County,56669.0,MISO +2019,26000.0,Michigan,26037.0,Clinton County,56669.0,MISO +2019,26000.0,Michigan,26039.0,Crawford County,56669.0,MISO +2019,26000.0,Michigan,26041.0,Delta County,56669.0,MISO +2019,26000.0,Michigan,26043.0,Dickinson County,56669.0,MISO +2019,26000.0,Michigan,26045.0,Eaton County,56669.0,MISO +2019,26000.0,Michigan,26047.0,Emmet County,56669.0,MISO +2019,26000.0,Michigan,26049.0,Genesee County,56669.0,MISO +2019,26000.0,Michigan,26051.0,Gladwin County,56669.0,MISO +2019,26000.0,Michigan,26053.0,Gogebic County,56669.0,MISO +2019,26000.0,Michigan,26055.0,Grand Traverse County,56669.0,MISO +2019,26000.0,Michigan,26057.0,Gratiot County,56669.0,MISO +2019,26000.0,Michigan,26059.0,Hillsdale County,56669.0,MISO +2019,26000.0,Michigan,26061.0,Houghton County,56669.0,MISO +2019,26000.0,Michigan,26063.0,Huron County,56669.0,MISO +2019,26000.0,Michigan,26065.0,Ingham County,56669.0,MISO +2019,26000.0,Michigan,26067.0,Ionia County,56669.0,MISO +2019,26000.0,Michigan,26069.0,Iosco County,56669.0,MISO +2019,26000.0,Michigan,26071.0,Iron County,56669.0,MISO +2019,26000.0,Michigan,26073.0,Isabella County,56669.0,MISO +2019,26000.0,Michigan,26075.0,Jackson County,56669.0,MISO +2019,26000.0,Michigan,26077.0,Kalamazoo County,56669.0,MISO +2019,26000.0,Michigan,26079.0,Kalkaska County,56669.0,MISO +2019,26000.0,Michigan,26081.0,Kent County,56669.0,MISO +2019,26000.0,Michigan,26083.0,Keweenaw County,56669.0,MISO +2019,26000.0,Michigan,26085.0,Lake County,56669.0,MISO +2019,26000.0,Michigan,26087.0,Lapeer County,56669.0,MISO +2019,26000.0,Michigan,26089.0,Leelanau County,56669.0,MISO +2019,26000.0,Michigan,26091.0,Lenawee County,56669.0,MISO +2019,26000.0,Michigan,26093.0,Livingston County,56669.0,MISO +2019,26000.0,Michigan,26095.0,Luce County,56669.0,MISO +2019,26000.0,Michigan,26097.0,Mackinac County,56669.0,MISO +2019,26000.0,Michigan,26099.0,Macomb County,56669.0,MISO +2019,26000.0,Michigan,26101.0,Manistee County,56669.0,MISO +2019,26000.0,Michigan,26103.0,Marquette County,56669.0,MISO +2019,26000.0,Michigan,26105.0,Mason County,56669.0,MISO +2019,26000.0,Michigan,26107.0,Mecosta County,56669.0,MISO +2019,26000.0,Michigan,26109.0,Menominee County,56669.0,MISO +2019,26000.0,Michigan,26111.0,Midland County,56669.0,MISO +2019,26000.0,Michigan,26113.0,Missaukee County,56669.0,MISO +2019,26000.0,Michigan,26115.0,Monroe County,56669.0,MISO +2019,26000.0,Michigan,26117.0,Montcalm County,56669.0,MISO +2019,26000.0,Michigan,26119.0,Montmorency County,56669.0,MISO +2019,26000.0,Michigan,26121.0,Muskegon County,56669.0,MISO +2019,26000.0,Michigan,26123.0,Newaygo County,56669.0,MISO +2019,26000.0,Michigan,26125.0,Oakland County,56669.0,MISO +2019,26000.0,Michigan,26127.0,Oceana County,56669.0,MISO +2019,26000.0,Michigan,26129.0,Ogemaw County,56669.0,MISO +2019,26000.0,Michigan,26131.0,Ontonagon County,56669.0,MISO +2019,26000.0,Michigan,26133.0,Osceola County,56669.0,MISO +2019,26000.0,Michigan,26135.0,Oscoda County,56669.0,MISO +2019,26000.0,Michigan,26137.0,Otsego County,56669.0,MISO +2019,26000.0,Michigan,26139.0,Ottawa County,56669.0,MISO +2019,26000.0,Michigan,26141.0,Presque Isle County,56669.0,MISO +2019,26000.0,Michigan,26143.0,Roscommon County,56669.0,MISO +2019,26000.0,Michigan,26145.0,Saginaw County,56669.0,MISO +2019,26000.0,Michigan,26147.0,St. Clair County,56669.0,MISO +2019,26000.0,Michigan,26149.0,St. Joseph County,56669.0,MISO +2019,26000.0,Michigan,26151.0,Sanilac County,56669.0,MISO +2019,26000.0,Michigan,26153.0,Schoolcraft County,56669.0,MISO +2019,26000.0,Michigan,26155.0,Shiawassee County,56669.0,MISO +2019,26000.0,Michigan,26157.0,Tuscola County,56669.0,MISO +2019,26000.0,Michigan,26159.0,Van Buren County,56669.0,MISO +2019,26000.0,Michigan,26161.0,Washtenaw County,56669.0,MISO +2019,26000.0,Michigan,26163.0,Wayne County,56669.0,MISO +2019,26000.0,Michigan,26165.0,Wexford County,56669.0,MISO +2019,27000.0,Minnesota,27001.0,Aitkin County,56669.0,MISO +2019,27000.0,Minnesota,27003.0,Anoka County,56669.0,MISO +2019,27000.0,Minnesota,27005.0,Becker County,56669.0,MISO +2019,27000.0,Minnesota,27007.0,Beltrami County,56669.0,MISO +2019,27000.0,Minnesota,27009.0,Benton County,56669.0,MISO +2019,27000.0,Minnesota,27011.0,Big Stone County,56669.0,MISO +2019,27000.0,Minnesota,27013.0,Blue Earth County,56669.0,MISO +2019,27000.0,Minnesota,27015.0,Brown County,56669.0,MISO +2019,27000.0,Minnesota,27017.0,Carlton County,56669.0,MISO +2019,27000.0,Minnesota,27019.0,Carver County,56669.0,MISO +2019,27000.0,Minnesota,27021.0,Cass County,56669.0,MISO +2019,27000.0,Minnesota,27023.0,Chippewa County,56669.0,MISO +2019,27000.0,Minnesota,27025.0,Chisago County,56669.0,MISO +2019,27000.0,Minnesota,27027.0,Clay County,56669.0,MISO +2019,27000.0,Minnesota,27029.0,Clearwater County,56669.0,MISO +2019,27000.0,Minnesota,27031.0,Cook County,56669.0,MISO +2019,27000.0,Minnesota,27033.0,Cottonwood County,56669.0,MISO +2019,27000.0,Minnesota,27035.0,Crow Wing County,56669.0,MISO +2019,27000.0,Minnesota,27037.0,Dakota County,56669.0,MISO +2019,27000.0,Minnesota,27039.0,Dodge County,56669.0,MISO +2019,27000.0,Minnesota,27041.0,Douglas County,56669.0,MISO +2019,27000.0,Minnesota,27043.0,Faribault County,56669.0,MISO +2019,27000.0,Minnesota,27045.0,Fillmore County,56669.0,MISO +2019,27000.0,Minnesota,27047.0,Freeborn County,56669.0,MISO +2019,27000.0,Minnesota,27049.0,Goodhue County,56669.0,MISO +2019,27000.0,Minnesota,27051.0,Grant County,56669.0,MISO +2019,27000.0,Minnesota,27053.0,Hennepin County,56669.0,MISO +2019,27000.0,Minnesota,27055.0,Houston County,56669.0,MISO +2019,27000.0,Minnesota,27057.0,Hubbard County,56669.0,MISO +2019,27000.0,Minnesota,27059.0,Isanti County,56669.0,MISO +2019,27000.0,Minnesota,27061.0,Itasca County,56669.0,MISO +2019,27000.0,Minnesota,27063.0,Jackson County,56669.0,MISO +2019,27000.0,Minnesota,27065.0,Kanabec County,56669.0,MISO +2019,27000.0,Minnesota,27067.0,Kandiyohi County,56669.0,MISO +2019,27000.0,Minnesota,27069.0,Kittson County,56669.0,MISO +2019,27000.0,Minnesota,27071.0,Koochiching County,56669.0,MISO +2019,27000.0,Minnesota,27073.0,Lac Qui Parle County,56669.0,MISO +2019,27000.0,Minnesota,27075.0,Lake County,56669.0,MISO +2019,27000.0,Minnesota,27077.0,Lake of the Woods County,56669.0,MISO +2019,27000.0,Minnesota,27079.0,Le Sueur County,56669.0,MISO +2019,27000.0,Minnesota,27081.0,Lincoln County,56669.0,MISO +2019,27000.0,Minnesota,27083.0,Lyon County,56669.0,MISO +2019,27000.0,Minnesota,27085.0,McLeod County,56669.0,MISO +2019,27000.0,Minnesota,27087.0,Mahnomen County,56669.0,MISO +2019,27000.0,Minnesota,27089.0,Marshall County,56669.0,MISO +2019,27000.0,Minnesota,27091.0,Martin County,56669.0,MISO +2019,27000.0,Minnesota,27093.0,Meeker County,56669.0,MISO +2019,27000.0,Minnesota,27095.0,Mille Lacs County,56669.0,MISO +2019,27000.0,Minnesota,27097.0,Morrison County,56669.0,MISO +2019,27000.0,Minnesota,27099.0,Mower County,56669.0,MISO +2019,27000.0,Minnesota,27101.0,Murray County,56669.0,MISO +2019,27000.0,Minnesota,27103.0,Nicollet County,56669.0,MISO +2019,27000.0,Minnesota,27105.0,Nobles County,56669.0,MISO +2019,27000.0,Minnesota,27107.0,Norman County,56669.0,MISO +2019,27000.0,Minnesota,27109.0,Olmsted County,56669.0,MISO +2019,27000.0,Minnesota,27111.0,Otter Tail County,56669.0,MISO +2019,27000.0,Minnesota,27113.0,Pennington County,56669.0,MISO +2019,27000.0,Minnesota,27115.0,Pine County,56669.0,MISO +2019,27000.0,Minnesota,27117.0,Pipestone County,56669.0,MISO +2019,27000.0,Minnesota,27119.0,Polk County,56669.0,MISO +2019,27000.0,Minnesota,27121.0,Pope County,56669.0,MISO +2019,27000.0,Minnesota,27123.0,Ramsey County,56669.0,MISO +2019,27000.0,Minnesota,27125.0,Red Lake County,56669.0,MISO +2019,27000.0,Minnesota,27127.0,Redwood County,56669.0,MISO +2019,27000.0,Minnesota,27129.0,Renville County,56669.0,MISO +2019,27000.0,Minnesota,27131.0,Rice County,56669.0,MISO +2019,27000.0,Minnesota,27133.0,Rock County,56669.0,MISO +2019,27000.0,Minnesota,27135.0,Roseau County,56669.0,MISO +2019,27000.0,Minnesota,27137.0,St. Louis County,56669.0,MISO +2019,27000.0,Minnesota,27139.0,Scott County,56669.0,MISO +2019,27000.0,Minnesota,27141.0,Sherburne County,56669.0,MISO +2019,27000.0,Minnesota,27143.0,Sibley County,56669.0,MISO +2019,27000.0,Minnesota,27145.0,Stearns County,56669.0,MISO +2019,27000.0,Minnesota,27147.0,Steele County,56669.0,MISO +2019,27000.0,Minnesota,27149.0,Stevens County,56669.0,MISO +2019,27000.0,Minnesota,27151.0,Swift County,56669.0,MISO +2019,27000.0,Minnesota,27153.0,Todd County,56669.0,MISO +2019,27000.0,Minnesota,27155.0,Traverse County,56669.0,MISO +2019,27000.0,Minnesota,27157.0,Wabasha County,56669.0,MISO +2019,27000.0,Minnesota,27159.0,Wadena County,56669.0,MISO +2019,27000.0,Minnesota,27161.0,Waseca County,56669.0,MISO +2019,27000.0,Minnesota,27163.0,Washington County,56669.0,MISO +2019,27000.0,Minnesota,27165.0,Watonwan County,56669.0,MISO +2019,27000.0,Minnesota,27167.0,Wilkin County,56669.0,MISO +2019,27000.0,Minnesota,27169.0,Winona County,56669.0,MISO +2019,27000.0,Minnesota,27171.0,Wright County,56669.0,MISO +2019,27000.0,Minnesota,27173.0,Yellow Medicine County,56669.0,MISO +2019,28000.0,Mississippi,28001.0,Adams County,56669.0,MISO +2019,28000.0,Mississippi,28005.0,Amite County,56669.0,MISO +2019,28000.0,Mississippi,28007.0,Attala County,56669.0,MISO +2019,28000.0,Mississippi,28011.0,Bolivar County,56669.0,MISO +2019,28000.0,Mississippi,28013.0,Calhoun County,56669.0,MISO +2019,28000.0,Mississippi,28015.0,Carroll County,56669.0,MISO +2019,28000.0,Mississippi,28019.0,Choctaw County,56669.0,MISO +2019,28000.0,Mississippi,28021.0,Claiborne County,56669.0,MISO +2019,28000.0,Mississippi,28023.0,Clarke County,56669.0,MISO +2019,28000.0,Mississippi,28025.0,Clay County,56669.0,MISO +2019,28000.0,Mississippi,28027.0,Coahoma County,56669.0,MISO +2019,28000.0,Mississippi,28029.0,Copiah County,56669.0,MISO +2019,28000.0,Mississippi,28031.0,Covington County,56669.0,MISO +2019,28000.0,Mississippi,28033.0,DeSoto County,56669.0,MISO +2019,28000.0,Mississippi,28035.0,Forrest County,56669.0,MISO +2019,28000.0,Mississippi,28037.0,Franklin County,56669.0,MISO +2019,28000.0,Mississippi,28039.0,George County,56669.0,MISO +2019,28000.0,Mississippi,28041.0,Greene County,56669.0,MISO +2019,28000.0,Mississippi,28043.0,Grenada County,56669.0,MISO +2019,28000.0,Mississippi,28047.0,Harrison County,56669.0,MISO +2019,28000.0,Mississippi,28049.0,Hinds County,56669.0,MISO +2019,28000.0,Mississippi,28051.0,Holmes County,56669.0,MISO +2019,28000.0,Mississippi,28053.0,Humphreys County,56669.0,MISO +2019,28000.0,Mississippi,28055.0,Issaquena County,56669.0,MISO +2019,28000.0,Mississippi,28059.0,Jackson County,56669.0,MISO +2019,28000.0,Mississippi,28061.0,Jasper County,56669.0,MISO +2019,28000.0,Mississippi,28063.0,Jefferson County,56669.0,MISO +2019,28000.0,Mississippi,28065.0,Jefferson Davis County,56669.0,MISO +2019,28000.0,Mississippi,28067.0,Jones County,56669.0,MISO +2019,28000.0,Mississippi,28073.0,Lamar County,56669.0,MISO +2019,28000.0,Mississippi,28077.0,Lawrence County,56669.0,MISO +2019,28000.0,Mississippi,28079.0,Leake County,56669.0,MISO +2019,28000.0,Mississippi,28083.0,Leflore County,56669.0,MISO +2019,28000.0,Mississippi,28085.0,Lincoln County,56669.0,MISO +2019,28000.0,Mississippi,28089.0,Madison County,56669.0,MISO +2019,28000.0,Mississippi,28091.0,Marion County,56669.0,MISO +2019,28000.0,Mississippi,28097.0,Montgomery County,56669.0,MISO +2019,28000.0,Mississippi,28101.0,Newton County,56669.0,MISO +2019,28000.0,Mississippi,28107.0,Panola County,56669.0,MISO +2019,28000.0,Mississippi,28109.0,Pearl River County,56669.0,MISO +2019,28000.0,Mississippi,28111.0,Perry County,56669.0,MISO +2019,28000.0,Mississippi,28113.0,Pike County,56669.0,MISO +2019,28000.0,Mississippi,28119.0,Quitman County,56669.0,MISO +2019,28000.0,Mississippi,28121.0,Rankin County,56669.0,MISO +2019,28000.0,Mississippi,28123.0,Scott County,56669.0,MISO +2019,28000.0,Mississippi,28125.0,Sharkey County,56669.0,MISO +2019,28000.0,Mississippi,28127.0,Simpson County,56669.0,MISO +2019,28000.0,Mississippi,28129.0,Smith County,56669.0,MISO +2019,28000.0,Mississippi,28131.0,Stone County,56669.0,MISO +2019,28000.0,Mississippi,28133.0,Sunflower County,56669.0,MISO +2019,28000.0,Mississippi,28135.0,Tallahatchie County,56669.0,MISO +2019,28000.0,Mississippi,28137.0,Tate County,56669.0,MISO +2019,28000.0,Mississippi,28143.0,Tunica County,56669.0,MISO +2019,28000.0,Mississippi,28147.0,Walthall County,56669.0,MISO +2019,28000.0,Mississippi,28149.0,Warren County,56669.0,MISO +2019,28000.0,Mississippi,28151.0,Washington County,56669.0,MISO +2019,28000.0,Mississippi,28153.0,Wayne County,56669.0,MISO +2019,28000.0,Mississippi,28155.0,Webster County,56669.0,MISO +2019,28000.0,Mississippi,28157.0,Wilkinson County,56669.0,MISO +2019,28000.0,Mississippi,28161.0,Yalobusha County,56669.0,MISO +2019,28000.0,Mississippi,28163.0,Yazoo County,56669.0,MISO +2019,29000.0,Missouri,29001.0,Adair County,56669.0,MISO +2019,29000.0,Missouri,29007.0,Audrain County,56669.0,MISO +2019,29000.0,Missouri,29017.0,Bollinger County,56669.0,MISO +2019,29000.0,Missouri,29019.0,Boone County,56669.0,MISO +2019,29000.0,Missouri,29023.0,Butler County,56669.0,MISO +2019,29000.0,Missouri,29025.0,Caldwell County,56669.0,MISO +2019,29000.0,Missouri,29027.0,Callaway County,56669.0,MISO +2019,29000.0,Missouri,29029.0,Camden County,56669.0,MISO +2019,29000.0,Missouri,29031.0,Cape Girardeau County,56669.0,MISO +2019,29000.0,Missouri,29041.0,Chariton County,56669.0,MISO +2019,29000.0,Missouri,29045.0,Clark County,56669.0,MISO +2019,29000.0,Missouri,29047.0,Clay County,56669.0,MISO +2019,29000.0,Missouri,29049.0,Clinton County,56669.0,MISO +2019,29000.0,Missouri,29051.0,Cole County,56669.0,MISO +2019,29000.0,Missouri,29053.0,Cooper County,56669.0,MISO +2019,29000.0,Missouri,29055.0,Crawford County,56669.0,MISO +2019,29000.0,Missouri,29061.0,Daviess County,56669.0,MISO +2019,29000.0,Missouri,29063.0,DeKalb County,56669.0,MISO +2019,29000.0,Missouri,29069.0,Dunklin County,56669.0,MISO +2019,29000.0,Missouri,29071.0,Franklin County,56669.0,MISO +2019,29000.0,Missouri,29073.0,Gasconade County,56669.0,MISO +2019,29000.0,Missouri,29075.0,Gentry County,56669.0,MISO +2019,29000.0,Missouri,29089.0,Howard County,56669.0,MISO +2019,29000.0,Missouri,29093.0,Iron County,56669.0,MISO +2019,29000.0,Missouri,29099.0,Jefferson County,56669.0,MISO +2019,29000.0,Missouri,29103.0,Knox County,56669.0,MISO +2019,29000.0,Missouri,29111.0,Lewis County,56669.0,MISO +2019,29000.0,Missouri,29113.0,Lincoln County,56669.0,MISO +2019,29000.0,Missouri,29115.0,Linn County,56669.0,MISO +2019,29000.0,Missouri,29117.0,Livingston County,56669.0,MISO +2019,29000.0,Missouri,29121.0,Macon County,56669.0,MISO +2019,29000.0,Missouri,29123.0,Madison County,56669.0,MISO +2019,29000.0,Missouri,29125.0,Maries County,56669.0,MISO +2019,29000.0,Missouri,29127.0,Marion County,56669.0,MISO +2019,29000.0,Missouri,29131.0,Miller County,56669.0,MISO +2019,29000.0,Missouri,29133.0,Mississippi County,56669.0,MISO +2019,29000.0,Missouri,29135.0,Moniteau County,56669.0,MISO +2019,29000.0,Missouri,29137.0,Monroe County,56669.0,MISO +2019,29000.0,Missouri,29139.0,Montgomery County,56669.0,MISO +2019,29000.0,Missouri,29141.0,Morgan County,56669.0,MISO +2019,29000.0,Missouri,29143.0,New Madrid County,56669.0,MISO +2019,29000.0,Missouri,29149.0,Oregon County,56669.0,MISO +2019,29000.0,Missouri,29151.0,Osage County,56669.0,MISO +2019,29000.0,Missouri,29155.0,Pemiscot County,56669.0,MISO +2019,29000.0,Missouri,29157.0,Perry County,56669.0,MISO +2019,29000.0,Missouri,29159.0,Pettis County,56669.0,MISO +2019,29000.0,Missouri,29161.0,Phelps County,56669.0,MISO +2019,29000.0,Missouri,29163.0,Pike County,56669.0,MISO +2019,29000.0,Missouri,29169.0,Pulaski County,56669.0,MISO +2019,29000.0,Missouri,29173.0,Ralls County,56669.0,MISO +2019,29000.0,Missouri,29175.0,Randolph County,56669.0,MISO +2019,29000.0,Missouri,29177.0,Ray County,56669.0,MISO +2019,29000.0,Missouri,29179.0,Reynolds County,56669.0,MISO +2019,29000.0,Missouri,29181.0,Ripley County,56669.0,MISO +2019,29000.0,Missouri,29183.0,St. Charles County,56669.0,MISO +2019,29000.0,Missouri,29186.0,Ste. Genevieve County,56669.0,MISO +2019,29000.0,Missouri,29187.0,St. Francois County,56669.0,MISO +2019,29000.0,Missouri,29195.0,Saline County,56669.0,MISO +2019,29000.0,Missouri,29197.0,Schuyler County,56669.0,MISO +2019,29000.0,Missouri,29199.0,Scotland County,56669.0,MISO +2019,29000.0,Missouri,29201.0,Scott County,56669.0,MISO +2019,29000.0,Missouri,29207.0,Stoddard County,56669.0,MISO +2019,29000.0,Missouri,29211.0,Sullivan County,56669.0,MISO +2019,29000.0,Missouri,29213.0,Taney County,56669.0,MISO +2019,29000.0,Missouri,29219.0,Warren County,56669.0,MISO +2019,29000.0,Missouri,29221.0,Washington County,56669.0,MISO +2019,29000.0,Missouri,29510.0,St. Louis City,56669.0,MISO +2019,30000.0,Montana,30017.0,Custer County,56669.0,MISO +2019,30000.0,Montana,30019.0,Daniels County,56669.0,MISO +2019,30000.0,Montana,30021.0,Dawson County,56669.0,MISO +2019,30000.0,Montana,30025.0,Fallon County,56669.0,MISO +2019,30000.0,Montana,30055.0,McCone County,56669.0,MISO +2019,30000.0,Montana,30079.0,Prairie County,56669.0,MISO +2019,30000.0,Montana,30083.0,Richland County,56669.0,MISO +2019,30000.0,Montana,30085.0,Roosevelt County,56669.0,MISO +2019,30000.0,Montana,30087.0,Rosebud County,56669.0,MISO +2019,30000.0,Montana,30091.0,Sheridan County,56669.0,MISO +2019,30000.0,Montana,30109.0,Wibaux County,56669.0,MISO +2019,38000.0,North Dakota,38001.0,Adams County,56669.0,MISO +2019,38000.0,North Dakota,38003.0,Barnes County,56669.0,MISO +2019,38000.0,North Dakota,38005.0,Benson County,56669.0,MISO +2019,38000.0,North Dakota,38009.0,Bottineau County,56669.0,MISO +2019,38000.0,North Dakota,38011.0,Bowman County,56669.0,MISO +2019,38000.0,North Dakota,38013.0,Burke County,56669.0,MISO +2019,38000.0,North Dakota,38015.0,Burleigh County,56669.0,MISO +2019,38000.0,North Dakota,38017.0,Cass County,56669.0,MISO +2019,38000.0,North Dakota,38019.0,Cavalier County,56669.0,MISO +2019,38000.0,North Dakota,38021.0,Dickey County,56669.0,MISO +2019,38000.0,North Dakota,38023.0,Divide County,56669.0,MISO +2019,38000.0,North Dakota,38025.0,Dunn County,56669.0,MISO +2019,38000.0,North Dakota,38027.0,Eddy County,56669.0,MISO +2019,38000.0,North Dakota,38029.0,Emmons County,56669.0,MISO +2019,38000.0,North Dakota,38031.0,Foster County,56669.0,MISO +2019,38000.0,North Dakota,38033.0,Golden Valley County,56669.0,MISO +2019,38000.0,North Dakota,38035.0,Grand Forks County,56669.0,MISO +2019,38000.0,North Dakota,38037.0,Grant County,56669.0,MISO +2019,38000.0,North Dakota,38039.0,Griggs County,56669.0,MISO +2019,38000.0,North Dakota,38041.0,Hettinger County,56669.0,MISO +2019,38000.0,North Dakota,38043.0,Kidder County,56669.0,MISO +2019,38000.0,North Dakota,38045.0,LaMoure County,56669.0,MISO +2019,38000.0,North Dakota,38047.0,Logan County,56669.0,MISO +2019,38000.0,North Dakota,38049.0,McHenry County,56669.0,MISO +2019,38000.0,North Dakota,38051.0,McIntosh County,56669.0,MISO +2019,38000.0,North Dakota,38053.0,McKenzie County,56669.0,MISO +2019,38000.0,North Dakota,38055.0,McLean County,56669.0,MISO +2019,38000.0,North Dakota,38057.0,Mercer County,56669.0,MISO +2019,38000.0,North Dakota,38059.0,Morton County,56669.0,MISO +2019,38000.0,North Dakota,38061.0,Mountrail County,56669.0,MISO +2019,38000.0,North Dakota,38063.0,Nelson County,56669.0,MISO +2019,38000.0,North Dakota,38065.0,Oliver County,56669.0,MISO +2019,38000.0,North Dakota,38067.0,Pembina County,56669.0,MISO +2019,38000.0,North Dakota,38069.0,Pierce County,56669.0,MISO +2019,38000.0,North Dakota,38071.0,Ramsey County,56669.0,MISO +2019,38000.0,North Dakota,38073.0,Ransom County,56669.0,MISO +2019,38000.0,North Dakota,38075.0,Renville County,56669.0,MISO +2019,38000.0,North Dakota,38077.0,Richland County,56669.0,MISO +2019,38000.0,North Dakota,38079.0,Rolette County,56669.0,MISO +2019,38000.0,North Dakota,38081.0,Sargent County,56669.0,MISO +2019,38000.0,North Dakota,38083.0,Sheridan County,56669.0,MISO +2019,38000.0,North Dakota,38085.0,Sioux County,56669.0,MISO +2019,38000.0,North Dakota,38087.0,Slope County,56669.0,MISO +2019,38000.0,North Dakota,38089.0,Stark County,56669.0,MISO +2019,38000.0,North Dakota,38091.0,Steele County,56669.0,MISO +2019,38000.0,North Dakota,38093.0,Stutsman County,56669.0,MISO +2019,38000.0,North Dakota,38095.0,Towner County,56669.0,MISO +2019,38000.0,North Dakota,38097.0,Traill County,56669.0,MISO +2019,38000.0,North Dakota,38099.0,Walsh County,56669.0,MISO +2019,38000.0,North Dakota,38101.0,Ward County,56669.0,MISO +2019,38000.0,North Dakota,38103.0,Wells County,56669.0,MISO +2019,38000.0,North Dakota,38105.0,Williams County,56669.0,MISO +2019,40000.0,Oklahoma,40079.0,Le Flore County,56669.0,MISO +2019,40000.0,Oklahoma,40089.0,McCurtain County,56669.0,MISO +2019,46000.0,South Dakota,46011.0,Brookings County,56669.0,MISO +2019,46000.0,South Dakota,46013.0,Brown County,56669.0,MISO +2019,46000.0,South Dakota,46021.0,Campbell County,56669.0,MISO +2019,46000.0,South Dakota,46029.0,Codington County,56669.0,MISO +2019,46000.0,South Dakota,46031.0,Corson County,56669.0,MISO +2019,46000.0,South Dakota,46037.0,Day County,56669.0,MISO +2019,46000.0,South Dakota,46039.0,Deuel County,56669.0,MISO +2019,46000.0,South Dakota,46045.0,Edmunds County,56669.0,MISO +2019,46000.0,South Dakota,46049.0,Faulk County,56669.0,MISO +2019,46000.0,South Dakota,46051.0,Grant County,56669.0,MISO +2019,46000.0,South Dakota,46057.0,Hamlin County,56669.0,MISO +2019,46000.0,South Dakota,46061.0,Hanson County,56669.0,MISO +2019,46000.0,South Dakota,46063.0,Harding County,56669.0,MISO +2019,46000.0,South Dakota,46067.0,Hutchinson County,56669.0,MISO +2019,46000.0,South Dakota,46077.0,Kingsbury County,56669.0,MISO +2019,46000.0,South Dakota,46079.0,Lake County,56669.0,MISO +2019,46000.0,South Dakota,46083.0,Lincoln County,56669.0,MISO +2019,46000.0,South Dakota,46087.0,McCook County,56669.0,MISO +2019,46000.0,South Dakota,46089.0,McPherson County,56669.0,MISO +2019,46000.0,South Dakota,46091.0,Marshall County,56669.0,MISO +2019,46000.0,South Dakota,46097.0,Miner County,56669.0,MISO +2019,46000.0,South Dakota,46099.0,Minnehaha County,56669.0,MISO +2019,46000.0,South Dakota,46101.0,Moody County,56669.0,MISO +2019,46000.0,South Dakota,46105.0,Perkins County,56669.0,MISO +2019,46000.0,South Dakota,46107.0,Potter County,56669.0,MISO +2019,46000.0,South Dakota,46109.0,Roberts County,56669.0,MISO +2019,46000.0,South Dakota,46111.0,Sanborn County,56669.0,MISO +2019,46000.0,South Dakota,46125.0,Turner County,56669.0,MISO +2019,46000.0,South Dakota,46127.0,Union County,56669.0,MISO +2019,46000.0,South Dakota,46129.0,Walworth County,56669.0,MISO +2019,47000.0,Tennessee,47167.0,Tipton County,56669.0,MISO +2019,48000.0,Texas,48005.0,Angelina County,56669.0,MISO +2019,48000.0,Texas,48037.0,Bowie County,56669.0,MISO +2019,48000.0,Texas,48041.0,Brazos County,56669.0,MISO +2019,48000.0,Texas,48051.0,Burleson County,56669.0,MISO +2019,48000.0,Texas,48071.0,Chambers County,56669.0,MISO +2019,48000.0,Texas,48145.0,Falls County,56669.0,MISO +2019,48000.0,Texas,48167.0,Galveston County,56669.0,MISO +2019,48000.0,Texas,48185.0,Grimes County,56669.0,MISO +2019,48000.0,Texas,48199.0,Hardin County,56669.0,MISO +2019,48000.0,Texas,48201.0,Harris County,56669.0,MISO +2019,48000.0,Texas,48225.0,Houston County,56669.0,MISO +2019,48000.0,Texas,48241.0,Jasper County,56669.0,MISO +2019,48000.0,Texas,48245.0,Jefferson County,56669.0,MISO +2019,48000.0,Texas,48289.0,Leon County,56669.0,MISO +2019,48000.0,Texas,48291.0,Liberty County,56669.0,MISO +2019,48000.0,Texas,48293.0,Limestone County,56669.0,MISO +2019,48000.0,Texas,48313.0,Madison County,56669.0,MISO +2019,48000.0,Texas,48331.0,Milam County,56669.0,MISO +2019,48000.0,Texas,48339.0,Montgomery County,56669.0,MISO +2019,48000.0,Texas,48347.0,Nacogdoches County,56669.0,MISO +2019,48000.0,Texas,48351.0,Newton County,56669.0,MISO +2019,48000.0,Texas,48361.0,Orange County,56669.0,MISO +2019,48000.0,Texas,48365.0,Panola County,56669.0,MISO +2019,48000.0,Texas,48373.0,Polk County,56669.0,MISO +2019,48000.0,Texas,48395.0,Robertson County,56669.0,MISO +2019,48000.0,Texas,48401.0,Rusk County,56669.0,MISO +2019,48000.0,Texas,48403.0,Sabine County,56669.0,MISO +2019,48000.0,Texas,48405.0,San Augustine County,56669.0,MISO +2019,48000.0,Texas,48407.0,San Jacinto County,56669.0,MISO +2019,48000.0,Texas,48419.0,Shelby County,56669.0,MISO +2019,48000.0,Texas,48455.0,Trinity County,56669.0,MISO +2019,48000.0,Texas,48457.0,Tyler County,56669.0,MISO +2019,48000.0,Texas,48471.0,Walker County,56669.0,MISO +2019,48000.0,Texas,48473.0,Waller County,56669.0,MISO +2019,48000.0,Texas,48477.0,Washington County,56669.0,MISO +2019,55000.0,Wisconsin,55001.0,Adams County,56669.0,MISO +2019,55000.0,Wisconsin,55003.0,Ashland County,56669.0,MISO +2019,55000.0,Wisconsin,55005.0,Barron County,56669.0,MISO +2019,55000.0,Wisconsin,55007.0,Bayfield County,56669.0,MISO +2019,55000.0,Wisconsin,55009.0,Brown County,56669.0,MISO +2019,55000.0,Wisconsin,55011.0,Buffalo County,56669.0,MISO +2019,55000.0,Wisconsin,55013.0,Burnett County,56669.0,MISO +2019,55000.0,Wisconsin,55015.0,Calumet County,56669.0,MISO +2019,55000.0,Wisconsin,55017.0,Chippewa County,56669.0,MISO +2019,55000.0,Wisconsin,55019.0,Clark County,56669.0,MISO +2019,55000.0,Wisconsin,55021.0,Columbia County,56669.0,MISO +2019,55000.0,Wisconsin,55023.0,Crawford County,56669.0,MISO +2019,55000.0,Wisconsin,55025.0,Dane County,56669.0,MISO +2019,55000.0,Wisconsin,55027.0,Dodge County,56669.0,MISO +2019,55000.0,Wisconsin,55029.0,Door County,56669.0,MISO +2019,55000.0,Wisconsin,55031.0,Douglas County,56669.0,MISO +2019,55000.0,Wisconsin,55033.0,Dunn County,56669.0,MISO +2019,55000.0,Wisconsin,55035.0,Eau Claire County,56669.0,MISO +2019,55000.0,Wisconsin,55037.0,Florence County,56669.0,MISO +2019,55000.0,Wisconsin,55039.0,Fond du Lac County,56669.0,MISO +2019,55000.0,Wisconsin,55041.0,Forest County,56669.0,MISO +2019,55000.0,Wisconsin,55043.0,Grant County,56669.0,MISO +2019,55000.0,Wisconsin,55045.0,Green County,56669.0,MISO +2019,55000.0,Wisconsin,55047.0,Green Lake County,56669.0,MISO +2019,55000.0,Wisconsin,55049.0,Iowa County,56669.0,MISO +2019,55000.0,Wisconsin,55051.0,Iron County,56669.0,MISO +2019,55000.0,Wisconsin,55053.0,Jackson County,56669.0,MISO +2019,55000.0,Wisconsin,55055.0,Jefferson County,56669.0,MISO +2019,55000.0,Wisconsin,55057.0,Juneau County,56669.0,MISO +2019,55000.0,Wisconsin,55059.0,Kenosha County,56669.0,MISO +2019,55000.0,Wisconsin,55061.0,Kewaunee County,56669.0,MISO +2019,55000.0,Wisconsin,55063.0,La Crosse County,56669.0,MISO +2019,55000.0,Wisconsin,55065.0,Lafayette County,56669.0,MISO +2019,55000.0,Wisconsin,55067.0,Langlade County,56669.0,MISO +2019,55000.0,Wisconsin,55069.0,Lincoln County,56669.0,MISO +2019,55000.0,Wisconsin,55071.0,Manitowoc County,56669.0,MISO +2019,55000.0,Wisconsin,55073.0,Marathon County,56669.0,MISO +2019,55000.0,Wisconsin,55075.0,Marinette County,56669.0,MISO +2019,55000.0,Wisconsin,55077.0,Marquette County,56669.0,MISO +2019,55000.0,Wisconsin,55078.0,Menominee County,56669.0,MISO +2019,55000.0,Wisconsin,55079.0,Milwaukee County,56669.0,MISO +2019,55000.0,Wisconsin,55081.0,Monroe County,56669.0,MISO +2019,55000.0,Wisconsin,55083.0,Oconto County,56669.0,MISO +2019,55000.0,Wisconsin,55085.0,Oneida County,56669.0,MISO +2019,55000.0,Wisconsin,55087.0,Outagamie County,56669.0,MISO +2019,55000.0,Wisconsin,55089.0,Ozaukee County,56669.0,MISO +2019,55000.0,Wisconsin,55091.0,Pepin County,56669.0,MISO +2019,55000.0,Wisconsin,55093.0,Pierce County,56669.0,MISO +2019,55000.0,Wisconsin,55095.0,Polk County,56669.0,MISO +2019,55000.0,Wisconsin,55097.0,Portage County,56669.0,MISO +2019,55000.0,Wisconsin,55099.0,Price County,56669.0,MISO +2019,55000.0,Wisconsin,55101.0,Racine County,56669.0,MISO +2019,55000.0,Wisconsin,55103.0,Richland County,56669.0,MISO +2019,55000.0,Wisconsin,55105.0,Rock County,56669.0,MISO +2019,55000.0,Wisconsin,55107.0,Rusk County,56669.0,MISO +2019,55000.0,Wisconsin,55109.0,St. Croix County,56669.0,MISO +2019,55000.0,Wisconsin,55111.0,Sauk County,56669.0,MISO +2019,55000.0,Wisconsin,55113.0,Sawyer County,56669.0,MISO +2019,55000.0,Wisconsin,55115.0,Shawano County,56669.0,MISO +2019,55000.0,Wisconsin,55117.0,Sheboygan County,56669.0,MISO +2019,55000.0,Wisconsin,55119.0,Taylor County,56669.0,MISO +2019,55000.0,Wisconsin,55121.0,Trempealeau County,56669.0,MISO +2019,55000.0,Wisconsin,55123.0,Vernon County,56669.0,MISO +2019,55000.0,Wisconsin,55125.0,Vilas County,56669.0,MISO +2019,55000.0,Wisconsin,55127.0,Walworth County,56669.0,MISO +2019,55000.0,Wisconsin,55129.0,Washburn County,56669.0,MISO +2019,55000.0,Wisconsin,55131.0,Washington County,56669.0,MISO +2019,55000.0,Wisconsin,55133.0,Waukesha County,56669.0,MISO +2019,55000.0,Wisconsin,55135.0,Waupaca County,56669.0,MISO +2019,55000.0,Wisconsin,55137.0,Waushara County,56669.0,MISO +2019,55000.0,Wisconsin,55139.0,Winnebago County,56669.0,MISO +2019,55000.0,Wisconsin,55141.0,Wood County,56669.0,MISO +2019,56000.0,Wyoming,56019.0,Johnson County,56669.0,MISO +2019,56000.0,Wyoming,56033.0,Sheridan County,56669.0,MISO +2019,4000.0,Arizona,4001.0,Apache County,59504.0,SWPP +2019,4000.0,Arizona,4003.0,Cochise County ,59504.0,SWPP +2019,4000.0,Arizona,4005.0,Coconino County,59504.0,SWPP +2019,4000.0,Arizona,4007.0,Gila County,59504.0,SWPP +2019,4000.0,Arizona,4012.0,La Paz County,59504.0,SWPP +2019,4000.0,Arizona,4013.0,Maricopa County,59504.0,SWPP +2019,4000.0,Arizona,4015.0,Mohave County,59504.0,SWPP +2019,4000.0,Arizona,4017.0,Navajo County,59504.0,SWPP +2019,4000.0,Arizona,4019.0,Pima County,59504.0,SWPP +2019,4000.0,Arizona,4021.0,Pinal County,59504.0,SWPP +2019,4000.0,Arizona,4025.0,Yavapai County,59504.0,SWPP +2019,4000.0,Arizona,4027.0,Yuma County,59504.0,SWPP +2019,5000.0,Arkansas,5007.0,Benton County,59504.0,SWPP +2019,5000.0,Arkansas,5009.0,Boone County,59504.0,SWPP +2019,5000.0,Arkansas,5015.0,Carroll County,59504.0,SWPP +2019,5000.0,Arkansas,5033.0,Crawford County,59504.0,SWPP +2019,5000.0,Arkansas,5047.0,Franklin County,59504.0,SWPP +2019,5000.0,Arkansas,5057.0,Hempstead County,59504.0,SWPP +2019,5000.0,Arkansas,5061.0,Howard County,59504.0,SWPP +2019,5000.0,Arkansas,5071.0,Johnson County,59504.0,SWPP +2019,5000.0,Arkansas,5073.0,Lafayette County,59504.0,SWPP +2019,5000.0,Arkansas,5081.0,Little River County,59504.0,SWPP +2019,5000.0,Arkansas,5083.0,Logan County,59504.0,SWPP +2019,5000.0,Arkansas,5087.0,Madison County,59504.0,SWPP +2019,5000.0,Arkansas,5091.0,Miller County,59504.0,SWPP +2019,5000.0,Arkansas,5101.0,Newton County,59504.0,SWPP +2019,5000.0,Arkansas,5109.0,Pike County,59504.0,SWPP +2019,5000.0,Arkansas,5113.0,Polk County,59504.0,SWPP +2019,5000.0,Arkansas,5115.0,Pope County,59504.0,SWPP +2019,5000.0,Arkansas,5127.0,Scott County,59504.0,SWPP +2019,5000.0,Arkansas,5131.0,Sebastian County,59504.0,SWPP +2019,5000.0,Arkansas,5133.0,Sevier County,59504.0,SWPP +2019,5000.0,Arkansas,5143.0,Washington County,59504.0,SWPP +2019,5000.0,Arkansas,5149.0,Yell County,59504.0,SWPP +2019,6000.0,California,6001.0,Alameda County,59504.0,SWPP +2019,6000.0,California,6007.0,Butte County,59504.0,SWPP +2019,6000.0,California,6009.0,Calaveras County,59504.0,SWPP +2019,6000.0,California,6011.0,Colusa County,59504.0,SWPP +2019,6000.0,California,6013.0,Contra Costa County,59504.0,SWPP +2019,6000.0,California,6019.0,Fresno County,59504.0,SWPP +2019,6000.0,California,6021.0,Glenn County,59504.0,SWPP +2019,6000.0,California,6025.0,Imperial County,59504.0,SWPP +2019,6000.0,California,6035.0,Lassen County,59504.0,SWPP +2019,6000.0,California,6039.0,Madera County,59504.0,SWPP +2019,6000.0,California,6047.0,Merced County,59504.0,SWPP +2019,6000.0,California,6049.0,Modoc County,59504.0,SWPP +2019,6000.0,California,6061.0,Placer County,59504.0,SWPP +2019,6000.0,California,6065.0,Riverside County,59504.0,SWPP +2019,6000.0,California,6067.0,Sacramento County,59504.0,SWPP +2019,6000.0,California,6071.0,San Bernardino County,59504.0,SWPP +2019,6000.0,California,6077.0,San Joaquin County,59504.0,SWPP +2019,6000.0,California,6085.0,Santa Clara County,59504.0,SWPP +2019,6000.0,California,6089.0,Shasta County,59504.0,SWPP +2019,6000.0,California,6093.0,Siskiyou County,59504.0,SWPP +2019,6000.0,California,6095.0,Solano County,59504.0,SWPP +2019,6000.0,California,6101.0,Sutter County,59504.0,SWPP +2019,6000.0,California,6103.0,Tehama County,59504.0,SWPP +2019,6000.0,California,6105.0,Trinity County,59504.0,SWPP +2019,6000.0,California,6109.0,Tuolumne County,59504.0,SWPP +2019,6000.0,California,6113.0,Yolo County,59504.0,SWPP +2019,6000.0,California,6115.0,Yuba County,59504.0,SWPP +2019,8000.0,Colorado,8009.0,Baca County,59504.0,SWPP +2019,8000.0,Colorado,8013.0,Boulder County,59504.0,SWPP +2019,8000.0,Colorado,8014.0,Broomfield County,59504.0,SWPP +2019,8000.0,Colorado,8015.0,Chaffee County,59504.0,SWPP +2019,8000.0,Colorado,8017.0,Cheyenne County,59504.0,SWPP +2019,8000.0,Colorado,8019.0,Clear Creek County,59504.0,SWPP +2019,8000.0,Colorado,8027.0,Custer County,59504.0,SWPP +2019,8000.0,Colorado,8029.0,Delta County,59504.0,SWPP +2019,8000.0,Colorado,8033.0,Dolores County,59504.0,SWPP +2019,8000.0,Colorado,8041.0,El Paso County,59504.0,SWPP +2019,8000.0,Colorado,8043.0,Fremont County,59504.0,SWPP +2019,8000.0,Colorado,8045.0,Garfield County,59504.0,SWPP +2019,8000.0,Colorado,8049.0,Grand County,59504.0,SWPP +2019,8000.0,Colorado,8051.0,Gunnison County,59504.0,SWPP +2019,8000.0,Colorado,8057.0,Jackson County,59504.0,SWPP +2019,8000.0,Colorado,8059.0,Jefferson County,59504.0,SWPP +2019,8000.0,Colorado,8061.0,Kiowa County,59504.0,SWPP +2019,8000.0,Colorado,8065.0,Lake County,59504.0,SWPP +2019,8000.0,Colorado,8067.0,La Plata County,59504.0,SWPP +2019,8000.0,Colorado,8069.0,Larimer County,59504.0,SWPP +2019,8000.0,Colorado,8073.0,Lincoln County,59504.0,SWPP +2019,8000.0,Colorado,8075.0,Logan County,59504.0,SWPP +2019,8000.0,Colorado,8077.0,Mesa County,59504.0,SWPP +2019,8000.0,Colorado,8081.0,Moffat County,59504.0,SWPP +2019,8000.0,Colorado,8083.0,Montezuma County,59504.0,SWPP +2019,8000.0,Colorado,8085.0,Montrose County,59504.0,SWPP +2019,8000.0,Colorado,8087.0,Morgan County,59504.0,SWPP +2019,8000.0,Colorado,8091.0,Ouray County,59504.0,SWPP +2019,8000.0,Colorado,8095.0,Phillips County,59504.0,SWPP +2019,8000.0,Colorado,8099.0,Prowers County,59504.0,SWPP +2019,8000.0,Colorado,8101.0,Pueblo County,59504.0,SWPP +2019,8000.0,Colorado,8103.0,Rio Blanco County,59504.0,SWPP +2019,8000.0,Colorado,8107.0,Routt County,59504.0,SWPP +2019,8000.0,Colorado,8109.0,Saguache County,59504.0,SWPP +2019,8000.0,Colorado,8113.0,San Miguel County,59504.0,SWPP +2019,8000.0,Colorado,8115.0,Sedgwick County,59504.0,SWPP +2019,8000.0,Colorado,8117.0,Summit County,59504.0,SWPP +2019,8000.0,Colorado,8121.0,Washington County,59504.0,SWPP +2019,8000.0,Colorado,8123.0,Weld County,59504.0,SWPP +2019,8000.0,Colorado,8125.0,Yuma County,59504.0,SWPP +2019,19000.0,Iowa,19001.0,Adair County,59504.0,SWPP +2019,19000.0,Iowa,19009.0,Audubon County,59504.0,SWPP +2019,19000.0,Iowa,19017.0,Bremer County,59504.0,SWPP +2019,19000.0,Iowa,19021.0,Buena Vista County,59504.0,SWPP +2019,19000.0,Iowa,19023.0,Butler County,59504.0,SWPP +2019,19000.0,Iowa,19027.0,Carroll County,59504.0,SWPP +2019,19000.0,Iowa,19029.0,Cass County,59504.0,SWPP +2019,19000.0,Iowa,19033.0,Cerro Gordo County,59504.0,SWPP +2019,19000.0,Iowa,19035.0,Cherokee County,59504.0,SWPP +2019,19000.0,Iowa,19037.0,Chickasaw County,59504.0,SWPP +2019,19000.0,Iowa,19041.0,Clay County,59504.0,SWPP +2019,19000.0,Iowa,19047.0,Crawford County,59504.0,SWPP +2019,19000.0,Iowa,19059.0,Dickinson County,59504.0,SWPP +2019,19000.0,Iowa,19063.0,Emmet County,59504.0,SWPP +2019,19000.0,Iowa,19065.0,Fayette County,59504.0,SWPP +2019,19000.0,Iowa,19067.0,Floyd County,59504.0,SWPP +2019,19000.0,Iowa,19069.0,Franklin County,59504.0,SWPP +2019,19000.0,Iowa,19077.0,Guthrie County,59504.0,SWPP +2019,19000.0,Iowa,19079.0,Hamilton County,59504.0,SWPP +2019,19000.0,Iowa,19081.0,Hancock County,59504.0,SWPP +2019,19000.0,Iowa,19083.0,Hardin County,59504.0,SWPP +2019,19000.0,Iowa,19085.0,Harrison County,59504.0,SWPP +2019,19000.0,Iowa,19091.0,Humboldt County,59504.0,SWPP +2019,19000.0,Iowa,19093.0,Ida County,59504.0,SWPP +2019,19000.0,Iowa,19109.0,Kossuth County,59504.0,SWPP +2019,19000.0,Iowa,19119.0,Lyon County,59504.0,SWPP +2019,19000.0,Iowa,19133.0,Monona County,59504.0,SWPP +2019,19000.0,Iowa,19141.0,O'Brien County,59504.0,SWPP +2019,19000.0,Iowa,19143.0,Osceola County,59504.0,SWPP +2019,19000.0,Iowa,19147.0,Palo Alto County,59504.0,SWPP +2019,19000.0,Iowa,19149.0,Plymouth County,59504.0,SWPP +2019,19000.0,Iowa,19151.0,Pocahontas County,59504.0,SWPP +2019,19000.0,Iowa,19155.0,Pottawattamie County,59504.0,SWPP +2019,19000.0,Iowa,19159.0,Ringgold County,59504.0,SWPP +2019,19000.0,Iowa,19161.0,Sac County,59504.0,SWPP +2019,19000.0,Iowa,19165.0,Shelby County,59504.0,SWPP +2019,19000.0,Iowa,19167.0,Sioux County,59504.0,SWPP +2019,19000.0,Iowa,19173.0,Taylor County,59504.0,SWPP +2019,19000.0,Iowa,19175.0,Union County,59504.0,SWPP +2019,19000.0,Iowa,19177.0,Van Buren County,59504.0,SWPP +2019,19000.0,Iowa,19187.0,Webster County,59504.0,SWPP +2019,19000.0,Iowa,19189.0,Winnebago County,59504.0,SWPP +2019,19000.0,Iowa,19193.0,Woodbury County,59504.0,SWPP +2019,19000.0,Iowa,19195.0,Worth County,59504.0,SWPP +2019,19000.0,Iowa,19197.0,Wright County,59504.0,SWPP +2019,20000.0,Kansas,20001.0,Allen County,59504.0,SWPP +2019,20000.0,Kansas,20003.0,Anderson County,59504.0,SWPP +2019,20000.0,Kansas,20005.0,Atchison County,59504.0,SWPP +2019,20000.0,Kansas,20007.0,Barber County,59504.0,SWPP +2019,20000.0,Kansas,20009.0,Barton County,59504.0,SWPP +2019,20000.0,Kansas,20011.0,Bourbon County,59504.0,SWPP +2019,20000.0,Kansas,20013.0,Brown County,59504.0,SWPP +2019,20000.0,Kansas,20015.0,Butler County,59504.0,SWPP +2019,20000.0,Kansas,20017.0,Chase County,59504.0,SWPP +2019,20000.0,Kansas,20019.0,Chautauqua County,59504.0,SWPP +2019,20000.0,Kansas,20021.0,Cherokee County,59504.0,SWPP +2019,20000.0,Kansas,20023.0,Cheyenne County,59504.0,SWPP +2019,20000.0,Kansas,20025.0,Clark County,59504.0,SWPP +2019,20000.0,Kansas,20027.0,Clay County,59504.0,SWPP +2019,20000.0,Kansas,20029.0,Cloud County,59504.0,SWPP +2019,20000.0,Kansas,20031.0,Coffey County,59504.0,SWPP +2019,20000.0,Kansas,20033.0,Comanche County,59504.0,SWPP +2019,20000.0,Kansas,20035.0,Cowley County,59504.0,SWPP +2019,20000.0,Kansas,20037.0,Crawford County,59504.0,SWPP +2019,20000.0,Kansas,20039.0,Decatur County,59504.0,SWPP +2019,20000.0,Kansas,20041.0,Dickinson County,59504.0,SWPP +2019,20000.0,Kansas,20043.0,Doniphan County,59504.0,SWPP +2019,20000.0,Kansas,20045.0,Douglas County,59504.0,SWPP +2019,20000.0,Kansas,20047.0,Edwards County,59504.0,SWPP +2019,20000.0,Kansas,20049.0,Elk County,59504.0,SWPP +2019,20000.0,Kansas,20051.0,Ellis County,59504.0,SWPP +2019,20000.0,Kansas,20053.0,Ellsworth County,59504.0,SWPP +2019,20000.0,Kansas,20055.0,Finney County,59504.0,SWPP +2019,20000.0,Kansas,20057.0,Ford County,59504.0,SWPP +2019,20000.0,Kansas,20059.0,Franklin County,59504.0,SWPP +2019,20000.0,Kansas,20061.0,Geary County,59504.0,SWPP +2019,20000.0,Kansas,20063.0,Gove County,59504.0,SWPP +2019,20000.0,Kansas,20065.0,Graham County,59504.0,SWPP +2019,20000.0,Kansas,20067.0,Grant County,59504.0,SWPP +2019,20000.0,Kansas,20069.0,Gray County,59504.0,SWPP +2019,20000.0,Kansas,20071.0,Greeley County,59504.0,SWPP +2019,20000.0,Kansas,20073.0,Greenwood County,59504.0,SWPP +2019,20000.0,Kansas,20075.0,Hamilton County,59504.0,SWPP +2019,20000.0,Kansas,20077.0,Harper County,59504.0,SWPP +2019,20000.0,Kansas,20079.0,Harvey County,59504.0,SWPP +2019,20000.0,Kansas,20081.0,Haskell County,59504.0,SWPP +2019,20000.0,Kansas,20083.0,Hodgeman County,59504.0,SWPP +2019,20000.0,Kansas,20085.0,Jackson County,59504.0,SWPP +2019,20000.0,Kansas,20087.0,Jefferson County,59504.0,SWPP +2019,20000.0,Kansas,20089.0,Jewell County,59504.0,SWPP +2019,20000.0,Kansas,20091.0,Johnson County,59504.0,SWPP +2019,20000.0,Kansas,20093.0,Kearny County,59504.0,SWPP +2019,20000.0,Kansas,20095.0,Kingman County,59504.0,SWPP +2019,20000.0,Kansas,20097.0,Kiowa County,59504.0,SWPP +2019,20000.0,Kansas,20099.0,Labette County,59504.0,SWPP +2019,20000.0,Kansas,20101.0,Lane County,59504.0,SWPP +2019,20000.0,Kansas,20103.0,Leavenworth County,59504.0,SWPP +2019,20000.0,Kansas,20105.0,Lincoln County,59504.0,SWPP +2019,20000.0,Kansas,20107.0,Linn County,59504.0,SWPP +2019,20000.0,Kansas,20109.0,Logan County,59504.0,SWPP +2019,20000.0,Kansas,20111.0,Lyon County,59504.0,SWPP +2019,20000.0,Kansas,20113.0,McPherson County,59504.0,SWPP +2019,20000.0,Kansas,20115.0,Marion County,59504.0,SWPP +2019,20000.0,Kansas,20117.0,Marshall County,59504.0,SWPP +2019,20000.0,Kansas,20119.0,Meade County,59504.0,SWPP +2019,20000.0,Kansas,20121.0,Miami County,59504.0,SWPP +2019,20000.0,Kansas,20123.0,Mitchell County,59504.0,SWPP +2019,20000.0,Kansas,20125.0,Montgomery County,59504.0,SWPP +2019,20000.0,Kansas,20127.0,Morris County,59504.0,SWPP +2019,20000.0,Kansas,20129.0,Morton County,59504.0,SWPP +2019,20000.0,Kansas,20131.0,Nemaha County,59504.0,SWPP +2019,20000.0,Kansas,20133.0,Neosho County,59504.0,SWPP +2019,20000.0,Kansas,20135.0,Ness County,59504.0,SWPP +2019,20000.0,Kansas,20137.0,Norton County,59504.0,SWPP +2019,20000.0,Kansas,20139.0,Osage County,59504.0,SWPP +2019,20000.0,Kansas,20141.0,Osborne County,59504.0,SWPP +2019,20000.0,Kansas,20143.0,Ottawa County,59504.0,SWPP +2019,20000.0,Kansas,20145.0,Pawnee County,59504.0,SWPP +2019,20000.0,Kansas,20147.0,Phillips County,59504.0,SWPP +2019,20000.0,Kansas,20149.0,Pottawatomie County,59504.0,SWPP +2019,20000.0,Kansas,20151.0,Pratt County,59504.0,SWPP +2019,20000.0,Kansas,20153.0,Rawlins County,59504.0,SWPP +2019,20000.0,Kansas,20155.0,Reno County,59504.0,SWPP +2019,20000.0,Kansas,20157.0,Republic County,59504.0,SWPP +2019,20000.0,Kansas,20159.0,Rice County,59504.0,SWPP +2019,20000.0,Kansas,20161.0,Riley County,59504.0,SWPP +2019,20000.0,Kansas,20163.0,Rooks County,59504.0,SWPP +2019,20000.0,Kansas,20165.0,Rush County,59504.0,SWPP +2019,20000.0,Kansas,20167.0,Russell County,59504.0,SWPP +2019,20000.0,Kansas,20169.0,Saline County,59504.0,SWPP +2019,20000.0,Kansas,20171.0,Scott County,59504.0,SWPP +2019,20000.0,Kansas,20173.0,Sedgwick County,59504.0,SWPP +2019,20000.0,Kansas,20175.0,Seward County,59504.0,SWPP +2019,20000.0,Kansas,20177.0,Shawnee County,59504.0,SWPP +2019,20000.0,Kansas,20179.0,Sheridan County,59504.0,SWPP +2019,20000.0,Kansas,20181.0,Sherman County,59504.0,SWPP +2019,20000.0,Kansas,20183.0,Smith County,59504.0,SWPP +2019,20000.0,Kansas,20185.0,Stafford County,59504.0,SWPP +2019,20000.0,Kansas,20187.0,Stanton County,59504.0,SWPP +2019,20000.0,Kansas,20189.0,Stevens County,59504.0,SWPP +2019,20000.0,Kansas,20191.0,Sumner County,59504.0,SWPP +2019,20000.0,Kansas,20193.0,Thomas County,59504.0,SWPP +2019,20000.0,Kansas,20195.0,Trego County,59504.0,SWPP +2019,20000.0,Kansas,20197.0,Wabaunsee County,59504.0,SWPP +2019,20000.0,Kansas,20199.0,Wallace County,59504.0,SWPP +2019,20000.0,Kansas,20201.0,Washington County,59504.0,SWPP +2019,20000.0,Kansas,20203.0,Wichita County,59504.0,SWPP +2019,20000.0,Kansas,20205.0,Wilson County,59504.0,SWPP +2019,20000.0,Kansas,20207.0,Woodson County,59504.0,SWPP +2019,20000.0,Kansas,20209.0,Wyandotte County,59504.0,SWPP +2019,22000.0,Louisiana,22013.0,Bienville Parish,59504.0,SWPP +2019,22000.0,Louisiana,22015.0,Bossier Parish,59504.0,SWPP +2019,22000.0,Louisiana,22017.0,Caddo Parish,59504.0,SWPP +2019,22000.0,Louisiana,22031.0,De Soto Parish,59504.0,SWPP +2019,22000.0,Louisiana,22043.0,Grant Parish,59504.0,SWPP +2019,22000.0,Louisiana,22069.0,Natchitoches Parish,59504.0,SWPP +2019,22000.0,Louisiana,22081.0,Red River Parish,59504.0,SWPP +2019,22000.0,Louisiana,22085.0,Sabine Parish,59504.0,SWPP +2019,22000.0,Louisiana,22115.0,Vernon Parish,59504.0,SWPP +2019,22000.0,Louisiana,22119.0,Webster Parish,59504.0,SWPP +2019,22000.0,Louisiana,22127.0,Winn Parish,59504.0,SWPP +2019,27000.0,Minnesota,27011.0,Big Stone County,59504.0,SWPP +2019,27000.0,Minnesota,27023.0,Chippewa County,59504.0,SWPP +2019,27000.0,Minnesota,27027.0,Clay County,59504.0,SWPP +2019,27000.0,Minnesota,27051.0,Grant County,59504.0,SWPP +2019,27000.0,Minnesota,27073.0,Lac Qui Parle County,59504.0,SWPP +2019,27000.0,Minnesota,27081.0,Lincoln County,59504.0,SWPP +2019,27000.0,Minnesota,27083.0,Lyon County,59504.0,SWPP +2019,27000.0,Minnesota,27101.0,Murray County,59504.0,SWPP +2019,27000.0,Minnesota,27105.0,Nobles County,59504.0,SWPP +2019,27000.0,Minnesota,27111.0,Otter Tail County,59504.0,SWPP +2019,27000.0,Minnesota,27117.0,Pipestone County,59504.0,SWPP +2019,27000.0,Minnesota,27119.0,Polk County,59504.0,SWPP +2019,27000.0,Minnesota,27133.0,Rock County,59504.0,SWPP +2019,27000.0,Minnesota,27149.0,Stevens County,59504.0,SWPP +2019,27000.0,Minnesota,27151.0,Swift County,59504.0,SWPP +2019,27000.0,Minnesota,27155.0,Traverse County,59504.0,SWPP +2019,27000.0,Minnesota,27167.0,Wilkin County,59504.0,SWPP +2019,27000.0,Minnesota,27173.0,Yellow Medicine County,59504.0,SWPP +2019,29000.0,Missouri,29003.0,Andrew County,59504.0,SWPP +2019,29000.0,Missouri,29005.0,Atchison County,59504.0,SWPP +2019,29000.0,Missouri,29009.0,Barry County,59504.0,SWPP +2019,29000.0,Missouri,29011.0,Barton County,59504.0,SWPP +2019,29000.0,Missouri,29013.0,Bates County,59504.0,SWPP +2019,29000.0,Missouri,29015.0,Benton County,59504.0,SWPP +2019,29000.0,Missouri,29021.0,Buchanan County,59504.0,SWPP +2019,29000.0,Missouri,29033.0,Carroll County,59504.0,SWPP +2019,29000.0,Missouri,29037.0,Cass County,59504.0,SWPP +2019,29000.0,Missouri,29039.0,Cedar County,59504.0,SWPP +2019,29000.0,Missouri,29041.0,Chariton County,59504.0,SWPP +2019,29000.0,Missouri,29043.0,Christian County,59504.0,SWPP +2019,29000.0,Missouri,29047.0,Clay County,59504.0,SWPP +2019,29000.0,Missouri,29049.0,Clinton County,59504.0,SWPP +2019,29000.0,Missouri,29057.0,Dade County,59504.0,SWPP +2019,29000.0,Missouri,29059.0,Dallas County,59504.0,SWPP +2019,29000.0,Missouri,29061.0,Daviess County,59504.0,SWPP +2019,29000.0,Missouri,29063.0,DeKalb County,59504.0,SWPP +2019,29000.0,Missouri,29069.0,Dunklin County,59504.0,SWPP +2019,29000.0,Missouri,29075.0,Gentry County,59504.0,SWPP +2019,29000.0,Missouri,29077.0,Greene County,59504.0,SWPP +2019,29000.0,Missouri,29079.0,Grundy County,59504.0,SWPP +2019,29000.0,Missouri,29081.0,Harrison County,59504.0,SWPP +2019,29000.0,Missouri,29083.0,Henry County,59504.0,SWPP +2019,29000.0,Missouri,29085.0,Hickory County,59504.0,SWPP +2019,29000.0,Missouri,29087.0,Holt County,59504.0,SWPP +2019,29000.0,Missouri,29089.0,Howard County,59504.0,SWPP +2019,29000.0,Missouri,29091.0,Howell County,59504.0,SWPP +2019,29000.0,Missouri,29095.0,Jackson County,59504.0,SWPP +2019,29000.0,Missouri,29097.0,Jasper County,59504.0,SWPP +2019,29000.0,Missouri,29101.0,Johnson County,59504.0,SWPP +2019,29000.0,Missouri,29107.0,Lafayette County,59504.0,SWPP +2019,29000.0,Missouri,29109.0,Lawrence County,59504.0,SWPP +2019,29000.0,Missouri,29117.0,Livingston County,59504.0,SWPP +2019,29000.0,Missouri,29119.0,McDonald County,59504.0,SWPP +2019,29000.0,Missouri,29121.0,Macon County,59504.0,SWPP +2019,29000.0,Missouri,29123.0,Madison County,59504.0,SWPP +2019,29000.0,Missouri,29127.0,Marion County,59504.0,SWPP +2019,29000.0,Missouri,29129.0,Mercer County,59504.0,SWPP +2019,29000.0,Missouri,29145.0,Newton County,59504.0,SWPP +2019,29000.0,Missouri,29147.0,Nodaway County,59504.0,SWPP +2019,29000.0,Missouri,29159.0,Pettis County,59504.0,SWPP +2019,29000.0,Missouri,29165.0,Platte County,59504.0,SWPP +2019,29000.0,Missouri,29167.0,Polk County,59504.0,SWPP +2019,29000.0,Missouri,29175.0,Randolph County,59504.0,SWPP +2019,29000.0,Missouri,29177.0,Ray County,59504.0,SWPP +2019,29000.0,Missouri,29185.0,St. Clair County,59504.0,SWPP +2019,29000.0,Missouri,29195.0,Saline County,59504.0,SWPP +2019,29000.0,Missouri,29209.0,Stone County,59504.0,SWPP +2019,29000.0,Missouri,29211.0,Sullivan County,59504.0,SWPP +2019,29000.0,Missouri,29213.0,Taney County,59504.0,SWPP +2019,29000.0,Missouri,29217.0,Vernon County,59504.0,SWPP +2019,29000.0,Missouri,29227.0,Worth County,59504.0,SWPP +2019,30000.0,Montana,30003.0,Big Horn County,59504.0,SWPP +2019,30000.0,Montana,30005.0,Blaine County,59504.0,SWPP +2019,30000.0,Montana,30009.0,Carbon County,59504.0,SWPP +2019,30000.0,Montana,30011.0,Carter County,59504.0,SWPP +2019,30000.0,Montana,30013.0,Cascade County,59504.0,SWPP +2019,30000.0,Montana,30015.0,Chouteau County,59504.0,SWPP +2019,30000.0,Montana,30017.0,Custer County,59504.0,SWPP +2019,30000.0,Montana,30019.0,Daniels County,59504.0,SWPP +2019,30000.0,Montana,30021.0,Dawson County,59504.0,SWPP +2019,30000.0,Montana,30025.0,Fallon County,59504.0,SWPP +2019,30000.0,Montana,30033.0,Garfield County,59504.0,SWPP +2019,30000.0,Montana,30041.0,Hill County,59504.0,SWPP +2019,30000.0,Montana,30049.0,Lewis and Clark County,59504.0,SWPP +2019,30000.0,Montana,30051.0,Liberty County,59504.0,SWPP +2019,30000.0,Montana,30055.0,McCone County,59504.0,SWPP +2019,30000.0,Montana,30071.0,Phillips County,59504.0,SWPP +2019,30000.0,Montana,30073.0,Pondera County,59504.0,SWPP +2019,30000.0,Montana,30075.0,Powder River County,59504.0,SWPP +2019,30000.0,Montana,30079.0,Prairie County,59504.0,SWPP +2019,30000.0,Montana,30083.0,Richland County,59504.0,SWPP +2019,30000.0,Montana,30085.0,Roosevelt County,59504.0,SWPP +2019,30000.0,Montana,30087.0,Rosebud County,59504.0,SWPP +2019,30000.0,Montana,30091.0,Sheridan County,59504.0,SWPP +2019,30000.0,Montana,30099.0,Teton County,59504.0,SWPP +2019,30000.0,Montana,30101.0,Toole County,59504.0,SWPP +2019,30000.0,Montana,30103.0,Treasure County,59504.0,SWPP +2019,30000.0,Montana,30105.0,Valley County,59504.0,SWPP +2019,30000.0,Montana,30109.0,Wibaux County,59504.0,SWPP +2019,30000.0,Montana,30111.0,Yellowstone County,59504.0,SWPP +2019,31000.0,Nebraska,31001.0,Adams County,59504.0,SWPP +2019,31000.0,Nebraska,31003.0,Antelope County,59504.0,SWPP +2019,31000.0,Nebraska,31007.0,Banner County,59504.0,SWPP +2019,31000.0,Nebraska,31009.0,Blaine County,59504.0,SWPP +2019,31000.0,Nebraska,31011.0,Boone County,59504.0,SWPP +2019,31000.0,Nebraska,31013.0,Box Butte County,59504.0,SWPP +2019,31000.0,Nebraska,31015.0,Boyd County,59504.0,SWPP +2019,31000.0,Nebraska,31017.0,Brown County,59504.0,SWPP +2019,31000.0,Nebraska,31019.0,Buffalo County,59504.0,SWPP +2019,31000.0,Nebraska,31021.0,Burt County,59504.0,SWPP +2019,31000.0,Nebraska,31023.0,Butler County,59504.0,SWPP +2019,31000.0,Nebraska,31025.0,Cass County,59504.0,SWPP +2019,31000.0,Nebraska,31027.0,Cedar County,59504.0,SWPP +2019,31000.0,Nebraska,31029.0,Chase County,59504.0,SWPP +2019,31000.0,Nebraska,31031.0,Cherry County,59504.0,SWPP +2019,31000.0,Nebraska,31033.0,Cheyenne County,59504.0,SWPP +2019,31000.0,Nebraska,31035.0,Clay County,59504.0,SWPP +2019,31000.0,Nebraska,31037.0,Colfax County,59504.0,SWPP +2019,31000.0,Nebraska,31039.0,Cuming County,59504.0,SWPP +2019,31000.0,Nebraska,31041.0,Custer County,59504.0,SWPP +2019,31000.0,Nebraska,31043.0,Dakota County,59504.0,SWPP +2019,31000.0,Nebraska,31045.0,Dawes County,59504.0,SWPP +2019,31000.0,Nebraska,31047.0,Dawson County,59504.0,SWPP +2019,31000.0,Nebraska,31049.0,Deuel County,59504.0,SWPP +2019,31000.0,Nebraska,31051.0,Dixon County,59504.0,SWPP +2019,31000.0,Nebraska,31053.0,Dodge County,59504.0,SWPP +2019,31000.0,Nebraska,31055.0,Douglas County,59504.0,SWPP +2019,31000.0,Nebraska,31057.0,Dundy County,59504.0,SWPP +2019,31000.0,Nebraska,31059.0,Fillmore County,59504.0,SWPP +2019,31000.0,Nebraska,31061.0,Franklin County,59504.0,SWPP +2019,31000.0,Nebraska,31063.0,Frontier County,59504.0,SWPP +2019,31000.0,Nebraska,31065.0,Furnas County,59504.0,SWPP +2019,31000.0,Nebraska,31067.0,Gage County,59504.0,SWPP +2019,31000.0,Nebraska,31069.0,Garden County,59504.0,SWPP +2019,31000.0,Nebraska,31071.0,Garfield County,59504.0,SWPP +2019,31000.0,Nebraska,31073.0,Gosper County,59504.0,SWPP +2019,31000.0,Nebraska,31075.0,Grant County,59504.0,SWPP +2019,31000.0,Nebraska,31077.0,Greeley County,59504.0,SWPP +2019,31000.0,Nebraska,31079.0,Hall County,59504.0,SWPP +2019,31000.0,Nebraska,31081.0,Hamilton County,59504.0,SWPP +2019,31000.0,Nebraska,31083.0,Harlan County,59504.0,SWPP +2019,31000.0,Nebraska,31085.0,Hayes County,59504.0,SWPP +2019,31000.0,Nebraska,31087.0,Hitchcock County,59504.0,SWPP +2019,31000.0,Nebraska,31089.0,Holt County,59504.0,SWPP +2019,31000.0,Nebraska,31091.0,Hooker County,59504.0,SWPP +2019,31000.0,Nebraska,31093.0,Howard County,59504.0,SWPP +2019,31000.0,Nebraska,31095.0,Jefferson County,59504.0,SWPP +2019,31000.0,Nebraska,31097.0,Johnson County,59504.0,SWPP +2019,31000.0,Nebraska,31099.0,Kearney County,59504.0,SWPP +2019,31000.0,Nebraska,31101.0,Keith County,59504.0,SWPP +2019,31000.0,Nebraska,31103.0,Keya Paha County,59504.0,SWPP +2019,31000.0,Nebraska,31105.0,Kimball County,59504.0,SWPP +2019,31000.0,Nebraska,31107.0,Knox County,59504.0,SWPP +2019,31000.0,Nebraska,31109.0,Lancaster County,59504.0,SWPP +2019,31000.0,Nebraska,31111.0,Lincoln County,59504.0,SWPP +2019,31000.0,Nebraska,31113.0,Logan County,59504.0,SWPP +2019,31000.0,Nebraska,31115.0,Loup County,59504.0,SWPP +2019,31000.0,Nebraska,31117.0,McPherson County,59504.0,SWPP +2019,31000.0,Nebraska,31119.0,Madison County,59504.0,SWPP +2019,31000.0,Nebraska,31121.0,Merrick County,59504.0,SWPP +2019,31000.0,Nebraska,31123.0,Morrill County,59504.0,SWPP +2019,31000.0,Nebraska,31125.0,Nance County,59504.0,SWPP +2019,31000.0,Nebraska,31127.0,Nemaha County,59504.0,SWPP +2019,31000.0,Nebraska,31129.0,Nuckolls County,59504.0,SWPP +2019,31000.0,Nebraska,31131.0,Otoe County,59504.0,SWPP +2019,31000.0,Nebraska,31133.0,Pawnee County,59504.0,SWPP +2019,31000.0,Nebraska,31135.0,Perkins County,59504.0,SWPP +2019,31000.0,Nebraska,31137.0,Phelps County,59504.0,SWPP +2019,31000.0,Nebraska,31139.0,Pierce County,59504.0,SWPP +2019,31000.0,Nebraska,31141.0,Platte County,59504.0,SWPP +2019,31000.0,Nebraska,31143.0,Polk County,59504.0,SWPP +2019,31000.0,Nebraska,31145.0,Red Willow County,59504.0,SWPP +2019,31000.0,Nebraska,31147.0,Richardson County,59504.0,SWPP +2019,31000.0,Nebraska,31149.0,Rock County,59504.0,SWPP +2019,31000.0,Nebraska,31151.0,Saline County,59504.0,SWPP +2019,31000.0,Nebraska,31153.0,Sarpy County,59504.0,SWPP +2019,31000.0,Nebraska,31155.0,Saunders County,59504.0,SWPP +2019,31000.0,Nebraska,31157.0,Scotts Bluff County,59504.0,SWPP +2019,31000.0,Nebraska,31159.0,Seward County,59504.0,SWPP +2019,31000.0,Nebraska,31161.0,Sheridan County,59504.0,SWPP +2019,31000.0,Nebraska,31163.0,Sherman County,59504.0,SWPP +2019,31000.0,Nebraska,31165.0,Sioux County,59504.0,SWPP +2019,31000.0,Nebraska,31167.0,Stanton County,59504.0,SWPP +2019,31000.0,Nebraska,31169.0,Thayer County,59504.0,SWPP +2019,31000.0,Nebraska,31171.0,Thomas County,59504.0,SWPP +2019,31000.0,Nebraska,31173.0,Thurston County,59504.0,SWPP +2019,31000.0,Nebraska,31175.0,Valley County,59504.0,SWPP +2019,31000.0,Nebraska,31177.0,Washington County,59504.0,SWPP +2019,31000.0,Nebraska,31179.0,Wayne County,59504.0,SWPP +2019,31000.0,Nebraska,31181.0,Webster County,59504.0,SWPP +2019,31000.0,Nebraska,31183.0,Wheeler County,59504.0,SWPP +2019,31000.0,Nebraska,31185.0,York County,59504.0,SWPP +2019,32000.0,Nevada,32003.0,Clark County,59504.0,SWPP +2019,35000.0,New Mexico,35005.0,Chaves County,59504.0,SWPP +2019,35000.0,New Mexico,35009.0,Curry County,59504.0,SWPP +2019,35000.0,New Mexico,35011.0,De Baca County,59504.0,SWPP +2019,35000.0,New Mexico,35015.0,Eddy County,59504.0,SWPP +2019,35000.0,New Mexico,35019.0,Guadalupe County,59504.0,SWPP +2019,35000.0,New Mexico,35021.0,Harding County,59504.0,SWPP +2019,35000.0,New Mexico,35025.0,Lea County,59504.0,SWPP +2019,35000.0,New Mexico,35035.0,Otero County,59504.0,SWPP +2019,35000.0,New Mexico,35037.0,Quay County,59504.0,SWPP +2019,35000.0,New Mexico,35041.0,Roosevelt County,59504.0,SWPP +2019,35000.0,New Mexico,35045.0,San Juan County,59504.0,SWPP +2019,35000.0,New Mexico,35047.0,San Miguel County,59504.0,SWPP +2019,35000.0,New Mexico,35059.0,Union County,59504.0,SWPP +2019,38000.0,North Dakota,38001.0,Adams County,59504.0,SWPP +2019,38000.0,North Dakota,38003.0,Barnes County,59504.0,SWPP +2019,38000.0,North Dakota,38005.0,Benson County,59504.0,SWPP +2019,38000.0,North Dakota,38007.0,Billings County,59504.0,SWPP +2019,38000.0,North Dakota,38009.0,Bottineau County,59504.0,SWPP +2019,38000.0,North Dakota,38011.0,Bowman County,59504.0,SWPP +2019,38000.0,North Dakota,38013.0,Burke County,59504.0,SWPP +2019,38000.0,North Dakota,38015.0,Burleigh County,59504.0,SWPP +2019,38000.0,North Dakota,38017.0,Cass County,59504.0,SWPP +2019,38000.0,North Dakota,38021.0,Dickey County,59504.0,SWPP +2019,38000.0,North Dakota,38023.0,Divide County,59504.0,SWPP +2019,38000.0,North Dakota,38025.0,Dunn County,59504.0,SWPP +2019,38000.0,North Dakota,38027.0,Eddy County,59504.0,SWPP +2019,38000.0,North Dakota,38029.0,Emmons County,59504.0,SWPP +2019,38000.0,North Dakota,38031.0,Foster County,59504.0,SWPP +2019,38000.0,North Dakota,38033.0,Golden Valley County,59504.0,SWPP +2019,38000.0,North Dakota,38035.0,Grand Forks County,59504.0,SWPP +2019,38000.0,North Dakota,38037.0,Grant County,59504.0,SWPP +2019,38000.0,North Dakota,38039.0,Griggs County,59504.0,SWPP +2019,38000.0,North Dakota,38041.0,Hettinger County,59504.0,SWPP +2019,38000.0,North Dakota,38043.0,Kidder County,59504.0,SWPP +2019,38000.0,North Dakota,38045.0,LaMoure County,59504.0,SWPP +2019,38000.0,North Dakota,38047.0,Logan County,59504.0,SWPP +2019,38000.0,North Dakota,38049.0,McHenry County,59504.0,SWPP +2019,38000.0,North Dakota,38051.0,McIntosh County,59504.0,SWPP +2019,38000.0,North Dakota,38053.0,McKenzie County,59504.0,SWPP +2019,38000.0,North Dakota,38055.0,McLean County,59504.0,SWPP +2019,38000.0,North Dakota,38057.0,Mercer County,59504.0,SWPP +2019,38000.0,North Dakota,38059.0,Morton County,59504.0,SWPP +2019,38000.0,North Dakota,38061.0,Mountrail County,59504.0,SWPP +2019,38000.0,North Dakota,38063.0,Nelson County,59504.0,SWPP +2019,38000.0,North Dakota,38065.0,Oliver County,59504.0,SWPP +2019,38000.0,North Dakota,38069.0,Pierce County,59504.0,SWPP +2019,38000.0,North Dakota,38071.0,Ramsey County,59504.0,SWPP +2019,38000.0,North Dakota,38073.0,Ransom County,59504.0,SWPP +2019,38000.0,North Dakota,38075.0,Renville County,59504.0,SWPP +2019,38000.0,North Dakota,38077.0,Richland County,59504.0,SWPP +2019,38000.0,North Dakota,38081.0,Sargent County,59504.0,SWPP +2019,38000.0,North Dakota,38083.0,Sheridan County,59504.0,SWPP +2019,38000.0,North Dakota,38085.0,Sioux County,59504.0,SWPP +2019,38000.0,North Dakota,38087.0,Slope County,59504.0,SWPP +2019,38000.0,North Dakota,38089.0,Stark County,59504.0,SWPP +2019,38000.0,North Dakota,38091.0,Steele County,59504.0,SWPP +2019,38000.0,North Dakota,38093.0,Stutsman County,59504.0,SWPP +2019,38000.0,North Dakota,38095.0,Towner County,59504.0,SWPP +2019,38000.0,North Dakota,38097.0,Traill County,59504.0,SWPP +2019,38000.0,North Dakota,38101.0,Ward County,59504.0,SWPP +2019,38000.0,North Dakota,38103.0,Wells County,59504.0,SWPP +2019,38000.0,North Dakota,38105.0,Williams County,59504.0,SWPP +2019,40000.0,Oklahoma,40001.0,Adair County,59504.0,SWPP +2019,40000.0,Oklahoma,40003.0,Alfalfa County,59504.0,SWPP +2019,40000.0,Oklahoma,40005.0,Atoka County,59504.0,SWPP +2019,40000.0,Oklahoma,40007.0,Beaver County,59504.0,SWPP +2019,40000.0,Oklahoma,40009.0,Beckham County,59504.0,SWPP +2019,40000.0,Oklahoma,40011.0,Blaine County,59504.0,SWPP +2019,40000.0,Oklahoma,40013.0,Bryan County,59504.0,SWPP +2019,40000.0,Oklahoma,40015.0,Caddo County,59504.0,SWPP +2019,40000.0,Oklahoma,40017.0,Canadian County,59504.0,SWPP +2019,40000.0,Oklahoma,40019.0,Carter County,59504.0,SWPP +2019,40000.0,Oklahoma,40021.0,Cherokee County,59504.0,SWPP +2019,40000.0,Oklahoma,40023.0,Choctaw County,59504.0,SWPP +2019,40000.0,Oklahoma,40025.0,Cimarron County,59504.0,SWPP +2019,40000.0,Oklahoma,40027.0,Cleveland County,59504.0,SWPP +2019,40000.0,Oklahoma,40029.0,Coal County,59504.0,SWPP +2019,40000.0,Oklahoma,40031.0,Comanche County,59504.0,SWPP +2019,40000.0,Oklahoma,40033.0,Cotton County,59504.0,SWPP +2019,40000.0,Oklahoma,40035.0,Craig County,59504.0,SWPP +2019,40000.0,Oklahoma,40037.0,Creek County,59504.0,SWPP +2019,40000.0,Oklahoma,40039.0,Custer County,59504.0,SWPP +2019,40000.0,Oklahoma,40041.0,Delaware County,59504.0,SWPP +2019,40000.0,Oklahoma,40043.0,Dewey County,59504.0,SWPP +2019,40000.0,Oklahoma,40045.0,Ellis County,59504.0,SWPP +2019,40000.0,Oklahoma,40047.0,Garfield County,59504.0,SWPP +2019,40000.0,Oklahoma,40049.0,Garvin County,59504.0,SWPP +2019,40000.0,Oklahoma,40051.0,Grady County,59504.0,SWPP +2019,40000.0,Oklahoma,40053.0,Grant County,59504.0,SWPP +2019,40000.0,Oklahoma,40055.0,Greer County,59504.0,SWPP +2019,40000.0,Oklahoma,40057.0,Harmon County,59504.0,SWPP +2019,40000.0,Oklahoma,40059.0,Harper County,59504.0,SWPP +2019,40000.0,Oklahoma,40061.0,Haskell County,59504.0,SWPP +2019,40000.0,Oklahoma,40063.0,Hughes County,59504.0,SWPP +2019,40000.0,Oklahoma,40065.0,Jackson County,59504.0,SWPP +2019,40000.0,Oklahoma,40067.0,Jefferson County,59504.0,SWPP +2019,40000.0,Oklahoma,40069.0,Johnston County,59504.0,SWPP +2019,40000.0,Oklahoma,40071.0,Kay County,59504.0,SWPP +2019,40000.0,Oklahoma,40073.0,Kingfisher County,59504.0,SWPP +2019,40000.0,Oklahoma,40075.0,Kiowa County,59504.0,SWPP +2019,40000.0,Oklahoma,40077.0,Latimer County,59504.0,SWPP +2019,40000.0,Oklahoma,40079.0,Le Flore County,59504.0,SWPP +2019,40000.0,Oklahoma,40081.0,Lincoln County,59504.0,SWPP +2019,40000.0,Oklahoma,40083.0,Logan County,59504.0,SWPP +2019,40000.0,Oklahoma,40085.0,Love County,59504.0,SWPP +2019,40000.0,Oklahoma,40087.0,McClain County,59504.0,SWPP +2019,40000.0,Oklahoma,40089.0,McCurtain County,59504.0,SWPP +2019,40000.0,Oklahoma,40091.0,McIntosh County,59504.0,SWPP +2019,40000.0,Oklahoma,40093.0,Major County,59504.0,SWPP +2019,40000.0,Oklahoma,40095.0,Marshall County,59504.0,SWPP +2019,40000.0,Oklahoma,40097.0,Mayes County,59504.0,SWPP +2019,40000.0,Oklahoma,40099.0,Murray County,59504.0,SWPP +2019,40000.0,Oklahoma,40101.0,Muskogee County,59504.0,SWPP +2019,40000.0,Oklahoma,40103.0,Noble County,59504.0,SWPP +2019,40000.0,Oklahoma,40105.0,Nowata County,59504.0,SWPP +2019,40000.0,Oklahoma,40107.0,Okfuskee County,59504.0,SWPP +2019,40000.0,Oklahoma,40109.0,Oklahoma County,59504.0,SWPP +2019,40000.0,Oklahoma,40111.0,Okmulgee County,59504.0,SWPP +2019,40000.0,Oklahoma,40113.0,Osage County,59504.0,SWPP +2019,40000.0,Oklahoma,40115.0,Ottawa County,59504.0,SWPP +2019,40000.0,Oklahoma,40117.0,Pawnee County,59504.0,SWPP +2019,40000.0,Oklahoma,40119.0,Payne County,59504.0,SWPP +2019,40000.0,Oklahoma,40121.0,Pittsburg County,59504.0,SWPP +2019,40000.0,Oklahoma,40123.0,Pontotoc County,59504.0,SWPP +2019,40000.0,Oklahoma,40125.0,Pottawatomie County,59504.0,SWPP +2019,40000.0,Oklahoma,40127.0,Pushmataha County,59504.0,SWPP +2019,40000.0,Oklahoma,40129.0,Roger Mills County,59504.0,SWPP +2019,40000.0,Oklahoma,40131.0,Rogers County,59504.0,SWPP +2019,40000.0,Oklahoma,40133.0,Seminole County,59504.0,SWPP +2019,40000.0,Oklahoma,40135.0,Sequoyah County,59504.0,SWPP +2019,40000.0,Oklahoma,40137.0,Stephens County,59504.0,SWPP +2019,40000.0,Oklahoma,40139.0,Texas County,59504.0,SWPP +2019,40000.0,Oklahoma,40141.0,Tillman County,59504.0,SWPP +2019,40000.0,Oklahoma,40143.0,Tulsa County,59504.0,SWPP +2019,40000.0,Oklahoma,40145.0,Wagoner County,59504.0,SWPP +2019,40000.0,Oklahoma,40147.0,Washington County,59504.0,SWPP +2019,40000.0,Oklahoma,40149.0,Washita County,59504.0,SWPP +2019,40000.0,Oklahoma,40151.0,Woods County,59504.0,SWPP +2019,40000.0,Oklahoma,40153.0,Woodward County,59504.0,SWPP +2019,41000.0,Oregon,41035.0,Klamath County,59504.0,SWPP +2019,46000.0,South Dakota,46003.0,Aurora County,59504.0,SWPP +2019,46000.0,South Dakota,46005.0,Beadle County,59504.0,SWPP +2019,46000.0,South Dakota,46007.0,Bennett County,59504.0,SWPP +2019,46000.0,South Dakota,46009.0,Bon Homme County,59504.0,SWPP +2019,46000.0,South Dakota,46011.0,Brookings County,59504.0,SWPP +2019,46000.0,South Dakota,46013.0,Brown County,59504.0,SWPP +2019,46000.0,South Dakota,46015.0,Brule County,59504.0,SWPP +2019,46000.0,South Dakota,46017.0,Buffalo County,59504.0,SWPP +2019,46000.0,South Dakota,46019.0,Butte County,59504.0,SWPP +2019,46000.0,South Dakota,46021.0,Campbell County,59504.0,SWPP +2019,46000.0,South Dakota,46023.0,Charles Mix County,59504.0,SWPP +2019,46000.0,South Dakota,46025.0,Clark County,59504.0,SWPP +2019,46000.0,South Dakota,46027.0,Clay County,59504.0,SWPP +2019,46000.0,South Dakota,46029.0,Codington County,59504.0,SWPP +2019,46000.0,South Dakota,46031.0,Corson County,59504.0,SWPP +2019,46000.0,South Dakota,46033.0,Custer County,59504.0,SWPP +2019,46000.0,South Dakota,46035.0,Davison County,59504.0,SWPP +2019,46000.0,South Dakota,46037.0,Day County,59504.0,SWPP +2019,46000.0,South Dakota,46039.0,Deuel County,59504.0,SWPP +2019,46000.0,South Dakota,46041.0,Dewey County,59504.0,SWPP +2019,46000.0,South Dakota,46043.0,Douglas County,59504.0,SWPP +2019,46000.0,South Dakota,46045.0,Edmunds County,59504.0,SWPP +2019,46000.0,South Dakota,46047.0,Fall River County,59504.0,SWPP +2019,46000.0,South Dakota,46049.0,Faulk County,59504.0,SWPP +2019,46000.0,South Dakota,46051.0,Grant County,59504.0,SWPP +2019,46000.0,South Dakota,46053.0,Gregory County,59504.0,SWPP +2019,46000.0,South Dakota,46055.0,Haakon County,59504.0,SWPP +2019,46000.0,South Dakota,46057.0,Hamlin County,59504.0,SWPP +2019,46000.0,South Dakota,46059.0,Hand County,59504.0,SWPP +2019,46000.0,South Dakota,46061.0,Hanson County,59504.0,SWPP +2019,46000.0,South Dakota,46063.0,Harding County,59504.0,SWPP +2019,46000.0,South Dakota,46065.0,Hughes County,59504.0,SWPP +2019,46000.0,South Dakota,46067.0,Hutchinson County,59504.0,SWPP +2019,46000.0,South Dakota,46069.0,Hyde County,59504.0,SWPP +2019,46000.0,South Dakota,46071.0,Jackson County,59504.0,SWPP +2019,46000.0,South Dakota,46073.0,Jerauld County,59504.0,SWPP +2019,46000.0,South Dakota,46075.0,Jones County,59504.0,SWPP +2019,46000.0,South Dakota,46077.0,Kingsbury County,59504.0,SWPP +2019,46000.0,South Dakota,46079.0,Lake County,59504.0,SWPP +2019,46000.0,South Dakota,46081.0,Lawrence County,59504.0,SWPP +2019,46000.0,South Dakota,46083.0,Lincoln County,59504.0,SWPP +2019,46000.0,South Dakota,46085.0,Lyman County,59504.0,SWPP +2019,46000.0,South Dakota,46087.0,McCook County,59504.0,SWPP +2019,46000.0,South Dakota,46089.0,McPherson County,59504.0,SWPP +2019,46000.0,South Dakota,46091.0,Marshall County,59504.0,SWPP +2019,46000.0,South Dakota,46093.0,Meade County,59504.0,SWPP +2019,46000.0,South Dakota,46095.0,Mellette County,59504.0,SWPP +2019,46000.0,South Dakota,46097.0,Miner County,59504.0,SWPP +2019,46000.0,South Dakota,46099.0,Minnehaha County,59504.0,SWPP +2019,46000.0,South Dakota,46101.0,Moody County,59504.0,SWPP +2019,46000.0,South Dakota,46103.0,Pennington County,59504.0,SWPP +2019,46000.0,South Dakota,46105.0,Perkins County,59504.0,SWPP +2019,46000.0,South Dakota,46107.0,Potter County,59504.0,SWPP +2019,46000.0,South Dakota,46109.0,Roberts County,59504.0,SWPP +2019,46000.0,South Dakota,46111.0,Sanborn County,59504.0,SWPP +2019,46000.0,South Dakota,46113.0,Shannon County,59504.0,SWPP +2019,46000.0,South Dakota,46115.0,Spink County,59504.0,SWPP +2019,46000.0,South Dakota,46117.0,Stanley County,59504.0,SWPP +2019,46000.0,South Dakota,46119.0,Sully County,59504.0,SWPP +2019,46000.0,South Dakota,46121.0,Todd County,59504.0,SWPP +2019,46000.0,South Dakota,46123.0,Tripp County,59504.0,SWPP +2019,46000.0,South Dakota,46125.0,Turner County,59504.0,SWPP +2019,46000.0,South Dakota,46127.0,Union County,59504.0,SWPP +2019,46000.0,South Dakota,46129.0,Walworth County,59504.0,SWPP +2019,46000.0,South Dakota,46135.0,Yankton County,59504.0,SWPP +2019,46000.0,South Dakota,46137.0,Ziebach County,59504.0,SWPP +2019,48000.0,Texas,48003.0,Andrews County,59504.0,SWPP +2019,48000.0,Texas,48009.0,Archer County,59504.0,SWPP +2019,48000.0,Texas,48011.0,Armstrong County,59504.0,SWPP +2019,48000.0,Texas,48017.0,Bailey County,59504.0,SWPP +2019,48000.0,Texas,48023.0,Baylor County,59504.0,SWPP +2019,48000.0,Texas,48033.0,Borden County,59504.0,SWPP +2019,48000.0,Texas,48037.0,Bowie County,59504.0,SWPP +2019,48000.0,Texas,48045.0,Briscoe County,59504.0,SWPP +2019,48000.0,Texas,48063.0,Camp County,59504.0,SWPP +2019,48000.0,Texas,48065.0,Carson County,59504.0,SWPP +2019,48000.0,Texas,48067.0,Cass County,59504.0,SWPP +2019,48000.0,Texas,48069.0,Castro County,59504.0,SWPP +2019,48000.0,Texas,48075.0,Childress County,59504.0,SWPP +2019,48000.0,Texas,48079.0,Cochran County,59504.0,SWPP +2019,48000.0,Texas,48087.0,Collingsworth County,59504.0,SWPP +2019,48000.0,Texas,48101.0,Cottle County,59504.0,SWPP +2019,48000.0,Texas,48107.0,Crosby County,59504.0,SWPP +2019,48000.0,Texas,48111.0,Dallam County,59504.0,SWPP +2019,48000.0,Texas,48115.0,Dawson County,59504.0,SWPP +2019,48000.0,Texas,48117.0,Deaf Smith County,59504.0,SWPP +2019,48000.0,Texas,48125.0,Dickens County,59504.0,SWPP +2019,48000.0,Texas,48129.0,Donley County,59504.0,SWPP +2019,48000.0,Texas,48135.0,Ector County,59504.0,SWPP +2019,48000.0,Texas,48153.0,Floyd County,59504.0,SWPP +2019,48000.0,Texas,48155.0,Foard County,59504.0,SWPP +2019,48000.0,Texas,48159.0,Franklin County,59504.0,SWPP +2019,48000.0,Texas,48165.0,Gaines County,59504.0,SWPP +2019,48000.0,Texas,48169.0,Garza County,59504.0,SWPP +2019,48000.0,Texas,48179.0,Gray County,59504.0,SWPP +2019,48000.0,Texas,48183.0,Gregg County,59504.0,SWPP +2019,48000.0,Texas,48189.0,Hale County,59504.0,SWPP +2019,48000.0,Texas,48191.0,Hall County,59504.0,SWPP +2019,48000.0,Texas,48195.0,Hansford County,59504.0,SWPP +2019,48000.0,Texas,48197.0,Hardeman County,59504.0,SWPP +2019,48000.0,Texas,48203.0,Harrison County,59504.0,SWPP +2019,48000.0,Texas,48205.0,Hartley County,59504.0,SWPP +2019,48000.0,Texas,48211.0,Hemphill County,59504.0,SWPP +2019,48000.0,Texas,48219.0,Hockley County,59504.0,SWPP +2019,48000.0,Texas,48223.0,Hopkins County,59504.0,SWPP +2019,48000.0,Texas,48233.0,Hutchinson County,59504.0,SWPP +2019,48000.0,Texas,48263.0,Kent County,59504.0,SWPP +2019,48000.0,Texas,48269.0,King County,59504.0,SWPP +2019,48000.0,Texas,48279.0,Lamb County,59504.0,SWPP +2019,48000.0,Texas,48295.0,Lipscomb County,59504.0,SWPP +2019,48000.0,Texas,48303.0,Lubbock County,59504.0,SWPP +2019,48000.0,Texas,48305.0,Lynn County,59504.0,SWPP +2019,48000.0,Texas,48315.0,Marion County,59504.0,SWPP +2019,48000.0,Texas,48317.0,Martin County,59504.0,SWPP +2019,48000.0,Texas,48329.0,Midland County,59504.0,SWPP +2019,48000.0,Texas,48341.0,Moore County,59504.0,SWPP +2019,48000.0,Texas,48343.0,Morris County,59504.0,SWPP +2019,48000.0,Texas,48345.0,Motley County,59504.0,SWPP +2019,48000.0,Texas,48347.0,Nacogdoches County,59504.0,SWPP +2019,48000.0,Texas,48357.0,Ochiltree County,59504.0,SWPP +2019,48000.0,Texas,48359.0,Oldham County,59504.0,SWPP +2019,48000.0,Texas,48365.0,Panola County,59504.0,SWPP +2019,48000.0,Texas,48369.0,Parmer County,59504.0,SWPP +2019,48000.0,Texas,48375.0,Potter County,59504.0,SWPP +2019,48000.0,Texas,48379.0,Rains County,59504.0,SWPP +2019,48000.0,Texas,48381.0,Randall County,59504.0,SWPP +2019,48000.0,Texas,48387.0,Red River County,59504.0,SWPP +2019,48000.0,Texas,48393.0,Roberts County,59504.0,SWPP +2019,48000.0,Texas,48401.0,Rusk County,59504.0,SWPP +2019,48000.0,Texas,48419.0,Shelby County,59504.0,SWPP +2019,48000.0,Texas,48421.0,Sherman County,59504.0,SWPP +2019,48000.0,Texas,48423.0,Smith County,59504.0,SWPP +2019,48000.0,Texas,48433.0,Stonewall County,59504.0,SWPP +2019,48000.0,Texas,48437.0,Swisher County,59504.0,SWPP +2019,48000.0,Texas,48445.0,Terry County,59504.0,SWPP +2019,48000.0,Texas,48449.0,Titus County,59504.0,SWPP +2019,48000.0,Texas,48459.0,Upshur County,59504.0,SWPP +2019,48000.0,Texas,48467.0,Van Zandt County,59504.0,SWPP +2019,48000.0,Texas,48483.0,Wheeler County,59504.0,SWPP +2019,48000.0,Texas,48485.0,Wichita County,59504.0,SWPP +2019,48000.0,Texas,48487.0,Wilbarger County,59504.0,SWPP +2019,48000.0,Texas,48499.0,Wood County,59504.0,SWPP +2019,48000.0,Texas,48501.0,Yoakum County,59504.0,SWPP +2019,49000.0,Utah,49009.0,Daggett County,59504.0,SWPP +2019,49000.0,Utah,49035.0,Salt Lake County,59504.0,SWPP +2019,49000.0,Utah,49037.0,San Juan County,59504.0,SWPP +2019,49000.0,Utah,49047.0,Uintah County,59504.0,SWPP +2019,56000.0,Wyoming,56001.0,Albany County,59504.0,SWPP +2019,56000.0,Wyoming,56003.0,Big Horn County,59504.0,SWPP +2019,56000.0,Wyoming,56007.0,Carbon County,59504.0,SWPP +2019,56000.0,Wyoming,56009.0,Converse County,59504.0,SWPP +2019,56000.0,Wyoming,56011.0,Crook County,59504.0,SWPP +2019,56000.0,Wyoming,56013.0,Fremont County,59504.0,SWPP +2019,56000.0,Wyoming,56015.0,Goshen County,59504.0,SWPP +2019,56000.0,Wyoming,56017.0,Hot Springs County,59504.0,SWPP +2019,56000.0,Wyoming,56019.0,Johnson County,59504.0,SWPP +2019,56000.0,Wyoming,56021.0,Laramie County,59504.0,SWPP +2019,56000.0,Wyoming,56023.0,Lincoln County,59504.0,SWPP +2019,56000.0,Wyoming,56025.0,Natrona County,59504.0,SWPP +2019,56000.0,Wyoming,56027.0,Niobrara County,59504.0,SWPP +2019,56000.0,Wyoming,56029.0,Park County,59504.0,SWPP +2019,56000.0,Wyoming,56031.0,Platte County,59504.0,SWPP +2019,56000.0,Wyoming,56033.0,Sheridan County,59504.0,SWPP +2019,56000.0,Wyoming,56037.0,Sweetwater County,59504.0,SWPP +2019,56000.0,Wyoming,56043.0,Washakie County,59504.0,SWPP diff --git a/_static/User_Guide_Data/ba_service_territory_2020.csv b/_static/User_Guide_Data/ba_service_territory_2020.csv new file mode 100644 index 00000000..57184a7f --- /dev/null +++ b/_static/User_Guide_Data/ba_service_territory_2020.csv @@ -0,0 +1,4928 @@ +Year,State_FIPS,State_Name,County_FIPS,County_Name,BA_Number,BA_Code +2020,23000.0,Maine,23003.0,Aroostook County,1.0,NBSO +2020,23000.0,Maine,23009.0,Hancock County,1.0,NBSO +2020,23000.0,Maine,23019.0,Penobscot County,1.0,NBSO +2020,23000.0,Maine,23021.0,Piscataquis County,1.0,NBSO +2020,23000.0,Maine,23027.0,Waldo County,1.0,NBSO +2020,23000.0,Maine,23029.0,Washington County,1.0,NBSO +2020,1000.0,Alabama,1001.0,Autauga County,189.0,AEC +2020,1000.0,Alabama,1003.0,Baldwin County,189.0,AEC +2020,1000.0,Alabama,1005.0,Barbour County,189.0,AEC +2020,1000.0,Alabama,1007.0,Bibb County,189.0,AEC +2020,1000.0,Alabama,1011.0,Bullock County,189.0,AEC +2020,1000.0,Alabama,1013.0,Butler County,189.0,AEC +2020,1000.0,Alabama,1015.0,Calhoun County,189.0,AEC +2020,1000.0,Alabama,1017.0,Chambers County,189.0,AEC +2020,1000.0,Alabama,1021.0,Chilton County,189.0,AEC +2020,1000.0,Alabama,1025.0,Clarke County,189.0,AEC +2020,1000.0,Alabama,1027.0,Clay County,189.0,AEC +2020,1000.0,Alabama,1029.0,Cleburne County,189.0,AEC +2020,1000.0,Alabama,1031.0,Coffee County,189.0,AEC +2020,1000.0,Alabama,1035.0,Conecuh County,189.0,AEC +2020,1000.0,Alabama,1037.0,Coosa County,189.0,AEC +2020,1000.0,Alabama,1039.0,Covington County,189.0,AEC +2020,1000.0,Alabama,1041.0,Crenshaw County,189.0,AEC +2020,1000.0,Alabama,1045.0,Dale County,189.0,AEC +2020,1000.0,Alabama,1047.0,Dallas County,189.0,AEC +2020,1000.0,Alabama,1051.0,Elmore County,189.0,AEC +2020,1000.0,Alabama,1053.0,Escambia County,189.0,AEC +2020,1000.0,Alabama,1055.0,Etowah County,189.0,AEC +2020,1000.0,Alabama,1061.0,Geneva County,189.0,AEC +2020,1000.0,Alabama,1067.0,Henry County,189.0,AEC +2020,1000.0,Alabama,1069.0,Houston County,189.0,AEC +2020,1000.0,Alabama,1081.0,Lee County,189.0,AEC +2020,1000.0,Alabama,1085.0,Lowndes County,189.0,AEC +2020,1000.0,Alabama,1087.0,Macon County,189.0,AEC +2020,1000.0,Alabama,1099.0,Monroe County,189.0,AEC +2020,1000.0,Alabama,1101.0,Montgomery County,189.0,AEC +2020,1000.0,Alabama,1105.0,Perry County,189.0,AEC +2020,1000.0,Alabama,1109.0,Pike County,189.0,AEC +2020,1000.0,Alabama,1111.0,Randolph County,189.0,AEC +2020,1000.0,Alabama,1113.0,Russell County,189.0,AEC +2020,1000.0,Alabama,1115.0,Shelby County,189.0,AEC +2020,1000.0,Alabama,1117.0,St. Clair County,189.0,AEC +2020,1000.0,Alabama,1121.0,Talladega County,189.0,AEC +2020,1000.0,Alabama,1123.0,Tallapoosa County,189.0,AEC +2020,1000.0,Alabama,1129.0,Washington County,189.0,AEC +2020,1000.0,Alabama,1131.0,Wilcox County,189.0,AEC +2020,12000.0,Florida,12005.0,Bay County,189.0,AEC +2020,12000.0,Florida,12013.0,Calhoun County,189.0,AEC +2020,12000.0,Florida,12045.0,Gulf County,189.0,AEC +2020,12000.0,Florida,12059.0,Holmes County,189.0,AEC +2020,12000.0,Florida,12063.0,Jackson County,189.0,AEC +2020,12000.0,Florida,12091.0,Okaloosa County,189.0,AEC +2020,12000.0,Florida,12113.0,Santa Rosa County,189.0,AEC +2020,12000.0,Florida,12131.0,Walton County,189.0,AEC +2020,12000.0,Florida,12133.0,Washington County,189.0,AEC +2020,2000.0,Alaska,2020.0,Anchorage Municipality,599.0,AMPL +2020,4000.0,Arizona,4001.0,Apache County,803.0,AZPS +2020,4000.0,Arizona,4003.0,Cochise County ,803.0,AZPS +2020,4000.0,Arizona,4005.0,Coconino County,803.0,AZPS +2020,4000.0,Arizona,4007.0,Gila County,803.0,AZPS +2020,4000.0,Arizona,4009.0,Graham County,803.0,AZPS +2020,4000.0,Arizona,4011.0,Greenlee County,803.0,AZPS +2020,4000.0,Arizona,4013.0,Maricopa County,803.0,AZPS +2020,4000.0,Arizona,4015.0,Mohave County,803.0,AZPS +2020,4000.0,Arizona,4017.0,Navajo County,803.0,AZPS +2020,4000.0,Arizona,4019.0,Pima County,803.0,AZPS +2020,4000.0,Arizona,4021.0,Pinal County,803.0,AZPS +2020,4000.0,Arizona,4023.0,Santa Cruz County,803.0,AZPS +2020,4000.0,Arizona,4025.0,Yavapai County,803.0,AZPS +2020,4000.0,Arizona,4027.0,Yuma County,803.0,AZPS +2020,5000.0,Arkansas,5035.0,Crittenden County,924.0,AECI +2020,19000.0,Iowa,19051.0,Davis County,924.0,AECI +2020,19000.0,Iowa,19057.0,Des Moines County,924.0,AECI +2020,19000.0,Iowa,19087.0,Henry County,924.0,AECI +2020,19000.0,Iowa,19101.0,Jefferson County,924.0,AECI +2020,19000.0,Iowa,19107.0,Keokuk County,924.0,AECI +2020,19000.0,Iowa,19111.0,Lee County,924.0,AECI +2020,19000.0,Iowa,19115.0,Louisa County,924.0,AECI +2020,19000.0,Iowa,19177.0,Van Buren County,924.0,AECI +2020,19000.0,Iowa,19179.0,Wapello County,924.0,AECI +2020,19000.0,Iowa,19183.0,Washington County,924.0,AECI +2020,29000.0,Missouri,29001.0,Adair County,924.0,AECI +2020,29000.0,Missouri,29007.0,Audrain County,924.0,AECI +2020,29000.0,Missouri,29009.0,Barry County,924.0,AECI +2020,29000.0,Missouri,29013.0,Bates County,924.0,AECI +2020,29000.0,Missouri,29015.0,Benton County,924.0,AECI +2020,29000.0,Missouri,29017.0,Bollinger County,924.0,AECI +2020,29000.0,Missouri,29019.0,Boone County,924.0,AECI +2020,29000.0,Missouri,29021.0,Buchanan County,924.0,AECI +2020,29000.0,Missouri,29023.0,Butler County,924.0,AECI +2020,29000.0,Missouri,29025.0,Caldwell County,924.0,AECI +2020,29000.0,Missouri,29027.0,Callaway County,924.0,AECI +2020,29000.0,Missouri,29029.0,Camden County,924.0,AECI +2020,29000.0,Missouri,29031.0,Cape Girardeau County,924.0,AECI +2020,29000.0,Missouri,29033.0,Carroll County,924.0,AECI +2020,29000.0,Missouri,29035.0,Carter County,924.0,AECI +2020,29000.0,Missouri,29037.0,Cass County,924.0,AECI +2020,29000.0,Missouri,29039.0,Cedar County,924.0,AECI +2020,29000.0,Missouri,29041.0,Chariton County,924.0,AECI +2020,29000.0,Missouri,29043.0,Christian County,924.0,AECI +2020,29000.0,Missouri,29047.0,Clay County,924.0,AECI +2020,29000.0,Missouri,29049.0,Clinton County,924.0,AECI +2020,29000.0,Missouri,29051.0,Cole County,924.0,AECI +2020,29000.0,Missouri,29053.0,Cooper County,924.0,AECI +2020,29000.0,Missouri,29055.0,Crawford County,924.0,AECI +2020,29000.0,Missouri,29057.0,Dade County,924.0,AECI +2020,29000.0,Missouri,29059.0,Dallas County,924.0,AECI +2020,29000.0,Missouri,29061.0,Daviess County,924.0,AECI +2020,29000.0,Missouri,29063.0,DeKalb County,924.0,AECI +2020,29000.0,Missouri,29065.0,Dent County,924.0,AECI +2020,29000.0,Missouri,29067.0,Douglas County,924.0,AECI +2020,29000.0,Missouri,29069.0,Dunklin County,924.0,AECI +2020,29000.0,Missouri,29071.0,Franklin County,924.0,AECI +2020,29000.0,Missouri,29073.0,Gasconade County,924.0,AECI +2020,29000.0,Missouri,29077.0,Greene County,924.0,AECI +2020,29000.0,Missouri,29083.0,Henry County,924.0,AECI +2020,29000.0,Missouri,29085.0,Hickory County,924.0,AECI +2020,29000.0,Missouri,29089.0,Howard County,924.0,AECI +2020,29000.0,Missouri,29091.0,Howell County,924.0,AECI +2020,29000.0,Missouri,29093.0,Iron County,924.0,AECI +2020,29000.0,Missouri,29095.0,Jackson County,924.0,AECI +2020,29000.0,Missouri,29097.0,Jasper County,924.0,AECI +2020,29000.0,Missouri,29099.0,Jefferson County,924.0,AECI +2020,29000.0,Missouri,29101.0,Johnson County,924.0,AECI +2020,29000.0,Missouri,29103.0,Knox County,924.0,AECI +2020,29000.0,Missouri,29105.0,Laclede County,924.0,AECI +2020,29000.0,Missouri,29107.0,Lafayette County,924.0,AECI +2020,29000.0,Missouri,29109.0,Lawrence County,924.0,AECI +2020,29000.0,Missouri,29113.0,Lincoln County,924.0,AECI +2020,29000.0,Missouri,29115.0,Linn County,924.0,AECI +2020,29000.0,Missouri,29117.0,Livingston County,924.0,AECI +2020,29000.0,Missouri,29119.0,McDonald County,924.0,AECI +2020,29000.0,Missouri,29121.0,Macon County,924.0,AECI +2020,29000.0,Missouri,29123.0,Madison County,924.0,AECI +2020,29000.0,Missouri,29125.0,Maries County,924.0,AECI +2020,29000.0,Missouri,29127.0,Marion County,924.0,AECI +2020,29000.0,Missouri,29131.0,Miller County,924.0,AECI +2020,29000.0,Missouri,29133.0,Mississippi County,924.0,AECI +2020,29000.0,Missouri,29135.0,Moniteau County,924.0,AECI +2020,29000.0,Missouri,29137.0,Monroe County,924.0,AECI +2020,29000.0,Missouri,29139.0,Montgomery County,924.0,AECI +2020,29000.0,Missouri,29141.0,Morgan County,924.0,AECI +2020,29000.0,Missouri,29143.0,New Madrid County,924.0,AECI +2020,29000.0,Missouri,29145.0,Newton County,924.0,AECI +2020,29000.0,Missouri,29149.0,Oregon County,924.0,AECI +2020,29000.0,Missouri,29151.0,Osage County,924.0,AECI +2020,29000.0,Missouri,29153.0,Ozark County,924.0,AECI +2020,29000.0,Missouri,29159.0,Pettis County,924.0,AECI +2020,29000.0,Missouri,29161.0,Phelps County,924.0,AECI +2020,29000.0,Missouri,29163.0,Pike County,924.0,AECI +2020,29000.0,Missouri,29165.0,Platte County,924.0,AECI +2020,29000.0,Missouri,29167.0,Polk County,924.0,AECI +2020,29000.0,Missouri,29169.0,Pulaski County,924.0,AECI +2020,29000.0,Missouri,29173.0,Ralls County,924.0,AECI +2020,29000.0,Missouri,29175.0,Randolph County,924.0,AECI +2020,29000.0,Missouri,29177.0,Ray County,924.0,AECI +2020,29000.0,Missouri,29179.0,Reynolds County,924.0,AECI +2020,29000.0,Missouri,29181.0,Ripley County,924.0,AECI +2020,29000.0,Missouri,29183.0,St. Charles County,924.0,AECI +2020,29000.0,Missouri,29185.0,St. Clair County,924.0,AECI +2020,29000.0,Missouri,29195.0,Saline County,924.0,AECI +2020,29000.0,Missouri,29201.0,Scott County,924.0,AECI +2020,29000.0,Missouri,29203.0,Shannon County,924.0,AECI +2020,29000.0,Missouri,29205.0,Shelby County,924.0,AECI +2020,29000.0,Missouri,29207.0,Stoddard County,924.0,AECI +2020,29000.0,Missouri,29209.0,Stone County,924.0,AECI +2020,29000.0,Missouri,29211.0,Sullivan County,924.0,AECI +2020,29000.0,Missouri,29213.0,Taney County,924.0,AECI +2020,29000.0,Missouri,29215.0,Texas County,924.0,AECI +2020,29000.0,Missouri,29217.0,Vernon County,924.0,AECI +2020,29000.0,Missouri,29219.0,Warren County,924.0,AECI +2020,29000.0,Missouri,29221.0,Washington County,924.0,AECI +2020,29000.0,Missouri,29223.0,Wayne County,924.0,AECI +2020,29000.0,Missouri,29225.0,Webster County,924.0,AECI +2020,29000.0,Missouri,29229.0,Wright County,924.0,AECI +2020,40000.0,Oklahoma,40001.0,Adair County,924.0,AECI +2020,40000.0,Oklahoma,40005.0,Atoka County,924.0,AECI +2020,40000.0,Oklahoma,40021.0,Cherokee County,924.0,AECI +2020,40000.0,Oklahoma,40037.0,Creek County,924.0,AECI +2020,40000.0,Oklahoma,40041.0,Delaware County,924.0,AECI +2020,40000.0,Oklahoma,40047.0,Garfield County,924.0,AECI +2020,40000.0,Oklahoma,40061.0,Haskell County,924.0,AECI +2020,40000.0,Oklahoma,40077.0,Latimer County,924.0,AECI +2020,40000.0,Oklahoma,40079.0,Le Flore County,924.0,AECI +2020,40000.0,Oklahoma,40081.0,Lincoln County,924.0,AECI +2020,40000.0,Oklahoma,40083.0,Logan County,924.0,AECI +2020,40000.0,Oklahoma,40091.0,McIntosh County,924.0,AECI +2020,40000.0,Oklahoma,40097.0,Mayes County,924.0,AECI +2020,40000.0,Oklahoma,40101.0,Muskogee County,924.0,AECI +2020,40000.0,Oklahoma,40103.0,Noble County,924.0,AECI +2020,40000.0,Oklahoma,40105.0,Nowata County,924.0,AECI +2020,40000.0,Oklahoma,40107.0,Okfuskee County,924.0,AECI +2020,40000.0,Oklahoma,40109.0,Oklahoma County,924.0,AECI +2020,40000.0,Oklahoma,40111.0,Okmulgee County,924.0,AECI +2020,40000.0,Oklahoma,40113.0,Osage County,924.0,AECI +2020,40000.0,Oklahoma,40117.0,Pawnee County,924.0,AECI +2020,40000.0,Oklahoma,40119.0,Payne County,924.0,AECI +2020,40000.0,Oklahoma,40121.0,Pittsburg County,924.0,AECI +2020,40000.0,Oklahoma,40127.0,Pushmataha County,924.0,AECI +2020,40000.0,Oklahoma,40131.0,Rogers County,924.0,AECI +2020,40000.0,Oklahoma,40133.0,Seminole County,924.0,AECI +2020,40000.0,Oklahoma,40135.0,Sequoyah County,924.0,AECI +2020,40000.0,Oklahoma,40143.0,Tulsa County,924.0,AECI +2020,40000.0,Oklahoma,40145.0,Wagoner County,924.0,AECI +2020,40000.0,Oklahoma,40147.0,Washington County,924.0,AECI +2020,6000.0,California,6093.0,Siskiyou County,1738.0,BPAT +2020,16000.0,Idaho,16009.0,Benewah County,1738.0,BPAT +2020,16000.0,Idaho,16011.0,Bingham County,1738.0,BPAT +2020,16000.0,Idaho,16017.0,Bonner County,1738.0,BPAT +2020,16000.0,Idaho,16019.0,Bonneville County,1738.0,BPAT +2020,16000.0,Idaho,16021.0,Boundary County,1738.0,BPAT +2020,16000.0,Idaho,16023.0,Butte County,1738.0,BPAT +2020,16000.0,Idaho,16029.0,Caribou County,1738.0,BPAT +2020,16000.0,Idaho,16031.0,Cassia County,1738.0,BPAT +2020,16000.0,Idaho,16033.0,Clark County,1738.0,BPAT +2020,16000.0,Idaho,16035.0,Clearwater County,1738.0,BPAT +2020,16000.0,Idaho,16037.0,Custer County,1738.0,BPAT +2020,16000.0,Idaho,16039.0,Elmore County,1738.0,BPAT +2020,16000.0,Idaho,16043.0,Fremont County,1738.0,BPAT +2020,16000.0,Idaho,16045.0,Gem County,1738.0,BPAT +2020,16000.0,Idaho,16049.0,Idaho County,1738.0,BPAT +2020,16000.0,Idaho,16051.0,Jefferson County,1738.0,BPAT +2020,16000.0,Idaho,16055.0,Kootenai County,1738.0,BPAT +2020,16000.0,Idaho,16057.0,Latah County,1738.0,BPAT +2020,16000.0,Idaho,16065.0,Madison County,1738.0,BPAT +2020,16000.0,Idaho,16067.0,Minidoka County,1738.0,BPAT +2020,16000.0,Idaho,16069.0,Nez Perce County,1738.0,BPAT +2020,16000.0,Idaho,16071.0,Oneida County,1738.0,BPAT +2020,16000.0,Idaho,16073.0,Owyhee County,1738.0,BPAT +2020,16000.0,Idaho,16077.0,Power County,1738.0,BPAT +2020,16000.0,Idaho,16079.0,Shoshone County,1738.0,BPAT +2020,16000.0,Idaho,16081.0,Teton County,1738.0,BPAT +2020,30000.0,Montana,30007.0,Broadwater County,1738.0,BPAT +2020,30000.0,Montana,30009.0,Carbon County,1738.0,BPAT +2020,30000.0,Montana,30023.0,Deer Lodge County,1738.0,BPAT +2020,30000.0,Montana,30029.0,Flathead County,1738.0,BPAT +2020,30000.0,Montana,30031.0,Gallatin County,1738.0,BPAT +2020,30000.0,Montana,30039.0,Granite County,1738.0,BPAT +2020,30000.0,Montana,30043.0,Jefferson County,1738.0,BPAT +2020,30000.0,Montana,30047.0,Lake County,1738.0,BPAT +2020,30000.0,Montana,30053.0,Lincoln County,1738.0,BPAT +2020,30000.0,Montana,30061.0,Mineral County,1738.0,BPAT +2020,30000.0,Montana,30063.0,Missoula County,1738.0,BPAT +2020,30000.0,Montana,30067.0,Park County,1738.0,BPAT +2020,30000.0,Montana,30077.0,Powell County,1738.0,BPAT +2020,30000.0,Montana,30081.0,Ravalli County,1738.0,BPAT +2020,30000.0,Montana,30089.0,Sanders County,1738.0,BPAT +2020,30000.0,Montana,30093.0,Silver Bow County,1738.0,BPAT +2020,32000.0,Nevada,32007.0,Elko County,1738.0,BPAT +2020,41000.0,Oregon,41001.0,Baker County,1738.0,BPAT +2020,41000.0,Oregon,41003.0,Benton County,1738.0,BPAT +2020,41000.0,Oregon,41005.0,Clackamas County,1738.0,BPAT +2020,41000.0,Oregon,41007.0,Clatsop County,1738.0,BPAT +2020,41000.0,Oregon,41009.0,Columbia County,1738.0,BPAT +2020,41000.0,Oregon,41011.0,Coos County,1738.0,BPAT +2020,41000.0,Oregon,41013.0,Crook County,1738.0,BPAT +2020,41000.0,Oregon,41015.0,Curry County,1738.0,BPAT +2020,41000.0,Oregon,41017.0,Deschutes County,1738.0,BPAT +2020,41000.0,Oregon,41019.0,Douglas County,1738.0,BPAT +2020,41000.0,Oregon,41021.0,Gilliam County,1738.0,BPAT +2020,41000.0,Oregon,41023.0,Grant County,1738.0,BPAT +2020,41000.0,Oregon,41025.0,Harney County,1738.0,BPAT +2020,41000.0,Oregon,41027.0,Hood River County,1738.0,BPAT +2020,41000.0,Oregon,41031.0,Jefferson County,1738.0,BPAT +2020,41000.0,Oregon,41035.0,Klamath County,1738.0,BPAT +2020,41000.0,Oregon,41037.0,Lake County,1738.0,BPAT +2020,41000.0,Oregon,41039.0,Lane County,1738.0,BPAT +2020,41000.0,Oregon,41041.0,Lincoln County,1738.0,BPAT +2020,41000.0,Oregon,41043.0,Linn County,1738.0,BPAT +2020,41000.0,Oregon,41047.0,Marion County,1738.0,BPAT +2020,41000.0,Oregon,41049.0,Morrow County,1738.0,BPAT +2020,41000.0,Oregon,41051.0,Multnomah County,1738.0,BPAT +2020,41000.0,Oregon,41053.0,Polk County,1738.0,BPAT +2020,41000.0,Oregon,41055.0,Sherman County,1738.0,BPAT +2020,41000.0,Oregon,41057.0,Tillamook County,1738.0,BPAT +2020,41000.0,Oregon,41059.0,Umatilla County,1738.0,BPAT +2020,41000.0,Oregon,41061.0,Union County,1738.0,BPAT +2020,41000.0,Oregon,41065.0,Wasco County,1738.0,BPAT +2020,41000.0,Oregon,41067.0,Washington County,1738.0,BPAT +2020,41000.0,Oregon,41071.0,Yamhill County,1738.0,BPAT +2020,49000.0,Utah,49003.0,Box Elder County,1738.0,BPAT +2020,53000.0,Washington,53001.0,Adams County,1738.0,BPAT +2020,53000.0,Washington,53003.0,Asotin County,1738.0,BPAT +2020,53000.0,Washington,53005.0,Benton County,1738.0,BPAT +2020,53000.0,Washington,53007.0,Chelan County,1738.0,BPAT +2020,53000.0,Washington,53009.0,Clallam County,1738.0,BPAT +2020,53000.0,Washington,53011.0,Clark County,1738.0,BPAT +2020,53000.0,Washington,53013.0,Columbia County,1738.0,BPAT +2020,53000.0,Washington,53015.0,Cowlitz County,1738.0,BPAT +2020,53000.0,Washington,53017.0,Douglas County,1738.0,BPAT +2020,53000.0,Washington,53019.0,Ferry County,1738.0,BPAT +2020,53000.0,Washington,53021.0,Franklin County,1738.0,BPAT +2020,53000.0,Washington,53023.0,Garfield County,1738.0,BPAT +2020,53000.0,Washington,53025.0,Grant County,1738.0,BPAT +2020,53000.0,Washington,53027.0,Grays Harbor County,1738.0,BPAT +2020,53000.0,Washington,53029.0,Island County,1738.0,BPAT +2020,53000.0,Washington,53031.0,Jefferson County,1738.0,BPAT +2020,53000.0,Washington,53033.0,King County,1738.0,BPAT +2020,53000.0,Washington,53035.0,Kitsap County,1738.0,BPAT +2020,53000.0,Washington,53037.0,Kittitas County,1738.0,BPAT +2020,53000.0,Washington,53039.0,Klickitat County,1738.0,BPAT +2020,53000.0,Washington,53041.0,Lewis County,1738.0,BPAT +2020,53000.0,Washington,53043.0,Lincoln County,1738.0,BPAT +2020,53000.0,Washington,53045.0,Mason County,1738.0,BPAT +2020,53000.0,Washington,53047.0,Okanogan County,1738.0,BPAT +2020,53000.0,Washington,53049.0,Pacific County,1738.0,BPAT +2020,53000.0,Washington,53051.0,Pend Oreille County,1738.0,BPAT +2020,53000.0,Washington,53053.0,Pierce County,1738.0,BPAT +2020,53000.0,Washington,53055.0,San Juan County,1738.0,BPAT +2020,53000.0,Washington,53057.0,Skagit County,1738.0,BPAT +2020,53000.0,Washington,53059.0,Skamania County,1738.0,BPAT +2020,53000.0,Washington,53061.0,Snohomish County,1738.0,BPAT +2020,53000.0,Washington,53063.0,Spokane County,1738.0,BPAT +2020,53000.0,Washington,53065.0,Stevens County,1738.0,BPAT +2020,53000.0,Washington,53067.0,Thurston County,1738.0,BPAT +2020,53000.0,Washington,53069.0,Wahkiakum County,1738.0,BPAT +2020,53000.0,Washington,53071.0,Walla Walla County,1738.0,BPAT +2020,53000.0,Washington,53073.0,Whatcom County,1738.0,BPAT +2020,53000.0,Washington,53075.0,Whitman County,1738.0,BPAT +2020,53000.0,Washington,53077.0,Yakima County,1738.0,BPAT +2020,56000.0,Wyoming,56023.0,Lincoln County,1738.0,BPAT +2020,56000.0,Wyoming,56035.0,Sublette County,1738.0,BPAT +2020,56000.0,Wyoming,56039.0,Teton County,1738.0,BPAT +2020,6000.0,California,6001.0,Alameda County,2775.0,CISO +2020,6000.0,California,6003.0,Alpine County,2775.0,CISO +2020,6000.0,California,6005.0,Amador County,2775.0,CISO +2020,6000.0,California,6007.0,Butte County,2775.0,CISO +2020,6000.0,California,6009.0,Calaveras County,2775.0,CISO +2020,6000.0,California,6011.0,Colusa County,2775.0,CISO +2020,6000.0,California,6013.0,Contra Costa County,2775.0,CISO +2020,6000.0,California,6017.0,El Dorado County,2775.0,CISO +2020,6000.0,California,6019.0,Fresno County,2775.0,CISO +2020,6000.0,California,6021.0,Glenn County,2775.0,CISO +2020,6000.0,California,6023.0,Humboldt County,2775.0,CISO +2020,6000.0,California,6025.0,Imperial County,2775.0,CISO +2020,6000.0,California,6027.0,Inyo County,2775.0,CISO +2020,6000.0,California,6029.0,Kern County,2775.0,CISO +2020,6000.0,California,6031.0,Kings County,2775.0,CISO +2020,6000.0,California,6033.0,Lake County,2775.0,CISO +2020,6000.0,California,6035.0,Lassen County,2775.0,CISO +2020,6000.0,California,6037.0,Los Angeles County,2775.0,CISO +2020,6000.0,California,6039.0,Madera County,2775.0,CISO +2020,6000.0,California,6041.0,Marin County,2775.0,CISO +2020,6000.0,California,6043.0,Mariposa County,2775.0,CISO +2020,6000.0,California,6045.0,Mendocino County,2775.0,CISO +2020,6000.0,California,6047.0,Merced County,2775.0,CISO +2020,6000.0,California,6049.0,Modoc County,2775.0,CISO +2020,6000.0,California,6051.0,Mono County,2775.0,CISO +2020,6000.0,California,6053.0,Monterey County,2775.0,CISO +2020,6000.0,California,6055.0,Napa County,2775.0,CISO +2020,6000.0,California,6057.0,Nevada County,2775.0,CISO +2020,6000.0,California,6059.0,Orange County,2775.0,CISO +2020,6000.0,California,6061.0,Placer County,2775.0,CISO +2020,6000.0,California,6063.0,Plumas County,2775.0,CISO +2020,6000.0,California,6065.0,Riverside County,2775.0,CISO +2020,6000.0,California,6067.0,Sacramento County,2775.0,CISO +2020,6000.0,California,6069.0,San Benito County,2775.0,CISO +2020,6000.0,California,6071.0,San Bernardino County,2775.0,CISO +2020,6000.0,California,6073.0,San Diego County,2775.0,CISO +2020,6000.0,California,6075.0,San Francisco County,2775.0,CISO +2020,6000.0,California,6077.0,San Joaquin County,2775.0,CISO +2020,6000.0,California,6079.0,San Luis Obispo County,2775.0,CISO +2020,6000.0,California,6081.0,San Mateo County,2775.0,CISO +2020,6000.0,California,6083.0,Santa Barbara County,2775.0,CISO +2020,6000.0,California,6085.0,Santa Clara County,2775.0,CISO +2020,6000.0,California,6087.0,Santa Cruz County,2775.0,CISO +2020,6000.0,California,6089.0,Shasta County,2775.0,CISO +2020,6000.0,California,6091.0,Sierra County,2775.0,CISO +2020,6000.0,California,6093.0,Siskiyou County,2775.0,CISO +2020,6000.0,California,6095.0,Solano County,2775.0,CISO +2020,6000.0,California,6097.0,Sonoma County,2775.0,CISO +2020,6000.0,California,6099.0,Stanislaus County,2775.0,CISO +2020,6000.0,California,6101.0,Sutter County,2775.0,CISO +2020,6000.0,California,6103.0,Tehama County,2775.0,CISO +2020,6000.0,California,6105.0,Trinity County,2775.0,CISO +2020,6000.0,California,6107.0,Tulare County,2775.0,CISO +2020,6000.0,California,6109.0,Tuolumne County,2775.0,CISO +2020,6000.0,California,6111.0,Ventura County,2775.0,CISO +2020,6000.0,California,6113.0,Yolo County,2775.0,CISO +2020,6000.0,California,6115.0,Yuba County,2775.0,CISO +2020,32000.0,Nevada,32003.0,Clark County,2775.0,CISO +2020,37000.0,North Carolina,37001.0,Alamance County,3046.0,CPLE +2020,37000.0,North Carolina,37007.0,Anson County,3046.0,CPLE +2020,37000.0,North Carolina,37011.0,Avery County,3046.0,CPLE +2020,37000.0,North Carolina,37013.0,Beaufort County,3046.0,CPLE +2020,37000.0,North Carolina,37017.0,Bladen County,3046.0,CPLE +2020,37000.0,North Carolina,37019.0,Brunswick County,3046.0,CPLE +2020,37000.0,North Carolina,37021.0,Buncombe County,3046.0,CPLE +2020,37000.0,North Carolina,37031.0,Carteret County,3046.0,CPLE +2020,37000.0,North Carolina,37033.0,Caswell County,3046.0,CPLE +2020,37000.0,North Carolina,37037.0,Chatham County,3046.0,CPLE +2020,37000.0,North Carolina,37047.0,Columbus County,3046.0,CPLE +2020,37000.0,North Carolina,37049.0,Craven County,3046.0,CPLE +2020,37000.0,North Carolina,37051.0,Cumberland County,3046.0,CPLE +2020,37000.0,North Carolina,37061.0,Duplin County,3046.0,CPLE +2020,37000.0,North Carolina,37063.0,Durham County,3046.0,CPLE +2020,37000.0,North Carolina,37065.0,Edgecombe County,3046.0,CPLE +2020,37000.0,North Carolina,37069.0,Franklin County,3046.0,CPLE +2020,37000.0,North Carolina,37077.0,Granville County,3046.0,CPLE +2020,37000.0,North Carolina,37079.0,Greene County,3046.0,CPLE +2020,37000.0,North Carolina,37081.0,Guilford County,3046.0,CPLE +2020,37000.0,North Carolina,37083.0,Halifax County,3046.0,CPLE +2020,37000.0,North Carolina,37085.0,Harnett County,3046.0,CPLE +2020,37000.0,North Carolina,37087.0,Haywood County,3046.0,CPLE +2020,37000.0,North Carolina,37089.0,Henderson County,3046.0,CPLE +2020,37000.0,North Carolina,37093.0,Hoke County,3046.0,CPLE +2020,37000.0,North Carolina,37099.0,Jackson County,3046.0,CPLE +2020,37000.0,North Carolina,37101.0,Johnston County,3046.0,CPLE +2020,37000.0,North Carolina,37103.0,Jones County,3046.0,CPLE +2020,37000.0,North Carolina,37105.0,Lee County,3046.0,CPLE +2020,37000.0,North Carolina,37107.0,Lenoir County,3046.0,CPLE +2020,37000.0,North Carolina,37111.0,McDowell County,3046.0,CPLE +2020,37000.0,North Carolina,37115.0,Madison County,3046.0,CPLE +2020,37000.0,North Carolina,37117.0,Martin County,3046.0,CPLE +2020,37000.0,North Carolina,37121.0,Mitchell County,3046.0,CPLE +2020,37000.0,North Carolina,37123.0,Montgomery County,3046.0,CPLE +2020,37000.0,North Carolina,37125.0,Moore County,3046.0,CPLE +2020,37000.0,North Carolina,37127.0,Nash County,3046.0,CPLE +2020,37000.0,North Carolina,37129.0,New Hanover County,3046.0,CPLE +2020,37000.0,North Carolina,37133.0,Onslow County,3046.0,CPLE +2020,37000.0,North Carolina,37135.0,Orange County,3046.0,CPLE +2020,37000.0,North Carolina,37137.0,Pamlico County,3046.0,CPLE +2020,37000.0,North Carolina,37139.0,Pasquotank County,3046.0,CPLE +2020,37000.0,North Carolina,37141.0,Pender County,3046.0,CPLE +2020,37000.0,North Carolina,37145.0,Person County,3046.0,CPLE +2020,37000.0,North Carolina,37147.0,Pitt County,3046.0,CPLE +2020,37000.0,North Carolina,37151.0,Randolph County,3046.0,CPLE +2020,37000.0,North Carolina,37153.0,Richmond County,3046.0,CPLE +2020,37000.0,North Carolina,37155.0,Robeson County,3046.0,CPLE +2020,37000.0,North Carolina,37161.0,Rutherford County,3046.0,CPLE +2020,37000.0,North Carolina,37163.0,Sampson County,3046.0,CPLE +2020,37000.0,North Carolina,37165.0,Scotland County,3046.0,CPLE +2020,37000.0,North Carolina,37167.0,Stanly County,3046.0,CPLE +2020,37000.0,North Carolina,37179.0,Union County,3046.0,CPLE +2020,37000.0,North Carolina,37181.0,Vance County,3046.0,CPLE +2020,37000.0,North Carolina,37183.0,Wake County,3046.0,CPLE +2020,37000.0,North Carolina,37185.0,Warren County,3046.0,CPLE +2020,37000.0,North Carolina,37191.0,Wayne County,3046.0,CPLE +2020,37000.0,North Carolina,37195.0,Wilson County,3046.0,CPLE +2020,37000.0,North Carolina,37199.0,Yancey County,3046.0,CPLE +2020,45000.0,South Carolina,45025.0,Chesterfield County,3046.0,CPLE +2020,45000.0,South Carolina,45027.0,Clarendon County,3046.0,CPLE +2020,45000.0,South Carolina,45031.0,Darlington County,3046.0,CPLE +2020,45000.0,South Carolina,45033.0,Dillon County,3046.0,CPLE +2020,45000.0,South Carolina,45041.0,Florence County,3046.0,CPLE +2020,45000.0,South Carolina,45043.0,Georgetown County,3046.0,CPLE +2020,45000.0,South Carolina,45051.0,Horry County,3046.0,CPLE +2020,45000.0,South Carolina,45055.0,Kershaw County,3046.0,CPLE +2020,45000.0,South Carolina,45061.0,Lee County,3046.0,CPLE +2020,45000.0,South Carolina,45067.0,Marion County,3046.0,CPLE +2020,45000.0,South Carolina,45069.0,Marlboro County,3046.0,CPLE +2020,45000.0,South Carolina,45085.0,Sumter County,3046.0,CPLE +2020,45000.0,South Carolina,45089.0,Williamsburg County,3046.0,CPLE +2020,47000.0,Tennessee,47029.0,Cocke County,3046.0,CPLE +2020,47000.0,Tennessee,47171.0,Unicoi County,3046.0,CPLE +2020,53000.0,Washington,53007.0,Chelan County,3413.0,CHPD +2020,53000.0,Washington,53033.0,King County,3413.0,CHPD +2020,53000.0,Washington,53037.0,Kittitas County,3413.0,CHPD +2020,53000.0,Washington,53047.0,Okanogan County,3413.0,CHPD +2020,2000.0,Alaska,2020.0,Anchorage Municipality,3522.0,CEA +2020,2000.0,Alaska,2122.0,Kenai Peninsula Borough,3522.0,CEA +2020,53000.0,Washington,53017.0,Douglas County,5326.0,DOPD +2020,53000.0,Washington,53047.0,Okanogan County,5326.0,DOPD +2020,13000.0,Georgia,13241.0,Rabun County,5416.0,DUK +2020,37000.0,North Carolina,37001.0,Alamance County,5416.0,DUK +2020,37000.0,North Carolina,37003.0,Alexander County,5416.0,DUK +2020,37000.0,North Carolina,37005.0,Alleghany County,5416.0,DUK +2020,37000.0,North Carolina,37007.0,Anson County,5416.0,DUK +2020,37000.0,North Carolina,37009.0,Ashe County,5416.0,DUK +2020,37000.0,North Carolina,37011.0,Avery County,5416.0,DUK +2020,37000.0,North Carolina,37021.0,Buncombe County,5416.0,DUK +2020,37000.0,North Carolina,37023.0,Burke County,5416.0,DUK +2020,37000.0,North Carolina,37025.0,Cabarrus County,5416.0,DUK +2020,37000.0,North Carolina,37027.0,Caldwell County,5416.0,DUK +2020,37000.0,North Carolina,37033.0,Caswell County,5416.0,DUK +2020,37000.0,North Carolina,37035.0,Catawba County,5416.0,DUK +2020,37000.0,North Carolina,37037.0,Chatham County,5416.0,DUK +2020,37000.0,North Carolina,37039.0,Cherokee County,5416.0,DUK +2020,37000.0,North Carolina,37043.0,Clay County,5416.0,DUK +2020,37000.0,North Carolina,37045.0,Cleveland County,5416.0,DUK +2020,37000.0,North Carolina,37057.0,Davidson County,5416.0,DUK +2020,37000.0,North Carolina,37059.0,Davie County,5416.0,DUK +2020,37000.0,North Carolina,37063.0,Durham County,5416.0,DUK +2020,37000.0,North Carolina,37067.0,Forsyth County,5416.0,DUK +2020,37000.0,North Carolina,37071.0,Gaston County,5416.0,DUK +2020,37000.0,North Carolina,37075.0,Graham County,5416.0,DUK +2020,37000.0,North Carolina,37077.0,Granville County,5416.0,DUK +2020,37000.0,North Carolina,37081.0,Guilford County,5416.0,DUK +2020,37000.0,North Carolina,37087.0,Haywood County,5416.0,DUK +2020,37000.0,North Carolina,37089.0,Henderson County,5416.0,DUK +2020,37000.0,North Carolina,37097.0,Iredell County,5416.0,DUK +2020,37000.0,North Carolina,37099.0,Jackson County,5416.0,DUK +2020,37000.0,North Carolina,37109.0,Lincoln County,5416.0,DUK +2020,37000.0,North Carolina,37111.0,McDowell County,5416.0,DUK +2020,37000.0,North Carolina,37113.0,Macon County,5416.0,DUK +2020,37000.0,North Carolina,37115.0,Madison County,5416.0,DUK +2020,37000.0,North Carolina,37119.0,Mecklenburg County,5416.0,DUK +2020,37000.0,North Carolina,37121.0,Mitchell County,5416.0,DUK +2020,37000.0,North Carolina,37123.0,Montgomery County,5416.0,DUK +2020,37000.0,North Carolina,37135.0,Orange County,5416.0,DUK +2020,37000.0,North Carolina,37145.0,Person County,5416.0,DUK +2020,37000.0,North Carolina,37149.0,Polk County,5416.0,DUK +2020,37000.0,North Carolina,37151.0,Randolph County,5416.0,DUK +2020,37000.0,North Carolina,37157.0,Rockingham County,5416.0,DUK +2020,37000.0,North Carolina,37159.0,Rowan County,5416.0,DUK +2020,37000.0,North Carolina,37161.0,Rutherford County,5416.0,DUK +2020,37000.0,North Carolina,37167.0,Stanly County,5416.0,DUK +2020,37000.0,North Carolina,37169.0,Stokes County,5416.0,DUK +2020,37000.0,North Carolina,37171.0,Surry County,5416.0,DUK +2020,37000.0,North Carolina,37173.0,Swain County,5416.0,DUK +2020,37000.0,North Carolina,37175.0,Transylvania County,5416.0,DUK +2020,37000.0,North Carolina,37179.0,Union County,5416.0,DUK +2020,37000.0,North Carolina,37183.0,Wake County,5416.0,DUK +2020,37000.0,North Carolina,37189.0,Watauga County,5416.0,DUK +2020,37000.0,North Carolina,37193.0,Wilkes County,5416.0,DUK +2020,37000.0,North Carolina,37197.0,Yadkin County,5416.0,DUK +2020,45000.0,South Carolina,45001.0,Abbeville County,5416.0,DUK +2020,45000.0,South Carolina,45007.0,Anderson County,5416.0,DUK +2020,45000.0,South Carolina,45021.0,Cherokee County,5416.0,DUK +2020,45000.0,South Carolina,45023.0,Chester County,5416.0,DUK +2020,45000.0,South Carolina,45037.0,Edgefield County,5416.0,DUK +2020,45000.0,South Carolina,45039.0,Fairfield County,5416.0,DUK +2020,45000.0,South Carolina,45045.0,Greenville County,5416.0,DUK +2020,45000.0,South Carolina,45047.0,Greenwood County,5416.0,DUK +2020,45000.0,South Carolina,45055.0,Kershaw County,5416.0,DUK +2020,45000.0,South Carolina,45057.0,Lancaster County,5416.0,DUK +2020,45000.0,South Carolina,45059.0,Laurens County,5416.0,DUK +2020,45000.0,South Carolina,45065.0,McCormick County,5416.0,DUK +2020,45000.0,South Carolina,45071.0,Newberry County,5416.0,DUK +2020,45000.0,South Carolina,45073.0,Oconee County,5416.0,DUK +2020,45000.0,South Carolina,45077.0,Pickens County,5416.0,DUK +2020,45000.0,South Carolina,45081.0,Saluda County,5416.0,DUK +2020,45000.0,South Carolina,45083.0,Spartanburg County,5416.0,DUK +2020,45000.0,South Carolina,45087.0,Union County,5416.0,DUK +2020,45000.0,South Carolina,45091.0,York County,5416.0,DUK +2020,35000.0,New Mexico,35013.0,Dona Ana County,5701.0,EPE +2020,35000.0,New Mexico,35015.0,Eddy County,5701.0,EPE +2020,35000.0,New Mexico,35029.0,Luna County,5701.0,EPE +2020,35000.0,New Mexico,35035.0,Otero County,5701.0,EPE +2020,35000.0,New Mexico,35051.0,Sierra County,5701.0,EPE +2020,48000.0,Texas,48043.0,Brewster County,5701.0,EPE +2020,48000.0,Texas,48105.0,Crockett County,5701.0,EPE +2020,48000.0,Texas,48109.0,Culberson County,5701.0,EPE +2020,48000.0,Texas,48127.0,Dimmit County,5701.0,EPE +2020,48000.0,Texas,48137.0,Edwards County,5701.0,EPE +2020,48000.0,Texas,48141.0,El Paso County,5701.0,EPE +2020,48000.0,Texas,48229.0,Hudspeth County,5701.0,EPE +2020,48000.0,Texas,48243.0,Jeff Davis County,5701.0,EPE +2020,48000.0,Texas,48271.0,Kinney County,5701.0,EPE +2020,48000.0,Texas,48323.0,Maverick County,5701.0,EPE +2020,48000.0,Texas,48371.0,Pecos County,5701.0,EPE +2020,48000.0,Texas,48377.0,Presidio County,5701.0,EPE +2020,48000.0,Texas,48389.0,Reeves County,5701.0,EPE +2020,48000.0,Texas,48443.0,Terrell County,5701.0,EPE +2020,48000.0,Texas,48463.0,Uvalde County,5701.0,EPE +2020,48000.0,Texas,48465.0,Val Verde County,5701.0,EPE +2020,48000.0,Texas,48479.0,Webb County,5701.0,EPE +2020,48000.0,Texas,48507.0,Zavala County,5701.0,EPE +2020,35000.0,New Mexico,35015.0,Eddy County,5723.0,ERCO +2020,35000.0,New Mexico,35035.0,Otero County,5723.0,ERCO +2020,48000.0,Texas,48001.0,Anderson County,5723.0,ERCO +2020,48000.0,Texas,48005.0,Angelina County,5723.0,ERCO +2020,48000.0,Texas,48007.0,Aransas County,5723.0,ERCO +2020,48000.0,Texas,48009.0,Archer County,5723.0,ERCO +2020,48000.0,Texas,48011.0,Armstrong County,5723.0,ERCO +2020,48000.0,Texas,48013.0,Atascosa County,5723.0,ERCO +2020,48000.0,Texas,48015.0,Austin County,5723.0,ERCO +2020,48000.0,Texas,48019.0,Bandera County,5723.0,ERCO +2020,48000.0,Texas,48021.0,Bastrop County,5723.0,ERCO +2020,48000.0,Texas,48023.0,Baylor County,5723.0,ERCO +2020,48000.0,Texas,48025.0,Bee County,5723.0,ERCO +2020,48000.0,Texas,48027.0,Bell County,5723.0,ERCO +2020,48000.0,Texas,48029.0,Bexar County,5723.0,ERCO +2020,48000.0,Texas,48031.0,Blanco County,5723.0,ERCO +2020,48000.0,Texas,48033.0,Borden County,5723.0,ERCO +2020,48000.0,Texas,48035.0,Bosque County,5723.0,ERCO +2020,48000.0,Texas,48039.0,Brazoria County,5723.0,ERCO +2020,48000.0,Texas,48041.0,Brazos County,5723.0,ERCO +2020,48000.0,Texas,48043.0,Brewster County,5723.0,ERCO +2020,48000.0,Texas,48045.0,Briscoe County,5723.0,ERCO +2020,48000.0,Texas,48047.0,Brooks County,5723.0,ERCO +2020,48000.0,Texas,48049.0,Brown County,5723.0,ERCO +2020,48000.0,Texas,48051.0,Burleson County,5723.0,ERCO +2020,48000.0,Texas,48053.0,Burnet County,5723.0,ERCO +2020,48000.0,Texas,48055.0,Caldwell County,5723.0,ERCO +2020,48000.0,Texas,48057.0,Calhoun County,5723.0,ERCO +2020,48000.0,Texas,48059.0,Callahan County,5723.0,ERCO +2020,48000.0,Texas,48061.0,Cameron County,5723.0,ERCO +2020,48000.0,Texas,48073.0,Cherokee County,5723.0,ERCO +2020,48000.0,Texas,48075.0,Childress County,5723.0,ERCO +2020,48000.0,Texas,48077.0,Clay County,5723.0,ERCO +2020,48000.0,Texas,48081.0,Coke County,5723.0,ERCO +2020,48000.0,Texas,48083.0,Coleman County,5723.0,ERCO +2020,48000.0,Texas,48085.0,Collin County,5723.0,ERCO +2020,48000.0,Texas,48087.0,Collingsworth County,5723.0,ERCO +2020,48000.0,Texas,48089.0,Colorado County,5723.0,ERCO +2020,48000.0,Texas,48091.0,Comal County,5723.0,ERCO +2020,48000.0,Texas,48093.0,Comanche County,5723.0,ERCO +2020,48000.0,Texas,48095.0,Concho County,5723.0,ERCO +2020,48000.0,Texas,48097.0,Cooke County,5723.0,ERCO +2020,48000.0,Texas,48099.0,Coryell County,5723.0,ERCO +2020,48000.0,Texas,48101.0,Cottle County,5723.0,ERCO +2020,48000.0,Texas,48105.0,Crockett County,5723.0,ERCO +2020,48000.0,Texas,48107.0,Crosby County,5723.0,ERCO +2020,48000.0,Texas,48109.0,Culberson County,5723.0,ERCO +2020,48000.0,Texas,48113.0,Dallas County,5723.0,ERCO +2020,48000.0,Texas,48119.0,Delta County,5723.0,ERCO +2020,48000.0,Texas,48121.0,Denton County,5723.0,ERCO +2020,48000.0,Texas,48123.0,DeWitt County,5723.0,ERCO +2020,48000.0,Texas,48125.0,Dickens County,5723.0,ERCO +2020,48000.0,Texas,48127.0,Dimmit County,5723.0,ERCO +2020,48000.0,Texas,48129.0,Donley County,5723.0,ERCO +2020,48000.0,Texas,48131.0,Duval County,5723.0,ERCO +2020,48000.0,Texas,48133.0,Eastland County,5723.0,ERCO +2020,48000.0,Texas,48137.0,Edwards County,5723.0,ERCO +2020,48000.0,Texas,48139.0,Ellis County,5723.0,ERCO +2020,48000.0,Texas,48141.0,El Paso County,5723.0,ERCO +2020,48000.0,Texas,48143.0,Erath County,5723.0,ERCO +2020,48000.0,Texas,48145.0,Falls County,5723.0,ERCO +2020,48000.0,Texas,48147.0,Fannin County,5723.0,ERCO +2020,48000.0,Texas,48149.0,Fayette County,5723.0,ERCO +2020,48000.0,Texas,48151.0,Fisher County,5723.0,ERCO +2020,48000.0,Texas,48153.0,Floyd County,5723.0,ERCO +2020,48000.0,Texas,48155.0,Foard County,5723.0,ERCO +2020,48000.0,Texas,48159.0,Franklin County,5723.0,ERCO +2020,48000.0,Texas,48161.0,Freestone County,5723.0,ERCO +2020,48000.0,Texas,48163.0,Frio County,5723.0,ERCO +2020,48000.0,Texas,48169.0,Garza County,5723.0,ERCO +2020,48000.0,Texas,48171.0,Gillespie County,5723.0,ERCO +2020,48000.0,Texas,48173.0,Glasscock County,5723.0,ERCO +2020,48000.0,Texas,48175.0,Goliad County,5723.0,ERCO +2020,48000.0,Texas,48177.0,Gonzales County,5723.0,ERCO +2020,48000.0,Texas,48179.0,Gray County,5723.0,ERCO +2020,48000.0,Texas,48181.0,Grayson County,5723.0,ERCO +2020,48000.0,Texas,48185.0,Grimes County,5723.0,ERCO +2020,48000.0,Texas,48187.0,Guadalupe County,5723.0,ERCO +2020,48000.0,Texas,48189.0,Hale County,5723.0,ERCO +2020,48000.0,Texas,48191.0,Hall County,5723.0,ERCO +2020,48000.0,Texas,48193.0,Hamilton County,5723.0,ERCO +2020,48000.0,Texas,48197.0,Hardeman County,5723.0,ERCO +2020,48000.0,Texas,48201.0,Harris County,5723.0,ERCO +2020,48000.0,Texas,48207.0,Haskell County,5723.0,ERCO +2020,48000.0,Texas,48209.0,Hays County,5723.0,ERCO +2020,48000.0,Texas,48211.0,Hemphill County,5723.0,ERCO +2020,48000.0,Texas,48213.0,Henderson County,5723.0,ERCO +2020,48000.0,Texas,48215.0,Hidalgo County,5723.0,ERCO +2020,48000.0,Texas,48217.0,Hill County,5723.0,ERCO +2020,48000.0,Texas,48219.0,Hockley County,5723.0,ERCO +2020,48000.0,Texas,48221.0,Hood County,5723.0,ERCO +2020,48000.0,Texas,48223.0,Hopkins County,5723.0,ERCO +2020,48000.0,Texas,48225.0,Houston County,5723.0,ERCO +2020,48000.0,Texas,48229.0,Hudspeth County,5723.0,ERCO +2020,48000.0,Texas,48231.0,Hunt County,5723.0,ERCO +2020,48000.0,Texas,48235.0,Irion County,5723.0,ERCO +2020,48000.0,Texas,48237.0,Jack County,5723.0,ERCO +2020,48000.0,Texas,48239.0,Jackson County,5723.0,ERCO +2020,48000.0,Texas,48243.0,Jeff Davis County,5723.0,ERCO +2020,48000.0,Texas,48247.0,Jim Hogg County,5723.0,ERCO +2020,48000.0,Texas,48249.0,Jim Wells County,5723.0,ERCO +2020,48000.0,Texas,48251.0,Johnson County,5723.0,ERCO +2020,48000.0,Texas,48253.0,Jones County,5723.0,ERCO +2020,48000.0,Texas,48255.0,Karnes County,5723.0,ERCO +2020,48000.0,Texas,48257.0,Kaufman County,5723.0,ERCO +2020,48000.0,Texas,48259.0,Kendall County,5723.0,ERCO +2020,48000.0,Texas,48261.0,Kenedy County,5723.0,ERCO +2020,48000.0,Texas,48263.0,Kent County,5723.0,ERCO +2020,48000.0,Texas,48265.0,Kerr County,5723.0,ERCO +2020,48000.0,Texas,48267.0,Kimble County,5723.0,ERCO +2020,48000.0,Texas,48269.0,King County,5723.0,ERCO +2020,48000.0,Texas,48271.0,Kinney County,5723.0,ERCO +2020,48000.0,Texas,48273.0,Kleberg County,5723.0,ERCO +2020,48000.0,Texas,48275.0,Knox County,5723.0,ERCO +2020,48000.0,Texas,48277.0,Lamar County,5723.0,ERCO +2020,48000.0,Texas,48279.0,Lamb County,5723.0,ERCO +2020,48000.0,Texas,48281.0,Lampasas County,5723.0,ERCO +2020,48000.0,Texas,48283.0,La Salle County,5723.0,ERCO +2020,48000.0,Texas,48285.0,Lavaca County,5723.0,ERCO +2020,48000.0,Texas,48287.0,Lee County,5723.0,ERCO +2020,48000.0,Texas,48289.0,Leon County,5723.0,ERCO +2020,48000.0,Texas,48293.0,Limestone County,5723.0,ERCO +2020,48000.0,Texas,48297.0,Live Oak County,5723.0,ERCO +2020,48000.0,Texas,48299.0,Llano County,5723.0,ERCO +2020,48000.0,Texas,48303.0,Lubbock County,5723.0,ERCO +2020,48000.0,Texas,48305.0,Lynn County,5723.0,ERCO +2020,48000.0,Texas,48307.0,McCulloch County,5723.0,ERCO +2020,48000.0,Texas,48309.0,McLennan County,5723.0,ERCO +2020,48000.0,Texas,48311.0,McMullen County,5723.0,ERCO +2020,48000.0,Texas,48313.0,Madison County,5723.0,ERCO +2020,48000.0,Texas,48319.0,Mason County,5723.0,ERCO +2020,48000.0,Texas,48321.0,Matagorda County,5723.0,ERCO +2020,48000.0,Texas,48323.0,Maverick County,5723.0,ERCO +2020,48000.0,Texas,48325.0,Medina County,5723.0,ERCO +2020,48000.0,Texas,48327.0,Menard County,5723.0,ERCO +2020,48000.0,Texas,48331.0,Milam County,5723.0,ERCO +2020,48000.0,Texas,48333.0,Mills County,5723.0,ERCO +2020,48000.0,Texas,48335.0,Mitchell County,5723.0,ERCO +2020,48000.0,Texas,48337.0,Montague County,5723.0,ERCO +2020,48000.0,Texas,48339.0,Montgomery County,5723.0,ERCO +2020,48000.0,Texas,48345.0,Motley County,5723.0,ERCO +2020,48000.0,Texas,48347.0,Nacogdoches County,5723.0,ERCO +2020,48000.0,Texas,48349.0,Navarro County,5723.0,ERCO +2020,48000.0,Texas,48353.0,Nolan County,5723.0,ERCO +2020,48000.0,Texas,48355.0,Nueces County,5723.0,ERCO +2020,48000.0,Texas,48363.0,Palo Pinto County,5723.0,ERCO +2020,48000.0,Texas,48367.0,Parker County,5723.0,ERCO +2020,48000.0,Texas,48371.0,Pecos County,5723.0,ERCO +2020,48000.0,Texas,48377.0,Presidio County,5723.0,ERCO +2020,48000.0,Texas,48379.0,Rains County,5723.0,ERCO +2020,48000.0,Texas,48381.0,Randall County,5723.0,ERCO +2020,48000.0,Texas,48383.0,Reagan County,5723.0,ERCO +2020,48000.0,Texas,48385.0,Real County,5723.0,ERCO +2020,48000.0,Texas,48387.0,Red River County,5723.0,ERCO +2020,48000.0,Texas,48389.0,Reeves County,5723.0,ERCO +2020,48000.0,Texas,48391.0,Refugio County,5723.0,ERCO +2020,48000.0,Texas,48393.0,Roberts County,5723.0,ERCO +2020,48000.0,Texas,48395.0,Robertson County,5723.0,ERCO +2020,48000.0,Texas,48397.0,Rockwall County,5723.0,ERCO +2020,48000.0,Texas,48399.0,Runnels County,5723.0,ERCO +2020,48000.0,Texas,48401.0,Rusk County,5723.0,ERCO +2020,48000.0,Texas,48409.0,San Patricio County,5723.0,ERCO +2020,48000.0,Texas,48411.0,San Saba County,5723.0,ERCO +2020,48000.0,Texas,48413.0,Schleicher County,5723.0,ERCO +2020,48000.0,Texas,48415.0,Scurry County,5723.0,ERCO +2020,48000.0,Texas,48417.0,Shackelford County,5723.0,ERCO +2020,48000.0,Texas,48423.0,Smith County,5723.0,ERCO +2020,48000.0,Texas,48425.0,Somervell County,5723.0,ERCO +2020,48000.0,Texas,48427.0,Starr County,5723.0,ERCO +2020,48000.0,Texas,48429.0,Stephens County,5723.0,ERCO +2020,48000.0,Texas,48431.0,Sterling County,5723.0,ERCO +2020,48000.0,Texas,48433.0,Stonewall County,5723.0,ERCO +2020,48000.0,Texas,48435.0,Sutton County,5723.0,ERCO +2020,48000.0,Texas,48437.0,Swisher County,5723.0,ERCO +2020,48000.0,Texas,48439.0,Tarrant County,5723.0,ERCO +2020,48000.0,Texas,48441.0,Taylor County,5723.0,ERCO +2020,48000.0,Texas,48443.0,Terrell County,5723.0,ERCO +2020,48000.0,Texas,48447.0,Throckmorton County,5723.0,ERCO +2020,48000.0,Texas,48451.0,Tom Green County,5723.0,ERCO +2020,48000.0,Texas,48453.0,Travis County,5723.0,ERCO +2020,48000.0,Texas,48455.0,Trinity County,5723.0,ERCO +2020,48000.0,Texas,48461.0,Upton County,5723.0,ERCO +2020,48000.0,Texas,48463.0,Uvalde County,5723.0,ERCO +2020,48000.0,Texas,48465.0,Val Verde County,5723.0,ERCO +2020,48000.0,Texas,48467.0,Van Zandt County,5723.0,ERCO +2020,48000.0,Texas,48469.0,Victoria County,5723.0,ERCO +2020,48000.0,Texas,48471.0,Walker County,5723.0,ERCO +2020,48000.0,Texas,48473.0,Waller County,5723.0,ERCO +2020,48000.0,Texas,48477.0,Washington County,5723.0,ERCO +2020,48000.0,Texas,48479.0,Webb County,5723.0,ERCO +2020,48000.0,Texas,48481.0,Wharton County,5723.0,ERCO +2020,48000.0,Texas,48483.0,Wheeler County,5723.0,ERCO +2020,48000.0,Texas,48487.0,Wilbarger County,5723.0,ERCO +2020,48000.0,Texas,48489.0,Willacy County,5723.0,ERCO +2020,48000.0,Texas,48491.0,Williamson County,5723.0,ERCO +2020,48000.0,Texas,48493.0,Wilson County,5723.0,ERCO +2020,48000.0,Texas,48497.0,Wise County,5723.0,ERCO +2020,48000.0,Texas,48499.0,Wood County,5723.0,ERCO +2020,48000.0,Texas,48503.0,Young County,5723.0,ERCO +2020,48000.0,Texas,48505.0,Zapata County,5723.0,ERCO +2020,48000.0,Texas,48507.0,Zavala County,5723.0,ERCO +2020,12000.0,Florida,12001.0,Alachua County,6452.0,FPL +2020,12000.0,Florida,12003.0,Baker County,6452.0,FPL +2020,12000.0,Florida,12007.0,Bradford County,6452.0,FPL +2020,12000.0,Florida,12009.0,Brevard County,6452.0,FPL +2020,12000.0,Florida,12011.0,Broward County,6452.0,FPL +2020,12000.0,Florida,12015.0,Charlotte County,6452.0,FPL +2020,12000.0,Florida,12019.0,Clay County,6452.0,FPL +2020,12000.0,Florida,12021.0,Collier County,6452.0,FPL +2020,12000.0,Florida,12023.0,Columbia County,6452.0,FPL +2020,12000.0,Florida,12027.0,DeSoto County,6452.0,FPL +2020,12000.0,Florida,12031.0,Duval County,6452.0,FPL +2020,12000.0,Florida,12035.0,Flagler County,6452.0,FPL +2020,12000.0,Florida,12043.0,Glades County,6452.0,FPL +2020,12000.0,Florida,12049.0,Hardee County,6452.0,FPL +2020,12000.0,Florida,12051.0,Hendry County,6452.0,FPL +2020,12000.0,Florida,12055.0,Highlands County,6452.0,FPL +2020,12000.0,Florida,12061.0,Indian River County,6452.0,FPL +2020,12000.0,Florida,12071.0,Lee County,6452.0,FPL +2020,12000.0,Florida,12081.0,Manatee County,6452.0,FPL +2020,12000.0,Florida,12085.0,Martin County,6452.0,FPL +2020,12000.0,Florida,12086.0,Miami-Dade County,6452.0,FPL +2020,12000.0,Florida,12087.0,Monroe County,6452.0,FPL +2020,12000.0,Florida,12089.0,Nassau County,6452.0,FPL +2020,12000.0,Florida,12093.0,Okeechobee County,6452.0,FPL +2020,12000.0,Florida,12095.0,Orange County,6452.0,FPL +2020,12000.0,Florida,12097.0,Osceola County,6452.0,FPL +2020,12000.0,Florida,12099.0,Palm Beach County,6452.0,FPL +2020,12000.0,Florida,12107.0,Putnam County,6452.0,FPL +2020,12000.0,Florida,12109.0,St. Johns County,6452.0,FPL +2020,12000.0,Florida,12111.0,St. Lucie County,6452.0,FPL +2020,12000.0,Florida,12115.0,Sarasota County,6452.0,FPL +2020,12000.0,Florida,12117.0,Seminole County,6452.0,FPL +2020,12000.0,Florida,12121.0,Suwannee County,6452.0,FPL +2020,12000.0,Florida,12125.0,Union County,6452.0,FPL +2020,12000.0,Florida,12127.0,Volusia County,6452.0,FPL +2020,12000.0,Florida,12001.0,Alachua County,6455.0,FPC +2020,12000.0,Florida,12005.0,Bay County,6455.0,FPC +2020,12000.0,Florida,12009.0,Brevard County,6455.0,FPC +2020,12000.0,Florida,12017.0,Citrus County,6455.0,FPC +2020,12000.0,Florida,12023.0,Columbia County,6455.0,FPC +2020,12000.0,Florida,12029.0,Dixie County,6455.0,FPC +2020,12000.0,Florida,12035.0,Flagler County,6455.0,FPC +2020,12000.0,Florida,12037.0,Franklin County,6455.0,FPC +2020,12000.0,Florida,12041.0,Gilchrist County,6455.0,FPC +2020,12000.0,Florida,12045.0,Gulf County,6455.0,FPC +2020,12000.0,Florida,12047.0,Hamilton County,6455.0,FPC +2020,12000.0,Florida,12053.0,Hernando County,6455.0,FPC +2020,12000.0,Florida,12055.0,Highlands County,6455.0,FPC +2020,12000.0,Florida,12057.0,Hillsborough County,6455.0,FPC +2020,12000.0,Florida,12065.0,Jefferson County,6455.0,FPC +2020,12000.0,Florida,12067.0,Lafayette County,6455.0,FPC +2020,12000.0,Florida,12069.0,Lake County,6455.0,FPC +2020,12000.0,Florida,12073.0,Leon County,6455.0,FPC +2020,12000.0,Florida,12075.0,Levy County,6455.0,FPC +2020,12000.0,Florida,12079.0,Madison County,6455.0,FPC +2020,12000.0,Florida,12083.0,Marion County,6455.0,FPC +2020,12000.0,Florida,12095.0,Orange County,6455.0,FPC +2020,12000.0,Florida,12097.0,Osceola County,6455.0,FPC +2020,12000.0,Florida,12101.0,Pasco County,6455.0,FPC +2020,12000.0,Florida,12103.0,Pinellas County,6455.0,FPC +2020,12000.0,Florida,12105.0,Polk County,6455.0,FPC +2020,12000.0,Florida,12117.0,Seminole County,6455.0,FPC +2020,12000.0,Florida,12119.0,Sumter County,6455.0,FPC +2020,12000.0,Florida,12121.0,Suwannee County,6455.0,FPC +2020,12000.0,Florida,12123.0,Taylor County,6455.0,FPC +2020,12000.0,Florida,12127.0,Volusia County,6455.0,FPC +2020,12000.0,Florida,12129.0,Wakulla County,6455.0,FPC +2020,12000.0,Florida,12001.0,Alachua County,6909.0,GVL +2020,12000.0,Florida,12086.0,Miami-Dade County,8795.0,HST +2020,16000.0,Idaho,16001.0,Ada County,9191.0,IPCO +2020,16000.0,Idaho,16003.0,Adams County,9191.0,IPCO +2020,16000.0,Idaho,16005.0,Bannock County,9191.0,IPCO +2020,16000.0,Idaho,16011.0,Bingham County,9191.0,IPCO +2020,16000.0,Idaho,16013.0,Blaine County,9191.0,IPCO +2020,16000.0,Idaho,16015.0,Boise County,9191.0,IPCO +2020,16000.0,Idaho,16025.0,Camas County,9191.0,IPCO +2020,16000.0,Idaho,16027.0,Canyon County,9191.0,IPCO +2020,16000.0,Idaho,16031.0,Cassia County,9191.0,IPCO +2020,16000.0,Idaho,16037.0,Custer County,9191.0,IPCO +2020,16000.0,Idaho,16039.0,Elmore County,9191.0,IPCO +2020,16000.0,Idaho,16045.0,Gem County,9191.0,IPCO +2020,16000.0,Idaho,16047.0,Gooding County,9191.0,IPCO +2020,16000.0,Idaho,16049.0,Idaho County,9191.0,IPCO +2020,16000.0,Idaho,16053.0,Jerome County,9191.0,IPCO +2020,16000.0,Idaho,16059.0,Lemhi County,9191.0,IPCO +2020,16000.0,Idaho,16063.0,Lincoln County,9191.0,IPCO +2020,16000.0,Idaho,16067.0,Minidoka County,9191.0,IPCO +2020,16000.0,Idaho,16071.0,Oneida County,9191.0,IPCO +2020,16000.0,Idaho,16073.0,Owyhee County,9191.0,IPCO +2020,16000.0,Idaho,16075.0,Payette County,9191.0,IPCO +2020,16000.0,Idaho,16077.0,Power County,9191.0,IPCO +2020,16000.0,Idaho,16083.0,Twin Falls County,9191.0,IPCO +2020,16000.0,Idaho,16085.0,Valley County,9191.0,IPCO +2020,16000.0,Idaho,16087.0,Washington County,9191.0,IPCO +2020,41000.0,Oregon,41001.0,Baker County,9191.0,IPCO +2020,41000.0,Oregon,41023.0,Grant County,9191.0,IPCO +2020,41000.0,Oregon,41025.0,Harney County,9191.0,IPCO +2020,41000.0,Oregon,41045.0,Malheur County,9191.0,IPCO +2020,41000.0,Oregon,41063.0,Wallowa County,9191.0,IPCO +2020,6000.0,California,6025.0,Imperial County,9216.0,IID +2020,6000.0,California,6065.0,Riverside County,9216.0,IID +2020,6000.0,California,6073.0,San Diego County,9216.0,IID +2020,12000.0,Florida,12013.0,Calhoun County,9617.0,JEA +2020,12000.0,Florida,12019.0,Clay County,9617.0,JEA +2020,12000.0,Florida,12031.0,Duval County,9617.0,JEA +2020,12000.0,Florida,12063.0,Jackson County,9617.0,JEA +2020,12000.0,Florida,12077.0,Liberty County,9617.0,JEA +2020,12000.0,Florida,12089.0,Nassau County,9617.0,JEA +2020,12000.0,Florida,12109.0,St. Johns County,9617.0,JEA +2020,6000.0,California,6027.0,Inyo County,11208.0,LDWP +2020,6000.0,California,6037.0,Los Angeles County,11208.0,LDWP +2020,18000.0,Indiana,18147.0,Spencer County,11249.0,LGEE +2020,21000.0,Kentucky,21001.0,Adair County,11249.0,LGEE +2020,21000.0,Kentucky,21005.0,Anderson County,11249.0,LGEE +2020,21000.0,Kentucky,21007.0,Ballard County,11249.0,LGEE +2020,21000.0,Kentucky,21009.0,Barren County,11249.0,LGEE +2020,21000.0,Kentucky,21011.0,Bath County,11249.0,LGEE +2020,21000.0,Kentucky,21013.0,Bell County,11249.0,LGEE +2020,21000.0,Kentucky,21017.0,Bourbon County,11249.0,LGEE +2020,21000.0,Kentucky,21021.0,Boyle County,11249.0,LGEE +2020,21000.0,Kentucky,21023.0,Bracken County,11249.0,LGEE +2020,21000.0,Kentucky,21029.0,Bullitt County,11249.0,LGEE +2020,21000.0,Kentucky,21033.0,Caldwell County,11249.0,LGEE +2020,21000.0,Kentucky,21037.0,Campbell County,11249.0,LGEE +2020,21000.0,Kentucky,21039.0,Carlisle County,11249.0,LGEE +2020,21000.0,Kentucky,21041.0,Carroll County,11249.0,LGEE +2020,21000.0,Kentucky,21045.0,Casey County,11249.0,LGEE +2020,21000.0,Kentucky,21047.0,Christian County,11249.0,LGEE +2020,21000.0,Kentucky,21049.0,Clark County,11249.0,LGEE +2020,21000.0,Kentucky,21051.0,Clay County,11249.0,LGEE +2020,21000.0,Kentucky,21055.0,Crittenden County,11249.0,LGEE +2020,21000.0,Kentucky,21059.0,Daviess County,11249.0,LGEE +2020,21000.0,Kentucky,21061.0,Edmonson County,11249.0,LGEE +2020,21000.0,Kentucky,21065.0,Estill County,11249.0,LGEE +2020,21000.0,Kentucky,21067.0,Fayette County,11249.0,LGEE +2020,21000.0,Kentucky,21069.0,Fleming County,11249.0,LGEE +2020,21000.0,Kentucky,21073.0,Franklin County,11249.0,LGEE +2020,21000.0,Kentucky,21075.0,Fulton County,11249.0,LGEE +2020,21000.0,Kentucky,21077.0,Gallatin County,11249.0,LGEE +2020,21000.0,Kentucky,21079.0,Garrard County,11249.0,LGEE +2020,21000.0,Kentucky,21081.0,Grant County,11249.0,LGEE +2020,21000.0,Kentucky,21085.0,Grayson County,11249.0,LGEE +2020,21000.0,Kentucky,21087.0,Green County,11249.0,LGEE +2020,21000.0,Kentucky,21093.0,Hardin County,11249.0,LGEE +2020,21000.0,Kentucky,21095.0,Harlan County,11249.0,LGEE +2020,21000.0,Kentucky,21097.0,Harrison County,11249.0,LGEE +2020,21000.0,Kentucky,21099.0,Hart County,11249.0,LGEE +2020,21000.0,Kentucky,21101.0,Henderson County,11249.0,LGEE +2020,21000.0,Kentucky,21103.0,Henry County,11249.0,LGEE +2020,21000.0,Kentucky,21105.0,Hickman County,11249.0,LGEE +2020,21000.0,Kentucky,21107.0,Hopkins County,11249.0,LGEE +2020,21000.0,Kentucky,21111.0,Jefferson County,11249.0,LGEE +2020,21000.0,Kentucky,21113.0,Jessamine County,11249.0,LGEE +2020,21000.0,Kentucky,21121.0,Knox County,11249.0,LGEE +2020,21000.0,Kentucky,21123.0,Larue County,11249.0,LGEE +2020,21000.0,Kentucky,21125.0,Laurel County,11249.0,LGEE +2020,21000.0,Kentucky,21129.0,Lee County,11249.0,LGEE +2020,21000.0,Kentucky,21137.0,Lincoln County,11249.0,LGEE +2020,21000.0,Kentucky,21139.0,Livingston County,11249.0,LGEE +2020,21000.0,Kentucky,21143.0,Lyon County,11249.0,LGEE +2020,21000.0,Kentucky,21145.0,McCracken County,11249.0,LGEE +2020,21000.0,Kentucky,21147.0,McCreary County,11249.0,LGEE +2020,21000.0,Kentucky,21149.0,McLean County,11249.0,LGEE +2020,21000.0,Kentucky,21151.0,Madison County,11249.0,LGEE +2020,21000.0,Kentucky,21155.0,Marion County,11249.0,LGEE +2020,21000.0,Kentucky,21161.0,Mason County,11249.0,LGEE +2020,21000.0,Kentucky,21163.0,Meade County,11249.0,LGEE +2020,21000.0,Kentucky,21167.0,Mercer County,11249.0,LGEE +2020,21000.0,Kentucky,21173.0,Montgomery County,11249.0,LGEE +2020,21000.0,Kentucky,21177.0,Muhlenberg County,11249.0,LGEE +2020,21000.0,Kentucky,21179.0,Nelson County,11249.0,LGEE +2020,21000.0,Kentucky,21181.0,Nicholas County,11249.0,LGEE +2020,21000.0,Kentucky,21183.0,Ohio County,11249.0,LGEE +2020,21000.0,Kentucky,21185.0,Oldham County,11249.0,LGEE +2020,21000.0,Kentucky,21187.0,Owen County,11249.0,LGEE +2020,21000.0,Kentucky,21191.0,Pendleton County,11249.0,LGEE +2020,21000.0,Kentucky,21199.0,Pulaski County,11249.0,LGEE +2020,21000.0,Kentucky,21201.0,Robertson County,11249.0,LGEE +2020,21000.0,Kentucky,21203.0,Rockcastle County,11249.0,LGEE +2020,21000.0,Kentucky,21205.0,Rowan County,11249.0,LGEE +2020,21000.0,Kentucky,21207.0,Russell County,11249.0,LGEE +2020,21000.0,Kentucky,21209.0,Scott County,11249.0,LGEE +2020,21000.0,Kentucky,21211.0,Shelby County,11249.0,LGEE +2020,21000.0,Kentucky,21215.0,Spencer County,11249.0,LGEE +2020,21000.0,Kentucky,21217.0,Taylor County,11249.0,LGEE +2020,21000.0,Kentucky,21223.0,Trimble County,11249.0,LGEE +2020,21000.0,Kentucky,21225.0,Union County,11249.0,LGEE +2020,21000.0,Kentucky,21229.0,Washington County,11249.0,LGEE +2020,21000.0,Kentucky,21233.0,Webster County,11249.0,LGEE +2020,21000.0,Kentucky,21235.0,Whitley County,11249.0,LGEE +2020,21000.0,Kentucky,21239.0,Woodford County,11249.0,LGEE +2020,51000.0,Virginia,51051.0,Dickenson County,11249.0,LGEE +2020,51000.0,Virginia,51105.0,Lee County,11249.0,LGEE +2020,51000.0,Virginia,51167.0,Russell County,11249.0,LGEE +2020,51000.0,Virginia,51169.0,Scott County,11249.0,LGEE +2020,51000.0,Virginia,51195.0,Wise County,11249.0,LGEE +2020,30000.0,Montana,30001.0,Beaverhead County,12825.0,NWMT +2020,30000.0,Montana,30003.0,Big Horn County,12825.0,NWMT +2020,30000.0,Montana,30005.0,Blaine County,12825.0,NWMT +2020,30000.0,Montana,30007.0,Broadwater County,12825.0,NWMT +2020,30000.0,Montana,30009.0,Carbon County,12825.0,NWMT +2020,30000.0,Montana,30013.0,Cascade County,12825.0,NWMT +2020,30000.0,Montana,30015.0,Chouteau County,12825.0,NWMT +2020,30000.0,Montana,30023.0,Deer Lodge County,12825.0,NWMT +2020,30000.0,Montana,30027.0,Fergus County,12825.0,NWMT +2020,30000.0,Montana,30029.0,Flathead County,12825.0,NWMT +2020,30000.0,Montana,30031.0,Gallatin County,12825.0,NWMT +2020,30000.0,Montana,30035.0,Glacier County,12825.0,NWMT +2020,30000.0,Montana,30037.0,Golden Valley County,12825.0,NWMT +2020,30000.0,Montana,30039.0,Granite County,12825.0,NWMT +2020,30000.0,Montana,30041.0,Hill County,12825.0,NWMT +2020,30000.0,Montana,30043.0,Jefferson County,12825.0,NWMT +2020,30000.0,Montana,30045.0,Judith Basin County,12825.0,NWMT +2020,30000.0,Montana,30047.0,Lake County,12825.0,NWMT +2020,30000.0,Montana,30049.0,Lewis and Clark County,12825.0,NWMT +2020,30000.0,Montana,30051.0,Liberty County,12825.0,NWMT +2020,30000.0,Montana,30057.0,Madison County,12825.0,NWMT +2020,30000.0,Montana,30059.0,Meagher County,12825.0,NWMT +2020,30000.0,Montana,30061.0,Mineral County,12825.0,NWMT +2020,30000.0,Montana,30063.0,Missoula County,12825.0,NWMT +2020,30000.0,Montana,30065.0,Musselshell County,12825.0,NWMT +2020,30000.0,Montana,30067.0,Park County,12825.0,NWMT +2020,30000.0,Montana,30071.0,Phillips County,12825.0,NWMT +2020,30000.0,Montana,30073.0,Pondera County,12825.0,NWMT +2020,30000.0,Montana,30077.0,Powell County,12825.0,NWMT +2020,30000.0,Montana,30081.0,Ravalli County,12825.0,NWMT +2020,30000.0,Montana,30087.0,Rosebud County,12825.0,NWMT +2020,30000.0,Montana,30089.0,Sanders County,12825.0,NWMT +2020,30000.0,Montana,30093.0,Silver Bow County,12825.0,NWMT +2020,30000.0,Montana,30095.0,Stillwater County,12825.0,NWMT +2020,30000.0,Montana,30097.0,Sweet Grass County,12825.0,NWMT +2020,30000.0,Montana,30099.0,Teton County,12825.0,NWMT +2020,30000.0,Montana,30103.0,Treasure County,12825.0,NWMT +2020,30000.0,Montana,30105.0,Valley County,12825.0,NWMT +2020,30000.0,Montana,30107.0,Wheatland County,12825.0,NWMT +2020,30000.0,Montana,30111.0,Yellowstone County,12825.0,NWMT +2020,56000.0,Wyoming,56029.0,Park County,12825.0,NWMT +2020,56000.0,Wyoming,56039.0,Teton County,12825.0,NWMT +2020,6000.0,California,6027.0,Inyo County,13407.0,NEVP +2020,6000.0,California,6051.0,Mono County,13407.0,NEVP +2020,32000.0,Nevada,32001.0,Churchill County,13407.0,NEVP +2020,32000.0,Nevada,32003.0,Clark County,13407.0,NEVP +2020,32000.0,Nevada,32005.0,Douglas County,13407.0,NEVP +2020,32000.0,Nevada,32007.0,Elko County,13407.0,NEVP +2020,32000.0,Nevada,32009.0,Esmeralda County,13407.0,NEVP +2020,32000.0,Nevada,32011.0,Eureka County,13407.0,NEVP +2020,32000.0,Nevada,32013.0,Humboldt County,13407.0,NEVP +2020,32000.0,Nevada,32015.0,Lander County,13407.0,NEVP +2020,32000.0,Nevada,32019.0,Lyon County,13407.0,NEVP +2020,32000.0,Nevada,32021.0,Mineral County,13407.0,NEVP +2020,32000.0,Nevada,32023.0,Nye County,13407.0,NEVP +2020,32000.0,Nevada,32027.0,Pershing County,13407.0,NEVP +2020,32000.0,Nevada,32029.0,Storey County,13407.0,NEVP +2020,32000.0,Nevada,32031.0,Washoe County,13407.0,NEVP +2020,32000.0,Nevada,32033.0,White Pine County,13407.0,NEVP +2020,32000.0,Nevada,32510.0,Carson City,13407.0,NEVP +2020,49000.0,Utah,49023.0,Juab County,13407.0,NEVP +2020,49000.0,Utah,49027.0,Millard County,13407.0,NEVP +2020,49000.0,Utah,49045.0,Tooele County,13407.0,NEVP +2020,9000.0,Connecticut,9001.0,Fairfield County,13434.0,ISNE +2020,9000.0,Connecticut,9003.0,Hartford County,13434.0,ISNE +2020,9000.0,Connecticut,9005.0,Litchfield County,13434.0,ISNE +2020,9000.0,Connecticut,9007.0,Middlesex County,13434.0,ISNE +2020,9000.0,Connecticut,9009.0,New Haven County,13434.0,ISNE +2020,9000.0,Connecticut,9011.0,New London County,13434.0,ISNE +2020,9000.0,Connecticut,9013.0,Tolland County,13434.0,ISNE +2020,9000.0,Connecticut,9015.0,Windham County,13434.0,ISNE +2020,23000.0,Maine,23001.0,Androscoggin County,13434.0,ISNE +2020,23000.0,Maine,23003.0,Aroostook County,13434.0,ISNE +2020,23000.0,Maine,23005.0,Cumberland County,13434.0,ISNE +2020,23000.0,Maine,23007.0,Franklin County,13434.0,ISNE +2020,23000.0,Maine,23009.0,Hancock County,13434.0,ISNE +2020,23000.0,Maine,23011.0,Kennebec County,13434.0,ISNE +2020,23000.0,Maine,23013.0,Knox County,13434.0,ISNE +2020,23000.0,Maine,23015.0,Lincoln County,13434.0,ISNE +2020,23000.0,Maine,23017.0,Oxford County,13434.0,ISNE +2020,23000.0,Maine,23019.0,Penobscot County,13434.0,ISNE +2020,23000.0,Maine,23021.0,Piscataquis County,13434.0,ISNE +2020,23000.0,Maine,23023.0,Sagadahoc County,13434.0,ISNE +2020,23000.0,Maine,23025.0,Somerset County,13434.0,ISNE +2020,23000.0,Maine,23027.0,Waldo County,13434.0,ISNE +2020,23000.0,Maine,23029.0,Washington County,13434.0,ISNE +2020,23000.0,Maine,23031.0,York County,13434.0,ISNE +2020,25000.0,Massachusetts,25001.0,Barnstable County,13434.0,ISNE +2020,25000.0,Massachusetts,25003.0,Berkshire County,13434.0,ISNE +2020,25000.0,Massachusetts,25005.0,Bristol County,13434.0,ISNE +2020,25000.0,Massachusetts,25007.0,Dukes County,13434.0,ISNE +2020,25000.0,Massachusetts,25009.0,Essex County,13434.0,ISNE +2020,25000.0,Massachusetts,25011.0,Franklin County,13434.0,ISNE +2020,25000.0,Massachusetts,25013.0,Hampden County,13434.0,ISNE +2020,25000.0,Massachusetts,25015.0,Hampshire County,13434.0,ISNE +2020,25000.0,Massachusetts,25017.0,Middlesex County,13434.0,ISNE +2020,25000.0,Massachusetts,25019.0,Nantucket County,13434.0,ISNE +2020,25000.0,Massachusetts,25021.0,Norfolk County,13434.0,ISNE +2020,25000.0,Massachusetts,25023.0,Plymouth County,13434.0,ISNE +2020,25000.0,Massachusetts,25025.0,Suffolk County,13434.0,ISNE +2020,25000.0,Massachusetts,25027.0,Worcester County,13434.0,ISNE +2020,33000.0,New Hampshire,33001.0,Belknap County,13434.0,ISNE +2020,33000.0,New Hampshire,33003.0,Carroll County,13434.0,ISNE +2020,33000.0,New Hampshire,33005.0,Cheshire County,13434.0,ISNE +2020,33000.0,New Hampshire,33007.0,Coos County,13434.0,ISNE +2020,33000.0,New Hampshire,33009.0,Grafton County,13434.0,ISNE +2020,33000.0,New Hampshire,33011.0,Hillsborough County,13434.0,ISNE +2020,33000.0,New Hampshire,33013.0,Merrimack County,13434.0,ISNE +2020,33000.0,New Hampshire,33015.0,Rockingham County,13434.0,ISNE +2020,33000.0,New Hampshire,33017.0,Strafford County,13434.0,ISNE +2020,33000.0,New Hampshire,33019.0,Sullivan County,13434.0,ISNE +2020,36000.0,New York,36103.0,Suffolk County,13434.0,ISNE +2020,44000.0,Rhode Island,44001.0,Bristol County,13434.0,ISNE +2020,44000.0,Rhode Island,44003.0,Kent County,13434.0,ISNE +2020,44000.0,Rhode Island,44005.0,Newport County,13434.0,ISNE +2020,44000.0,Rhode Island,44007.0,Providence County,13434.0,ISNE +2020,44000.0,Rhode Island,44009.0,Washington County,13434.0,ISNE +2020,50000.0,Vermont,50001.0,Addison County,13434.0,ISNE +2020,50000.0,Vermont,50003.0,Bennington County,13434.0,ISNE +2020,50000.0,Vermont,50005.0,Caledonia County,13434.0,ISNE +2020,50000.0,Vermont,50007.0,Chittenden County,13434.0,ISNE +2020,50000.0,Vermont,50009.0,Essex County,13434.0,ISNE +2020,50000.0,Vermont,50011.0,Franklin County,13434.0,ISNE +2020,50000.0,Vermont,50013.0,Grand Isle County,13434.0,ISNE +2020,50000.0,Vermont,50015.0,Lamoille County,13434.0,ISNE +2020,50000.0,Vermont,50017.0,Orange County,13434.0,ISNE +2020,50000.0,Vermont,50019.0,Orleans County,13434.0,ISNE +2020,50000.0,Vermont,50021.0,Rutland County,13434.0,ISNE +2020,50000.0,Vermont,50023.0,Washington County,13434.0,ISNE +2020,50000.0,Vermont,50025.0,Windham County,13434.0,ISNE +2020,50000.0,Vermont,50027.0,Windsor County,13434.0,ISNE +2020,12000.0,Florida,12127.0,Volusia County,13485.0,NSB +2020,34000.0,New Jersey,34003.0,Bergen County,13501.0,NYIS +2020,34000.0,New Jersey,34031.0,Passaic County,13501.0,NYIS +2020,34000.0,New Jersey,34037.0,Sussex County,13501.0,NYIS +2020,36000.0,New York,36001.0,Albany County,13501.0,NYIS +2020,36000.0,New York,36003.0,Allegany County,13501.0,NYIS +2020,36000.0,New York,36005.0,Bronx County,13501.0,NYIS +2020,36000.0,New York,36007.0,Broome County,13501.0,NYIS +2020,36000.0,New York,36009.0,Cattaraugus County,13501.0,NYIS +2020,36000.0,New York,36011.0,Cayuga County,13501.0,NYIS +2020,36000.0,New York,36013.0,Chautauqua County,13501.0,NYIS +2020,36000.0,New York,36015.0,Chemung County,13501.0,NYIS +2020,36000.0,New York,36017.0,Chenango County,13501.0,NYIS +2020,36000.0,New York,36019.0,Clinton County,13501.0,NYIS +2020,36000.0,New York,36021.0,Columbia County,13501.0,NYIS +2020,36000.0,New York,36023.0,Cortland County,13501.0,NYIS +2020,36000.0,New York,36025.0,Delaware County,13501.0,NYIS +2020,36000.0,New York,36027.0,Dutchess County,13501.0,NYIS +2020,36000.0,New York,36029.0,Erie County,13501.0,NYIS +2020,36000.0,New York,36031.0,Essex County,13501.0,NYIS +2020,36000.0,New York,36033.0,Franklin County,13501.0,NYIS +2020,36000.0,New York,36035.0,Fulton County,13501.0,NYIS +2020,36000.0,New York,36037.0,Genesee County,13501.0,NYIS +2020,36000.0,New York,36039.0,Greene County,13501.0,NYIS +2020,36000.0,New York,36041.0,Hamilton County,13501.0,NYIS +2020,36000.0,New York,36043.0,Herkimer County,13501.0,NYIS +2020,36000.0,New York,36045.0,Jefferson County,13501.0,NYIS +2020,36000.0,New York,36047.0,Kings County,13501.0,NYIS +2020,36000.0,New York,36049.0,Lewis County,13501.0,NYIS +2020,36000.0,New York,36051.0,Livingston County,13501.0,NYIS +2020,36000.0,New York,36053.0,Madison County,13501.0,NYIS +2020,36000.0,New York,36055.0,Monroe County,13501.0,NYIS +2020,36000.0,New York,36057.0,Montgomery County,13501.0,NYIS +2020,36000.0,New York,36059.0,Nassau County,13501.0,NYIS +2020,36000.0,New York,36061.0,New York County,13501.0,NYIS +2020,36000.0,New York,36063.0,Niagara County,13501.0,NYIS +2020,36000.0,New York,36065.0,Oneida County,13501.0,NYIS +2020,36000.0,New York,36067.0,Onondaga County,13501.0,NYIS +2020,36000.0,New York,36069.0,Ontario County,13501.0,NYIS +2020,36000.0,New York,36071.0,Orange County,13501.0,NYIS +2020,36000.0,New York,36073.0,Orleans County,13501.0,NYIS +2020,36000.0,New York,36075.0,Oswego County,13501.0,NYIS +2020,36000.0,New York,36077.0,Otsego County,13501.0,NYIS +2020,36000.0,New York,36079.0,Putnam County,13501.0,NYIS +2020,36000.0,New York,36081.0,Queens County,13501.0,NYIS +2020,36000.0,New York,36083.0,Rensselaer County,13501.0,NYIS +2020,36000.0,New York,36085.0,Richmond County,13501.0,NYIS +2020,36000.0,New York,36087.0,Rockland County,13501.0,NYIS +2020,36000.0,New York,36089.0,St. Lawrence County,13501.0,NYIS +2020,36000.0,New York,36091.0,Saratoga County,13501.0,NYIS +2020,36000.0,New York,36093.0,Schenectady County,13501.0,NYIS +2020,36000.0,New York,36095.0,Schoharie County,13501.0,NYIS +2020,36000.0,New York,36097.0,Schuyler County,13501.0,NYIS +2020,36000.0,New York,36099.0,Seneca County,13501.0,NYIS +2020,36000.0,New York,36101.0,Steuben County,13501.0,NYIS +2020,36000.0,New York,36103.0,Suffolk County,13501.0,NYIS +2020,36000.0,New York,36105.0,Sullivan County,13501.0,NYIS +2020,36000.0,New York,36107.0,Tioga County,13501.0,NYIS +2020,36000.0,New York,36109.0,Tompkins County,13501.0,NYIS +2020,36000.0,New York,36111.0,Ulster County,13501.0,NYIS +2020,36000.0,New York,36113.0,Warren County,13501.0,NYIS +2020,36000.0,New York,36115.0,Washington County,13501.0,NYIS +2020,36000.0,New York,36117.0,Wayne County,13501.0,NYIS +2020,36000.0,New York,36119.0,Westchester County,13501.0,NYIS +2020,36000.0,New York,36121.0,Wyoming County,13501.0,NYIS +2020,36000.0,New York,36123.0,Yates County,13501.0,NYIS +2020,42000.0,Pennsylvania,42103.0,Pike County,13501.0,NYIS +2020,39000.0,Ohio,39131.0,Pike County,14015.0,OVEC +2020,6000.0,California,6015.0,Del Norte County,14378.0,PACW +2020,6000.0,California,6035.0,Lassen County,14378.0,PACW +2020,6000.0,California,6049.0,Modoc County,14378.0,PACW +2020,6000.0,California,6089.0,Shasta County,14378.0,PACW +2020,6000.0,California,6093.0,Siskiyou County,14378.0,PACW +2020,16000.0,Idaho,16005.0,Bannock County,14378.0,PACW +2020,16000.0,Idaho,16007.0,Bear Lake County,14378.0,PACW +2020,16000.0,Idaho,16011.0,Bingham County,14378.0,PACW +2020,16000.0,Idaho,16019.0,Bonneville County,14378.0,PACW +2020,16000.0,Idaho,16023.0,Butte County,14378.0,PACW +2020,16000.0,Idaho,16029.0,Caribou County,14378.0,PACW +2020,16000.0,Idaho,16033.0,Clark County,14378.0,PACW +2020,16000.0,Idaho,16041.0,Franklin County,14378.0,PACW +2020,16000.0,Idaho,16043.0,Fremont County,14378.0,PACW +2020,16000.0,Idaho,16051.0,Jefferson County,14378.0,PACW +2020,16000.0,Idaho,16065.0,Madison County,14378.0,PACW +2020,16000.0,Idaho,16071.0,Oneida County,14378.0,PACW +2020,16000.0,Idaho,16077.0,Power County,14378.0,PACW +2020,16000.0,Idaho,16081.0,Teton County,14378.0,PACW +2020,32000.0,Nevada,32031.0,Washoe County,14378.0,PACW +2020,41000.0,Oregon,41003.0,Benton County,14378.0,PACW +2020,41000.0,Oregon,41007.0,Clatsop County,14378.0,PACW +2020,41000.0,Oregon,41011.0,Coos County,14378.0,PACW +2020,41000.0,Oregon,41013.0,Crook County,14378.0,PACW +2020,41000.0,Oregon,41017.0,Deschutes County,14378.0,PACW +2020,41000.0,Oregon,41019.0,Douglas County,14378.0,PACW +2020,41000.0,Oregon,41021.0,Gilliam County,14378.0,PACW +2020,41000.0,Oregon,41027.0,Hood River County,14378.0,PACW +2020,41000.0,Oregon,41029.0,Jackson County,14378.0,PACW +2020,41000.0,Oregon,41031.0,Jefferson County,14378.0,PACW +2020,41000.0,Oregon,41033.0,Josephine County,14378.0,PACW +2020,41000.0,Oregon,41035.0,Klamath County,14378.0,PACW +2020,41000.0,Oregon,41037.0,Lake County,14378.0,PACW +2020,41000.0,Oregon,41039.0,Lane County,14378.0,PACW +2020,41000.0,Oregon,41041.0,Lincoln County,14378.0,PACW +2020,41000.0,Oregon,41043.0,Linn County,14378.0,PACW +2020,41000.0,Oregon,41047.0,Marion County,14378.0,PACW +2020,41000.0,Oregon,41049.0,Morrow County,14378.0,PACW +2020,41000.0,Oregon,41051.0,Multnomah County,14378.0,PACW +2020,41000.0,Oregon,41053.0,Polk County,14378.0,PACW +2020,41000.0,Oregon,41055.0,Sherman County,14378.0,PACW +2020,41000.0,Oregon,41057.0,Tillamook County,14378.0,PACW +2020,41000.0,Oregon,41059.0,Umatilla County,14378.0,PACW +2020,41000.0,Oregon,41063.0,Wallowa County,14378.0,PACW +2020,41000.0,Oregon,41065.0,Wasco County,14378.0,PACW +2020,49000.0,Utah,49001.0,Beaver County,14378.0,PACW +2020,49000.0,Utah,49003.0,Box Elder County,14378.0,PACW +2020,49000.0,Utah,49005.0,Cache County,14378.0,PACW +2020,49000.0,Utah,49007.0,Carbon County,14378.0,PACW +2020,49000.0,Utah,49011.0,Davis County,14378.0,PACW +2020,49000.0,Utah,49013.0,Duchesne County,14378.0,PACW +2020,49000.0,Utah,49015.0,Emery County,14378.0,PACW +2020,49000.0,Utah,49017.0,Garfield County,14378.0,PACW +2020,49000.0,Utah,49019.0,Grand County,14378.0,PACW +2020,49000.0,Utah,49021.0,Iron County,14378.0,PACW +2020,49000.0,Utah,49023.0,Juab County,14378.0,PACW +2020,49000.0,Utah,49027.0,Millard County,14378.0,PACW +2020,49000.0,Utah,49029.0,Morgan County,14378.0,PACW +2020,49000.0,Utah,49031.0,Piute County,14378.0,PACW +2020,49000.0,Utah,49033.0,Rich County,14378.0,PACW +2020,49000.0,Utah,49035.0,Salt Lake County,14378.0,PACW +2020,49000.0,Utah,49037.0,San Juan County,14378.0,PACW +2020,49000.0,Utah,49039.0,Sanpete County,14378.0,PACW +2020,49000.0,Utah,49041.0,Sevier County,14378.0,PACW +2020,49000.0,Utah,49043.0,Summit County,14378.0,PACW +2020,49000.0,Utah,49045.0,Tooele County,14378.0,PACW +2020,49000.0,Utah,49047.0,Uintah County,14378.0,PACW +2020,49000.0,Utah,49049.0,Utah County,14378.0,PACW +2020,49000.0,Utah,49051.0,Wasatch County,14378.0,PACW +2020,49000.0,Utah,49053.0,Washington County,14378.0,PACW +2020,49000.0,Utah,49057.0,Weber County,14378.0,PACW +2020,53000.0,Washington,53005.0,Benton County,14378.0,PACW +2020,53000.0,Washington,53013.0,Columbia County,14378.0,PACW +2020,53000.0,Washington,53015.0,Cowlitz County,14378.0,PACW +2020,53000.0,Washington,53023.0,Garfield County,14378.0,PACW +2020,53000.0,Washington,53071.0,Walla Walla County,14378.0,PACW +2020,53000.0,Washington,53077.0,Yakima County,14378.0,PACW +2020,56000.0,Wyoming,56001.0,Albany County,14378.0,PACW +2020,56000.0,Wyoming,56003.0,Big Horn County,14378.0,PACW +2020,56000.0,Wyoming,56007.0,Carbon County,14378.0,PACW +2020,56000.0,Wyoming,56009.0,Converse County,14378.0,PACW +2020,56000.0,Wyoming,56013.0,Fremont County,14378.0,PACW +2020,56000.0,Wyoming,56017.0,Hot Springs County,14378.0,PACW +2020,56000.0,Wyoming,56019.0,Johnson County,14378.0,PACW +2020,56000.0,Wyoming,56023.0,Lincoln County,14378.0,PACW +2020,56000.0,Wyoming,56025.0,Natrona County,14378.0,PACW +2020,56000.0,Wyoming,56029.0,Park County,14378.0,PACW +2020,56000.0,Wyoming,56031.0,Platte County,14378.0,PACW +2020,56000.0,Wyoming,56035.0,Sublette County,14378.0,PACW +2020,56000.0,Wyoming,56037.0,Sweetwater County,14378.0,PACW +2020,56000.0,Wyoming,56041.0,Uinta County,14378.0,PACW +2020,56000.0,Wyoming,56043.0,Washakie County,14378.0,PACW +2020,4000.0,Arizona,4001.0,Apache County,14379.0,PACE +2020,4000.0,Arizona,4005.0,Coconino County,14379.0,PACE +2020,4000.0,Arizona,4015.0,Mohave County,14379.0,PACE +2020,4000.0,Arizona,4017.0,Navajo County,14379.0,PACE +2020,6000.0,California,6015.0,Del Norte County,14379.0,PACE +2020,6000.0,California,6049.0,Modoc County,14379.0,PACE +2020,6000.0,California,6089.0,Shasta County,14379.0,PACE +2020,6000.0,California,6093.0,Siskiyou County,14379.0,PACE +2020,16000.0,Idaho,16005.0,Bannock County,14379.0,PACE +2020,16000.0,Idaho,16007.0,Bear Lake County,14379.0,PACE +2020,16000.0,Idaho,16011.0,Bingham County,14379.0,PACE +2020,16000.0,Idaho,16019.0,Bonneville County,14379.0,PACE +2020,16000.0,Idaho,16023.0,Butte County,14379.0,PACE +2020,16000.0,Idaho,16029.0,Caribou County,14379.0,PACE +2020,16000.0,Idaho,16033.0,Clark County,14379.0,PACE +2020,16000.0,Idaho,16041.0,Franklin County,14379.0,PACE +2020,16000.0,Idaho,16043.0,Fremont County,14379.0,PACE +2020,16000.0,Idaho,16051.0,Jefferson County,14379.0,PACE +2020,16000.0,Idaho,16065.0,Madison County,14379.0,PACE +2020,16000.0,Idaho,16071.0,Oneida County,14379.0,PACE +2020,16000.0,Idaho,16077.0,Power County,14379.0,PACE +2020,16000.0,Idaho,16081.0,Teton County,14379.0,PACE +2020,35000.0,New Mexico,35031.0,McKinley County,14379.0,PACE +2020,35000.0,New Mexico,35045.0,San Juan County,14379.0,PACE +2020,41000.0,Oregon,41003.0,Benton County,14379.0,PACE +2020,41000.0,Oregon,41007.0,Clatsop County,14379.0,PACE +2020,41000.0,Oregon,41011.0,Coos County,14379.0,PACE +2020,41000.0,Oregon,41013.0,Crook County,14379.0,PACE +2020,41000.0,Oregon,41017.0,Deschutes County,14379.0,PACE +2020,41000.0,Oregon,41019.0,Douglas County,14379.0,PACE +2020,41000.0,Oregon,41021.0,Gilliam County,14379.0,PACE +2020,41000.0,Oregon,41027.0,Hood River County,14379.0,PACE +2020,41000.0,Oregon,41029.0,Jackson County,14379.0,PACE +2020,41000.0,Oregon,41031.0,Jefferson County,14379.0,PACE +2020,41000.0,Oregon,41033.0,Josephine County,14379.0,PACE +2020,41000.0,Oregon,41035.0,Klamath County,14379.0,PACE +2020,41000.0,Oregon,41037.0,Lake County,14379.0,PACE +2020,41000.0,Oregon,41039.0,Lane County,14379.0,PACE +2020,41000.0,Oregon,41041.0,Lincoln County,14379.0,PACE +2020,41000.0,Oregon,41043.0,Linn County,14379.0,PACE +2020,41000.0,Oregon,41047.0,Marion County,14379.0,PACE +2020,41000.0,Oregon,41049.0,Morrow County,14379.0,PACE +2020,41000.0,Oregon,41051.0,Multnomah County,14379.0,PACE +2020,41000.0,Oregon,41053.0,Polk County,14379.0,PACE +2020,41000.0,Oregon,41055.0,Sherman County,14379.0,PACE +2020,41000.0,Oregon,41057.0,Tillamook County,14379.0,PACE +2020,41000.0,Oregon,41059.0,Umatilla County,14379.0,PACE +2020,41000.0,Oregon,41063.0,Wallowa County,14379.0,PACE +2020,41000.0,Oregon,41065.0,Wasco County,14379.0,PACE +2020,49000.0,Utah,49001.0,Beaver County,14379.0,PACE +2020,49000.0,Utah,49003.0,Box Elder County,14379.0,PACE +2020,49000.0,Utah,49005.0,Cache County,14379.0,PACE +2020,49000.0,Utah,49007.0,Carbon County,14379.0,PACE +2020,49000.0,Utah,49011.0,Davis County,14379.0,PACE +2020,49000.0,Utah,49013.0,Duchesne County,14379.0,PACE +2020,49000.0,Utah,49015.0,Emery County,14379.0,PACE +2020,49000.0,Utah,49017.0,Garfield County,14379.0,PACE +2020,49000.0,Utah,49019.0,Grand County,14379.0,PACE +2020,49000.0,Utah,49021.0,Iron County,14379.0,PACE +2020,49000.0,Utah,49023.0,Juab County,14379.0,PACE +2020,49000.0,Utah,49027.0,Millard County,14379.0,PACE +2020,49000.0,Utah,49029.0,Morgan County,14379.0,PACE +2020,49000.0,Utah,49031.0,Piute County,14379.0,PACE +2020,49000.0,Utah,49033.0,Rich County,14379.0,PACE +2020,49000.0,Utah,49035.0,Salt Lake County,14379.0,PACE +2020,49000.0,Utah,49037.0,San Juan County,14379.0,PACE +2020,49000.0,Utah,49039.0,Sanpete County,14379.0,PACE +2020,49000.0,Utah,49041.0,Sevier County,14379.0,PACE +2020,49000.0,Utah,49043.0,Summit County,14379.0,PACE +2020,49000.0,Utah,49045.0,Tooele County,14379.0,PACE +2020,49000.0,Utah,49047.0,Uintah County,14379.0,PACE +2020,49000.0,Utah,49049.0,Utah County,14379.0,PACE +2020,49000.0,Utah,49051.0,Wasatch County,14379.0,PACE +2020,49000.0,Utah,49053.0,Washington County,14379.0,PACE +2020,49000.0,Utah,49057.0,Weber County,14379.0,PACE +2020,53000.0,Washington,53005.0,Benton County,14379.0,PACE +2020,53000.0,Washington,53013.0,Columbia County,14379.0,PACE +2020,53000.0,Washington,53015.0,Cowlitz County,14379.0,PACE +2020,53000.0,Washington,53023.0,Garfield County,14379.0,PACE +2020,53000.0,Washington,53071.0,Walla Walla County,14379.0,PACE +2020,53000.0,Washington,53077.0,Yakima County,14379.0,PACE +2020,56000.0,Wyoming,56001.0,Albany County,14379.0,PACE +2020,56000.0,Wyoming,56003.0,Big Horn County,14379.0,PACE +2020,56000.0,Wyoming,56007.0,Carbon County,14379.0,PACE +2020,56000.0,Wyoming,56009.0,Converse County,14379.0,PACE +2020,56000.0,Wyoming,56013.0,Fremont County,14379.0,PACE +2020,56000.0,Wyoming,56017.0,Hot Springs County,14379.0,PACE +2020,56000.0,Wyoming,56019.0,Johnson County,14379.0,PACE +2020,56000.0,Wyoming,56023.0,Lincoln County,14379.0,PACE +2020,56000.0,Wyoming,56025.0,Natrona County,14379.0,PACE +2020,56000.0,Wyoming,56029.0,Park County,14379.0,PACE +2020,56000.0,Wyoming,56031.0,Platte County,14379.0,PACE +2020,56000.0,Wyoming,56035.0,Sublette County,14379.0,PACE +2020,56000.0,Wyoming,56037.0,Sweetwater County,14379.0,PACE +2020,56000.0,Wyoming,56041.0,Uinta County,14379.0,PACE +2020,56000.0,Wyoming,56043.0,Washakie County,14379.0,PACE +2020,12000.0,Florida,12083.0,Marion County,14610.0,FMPP +2020,12000.0,Florida,12087.0,Monroe County,14610.0,FMPP +2020,12000.0,Florida,12095.0,Orange County,14610.0,FMPP +2020,12000.0,Florida,12097.0,Osceola County,14610.0,FMPP +2020,12000.0,Florida,12099.0,Palm Beach County,14610.0,FMPP +2020,12000.0,Florida,12105.0,Polk County,14610.0,FMPP +2020,12000.0,Florida,12111.0,St. Lucie County,14610.0,FMPP +2020,53000.0,Washington,53001.0,Adams County,14624.0,GCPD +2020,53000.0,Washington,53017.0,Douglas County,14624.0,GCPD +2020,53000.0,Washington,53025.0,Grant County,14624.0,GCPD +2020,53000.0,Washington,53037.0,Kittitas County,14624.0,GCPD +2020,53000.0,Washington,53043.0,Lincoln County,14624.0,GCPD +2020,10000.0,Delaware,10001.0,Kent County,14725.0,PJM +2020,10000.0,Delaware,10003.0,New Castle County,14725.0,PJM +2020,10000.0,Delaware,10005.0,Sussex County,14725.0,PJM +2020,11000.0,District of Columbia,11000.0,District of Columbia,14725.0,PJM +2020,17000.0,Illinois,17007.0,Boone County,14725.0,PJM +2020,17000.0,Illinois,17011.0,Bureau County,14725.0,PJM +2020,17000.0,Illinois,17015.0,Carroll County,14725.0,PJM +2020,17000.0,Illinois,17031.0,Cook County,14725.0,PJM +2020,17000.0,Illinois,17037.0,DeKalb County,14725.0,PJM +2020,17000.0,Illinois,17043.0,DuPage County,14725.0,PJM +2020,17000.0,Illinois,17053.0,Ford County,14725.0,PJM +2020,17000.0,Illinois,17063.0,Grundy County,14725.0,PJM +2020,17000.0,Illinois,17085.0,Jo Daviess County,14725.0,PJM +2020,17000.0,Illinois,17089.0,Kane County,14725.0,PJM +2020,17000.0,Illinois,17091.0,Kankakee County,14725.0,PJM +2020,17000.0,Illinois,17093.0,Kendall County,14725.0,PJM +2020,17000.0,Illinois,17097.0,Lake County,14725.0,PJM +2020,17000.0,Illinois,17099.0,LaSalle County,14725.0,PJM +2020,17000.0,Illinois,17103.0,Lee County,14725.0,PJM +2020,17000.0,Illinois,17105.0,Livingston County,14725.0,PJM +2020,17000.0,Illinois,17111.0,McHenry County,14725.0,PJM +2020,17000.0,Illinois,17123.0,Marshall County,14725.0,PJM +2020,17000.0,Illinois,17141.0,Ogle County,14725.0,PJM +2020,17000.0,Illinois,17177.0,Stephenson County,14725.0,PJM +2020,17000.0,Illinois,17195.0,Whiteside County,14725.0,PJM +2020,17000.0,Illinois,17197.0,Will County,14725.0,PJM +2020,17000.0,Illinois,17201.0,Winnebago County,14725.0,PJM +2020,17000.0,Illinois,17203.0,Woodford County,14725.0,PJM +2020,18000.0,Indiana,18001.0,Adams County,14725.0,PJM +2020,18000.0,Indiana,18003.0,Allen County,14725.0,PJM +2020,18000.0,Indiana,18009.0,Blackford County,14725.0,PJM +2020,18000.0,Indiana,18033.0,DeKalb County,14725.0,PJM +2020,18000.0,Indiana,18035.0,Delaware County,14725.0,PJM +2020,18000.0,Indiana,18039.0,Elkhart County,14725.0,PJM +2020,18000.0,Indiana,18047.0,Franklin County,14725.0,PJM +2020,18000.0,Indiana,18053.0,Grant County,14725.0,PJM +2020,18000.0,Indiana,18057.0,Hamilton County,14725.0,PJM +2020,18000.0,Indiana,18065.0,Henry County,14725.0,PJM +2020,18000.0,Indiana,18067.0,Howard County,14725.0,PJM +2020,18000.0,Indiana,18069.0,Huntington County,14725.0,PJM +2020,18000.0,Indiana,18075.0,Jay County,14725.0,PJM +2020,18000.0,Indiana,18085.0,Kosciusko County,14725.0,PJM +2020,18000.0,Indiana,18087.0,LaGrange County,14725.0,PJM +2020,18000.0,Indiana,18091.0,LaPorte County,14725.0,PJM +2020,18000.0,Indiana,18095.0,Madison County,14725.0,PJM +2020,18000.0,Indiana,18099.0,Marshall County,14725.0,PJM +2020,18000.0,Indiana,18103.0,Miami County,14725.0,PJM +2020,18000.0,Indiana,18113.0,Noble County,14725.0,PJM +2020,18000.0,Indiana,18135.0,Randolph County,14725.0,PJM +2020,18000.0,Indiana,18141.0,St. Joseph County,14725.0,PJM +2020,18000.0,Indiana,18151.0,Steuben County,14725.0,PJM +2020,18000.0,Indiana,18159.0,Tipton County,14725.0,PJM +2020,18000.0,Indiana,18169.0,Wabash County,14725.0,PJM +2020,18000.0,Indiana,18177.0,Wayne County,14725.0,PJM +2020,18000.0,Indiana,18179.0,Wells County,14725.0,PJM +2020,18000.0,Indiana,18183.0,Whitley County,14725.0,PJM +2020,21000.0,Kentucky,21001.0,Adair County,14725.0,PJM +2020,21000.0,Kentucky,21005.0,Anderson County,14725.0,PJM +2020,21000.0,Kentucky,21009.0,Barren County,14725.0,PJM +2020,21000.0,Kentucky,21011.0,Bath County,14725.0,PJM +2020,21000.0,Kentucky,21013.0,Bell County,14725.0,PJM +2020,21000.0,Kentucky,21015.0,Boone County,14725.0,PJM +2020,21000.0,Kentucky,21017.0,Bourbon County,14725.0,PJM +2020,21000.0,Kentucky,21019.0,Boyd County,14725.0,PJM +2020,21000.0,Kentucky,21021.0,Boyle County,14725.0,PJM +2020,21000.0,Kentucky,21023.0,Bracken County,14725.0,PJM +2020,21000.0,Kentucky,21025.0,Breathitt County,14725.0,PJM +2020,21000.0,Kentucky,21027.0,Breckinridge County,14725.0,PJM +2020,21000.0,Kentucky,21029.0,Bullitt County,14725.0,PJM +2020,21000.0,Kentucky,21037.0,Campbell County,14725.0,PJM +2020,21000.0,Kentucky,21041.0,Carroll County,14725.0,PJM +2020,21000.0,Kentucky,21043.0,Carter County,14725.0,PJM +2020,21000.0,Kentucky,21045.0,Casey County,14725.0,PJM +2020,21000.0,Kentucky,21049.0,Clark County,14725.0,PJM +2020,21000.0,Kentucky,21051.0,Clay County,14725.0,PJM +2020,21000.0,Kentucky,21053.0,Clinton County,14725.0,PJM +2020,21000.0,Kentucky,21057.0,Cumberland County,14725.0,PJM +2020,21000.0,Kentucky,21061.0,Edmonson County,14725.0,PJM +2020,21000.0,Kentucky,21063.0,Elliott County,14725.0,PJM +2020,21000.0,Kentucky,21065.0,Estill County,14725.0,PJM +2020,21000.0,Kentucky,21067.0,Fayette County,14725.0,PJM +2020,21000.0,Kentucky,21069.0,Fleming County,14725.0,PJM +2020,21000.0,Kentucky,21071.0,Floyd County,14725.0,PJM +2020,21000.0,Kentucky,21073.0,Franklin County,14725.0,PJM +2020,21000.0,Kentucky,21077.0,Gallatin County,14725.0,PJM +2020,21000.0,Kentucky,21079.0,Garrard County,14725.0,PJM +2020,21000.0,Kentucky,21081.0,Grant County,14725.0,PJM +2020,21000.0,Kentucky,21085.0,Grayson County,14725.0,PJM +2020,21000.0,Kentucky,21087.0,Green County,14725.0,PJM +2020,21000.0,Kentucky,21089.0,Greenup County,14725.0,PJM +2020,21000.0,Kentucky,21093.0,Hardin County,14725.0,PJM +2020,21000.0,Kentucky,21095.0,Harlan County,14725.0,PJM +2020,21000.0,Kentucky,21097.0,Harrison County,14725.0,PJM +2020,21000.0,Kentucky,21099.0,Hart County,14725.0,PJM +2020,21000.0,Kentucky,21103.0,Henry County,14725.0,PJM +2020,21000.0,Kentucky,21109.0,Jackson County,14725.0,PJM +2020,21000.0,Kentucky,21111.0,Jefferson County,14725.0,PJM +2020,21000.0,Kentucky,21113.0,Jessamine County,14725.0,PJM +2020,21000.0,Kentucky,21115.0,Johnson County,14725.0,PJM +2020,21000.0,Kentucky,21117.0,Kenton County,14725.0,PJM +2020,21000.0,Kentucky,21119.0,Knott County,14725.0,PJM +2020,21000.0,Kentucky,21121.0,Knox County,14725.0,PJM +2020,21000.0,Kentucky,21123.0,Larue County,14725.0,PJM +2020,21000.0,Kentucky,21125.0,Laurel County,14725.0,PJM +2020,21000.0,Kentucky,21127.0,Lawrence County,14725.0,PJM +2020,21000.0,Kentucky,21129.0,Lee County,14725.0,PJM +2020,21000.0,Kentucky,21131.0,Leslie County,14725.0,PJM +2020,21000.0,Kentucky,21133.0,Letcher County,14725.0,PJM +2020,21000.0,Kentucky,21135.0,Lewis County,14725.0,PJM +2020,21000.0,Kentucky,21137.0,Lincoln County,14725.0,PJM +2020,21000.0,Kentucky,21147.0,McCreary County,14725.0,PJM +2020,21000.0,Kentucky,21151.0,Madison County,14725.0,PJM +2020,21000.0,Kentucky,21153.0,Magoffin County,14725.0,PJM +2020,21000.0,Kentucky,21155.0,Marion County,14725.0,PJM +2020,21000.0,Kentucky,21159.0,Martin County,14725.0,PJM +2020,21000.0,Kentucky,21161.0,Mason County,14725.0,PJM +2020,21000.0,Kentucky,21163.0,Meade County,14725.0,PJM +2020,21000.0,Kentucky,21165.0,Menifee County,14725.0,PJM +2020,21000.0,Kentucky,21167.0,Mercer County,14725.0,PJM +2020,21000.0,Kentucky,21169.0,Metcalfe County,14725.0,PJM +2020,21000.0,Kentucky,21173.0,Montgomery County,14725.0,PJM +2020,21000.0,Kentucky,21175.0,Morgan County,14725.0,PJM +2020,21000.0,Kentucky,21179.0,Nelson County,14725.0,PJM +2020,21000.0,Kentucky,21181.0,Nicholas County,14725.0,PJM +2020,21000.0,Kentucky,21185.0,Oldham County,14725.0,PJM +2020,21000.0,Kentucky,21187.0,Owen County,14725.0,PJM +2020,21000.0,Kentucky,21189.0,Owsley County,14725.0,PJM +2020,21000.0,Kentucky,21191.0,Pendleton County,14725.0,PJM +2020,21000.0,Kentucky,21193.0,Perry County,14725.0,PJM +2020,21000.0,Kentucky,21195.0,Pike County,14725.0,PJM +2020,21000.0,Kentucky,21197.0,Powell County,14725.0,PJM +2020,21000.0,Kentucky,21199.0,Pulaski County,14725.0,PJM +2020,21000.0,Kentucky,21201.0,Robertson County,14725.0,PJM +2020,21000.0,Kentucky,21203.0,Rockcastle County,14725.0,PJM +2020,21000.0,Kentucky,21205.0,Rowan County,14725.0,PJM +2020,21000.0,Kentucky,21207.0,Russell County,14725.0,PJM +2020,21000.0,Kentucky,21209.0,Scott County,14725.0,PJM +2020,21000.0,Kentucky,21211.0,Shelby County,14725.0,PJM +2020,21000.0,Kentucky,21215.0,Spencer County,14725.0,PJM +2020,21000.0,Kentucky,21217.0,Taylor County,14725.0,PJM +2020,21000.0,Kentucky,21223.0,Trimble County,14725.0,PJM +2020,21000.0,Kentucky,21229.0,Washington County,14725.0,PJM +2020,21000.0,Kentucky,21231.0,Wayne County,14725.0,PJM +2020,21000.0,Kentucky,21235.0,Whitley County,14725.0,PJM +2020,21000.0,Kentucky,21237.0,Wolfe County,14725.0,PJM +2020,21000.0,Kentucky,21239.0,Woodford County,14725.0,PJM +2020,24000.0,Maryland,24001.0,Allegany County,14725.0,PJM +2020,24000.0,Maryland,24003.0,Anne Arundel County,14725.0,PJM +2020,24000.0,Maryland,24005.0,Baltimore County,14725.0,PJM +2020,24000.0,Maryland,24009.0,Calvert County,14725.0,PJM +2020,24000.0,Maryland,24011.0,Caroline County,14725.0,PJM +2020,24000.0,Maryland,24013.0,Carroll County,14725.0,PJM +2020,24000.0,Maryland,24015.0,Cecil County,14725.0,PJM +2020,24000.0,Maryland,24017.0,Charles County,14725.0,PJM +2020,24000.0,Maryland,24019.0,Dorchester County,14725.0,PJM +2020,24000.0,Maryland,24021.0,Frederick County,14725.0,PJM +2020,24000.0,Maryland,24023.0,Garrett County,14725.0,PJM +2020,24000.0,Maryland,24025.0,Harford County,14725.0,PJM +2020,24000.0,Maryland,24027.0,Howard County,14725.0,PJM +2020,24000.0,Maryland,24029.0,Kent County,14725.0,PJM +2020,24000.0,Maryland,24031.0,Montgomery County,14725.0,PJM +2020,24000.0,Maryland,24033.0,Prince George's County,14725.0,PJM +2020,24000.0,Maryland,24035.0,Queen Anne's County,14725.0,PJM +2020,24000.0,Maryland,24037.0,St. Mary's County,14725.0,PJM +2020,24000.0,Maryland,24039.0,Somerset County,14725.0,PJM +2020,24000.0,Maryland,24041.0,Talbot County,14725.0,PJM +2020,24000.0,Maryland,24043.0,Washington County,14725.0,PJM +2020,24000.0,Maryland,24045.0,Wicomico County,14725.0,PJM +2020,24000.0,Maryland,24047.0,Worcester County,14725.0,PJM +2020,24000.0,Maryland,24510.0,Baltimore City,14725.0,PJM +2020,26000.0,Michigan,26005.0,Allegan County,14725.0,PJM +2020,26000.0,Michigan,26021.0,Berrien County,14725.0,PJM +2020,26000.0,Michigan,26027.0,Cass County,14725.0,PJM +2020,26000.0,Michigan,26077.0,Kalamazoo County,14725.0,PJM +2020,26000.0,Michigan,26091.0,Lenawee County,14725.0,PJM +2020,26000.0,Michigan,26115.0,Monroe County,14725.0,PJM +2020,26000.0,Michigan,26149.0,St. Joseph County,14725.0,PJM +2020,26000.0,Michigan,26159.0,Van Buren County,14725.0,PJM +2020,34000.0,New Jersey,34001.0,Atlantic County,14725.0,PJM +2020,34000.0,New Jersey,34003.0,Bergen County,14725.0,PJM +2020,34000.0,New Jersey,34005.0,Burlington County,14725.0,PJM +2020,34000.0,New Jersey,34007.0,Camden County,14725.0,PJM +2020,34000.0,New Jersey,34009.0,Cape May County,14725.0,PJM +2020,34000.0,New Jersey,34011.0,Cumberland County,14725.0,PJM +2020,34000.0,New Jersey,34013.0,Essex County,14725.0,PJM +2020,34000.0,New Jersey,34015.0,Gloucester County,14725.0,PJM +2020,34000.0,New Jersey,34017.0,Hudson County,14725.0,PJM +2020,34000.0,New Jersey,34019.0,Hunterdon County,14725.0,PJM +2020,34000.0,New Jersey,34021.0,Mercer County,14725.0,PJM +2020,34000.0,New Jersey,34023.0,Middlesex County,14725.0,PJM +2020,34000.0,New Jersey,34025.0,Monmouth County,14725.0,PJM +2020,34000.0,New Jersey,34027.0,Morris County,14725.0,PJM +2020,34000.0,New Jersey,34029.0,Ocean County,14725.0,PJM +2020,34000.0,New Jersey,34031.0,Passaic County,14725.0,PJM +2020,34000.0,New Jersey,34033.0,Salem County,14725.0,PJM +2020,34000.0,New Jersey,34035.0,Somerset County,14725.0,PJM +2020,34000.0,New Jersey,34037.0,Sussex County,14725.0,PJM +2020,34000.0,New Jersey,34039.0,Union County,14725.0,PJM +2020,34000.0,New Jersey,34041.0,Warren County,14725.0,PJM +2020,36000.0,New York,36015.0,Chemung County,14725.0,PJM +2020,36000.0,New York,36107.0,Tioga County,14725.0,PJM +2020,37000.0,North Carolina,37013.0,Beaufort County,14725.0,PJM +2020,37000.0,North Carolina,37015.0,Bertie County,14725.0,PJM +2020,37000.0,North Carolina,37019.0,Brunswick County,14725.0,PJM +2020,37000.0,North Carolina,37025.0,Cabarrus County,14725.0,PJM +2020,37000.0,North Carolina,37029.0,Camden County,14725.0,PJM +2020,37000.0,North Carolina,37041.0,Chowan County,14725.0,PJM +2020,37000.0,North Carolina,37049.0,Craven County,14725.0,PJM +2020,37000.0,North Carolina,37051.0,Cumberland County,14725.0,PJM +2020,37000.0,North Carolina,37053.0,Currituck County,14725.0,PJM +2020,37000.0,North Carolina,37055.0,Dare County,14725.0,PJM +2020,37000.0,North Carolina,37065.0,Edgecombe County,14725.0,PJM +2020,37000.0,North Carolina,37073.0,Gates County,14725.0,PJM +2020,37000.0,North Carolina,37077.0,Granville County,14725.0,PJM +2020,37000.0,North Carolina,37083.0,Halifax County,14725.0,PJM +2020,37000.0,North Carolina,37091.0,Hertford County,14725.0,PJM +2020,37000.0,North Carolina,37095.0,Hyde County,14725.0,PJM +2020,37000.0,North Carolina,37117.0,Martin County,14725.0,PJM +2020,37000.0,North Carolina,37127.0,Nash County,14725.0,PJM +2020,37000.0,North Carolina,37131.0,Northampton County,14725.0,PJM +2020,37000.0,North Carolina,37137.0,Pamlico County,14725.0,PJM +2020,37000.0,North Carolina,37139.0,Pasquotank County,14725.0,PJM +2020,37000.0,North Carolina,37143.0,Perquimans County,14725.0,PJM +2020,37000.0,North Carolina,37145.0,Person County,14725.0,PJM +2020,37000.0,North Carolina,37147.0,Pitt County,14725.0,PJM +2020,37000.0,North Carolina,37177.0,Tyrrell County,14725.0,PJM +2020,37000.0,North Carolina,37181.0,Vance County,14725.0,PJM +2020,37000.0,North Carolina,37185.0,Warren County,14725.0,PJM +2020,37000.0,North Carolina,37187.0,Washington County,14725.0,PJM +2020,37000.0,North Carolina,37195.0,Wilson County,14725.0,PJM +2020,39000.0,Ohio,39001.0,Adams County,14725.0,PJM +2020,39000.0,Ohio,39003.0,Allen County,14725.0,PJM +2020,39000.0,Ohio,39005.0,Ashland County,14725.0,PJM +2020,39000.0,Ohio,39007.0,Ashtabula County,14725.0,PJM +2020,39000.0,Ohio,39009.0,Athens County,14725.0,PJM +2020,39000.0,Ohio,39011.0,Auglaize County,14725.0,PJM +2020,39000.0,Ohio,39013.0,Belmont County,14725.0,PJM +2020,39000.0,Ohio,39015.0,Brown County,14725.0,PJM +2020,39000.0,Ohio,39017.0,Butler County,14725.0,PJM +2020,39000.0,Ohio,39019.0,Carroll County,14725.0,PJM +2020,39000.0,Ohio,39021.0,Champaign County,14725.0,PJM +2020,39000.0,Ohio,39023.0,Clark County,14725.0,PJM +2020,39000.0,Ohio,39025.0,Clermont County,14725.0,PJM +2020,39000.0,Ohio,39027.0,Clinton County,14725.0,PJM +2020,39000.0,Ohio,39029.0,Columbiana County,14725.0,PJM +2020,39000.0,Ohio,39031.0,Coshocton County,14725.0,PJM +2020,39000.0,Ohio,39033.0,Crawford County,14725.0,PJM +2020,39000.0,Ohio,39035.0,Cuyahoga County,14725.0,PJM +2020,39000.0,Ohio,39037.0,Darke County,14725.0,PJM +2020,39000.0,Ohio,39039.0,Defiance County,14725.0,PJM +2020,39000.0,Ohio,39041.0,Delaware County,14725.0,PJM +2020,39000.0,Ohio,39043.0,Erie County,14725.0,PJM +2020,39000.0,Ohio,39045.0,Fairfield County,14725.0,PJM +2020,39000.0,Ohio,39047.0,Fayette County,14725.0,PJM +2020,39000.0,Ohio,39049.0,Franklin County,14725.0,PJM +2020,39000.0,Ohio,39051.0,Fulton County,14725.0,PJM +2020,39000.0,Ohio,39053.0,Gallia County,14725.0,PJM +2020,39000.0,Ohio,39055.0,Geauga County,14725.0,PJM +2020,39000.0,Ohio,39057.0,Greene County,14725.0,PJM +2020,39000.0,Ohio,39059.0,Guernsey County,14725.0,PJM +2020,39000.0,Ohio,39061.0,Hamilton County,14725.0,PJM +2020,39000.0,Ohio,39063.0,Hancock County,14725.0,PJM +2020,39000.0,Ohio,39065.0,Hardin County,14725.0,PJM +2020,39000.0,Ohio,39067.0,Harrison County,14725.0,PJM +2020,39000.0,Ohio,39069.0,Henry County,14725.0,PJM +2020,39000.0,Ohio,39071.0,Highland County,14725.0,PJM +2020,39000.0,Ohio,39073.0,Hocking County,14725.0,PJM +2020,39000.0,Ohio,39075.0,Holmes County,14725.0,PJM +2020,39000.0,Ohio,39077.0,Huron County,14725.0,PJM +2020,39000.0,Ohio,39079.0,Jackson County,14725.0,PJM +2020,39000.0,Ohio,39081.0,Jefferson County,14725.0,PJM +2020,39000.0,Ohio,39083.0,Knox County,14725.0,PJM +2020,39000.0,Ohio,39085.0,Lake County,14725.0,PJM +2020,39000.0,Ohio,39087.0,Lawrence County,14725.0,PJM +2020,39000.0,Ohio,39089.0,Licking County,14725.0,PJM +2020,39000.0,Ohio,39091.0,Logan County,14725.0,PJM +2020,39000.0,Ohio,39093.0,Lorain County,14725.0,PJM +2020,39000.0,Ohio,39095.0,Lucas County,14725.0,PJM +2020,39000.0,Ohio,39097.0,Madison County,14725.0,PJM +2020,39000.0,Ohio,39099.0,Mahoning County,14725.0,PJM +2020,39000.0,Ohio,39101.0,Marion County,14725.0,PJM +2020,39000.0,Ohio,39103.0,Medina County,14725.0,PJM +2020,39000.0,Ohio,39105.0,Meigs County,14725.0,PJM +2020,39000.0,Ohio,39107.0,Mercer County,14725.0,PJM +2020,39000.0,Ohio,39109.0,Miami County,14725.0,PJM +2020,39000.0,Ohio,39111.0,Monroe County,14725.0,PJM +2020,39000.0,Ohio,39113.0,Montgomery County,14725.0,PJM +2020,39000.0,Ohio,39115.0,Morgan County,14725.0,PJM +2020,39000.0,Ohio,39117.0,Morrow County,14725.0,PJM +2020,39000.0,Ohio,39119.0,Muskingum County,14725.0,PJM +2020,39000.0,Ohio,39121.0,Noble County,14725.0,PJM +2020,39000.0,Ohio,39123.0,Ottawa County,14725.0,PJM +2020,39000.0,Ohio,39125.0,Paulding County,14725.0,PJM +2020,39000.0,Ohio,39127.0,Perry County,14725.0,PJM +2020,39000.0,Ohio,39129.0,Pickaway County,14725.0,PJM +2020,39000.0,Ohio,39131.0,Pike County,14725.0,PJM +2020,39000.0,Ohio,39133.0,Portage County,14725.0,PJM +2020,39000.0,Ohio,39135.0,Preble County,14725.0,PJM +2020,39000.0,Ohio,39137.0,Putnam County,14725.0,PJM +2020,39000.0,Ohio,39139.0,Richland County,14725.0,PJM +2020,39000.0,Ohio,39141.0,Ross County,14725.0,PJM +2020,39000.0,Ohio,39143.0,Sandusky County,14725.0,PJM +2020,39000.0,Ohio,39145.0,Scioto County,14725.0,PJM +2020,39000.0,Ohio,39147.0,Seneca County,14725.0,PJM +2020,39000.0,Ohio,39149.0,Shelby County,14725.0,PJM +2020,39000.0,Ohio,39151.0,Stark County,14725.0,PJM +2020,39000.0,Ohio,39153.0,Summit County,14725.0,PJM +2020,39000.0,Ohio,39155.0,Trumbull County,14725.0,PJM +2020,39000.0,Ohio,39157.0,Tuscarawas County,14725.0,PJM +2020,39000.0,Ohio,39159.0,Union County,14725.0,PJM +2020,39000.0,Ohio,39161.0,Van Wert County,14725.0,PJM +2020,39000.0,Ohio,39163.0,Vinton County,14725.0,PJM +2020,39000.0,Ohio,39165.0,Warren County,14725.0,PJM +2020,39000.0,Ohio,39167.0,Washington County,14725.0,PJM +2020,39000.0,Ohio,39169.0,Wayne County,14725.0,PJM +2020,39000.0,Ohio,39171.0,Williams County,14725.0,PJM +2020,39000.0,Ohio,39173.0,Wood County,14725.0,PJM +2020,39000.0,Ohio,39175.0,Wyandot County,14725.0,PJM +2020,42000.0,Pennsylvania,42001.0,Adams County,14725.0,PJM +2020,42000.0,Pennsylvania,42003.0,Allegheny County,14725.0,PJM +2020,42000.0,Pennsylvania,42005.0,Armstrong County,14725.0,PJM +2020,42000.0,Pennsylvania,42007.0,Beaver County,14725.0,PJM +2020,42000.0,Pennsylvania,42009.0,Bedford County,14725.0,PJM +2020,42000.0,Pennsylvania,42011.0,Berks County,14725.0,PJM +2020,42000.0,Pennsylvania,42013.0,Blair County,14725.0,PJM +2020,42000.0,Pennsylvania,42015.0,Bradford County,14725.0,PJM +2020,42000.0,Pennsylvania,42017.0,Bucks County,14725.0,PJM +2020,42000.0,Pennsylvania,42019.0,Butler County,14725.0,PJM +2020,42000.0,Pennsylvania,42021.0,Cambria County,14725.0,PJM +2020,42000.0,Pennsylvania,42023.0,Cameron County,14725.0,PJM +2020,42000.0,Pennsylvania,42025.0,Carbon County,14725.0,PJM +2020,42000.0,Pennsylvania,42027.0,Centre County,14725.0,PJM +2020,42000.0,Pennsylvania,42029.0,Chester County,14725.0,PJM +2020,42000.0,Pennsylvania,42031.0,Clarion County,14725.0,PJM +2020,42000.0,Pennsylvania,42033.0,Clearfield County,14725.0,PJM +2020,42000.0,Pennsylvania,42035.0,Clinton County,14725.0,PJM +2020,42000.0,Pennsylvania,42037.0,Columbia County,14725.0,PJM +2020,42000.0,Pennsylvania,42039.0,Crawford County,14725.0,PJM +2020,42000.0,Pennsylvania,42041.0,Cumberland County,14725.0,PJM +2020,42000.0,Pennsylvania,42043.0,Dauphin County,14725.0,PJM +2020,42000.0,Pennsylvania,42045.0,Delaware County,14725.0,PJM +2020,42000.0,Pennsylvania,42047.0,Elk County,14725.0,PJM +2020,42000.0,Pennsylvania,42049.0,Erie County,14725.0,PJM +2020,42000.0,Pennsylvania,42051.0,Fayette County,14725.0,PJM +2020,42000.0,Pennsylvania,42053.0,Forest County,14725.0,PJM +2020,42000.0,Pennsylvania,42055.0,Franklin County,14725.0,PJM +2020,42000.0,Pennsylvania,42057.0,Fulton County,14725.0,PJM +2020,42000.0,Pennsylvania,42059.0,Greene County,14725.0,PJM +2020,42000.0,Pennsylvania,42061.0,Huntingdon County,14725.0,PJM +2020,42000.0,Pennsylvania,42063.0,Indiana County,14725.0,PJM +2020,42000.0,Pennsylvania,42065.0,Jefferson County,14725.0,PJM +2020,42000.0,Pennsylvania,42067.0,Juniata County,14725.0,PJM +2020,42000.0,Pennsylvania,42069.0,Lackawanna County,14725.0,PJM +2020,42000.0,Pennsylvania,42071.0,Lancaster County,14725.0,PJM +2020,42000.0,Pennsylvania,42073.0,Lawrence County,14725.0,PJM +2020,42000.0,Pennsylvania,42075.0,Lebanon County,14725.0,PJM +2020,42000.0,Pennsylvania,42077.0,Lehigh County,14725.0,PJM +2020,42000.0,Pennsylvania,42079.0,Luzerne County,14725.0,PJM +2020,42000.0,Pennsylvania,42081.0,Lycoming County,14725.0,PJM +2020,42000.0,Pennsylvania,42083.0,McKean County,14725.0,PJM +2020,42000.0,Pennsylvania,42085.0,Mercer County,14725.0,PJM +2020,42000.0,Pennsylvania,42087.0,Mifflin County,14725.0,PJM +2020,42000.0,Pennsylvania,42089.0,Monroe County,14725.0,PJM +2020,42000.0,Pennsylvania,42091.0,Montgomery County,14725.0,PJM +2020,42000.0,Pennsylvania,42093.0,Montour County,14725.0,PJM +2020,42000.0,Pennsylvania,42095.0,Northampton County,14725.0,PJM +2020,42000.0,Pennsylvania,42097.0,Northumberland County,14725.0,PJM +2020,42000.0,Pennsylvania,42099.0,Perry County,14725.0,PJM +2020,42000.0,Pennsylvania,42101.0,Philadelphia County,14725.0,PJM +2020,42000.0,Pennsylvania,42103.0,Pike County,14725.0,PJM +2020,42000.0,Pennsylvania,42105.0,Potter County,14725.0,PJM +2020,42000.0,Pennsylvania,42107.0,Schuylkill County,14725.0,PJM +2020,42000.0,Pennsylvania,42109.0,Snyder County,14725.0,PJM +2020,42000.0,Pennsylvania,42111.0,Somerset County,14725.0,PJM +2020,42000.0,Pennsylvania,42113.0,Sullivan County,14725.0,PJM +2020,42000.0,Pennsylvania,42115.0,Susquehanna County,14725.0,PJM +2020,42000.0,Pennsylvania,42117.0,Tioga County,14725.0,PJM +2020,42000.0,Pennsylvania,42119.0,Union County,14725.0,PJM +2020,42000.0,Pennsylvania,42121.0,Venango County,14725.0,PJM +2020,42000.0,Pennsylvania,42123.0,Warren County,14725.0,PJM +2020,42000.0,Pennsylvania,42125.0,Washington County,14725.0,PJM +2020,42000.0,Pennsylvania,42127.0,Wayne County,14725.0,PJM +2020,42000.0,Pennsylvania,42129.0,Westmoreland County,14725.0,PJM +2020,42000.0,Pennsylvania,42131.0,Wyoming County,14725.0,PJM +2020,42000.0,Pennsylvania,42133.0,York County,14725.0,PJM +2020,47000.0,Tennessee,47013.0,Campbell County,14725.0,PJM +2020,47000.0,Tennessee,47025.0,Claiborne County,14725.0,PJM +2020,47000.0,Tennessee,47073.0,Hawkins County,14725.0,PJM +2020,47000.0,Tennessee,47137.0,Pickett County,14725.0,PJM +2020,47000.0,Tennessee,47151.0,Scott County,14725.0,PJM +2020,47000.0,Tennessee,47163.0,Sullivan County,14725.0,PJM +2020,47000.0,Tennessee,47179.0,Washington County,14725.0,PJM +2020,51000.0,Virginia,51001.0,Accomack County,14725.0,PJM +2020,51000.0,Virginia,51003.0,Albemarle County,14725.0,PJM +2020,51000.0,Virginia,51005.0,Alleghany County,14725.0,PJM +2020,51000.0,Virginia,51007.0,Amelia County,14725.0,PJM +2020,51000.0,Virginia,51009.0,Amherst County,14725.0,PJM +2020,51000.0,Virginia,51011.0,Appomattox County,14725.0,PJM +2020,51000.0,Virginia,51013.0,Arlington County,14725.0,PJM +2020,51000.0,Virginia,51015.0,Augusta County,14725.0,PJM +2020,51000.0,Virginia,51017.0,Bath County,14725.0,PJM +2020,51000.0,Virginia,51019.0,Bedford County,14725.0,PJM +2020,51000.0,Virginia,51021.0,Bland County,14725.0,PJM +2020,51000.0,Virginia,51023.0,Botetourt County,14725.0,PJM +2020,51000.0,Virginia,51025.0,Brunswick County,14725.0,PJM +2020,51000.0,Virginia,51027.0,Buchanan County,14725.0,PJM +2020,51000.0,Virginia,51029.0,Buckingham County,14725.0,PJM +2020,51000.0,Virginia,51031.0,Campbell County,14725.0,PJM +2020,51000.0,Virginia,51033.0,Caroline County,14725.0,PJM +2020,51000.0,Virginia,51035.0,Carroll County,14725.0,PJM +2020,51000.0,Virginia,51036.0,Charles City County,14725.0,PJM +2020,51000.0,Virginia,51037.0,Charlotte County,14725.0,PJM +2020,51000.0,Virginia,51041.0,Chesterfield County,14725.0,PJM +2020,51000.0,Virginia,51043.0,Clarke County,14725.0,PJM +2020,51000.0,Virginia,51045.0,Craig County,14725.0,PJM +2020,51000.0,Virginia,51047.0,Culpeper County,14725.0,PJM +2020,51000.0,Virginia,51049.0,Cumberland County,14725.0,PJM +2020,51000.0,Virginia,51051.0,Dickenson County,14725.0,PJM +2020,51000.0,Virginia,51053.0,Dinwiddie County,14725.0,PJM +2020,51000.0,Virginia,51057.0,Essex County,14725.0,PJM +2020,51000.0,Virginia,51059.0,Fairfax County,14725.0,PJM +2020,51000.0,Virginia,51061.0,Fauquier County,14725.0,PJM +2020,51000.0,Virginia,51063.0,Floyd County,14725.0,PJM +2020,51000.0,Virginia,51065.0,Fluvanna County,14725.0,PJM +2020,51000.0,Virginia,51067.0,Franklin County,14725.0,PJM +2020,51000.0,Virginia,51069.0,Frederick County,14725.0,PJM +2020,51000.0,Virginia,51071.0,Giles County,14725.0,PJM +2020,51000.0,Virginia,51073.0,Gloucester County,14725.0,PJM +2020,51000.0,Virginia,51075.0,Goochland County,14725.0,PJM +2020,51000.0,Virginia,51077.0,Grayson County,14725.0,PJM +2020,51000.0,Virginia,51079.0,Greene County,14725.0,PJM +2020,51000.0,Virginia,51081.0,Greensville County,14725.0,PJM +2020,51000.0,Virginia,51083.0,Halifax County,14725.0,PJM +2020,51000.0,Virginia,51085.0,Hanover County,14725.0,PJM +2020,51000.0,Virginia,51087.0,Henrico County,14725.0,PJM +2020,51000.0,Virginia,51089.0,Henry County,14725.0,PJM +2020,51000.0,Virginia,51091.0,Highland County,14725.0,PJM +2020,51000.0,Virginia,51093.0,Isle of Wight County,14725.0,PJM +2020,51000.0,Virginia,51095.0,James City County,14725.0,PJM +2020,51000.0,Virginia,51097.0,King and Queen County,14725.0,PJM +2020,51000.0,Virginia,51099.0,King George County,14725.0,PJM +2020,51000.0,Virginia,51101.0,King William County,14725.0,PJM +2020,51000.0,Virginia,51103.0,Lancaster County,14725.0,PJM +2020,51000.0,Virginia,51107.0,Loudoun County,14725.0,PJM +2020,51000.0,Virginia,51109.0,Louisa County,14725.0,PJM +2020,51000.0,Virginia,51111.0,Lunenburg County,14725.0,PJM +2020,51000.0,Virginia,51113.0,Madison County,14725.0,PJM +2020,51000.0,Virginia,51115.0,Mathews County,14725.0,PJM +2020,51000.0,Virginia,51117.0,Mecklenburg County,14725.0,PJM +2020,51000.0,Virginia,51119.0,Middlesex County,14725.0,PJM +2020,51000.0,Virginia,51121.0,Montgomery County,14725.0,PJM +2020,51000.0,Virginia,51125.0,Nelson County,14725.0,PJM +2020,51000.0,Virginia,51127.0,New Kent County,14725.0,PJM +2020,51000.0,Virginia,51131.0,Northampton County,14725.0,PJM +2020,51000.0,Virginia,51133.0,Northumberland County,14725.0,PJM +2020,51000.0,Virginia,51135.0,Nottoway County,14725.0,PJM +2020,51000.0,Virginia,51137.0,Orange County,14725.0,PJM +2020,51000.0,Virginia,51139.0,Page County,14725.0,PJM +2020,51000.0,Virginia,51141.0,Patrick County,14725.0,PJM +2020,51000.0,Virginia,51143.0,Pittsylvania County,14725.0,PJM +2020,51000.0,Virginia,51145.0,Powhatan County,14725.0,PJM +2020,51000.0,Virginia,51147.0,Prince Edward County,14725.0,PJM +2020,51000.0,Virginia,51149.0,Prince George County,14725.0,PJM +2020,51000.0,Virginia,51153.0,Prince William County,14725.0,PJM +2020,51000.0,Virginia,51155.0,Pulaski County,14725.0,PJM +2020,51000.0,Virginia,51157.0,Rappahannock County,14725.0,PJM +2020,51000.0,Virginia,51159.0,Richmond County,14725.0,PJM +2020,51000.0,Virginia,51161.0,Roanoke County,14725.0,PJM +2020,51000.0,Virginia,51163.0,Rockbridge County,14725.0,PJM +2020,51000.0,Virginia,51165.0,Rockingham County,14725.0,PJM +2020,51000.0,Virginia,51167.0,Russell County,14725.0,PJM +2020,51000.0,Virginia,51169.0,Scott County,14725.0,PJM +2020,51000.0,Virginia,51171.0,Shenandoah County,14725.0,PJM +2020,51000.0,Virginia,51173.0,Smyth County,14725.0,PJM +2020,51000.0,Virginia,51175.0,Southampton County,14725.0,PJM +2020,51000.0,Virginia,51177.0,Spotsylvania County,14725.0,PJM +2020,51000.0,Virginia,51179.0,Stafford County,14725.0,PJM +2020,51000.0,Virginia,51181.0,Surry County,14725.0,PJM +2020,51000.0,Virginia,51183.0,Sussex County,14725.0,PJM +2020,51000.0,Virginia,51185.0,Tazewell County,14725.0,PJM +2020,51000.0,Virginia,51187.0,Warren County,14725.0,PJM +2020,51000.0,Virginia,51191.0,Washington County,14725.0,PJM +2020,51000.0,Virginia,51193.0,Westmoreland County,14725.0,PJM +2020,51000.0,Virginia,51195.0,Wise County,14725.0,PJM +2020,51000.0,Virginia,51197.0,Wythe County,14725.0,PJM +2020,51000.0,Virginia,51199.0,York County,14725.0,PJM +2020,51000.0,Virginia,51510.0,Alexandria City,14725.0,PJM +2020,51000.0,Virginia,51515.0,Bedford City,14725.0,PJM +2020,51000.0,Virginia,51530.0,Buena Vista City,14725.0,PJM +2020,51000.0,Virginia,51540.0,Charlottesville City,14725.0,PJM +2020,51000.0,Virginia,51550.0,Chesapeake City,14725.0,PJM +2020,51000.0,Virginia,51570.0,Colonial Heights City,14725.0,PJM +2020,51000.0,Virginia,51580.0,Covington City,14725.0,PJM +2020,51000.0,Virginia,51590.0,Danville City,14725.0,PJM +2020,51000.0,Virginia,51595.0,Emporia City,14725.0,PJM +2020,51000.0,Virginia,51600.0,Fairfax City,14725.0,PJM +2020,51000.0,Virginia,51610.0,Falls Church City,14725.0,PJM +2020,51000.0,Virginia,51630.0,Fredericksburg City,14725.0,PJM +2020,51000.0,Virginia,51640.0,Galax City,14725.0,PJM +2020,51000.0,Virginia,51650.0,Hampton City,14725.0,PJM +2020,51000.0,Virginia,51660.0,Harrisonburg City,14725.0,PJM +2020,51000.0,Virginia,51670.0,Hopewell City,14725.0,PJM +2020,51000.0,Virginia,51678.0,Lexington City,14725.0,PJM +2020,51000.0,Virginia,51680.0,Lynchburg City,14725.0,PJM +2020,51000.0,Virginia,51683.0,Manassas City,14725.0,PJM +2020,51000.0,Virginia,51685.0,Manassas Park City,14725.0,PJM +2020,51000.0,Virginia,51700.0,Newport News City,14725.0,PJM +2020,51000.0,Virginia,51710.0,Norfolk City,14725.0,PJM +2020,51000.0,Virginia,51730.0,Petersburg City,14725.0,PJM +2020,51000.0,Virginia,51735.0,Poquoson City,14725.0,PJM +2020,51000.0,Virginia,51740.0,Portsmouth City,14725.0,PJM +2020,51000.0,Virginia,51760.0,Richmond City,14725.0,PJM +2020,51000.0,Virginia,51770.0,Roanoke City,14725.0,PJM +2020,51000.0,Virginia,51775.0,Salem City,14725.0,PJM +2020,51000.0,Virginia,51790.0,Staunton City,14725.0,PJM +2020,51000.0,Virginia,51800.0,Suffolk City,14725.0,PJM +2020,51000.0,Virginia,51810.0,Virginia Beach City,14725.0,PJM +2020,51000.0,Virginia,51820.0,Waynesboro City,14725.0,PJM +2020,51000.0,Virginia,51830.0,Williamsburg City,14725.0,PJM +2020,51000.0,Virginia,51840.0,Winchester City,14725.0,PJM +2020,54000.0,West Virginia,54001.0,Barbour County,14725.0,PJM +2020,54000.0,West Virginia,54003.0,Berkeley County,14725.0,PJM +2020,54000.0,West Virginia,54005.0,Boone County,14725.0,PJM +2020,54000.0,West Virginia,54007.0,Braxton County,14725.0,PJM +2020,54000.0,West Virginia,54009.0,Brooke County,14725.0,PJM +2020,54000.0,West Virginia,54011.0,Cabell County,14725.0,PJM +2020,54000.0,West Virginia,54013.0,Calhoun County,14725.0,PJM +2020,54000.0,West Virginia,54015.0,Clay County,14725.0,PJM +2020,54000.0,West Virginia,54017.0,Doddridge County,14725.0,PJM +2020,54000.0,West Virginia,54019.0,Fayette County,14725.0,PJM +2020,54000.0,West Virginia,54021.0,Gilmer County,14725.0,PJM +2020,54000.0,West Virginia,54023.0,Grant County,14725.0,PJM +2020,54000.0,West Virginia,54025.0,Greenbrier County,14725.0,PJM +2020,54000.0,West Virginia,54027.0,Hampshire County,14725.0,PJM +2020,54000.0,West Virginia,54029.0,Hancock County,14725.0,PJM +2020,54000.0,West Virginia,54031.0,Hardy County,14725.0,PJM +2020,54000.0,West Virginia,54033.0,Harrison County,14725.0,PJM +2020,54000.0,West Virginia,54035.0,Jackson County,14725.0,PJM +2020,54000.0,West Virginia,54037.0,Jefferson County,14725.0,PJM +2020,54000.0,West Virginia,54039.0,Kanawha County,14725.0,PJM +2020,54000.0,West Virginia,54041.0,Lewis County,14725.0,PJM +2020,54000.0,West Virginia,54043.0,Lincoln County,14725.0,PJM +2020,54000.0,West Virginia,54045.0,Logan County,14725.0,PJM +2020,54000.0,West Virginia,54047.0,McDowell County,14725.0,PJM +2020,54000.0,West Virginia,54049.0,Marion County,14725.0,PJM +2020,54000.0,West Virginia,54051.0,Marshall County,14725.0,PJM +2020,54000.0,West Virginia,54053.0,Mason County,14725.0,PJM +2020,54000.0,West Virginia,54055.0,Mercer County,14725.0,PJM +2020,54000.0,West Virginia,54057.0,Mineral County,14725.0,PJM +2020,54000.0,West Virginia,54059.0,Mingo County,14725.0,PJM +2020,54000.0,West Virginia,54061.0,Monongalia County,14725.0,PJM +2020,54000.0,West Virginia,54063.0,Monroe County,14725.0,PJM +2020,54000.0,West Virginia,54065.0,Morgan County,14725.0,PJM +2020,54000.0,West Virginia,54067.0,Nicholas County,14725.0,PJM +2020,54000.0,West Virginia,54069.0,Ohio County,14725.0,PJM +2020,54000.0,West Virginia,54071.0,Pendleton County,14725.0,PJM +2020,54000.0,West Virginia,54073.0,Pleasants County,14725.0,PJM +2020,54000.0,West Virginia,54075.0,Pocahontas County,14725.0,PJM +2020,54000.0,West Virginia,54077.0,Preston County,14725.0,PJM +2020,54000.0,West Virginia,54079.0,Putnam County,14725.0,PJM +2020,54000.0,West Virginia,54081.0,Raleigh County,14725.0,PJM +2020,54000.0,West Virginia,54083.0,Randolph County,14725.0,PJM +2020,54000.0,West Virginia,54085.0,Ritchie County,14725.0,PJM +2020,54000.0,West Virginia,54087.0,Roane County,14725.0,PJM +2020,54000.0,West Virginia,54089.0,Summers County,14725.0,PJM +2020,54000.0,West Virginia,54091.0,Taylor County,14725.0,PJM +2020,54000.0,West Virginia,54093.0,Tucker County,14725.0,PJM +2020,54000.0,West Virginia,54095.0,Tyler County,14725.0,PJM +2020,54000.0,West Virginia,54097.0,Upshur County,14725.0,PJM +2020,54000.0,West Virginia,54099.0,Wayne County,14725.0,PJM +2020,54000.0,West Virginia,54101.0,Webster County,14725.0,PJM +2020,54000.0,West Virginia,54103.0,Wetzel County,14725.0,PJM +2020,54000.0,West Virginia,54105.0,Wirt County,14725.0,PJM +2020,54000.0,West Virginia,54107.0,Wood County,14725.0,PJM +2020,54000.0,West Virginia,54109.0,Wyoming County,14725.0,PJM +2020,41000.0,Oregon,41005.0,Clackamas County,15248.0,PGE +2020,41000.0,Oregon,41009.0,Columbia County,15248.0,PGE +2020,41000.0,Oregon,41047.0,Marion County,15248.0,PGE +2020,41000.0,Oregon,41051.0,Multnomah County,15248.0,PGE +2020,41000.0,Oregon,41053.0,Polk County,15248.0,PGE +2020,41000.0,Oregon,41067.0,Washington County,15248.0,PGE +2020,41000.0,Oregon,41071.0,Yamhill County,15248.0,PGE +2020,8000.0,Colorado,8001.0,Adams County,15466.0,PSCO +2020,8000.0,Colorado,8003.0,Alamosa County,15466.0,PSCO +2020,8000.0,Colorado,8005.0,Arapahoe County,15466.0,PSCO +2020,8000.0,Colorado,8007.0,Archuleta County,15466.0,PSCO +2020,8000.0,Colorado,8009.0,Baca County,15466.0,PSCO +2020,8000.0,Colorado,8011.0,Bent County,15466.0,PSCO +2020,8000.0,Colorado,8013.0,Boulder County,15466.0,PSCO +2020,8000.0,Colorado,8015.0,Chaffee County,15466.0,PSCO +2020,8000.0,Colorado,8019.0,Clear Creek County,15466.0,PSCO +2020,8000.0,Colorado,8021.0,Conejos County,15466.0,PSCO +2020,8000.0,Colorado,8023.0,Costilla County,15466.0,PSCO +2020,8000.0,Colorado,8025.0,Crowley County,15466.0,PSCO +2020,8000.0,Colorado,8027.0,Custer County,15466.0,PSCO +2020,8000.0,Colorado,8029.0,Delta County,15466.0,PSCO +2020,8000.0,Colorado,8031.0,Denver County,15466.0,PSCO +2020,8000.0,Colorado,8033.0,Dolores County,15466.0,PSCO +2020,8000.0,Colorado,8035.0,Douglas County,15466.0,PSCO +2020,8000.0,Colorado,8037.0,Eagle County,15466.0,PSCO +2020,8000.0,Colorado,8039.0,Elbert County,15466.0,PSCO +2020,8000.0,Colorado,8041.0,El Paso County,15466.0,PSCO +2020,8000.0,Colorado,8043.0,Fremont County,15466.0,PSCO +2020,8000.0,Colorado,8045.0,Garfield County,15466.0,PSCO +2020,8000.0,Colorado,8047.0,Gilpin County,15466.0,PSCO +2020,8000.0,Colorado,8049.0,Grand County,15466.0,PSCO +2020,8000.0,Colorado,8051.0,Gunnison County,15466.0,PSCO +2020,8000.0,Colorado,8053.0,Hinsdale County,15466.0,PSCO +2020,8000.0,Colorado,8055.0,Huerfano County,15466.0,PSCO +2020,8000.0,Colorado,8059.0,Jefferson County,15466.0,PSCO +2020,8000.0,Colorado,8061.0,Kiowa County,15466.0,PSCO +2020,8000.0,Colorado,8065.0,Lake County,15466.0,PSCO +2020,8000.0,Colorado,8067.0,La Plata County,15466.0,PSCO +2020,8000.0,Colorado,8069.0,Larimer County,15466.0,PSCO +2020,8000.0,Colorado,8071.0,Las Animas County,15466.0,PSCO +2020,8000.0,Colorado,8075.0,Logan County,15466.0,PSCO +2020,8000.0,Colorado,8077.0,Mesa County,15466.0,PSCO +2020,8000.0,Colorado,8079.0,Mineral County,15466.0,PSCO +2020,8000.0,Colorado,8081.0,Moffat County,15466.0,PSCO +2020,8000.0,Colorado,8083.0,Montezuma County,15466.0,PSCO +2020,8000.0,Colorado,8085.0,Montrose County,15466.0,PSCO +2020,8000.0,Colorado,8087.0,Morgan County,15466.0,PSCO +2020,8000.0,Colorado,8089.0,Otero County,15466.0,PSCO +2020,8000.0,Colorado,8091.0,Ouray County,15466.0,PSCO +2020,8000.0,Colorado,8093.0,Park County,15466.0,PSCO +2020,8000.0,Colorado,8097.0,Pitkin County,15466.0,PSCO +2020,8000.0,Colorado,8099.0,Prowers County,15466.0,PSCO +2020,8000.0,Colorado,8101.0,Pueblo County,15466.0,PSCO +2020,8000.0,Colorado,8103.0,Rio Blanco County,15466.0,PSCO +2020,8000.0,Colorado,8105.0,Rio Grande County,15466.0,PSCO +2020,8000.0,Colorado,8107.0,Routt County,15466.0,PSCO +2020,8000.0,Colorado,8109.0,Saguache County,15466.0,PSCO +2020,8000.0,Colorado,8113.0,San Miguel County,15466.0,PSCO +2020,8000.0,Colorado,8117.0,Summit County,15466.0,PSCO +2020,8000.0,Colorado,8119.0,Teller County,15466.0,PSCO +2020,8000.0,Colorado,8121.0,Washington County,15466.0,PSCO +2020,8000.0,Colorado,8123.0,Weld County,15466.0,PSCO +2020,8000.0,Colorado,8125.0,Yuma County,15466.0,PSCO +2020,56000.0,Wyoming,56007.0,Carbon County,15466.0,PSCO +2020,4000.0,Arizona,4001.0,Apache County,15473.0,PNM +2020,4000.0,Arizona,4007.0,Gila County,15473.0,PNM +2020,4000.0,Arizona,4011.0,Greenlee County,15473.0,PNM +2020,4000.0,Arizona,4017.0,Navajo County,15473.0,PNM +2020,8000.0,Colorado,8071.0,Las Animas County,15473.0,PNM +2020,35000.0,New Mexico,35001.0,Bernalillo County,15473.0,PNM +2020,35000.0,New Mexico,35003.0,Catron County,15473.0,PNM +2020,35000.0,New Mexico,35005.0,Chaves County,15473.0,PNM +2020,35000.0,New Mexico,35006.0,Cibola County,15473.0,PNM +2020,35000.0,New Mexico,35007.0,Colfax County,15473.0,PNM +2020,35000.0,New Mexico,35011.0,De Baca County,15473.0,PNM +2020,35000.0,New Mexico,35013.0,Dona Ana County,15473.0,PNM +2020,35000.0,New Mexico,35017.0,Grant County,15473.0,PNM +2020,35000.0,New Mexico,35019.0,Guadalupe County,15473.0,PNM +2020,35000.0,New Mexico,35021.0,Harding County,15473.0,PNM +2020,35000.0,New Mexico,35023.0,Hidalgo County,15473.0,PNM +2020,35000.0,New Mexico,35027.0,Lincoln County,15473.0,PNM +2020,35000.0,New Mexico,35028.0,Los Alamos County,15473.0,PNM +2020,35000.0,New Mexico,35029.0,Luna County,15473.0,PNM +2020,35000.0,New Mexico,35031.0,McKinley County,15473.0,PNM +2020,35000.0,New Mexico,35033.0,Mora County,15473.0,PNM +2020,35000.0,New Mexico,35035.0,Otero County,15473.0,PNM +2020,35000.0,New Mexico,35037.0,Quay County,15473.0,PNM +2020,35000.0,New Mexico,35039.0,Rio Arriba County,15473.0,PNM +2020,35000.0,New Mexico,35043.0,Sandoval County,15473.0,PNM +2020,35000.0,New Mexico,35045.0,San Juan County,15473.0,PNM +2020,35000.0,New Mexico,35047.0,San Miguel County,15473.0,PNM +2020,35000.0,New Mexico,35049.0,Santa Fe County,15473.0,PNM +2020,35000.0,New Mexico,35053.0,Socorro County,15473.0,PNM +2020,35000.0,New Mexico,35055.0,Taos County,15473.0,PNM +2020,35000.0,New Mexico,35057.0,Torrance County,15473.0,PNM +2020,35000.0,New Mexico,35059.0,Union County,15473.0,PNM +2020,35000.0,New Mexico,35061.0,Valencia County,15473.0,PNM +2020,40000.0,Oklahoma,40025.0,Cimarron County,15473.0,PNM +2020,48000.0,Texas,48111.0,Dallam County,15473.0,PNM +2020,48000.0,Texas,48205.0,Hartley County,15473.0,PNM +2020,53000.0,Washington,53029.0,Island County,15500.0,PSEI +2020,53000.0,Washington,53033.0,King County,15500.0,PSEI +2020,53000.0,Washington,53035.0,Kitsap County,15500.0,PSEI +2020,53000.0,Washington,53037.0,Kittitas County,15500.0,PSEI +2020,53000.0,Washington,53053.0,Pierce County,15500.0,PSEI +2020,53000.0,Washington,53057.0,Skagit County,15500.0,PSEI +2020,53000.0,Washington,53067.0,Thurston County,15500.0,PSEI +2020,53000.0,Washington,53073.0,Whatcom County,15500.0,PSEI +2020,6000.0,California,6061.0,Placer County,16534.0,BANC +2020,6000.0,California,6067.0,Sacramento County,16534.0,BANC +2020,6000.0,California,6077.0,San Joaquin County,16534.0,BANC +2020,6000.0,California,6089.0,Shasta County,16534.0,BANC +2020,6000.0,California,6099.0,Stanislaus County,16534.0,BANC +2020,4000.0,Arizona,4007.0,Gila County,16572.0,SRP +2020,4000.0,Arizona,4013.0,Maricopa County,16572.0,SRP +2020,4000.0,Arizona,4021.0,Pinal County,16572.0,SRP +2020,53000.0,Washington,53033.0,King County,16868.0,SCL +2020,45000.0,South Carolina,45001.0,Abbeville County,17539.0,SCEG +2020,45000.0,South Carolina,45003.0,Aiken County,17539.0,SCEG +2020,45000.0,South Carolina,45005.0,Allendale County,17539.0,SCEG +2020,45000.0,South Carolina,45009.0,Bamberg County,17539.0,SCEG +2020,45000.0,South Carolina,45011.0,Barnwell County,17539.0,SCEG +2020,45000.0,South Carolina,45013.0,Beaufort County,17539.0,SCEG +2020,45000.0,South Carolina,45015.0,Berkeley County,17539.0,SCEG +2020,45000.0,South Carolina,45017.0,Calhoun County,17539.0,SCEG +2020,45000.0,South Carolina,45019.0,Charleston County,17539.0,SCEG +2020,45000.0,South Carolina,45029.0,Colleton County,17539.0,SCEG +2020,45000.0,South Carolina,45031.0,Darlington County,17539.0,SCEG +2020,45000.0,South Carolina,45035.0,Dorchester County,17539.0,SCEG +2020,45000.0,South Carolina,45037.0,Edgefield County,17539.0,SCEG +2020,45000.0,South Carolina,45039.0,Fairfield County,17539.0,SCEG +2020,45000.0,South Carolina,45047.0,Greenwood County,17539.0,SCEG +2020,45000.0,South Carolina,45049.0,Hampton County,17539.0,SCEG +2020,45000.0,South Carolina,45053.0,Jasper County,17539.0,SCEG +2020,45000.0,South Carolina,45055.0,Kershaw County,17539.0,SCEG +2020,45000.0,South Carolina,45061.0,Lee County,17539.0,SCEG +2020,45000.0,South Carolina,45063.0,Lexington County,17539.0,SCEG +2020,45000.0,South Carolina,45065.0,McCormick County,17539.0,SCEG +2020,45000.0,South Carolina,45071.0,Newberry County,17539.0,SCEG +2020,45000.0,South Carolina,45075.0,Orangeburg County,17539.0,SCEG +2020,45000.0,South Carolina,45079.0,Richland County,17539.0,SCEG +2020,45000.0,South Carolina,45081.0,Saluda County,17539.0,SCEG +2020,45000.0,South Carolina,45087.0,Union County,17539.0,SCEG +2020,45000.0,South Carolina,45003.0,Aiken County,17543.0,SC +2020,45000.0,South Carolina,45005.0,Allendale County,17543.0,SC +2020,45000.0,South Carolina,45009.0,Bamberg County,17543.0,SC +2020,45000.0,South Carolina,45011.0,Barnwell County,17543.0,SC +2020,45000.0,South Carolina,45013.0,Beaufort County,17543.0,SC +2020,45000.0,South Carolina,45015.0,Berkeley County,17543.0,SC +2020,45000.0,South Carolina,45017.0,Calhoun County,17543.0,SC +2020,45000.0,South Carolina,45019.0,Charleston County,17543.0,SC +2020,45000.0,South Carolina,45023.0,Chester County,17543.0,SC +2020,45000.0,South Carolina,45025.0,Chesterfield County,17543.0,SC +2020,45000.0,South Carolina,45027.0,Clarendon County,17543.0,SC +2020,45000.0,South Carolina,45029.0,Colleton County,17543.0,SC +2020,45000.0,South Carolina,45031.0,Darlington County,17543.0,SC +2020,45000.0,South Carolina,45033.0,Dillon County,17543.0,SC +2020,45000.0,South Carolina,45035.0,Dorchester County,17543.0,SC +2020,45000.0,South Carolina,45037.0,Edgefield County,17543.0,SC +2020,45000.0,South Carolina,45039.0,Fairfield County,17543.0,SC +2020,45000.0,South Carolina,45041.0,Florence County,17543.0,SC +2020,45000.0,South Carolina,45043.0,Georgetown County,17543.0,SC +2020,45000.0,South Carolina,45047.0,Greenwood County,17543.0,SC +2020,45000.0,South Carolina,45049.0,Hampton County,17543.0,SC +2020,45000.0,South Carolina,45051.0,Horry County,17543.0,SC +2020,45000.0,South Carolina,45053.0,Jasper County,17543.0,SC +2020,45000.0,South Carolina,45055.0,Kershaw County,17543.0,SC +2020,45000.0,South Carolina,45057.0,Lancaster County,17543.0,SC +2020,45000.0,South Carolina,45059.0,Laurens County,17543.0,SC +2020,45000.0,South Carolina,45061.0,Lee County,17543.0,SC +2020,45000.0,South Carolina,45063.0,Lexington County,17543.0,SC +2020,45000.0,South Carolina,45065.0,McCormick County,17543.0,SC +2020,45000.0,South Carolina,45067.0,Marion County,17543.0,SC +2020,45000.0,South Carolina,45069.0,Marlboro County,17543.0,SC +2020,45000.0,South Carolina,45071.0,Newberry County,17543.0,SC +2020,45000.0,South Carolina,45075.0,Orangeburg County,17543.0,SC +2020,45000.0,South Carolina,45079.0,Richland County,17543.0,SC +2020,45000.0,South Carolina,45081.0,Saluda County,17543.0,SC +2020,45000.0,South Carolina,45085.0,Sumter County,17543.0,SC +2020,45000.0,South Carolina,45089.0,Williamsburg County,17543.0,SC +2020,45000.0,South Carolina,45091.0,York County,17543.0,SC +2020,5000.0,Arkansas,5055.0,Greene County,17716.0,SPA +2020,29000.0,Missouri,29023.0,Butler County,17716.0,SPA +2020,29000.0,Missouri,29143.0,New Madrid County,17716.0,SPA +2020,29000.0,Missouri,29201.0,Scott County,17716.0,SPA +2020,1000.0,Alabama,1001.0,Autauga County,18195.0,SOCO +2020,1000.0,Alabama,1003.0,Baldwin County,18195.0,SOCO +2020,1000.0,Alabama,1005.0,Barbour County,18195.0,SOCO +2020,1000.0,Alabama,1007.0,Bibb County,18195.0,SOCO +2020,1000.0,Alabama,1009.0,Blount County,18195.0,SOCO +2020,1000.0,Alabama,1011.0,Bullock County,18195.0,SOCO +2020,1000.0,Alabama,1013.0,Butler County,18195.0,SOCO +2020,1000.0,Alabama,1015.0,Calhoun County,18195.0,SOCO +2020,1000.0,Alabama,1017.0,Chambers County,18195.0,SOCO +2020,1000.0,Alabama,1019.0,Cherokee County,18195.0,SOCO +2020,1000.0,Alabama,1021.0,Chilton County,18195.0,SOCO +2020,1000.0,Alabama,1023.0,Choctaw County,18195.0,SOCO +2020,1000.0,Alabama,1025.0,Clarke County,18195.0,SOCO +2020,1000.0,Alabama,1027.0,Clay County,18195.0,SOCO +2020,1000.0,Alabama,1029.0,Cleburne County,18195.0,SOCO +2020,1000.0,Alabama,1031.0,Coffee County,18195.0,SOCO +2020,1000.0,Alabama,1035.0,Conecuh County,18195.0,SOCO +2020,1000.0,Alabama,1037.0,Coosa County,18195.0,SOCO +2020,1000.0,Alabama,1039.0,Covington County,18195.0,SOCO +2020,1000.0,Alabama,1041.0,Crenshaw County,18195.0,SOCO +2020,1000.0,Alabama,1043.0,Cullman County,18195.0,SOCO +2020,1000.0,Alabama,1045.0,Dale County,18195.0,SOCO +2020,1000.0,Alabama,1047.0,Dallas County,18195.0,SOCO +2020,1000.0,Alabama,1051.0,Elmore County,18195.0,SOCO +2020,1000.0,Alabama,1053.0,Escambia County,18195.0,SOCO +2020,1000.0,Alabama,1055.0,Etowah County,18195.0,SOCO +2020,1000.0,Alabama,1057.0,Fayette County,18195.0,SOCO +2020,1000.0,Alabama,1059.0,Franklin County,18195.0,SOCO +2020,1000.0,Alabama,1061.0,Geneva County,18195.0,SOCO +2020,1000.0,Alabama,1063.0,Greene County,18195.0,SOCO +2020,1000.0,Alabama,1065.0,Hale County,18195.0,SOCO +2020,1000.0,Alabama,1067.0,Henry County,18195.0,SOCO +2020,1000.0,Alabama,1069.0,Houston County,18195.0,SOCO +2020,1000.0,Alabama,1073.0,Jefferson County,18195.0,SOCO +2020,1000.0,Alabama,1075.0,Lamar County,18195.0,SOCO +2020,1000.0,Alabama,1079.0,Lawrence County,18195.0,SOCO +2020,1000.0,Alabama,1081.0,Lee County,18195.0,SOCO +2020,1000.0,Alabama,1085.0,Lowndes County,18195.0,SOCO +2020,1000.0,Alabama,1087.0,Macon County,18195.0,SOCO +2020,1000.0,Alabama,1091.0,Marengo County,18195.0,SOCO +2020,1000.0,Alabama,1093.0,Marion County,18195.0,SOCO +2020,1000.0,Alabama,1095.0,Marshall County,18195.0,SOCO +2020,1000.0,Alabama,1097.0,Mobile County,18195.0,SOCO +2020,1000.0,Alabama,1099.0,Monroe County,18195.0,SOCO +2020,1000.0,Alabama,1101.0,Montgomery County,18195.0,SOCO +2020,1000.0,Alabama,1105.0,Perry County,18195.0,SOCO +2020,1000.0,Alabama,1107.0,Pickens County,18195.0,SOCO +2020,1000.0,Alabama,1109.0,Pike County,18195.0,SOCO +2020,1000.0,Alabama,1111.0,Randolph County,18195.0,SOCO +2020,1000.0,Alabama,1113.0,Russell County,18195.0,SOCO +2020,1000.0,Alabama,1115.0,Shelby County,18195.0,SOCO +2020,1000.0,Alabama,1117.0,St. Clair County,18195.0,SOCO +2020,1000.0,Alabama,1119.0,Sumter County,18195.0,SOCO +2020,1000.0,Alabama,1121.0,Talladega County,18195.0,SOCO +2020,1000.0,Alabama,1123.0,Tallapoosa County,18195.0,SOCO +2020,1000.0,Alabama,1125.0,Tuscaloosa County,18195.0,SOCO +2020,1000.0,Alabama,1127.0,Walker County,18195.0,SOCO +2020,1000.0,Alabama,1129.0,Washington County,18195.0,SOCO +2020,1000.0,Alabama,1131.0,Wilcox County,18195.0,SOCO +2020,1000.0,Alabama,1133.0,Winston County,18195.0,SOCO +2020,12000.0,Florida,12003.0,Baker County,18195.0,SOCO +2020,12000.0,Florida,12005.0,Bay County,18195.0,SOCO +2020,12000.0,Florida,12033.0,Escambia County,18195.0,SOCO +2020,12000.0,Florida,12059.0,Holmes County,18195.0,SOCO +2020,12000.0,Florida,12063.0,Jackson County,18195.0,SOCO +2020,12000.0,Florida,12089.0,Nassau County,18195.0,SOCO +2020,12000.0,Florida,12091.0,Okaloosa County,18195.0,SOCO +2020,12000.0,Florida,12113.0,Santa Rosa County,18195.0,SOCO +2020,12000.0,Florida,12131.0,Walton County,18195.0,SOCO +2020,12000.0,Florida,12133.0,Washington County,18195.0,SOCO +2020,13000.0,Georgia,13001.0,Appling County,18195.0,SOCO +2020,13000.0,Georgia,13003.0,Atkinson County,18195.0,SOCO +2020,13000.0,Georgia,13005.0,Bacon County,18195.0,SOCO +2020,13000.0,Georgia,13007.0,Baker County,18195.0,SOCO +2020,13000.0,Georgia,13009.0,Baldwin County,18195.0,SOCO +2020,13000.0,Georgia,13011.0,Banks County,18195.0,SOCO +2020,13000.0,Georgia,13013.0,Barrow County,18195.0,SOCO +2020,13000.0,Georgia,13015.0,Bartow County,18195.0,SOCO +2020,13000.0,Georgia,13017.0,Ben Hill County,18195.0,SOCO +2020,13000.0,Georgia,13019.0,Berrien County,18195.0,SOCO +2020,13000.0,Georgia,13021.0,Bibb County,18195.0,SOCO +2020,13000.0,Georgia,13023.0,Bleckley County,18195.0,SOCO +2020,13000.0,Georgia,13025.0,Brantley County,18195.0,SOCO +2020,13000.0,Georgia,13027.0,Brooks County,18195.0,SOCO +2020,13000.0,Georgia,13029.0,Bryan County,18195.0,SOCO +2020,13000.0,Georgia,13031.0,Bulloch County,18195.0,SOCO +2020,13000.0,Georgia,13033.0,Burke County,18195.0,SOCO +2020,13000.0,Georgia,13035.0,Butts County,18195.0,SOCO +2020,13000.0,Georgia,13037.0,Calhoun County,18195.0,SOCO +2020,13000.0,Georgia,13039.0,Camden County,18195.0,SOCO +2020,13000.0,Georgia,13043.0,Candler County,18195.0,SOCO +2020,13000.0,Georgia,13045.0,Carroll County,18195.0,SOCO +2020,13000.0,Georgia,13047.0,Catoosa County,18195.0,SOCO +2020,13000.0,Georgia,13049.0,Charlton County,18195.0,SOCO +2020,13000.0,Georgia,13051.0,Chatham County,18195.0,SOCO +2020,13000.0,Georgia,13053.0,Chattahoochee County,18195.0,SOCO +2020,13000.0,Georgia,13055.0,Chattooga County,18195.0,SOCO +2020,13000.0,Georgia,13057.0,Cherokee County,18195.0,SOCO +2020,13000.0,Georgia,13059.0,Clarke County,18195.0,SOCO +2020,13000.0,Georgia,13061.0,Clay County,18195.0,SOCO +2020,13000.0,Georgia,13063.0,Clayton County,18195.0,SOCO +2020,13000.0,Georgia,13065.0,Clinch County,18195.0,SOCO +2020,13000.0,Georgia,13067.0,Cobb County,18195.0,SOCO +2020,13000.0,Georgia,13069.0,Coffee County,18195.0,SOCO +2020,13000.0,Georgia,13071.0,Colquitt County,18195.0,SOCO +2020,13000.0,Georgia,13073.0,Columbia County,18195.0,SOCO +2020,13000.0,Georgia,13075.0,Cook County,18195.0,SOCO +2020,13000.0,Georgia,13077.0,Coweta County,18195.0,SOCO +2020,13000.0,Georgia,13079.0,Crawford County,18195.0,SOCO +2020,13000.0,Georgia,13081.0,Crisp County,18195.0,SOCO +2020,13000.0,Georgia,13083.0,Dade County,18195.0,SOCO +2020,13000.0,Georgia,13085.0,Dawson County,18195.0,SOCO +2020,13000.0,Georgia,13087.0,Decatur County,18195.0,SOCO +2020,13000.0,Georgia,13089.0,DeKalb County,18195.0,SOCO +2020,13000.0,Georgia,13091.0,Dodge County,18195.0,SOCO +2020,13000.0,Georgia,13093.0,Dooly County,18195.0,SOCO +2020,13000.0,Georgia,13095.0,Dougherty County,18195.0,SOCO +2020,13000.0,Georgia,13097.0,Douglas County,18195.0,SOCO +2020,13000.0,Georgia,13099.0,Early County,18195.0,SOCO +2020,13000.0,Georgia,13101.0,Echols County,18195.0,SOCO +2020,13000.0,Georgia,13103.0,Effingham County,18195.0,SOCO +2020,13000.0,Georgia,13105.0,Elbert County,18195.0,SOCO +2020,13000.0,Georgia,13107.0,Emanuel County,18195.0,SOCO +2020,13000.0,Georgia,13109.0,Evans County,18195.0,SOCO +2020,13000.0,Georgia,13111.0,Fannin County,18195.0,SOCO +2020,13000.0,Georgia,13113.0,Fayette County,18195.0,SOCO +2020,13000.0,Georgia,13115.0,Floyd County,18195.0,SOCO +2020,13000.0,Georgia,13117.0,Forsyth County,18195.0,SOCO +2020,13000.0,Georgia,13119.0,Franklin County,18195.0,SOCO +2020,13000.0,Georgia,13121.0,Fulton County,18195.0,SOCO +2020,13000.0,Georgia,13123.0,Gilmer County,18195.0,SOCO +2020,13000.0,Georgia,13125.0,Glascock County,18195.0,SOCO +2020,13000.0,Georgia,13127.0,Glynn County,18195.0,SOCO +2020,13000.0,Georgia,13129.0,Gordon County,18195.0,SOCO +2020,13000.0,Georgia,13131.0,Grady County,18195.0,SOCO +2020,13000.0,Georgia,13133.0,Greene County,18195.0,SOCO +2020,13000.0,Georgia,13135.0,Gwinnett County,18195.0,SOCO +2020,13000.0,Georgia,13137.0,Habersham County,18195.0,SOCO +2020,13000.0,Georgia,13139.0,Hall County,18195.0,SOCO +2020,13000.0,Georgia,13141.0,Hancock County,18195.0,SOCO +2020,13000.0,Georgia,13143.0,Haralson County,18195.0,SOCO +2020,13000.0,Georgia,13145.0,Harris County,18195.0,SOCO +2020,13000.0,Georgia,13147.0,Hart County,18195.0,SOCO +2020,13000.0,Georgia,13149.0,Heard County,18195.0,SOCO +2020,13000.0,Georgia,13151.0,Henry County,18195.0,SOCO +2020,13000.0,Georgia,13153.0,Houston County,18195.0,SOCO +2020,13000.0,Georgia,13155.0,Irwin County,18195.0,SOCO +2020,13000.0,Georgia,13157.0,Jackson County,18195.0,SOCO +2020,13000.0,Georgia,13159.0,Jasper County,18195.0,SOCO +2020,13000.0,Georgia,13161.0,Jeff Davis County,18195.0,SOCO +2020,13000.0,Georgia,13163.0,Jefferson County,18195.0,SOCO +2020,13000.0,Georgia,13165.0,Jenkins County,18195.0,SOCO +2020,13000.0,Georgia,13167.0,Johnson County,18195.0,SOCO +2020,13000.0,Georgia,13169.0,Jones County,18195.0,SOCO +2020,13000.0,Georgia,13171.0,Lamar County,18195.0,SOCO +2020,13000.0,Georgia,13173.0,Lanier County,18195.0,SOCO +2020,13000.0,Georgia,13175.0,Laurens County,18195.0,SOCO +2020,13000.0,Georgia,13177.0,Lee County,18195.0,SOCO +2020,13000.0,Georgia,13179.0,Liberty County,18195.0,SOCO +2020,13000.0,Georgia,13181.0,Lincoln County,18195.0,SOCO +2020,13000.0,Georgia,13183.0,Long County,18195.0,SOCO +2020,13000.0,Georgia,13185.0,Lowndes County,18195.0,SOCO +2020,13000.0,Georgia,13187.0,Lumpkin County,18195.0,SOCO +2020,13000.0,Georgia,13189.0,McDuffie County,18195.0,SOCO +2020,13000.0,Georgia,13191.0,McIntosh County,18195.0,SOCO +2020,13000.0,Georgia,13193.0,Macon County,18195.0,SOCO +2020,13000.0,Georgia,13195.0,Madison County,18195.0,SOCO +2020,13000.0,Georgia,13197.0,Marion County,18195.0,SOCO +2020,13000.0,Georgia,13199.0,Meriwether County,18195.0,SOCO +2020,13000.0,Georgia,13201.0,Miller County,18195.0,SOCO +2020,13000.0,Georgia,13205.0,Mitchell County,18195.0,SOCO +2020,13000.0,Georgia,13207.0,Monroe County,18195.0,SOCO +2020,13000.0,Georgia,13209.0,Montgomery County,18195.0,SOCO +2020,13000.0,Georgia,13211.0,Morgan County,18195.0,SOCO +2020,13000.0,Georgia,13213.0,Murray County,18195.0,SOCO +2020,13000.0,Georgia,13215.0,Muscogee County,18195.0,SOCO +2020,13000.0,Georgia,13217.0,Newton County,18195.0,SOCO +2020,13000.0,Georgia,13219.0,Oconee County,18195.0,SOCO +2020,13000.0,Georgia,13221.0,Oglethorpe County,18195.0,SOCO +2020,13000.0,Georgia,13223.0,Paulding County,18195.0,SOCO +2020,13000.0,Georgia,13225.0,Peach County,18195.0,SOCO +2020,13000.0,Georgia,13227.0,Pickens County,18195.0,SOCO +2020,13000.0,Georgia,13229.0,Pierce County,18195.0,SOCO +2020,13000.0,Georgia,13231.0,Pike County,18195.0,SOCO +2020,13000.0,Georgia,13233.0,Polk County,18195.0,SOCO +2020,13000.0,Georgia,13235.0,Pulaski County,18195.0,SOCO +2020,13000.0,Georgia,13237.0,Putnam County,18195.0,SOCO +2020,13000.0,Georgia,13239.0,Quitman County,18195.0,SOCO +2020,13000.0,Georgia,13241.0,Rabun County,18195.0,SOCO +2020,13000.0,Georgia,13243.0,Randolph County,18195.0,SOCO +2020,13000.0,Georgia,13245.0,Richmond County,18195.0,SOCO +2020,13000.0,Georgia,13247.0,Rockdale County,18195.0,SOCO +2020,13000.0,Georgia,13249.0,Schley County,18195.0,SOCO +2020,13000.0,Georgia,13251.0,Screven County,18195.0,SOCO +2020,13000.0,Georgia,13253.0,Seminole County,18195.0,SOCO +2020,13000.0,Georgia,13255.0,Spalding County,18195.0,SOCO +2020,13000.0,Georgia,13257.0,Stephens County,18195.0,SOCO +2020,13000.0,Georgia,13259.0,Stewart County,18195.0,SOCO +2020,13000.0,Georgia,13261.0,Sumter County,18195.0,SOCO +2020,13000.0,Georgia,13263.0,Talbot County,18195.0,SOCO +2020,13000.0,Georgia,13265.0,Taliaferro County,18195.0,SOCO +2020,13000.0,Georgia,13267.0,Tattnall County,18195.0,SOCO +2020,13000.0,Georgia,13269.0,Taylor County,18195.0,SOCO +2020,13000.0,Georgia,13271.0,Telfair County,18195.0,SOCO +2020,13000.0,Georgia,13273.0,Terrell County,18195.0,SOCO +2020,13000.0,Georgia,13275.0,Thomas County,18195.0,SOCO +2020,13000.0,Georgia,13277.0,Tift County,18195.0,SOCO +2020,13000.0,Georgia,13279.0,Toombs County,18195.0,SOCO +2020,13000.0,Georgia,13283.0,Treutlen County,18195.0,SOCO +2020,13000.0,Georgia,13285.0,Troup County,18195.0,SOCO +2020,13000.0,Georgia,13287.0,Turner County,18195.0,SOCO +2020,13000.0,Georgia,13289.0,Twiggs County,18195.0,SOCO +2020,13000.0,Georgia,13293.0,Upson County,18195.0,SOCO +2020,13000.0,Georgia,13295.0,Walker County,18195.0,SOCO +2020,13000.0,Georgia,13297.0,Walton County,18195.0,SOCO +2020,13000.0,Georgia,13299.0,Ware County,18195.0,SOCO +2020,13000.0,Georgia,13301.0,Warren County,18195.0,SOCO +2020,13000.0,Georgia,13303.0,Washington County,18195.0,SOCO +2020,13000.0,Georgia,13305.0,Wayne County,18195.0,SOCO +2020,13000.0,Georgia,13307.0,Webster County,18195.0,SOCO +2020,13000.0,Georgia,13309.0,Wheeler County,18195.0,SOCO +2020,13000.0,Georgia,13311.0,White County,18195.0,SOCO +2020,13000.0,Georgia,13313.0,Whitfield County,18195.0,SOCO +2020,13000.0,Georgia,13315.0,Wilcox County,18195.0,SOCO +2020,13000.0,Georgia,13317.0,Wilkes County,18195.0,SOCO +2020,13000.0,Georgia,13319.0,Wilkinson County,18195.0,SOCO +2020,13000.0,Georgia,13321.0,Worth County,18195.0,SOCO +2020,28000.0,Mississippi,28023.0,Clarke County,18195.0,SOCO +2020,28000.0,Mississippi,28031.0,Covington County,18195.0,SOCO +2020,28000.0,Mississippi,28035.0,Forrest County,18195.0,SOCO +2020,28000.0,Mississippi,28039.0,George County,18195.0,SOCO +2020,28000.0,Mississippi,28041.0,Greene County,18195.0,SOCO +2020,28000.0,Mississippi,28045.0,Hancock County,18195.0,SOCO +2020,28000.0,Mississippi,28047.0,Harrison County,18195.0,SOCO +2020,28000.0,Mississippi,28059.0,Jackson County,18195.0,SOCO +2020,28000.0,Mississippi,28061.0,Jasper County,18195.0,SOCO +2020,28000.0,Mississippi,28065.0,Jefferson Davis County,18195.0,SOCO +2020,28000.0,Mississippi,28067.0,Jones County,18195.0,SOCO +2020,28000.0,Mississippi,28073.0,Lamar County,18195.0,SOCO +2020,28000.0,Mississippi,28075.0,Lauderdale County,18195.0,SOCO +2020,28000.0,Mississippi,28079.0,Leake County,18195.0,SOCO +2020,28000.0,Mississippi,28091.0,Marion County,18195.0,SOCO +2020,28000.0,Mississippi,28099.0,Neshoba County,18195.0,SOCO +2020,28000.0,Mississippi,28101.0,Newton County,18195.0,SOCO +2020,28000.0,Mississippi,28109.0,Pearl River County,18195.0,SOCO +2020,28000.0,Mississippi,28111.0,Perry County,18195.0,SOCO +2020,28000.0,Mississippi,28123.0,Scott County,18195.0,SOCO +2020,28000.0,Mississippi,28129.0,Smith County,18195.0,SOCO +2020,28000.0,Mississippi,28131.0,Stone County,18195.0,SOCO +2020,28000.0,Mississippi,28153.0,Wayne County,18195.0,SOCO +2020,53000.0,Washington,53033.0,King County,18429.0,TPWR +2020,53000.0,Washington,53041.0,Lewis County,18429.0,TPWR +2020,53000.0,Washington,53045.0,Mason County,18429.0,TPWR +2020,53000.0,Washington,53053.0,Pierce County,18429.0,TPWR +2020,12000.0,Florida,12073.0,Leon County,18445.0,TAL +2020,12000.0,Florida,12057.0,Hillsborough County,18454.0,TEC +2020,12000.0,Florida,12101.0,Pasco County,18454.0,TEC +2020,12000.0,Florida,12103.0,Pinellas County,18454.0,TEC +2020,12000.0,Florida,12105.0,Polk County,18454.0,TEC +2020,1000.0,Alabama,1015.0,Calhoun County,18642.0,TVA +2020,1000.0,Alabama,1019.0,Cherokee County,18642.0,TVA +2020,1000.0,Alabama,1033.0,Colbert County,18642.0,TVA +2020,1000.0,Alabama,1043.0,Cullman County,18642.0,TVA +2020,1000.0,Alabama,1049.0,DeKalb County,18642.0,TVA +2020,1000.0,Alabama,1055.0,Etowah County,18642.0,TVA +2020,1000.0,Alabama,1059.0,Franklin County,18642.0,TVA +2020,1000.0,Alabama,1071.0,Jackson County,18642.0,TVA +2020,1000.0,Alabama,1073.0,Jefferson County,18642.0,TVA +2020,1000.0,Alabama,1077.0,Lauderdale County,18642.0,TVA +2020,1000.0,Alabama,1079.0,Lawrence County,18642.0,TVA +2020,1000.0,Alabama,1083.0,Limestone County,18642.0,TVA +2020,1000.0,Alabama,1089.0,Madison County,18642.0,TVA +2020,1000.0,Alabama,1095.0,Marshall County,18642.0,TVA +2020,1000.0,Alabama,1103.0,Morgan County,18642.0,TVA +2020,1000.0,Alabama,1133.0,Winston County,18642.0,TVA +2020,13000.0,Georgia,13047.0,Catoosa County,18642.0,TVA +2020,13000.0,Georgia,13055.0,Chattooga County,18642.0,TVA +2020,13000.0,Georgia,13083.0,Dade County,18642.0,TVA +2020,13000.0,Georgia,13111.0,Fannin County,18642.0,TVA +2020,13000.0,Georgia,13115.0,Floyd County,18642.0,TVA +2020,13000.0,Georgia,13123.0,Gilmer County,18642.0,TVA +2020,13000.0,Georgia,13129.0,Gordon County,18642.0,TVA +2020,13000.0,Georgia,13213.0,Murray County,18642.0,TVA +2020,13000.0,Georgia,13281.0,Towns County,18642.0,TVA +2020,13000.0,Georgia,13291.0,Union County,18642.0,TVA +2020,13000.0,Georgia,13295.0,Walker County,18642.0,TVA +2020,13000.0,Georgia,13313.0,Whitfield County,18642.0,TVA +2020,21000.0,Kentucky,21001.0,Adair County,18642.0,TVA +2020,21000.0,Kentucky,21003.0,Allen County,18642.0,TVA +2020,21000.0,Kentucky,21009.0,Barren County,18642.0,TVA +2020,21000.0,Kentucky,21031.0,Butler County,18642.0,TVA +2020,21000.0,Kentucky,21035.0,Calloway County,18642.0,TVA +2020,21000.0,Kentucky,21039.0,Carlisle County,18642.0,TVA +2020,21000.0,Kentucky,21047.0,Christian County,18642.0,TVA +2020,21000.0,Kentucky,21053.0,Clinton County,18642.0,TVA +2020,21000.0,Kentucky,21057.0,Cumberland County,18642.0,TVA +2020,21000.0,Kentucky,21061.0,Edmonson County,18642.0,TVA +2020,21000.0,Kentucky,21075.0,Fulton County,18642.0,TVA +2020,21000.0,Kentucky,21081.0,Grant County,18642.0,TVA +2020,21000.0,Kentucky,21083.0,Graves County,18642.0,TVA +2020,21000.0,Kentucky,21085.0,Grayson County,18642.0,TVA +2020,21000.0,Kentucky,21095.0,Harlan County,18642.0,TVA +2020,21000.0,Kentucky,21105.0,Hickman County,18642.0,TVA +2020,21000.0,Kentucky,21107.0,Hopkins County,18642.0,TVA +2020,21000.0,Kentucky,21139.0,Livingston County,18642.0,TVA +2020,21000.0,Kentucky,21141.0,Logan County,18642.0,TVA +2020,21000.0,Kentucky,21145.0,McCracken County,18642.0,TVA +2020,21000.0,Kentucky,21157.0,Marshall County,18642.0,TVA +2020,21000.0,Kentucky,21169.0,Metcalfe County,18642.0,TVA +2020,21000.0,Kentucky,21171.0,Monroe County,18642.0,TVA +2020,21000.0,Kentucky,21177.0,Muhlenberg County,18642.0,TVA +2020,21000.0,Kentucky,21183.0,Ohio County,18642.0,TVA +2020,21000.0,Kentucky,21213.0,Simpson County,18642.0,TVA +2020,21000.0,Kentucky,21219.0,Todd County,18642.0,TVA +2020,21000.0,Kentucky,21221.0,Trigg County,18642.0,TVA +2020,21000.0,Kentucky,21227.0,Warren County,18642.0,TVA +2020,21000.0,Kentucky,21235.0,Whitley County,18642.0,TVA +2020,28000.0,Mississippi,28003.0,Alcorn County,18642.0,TVA +2020,28000.0,Mississippi,28007.0,Attala County,18642.0,TVA +2020,28000.0,Mississippi,28009.0,Benton County,18642.0,TVA +2020,28000.0,Mississippi,28013.0,Calhoun County,18642.0,TVA +2020,28000.0,Mississippi,28017.0,Chickasaw County,18642.0,TVA +2020,28000.0,Mississippi,28019.0,Choctaw County,18642.0,TVA +2020,28000.0,Mississippi,28023.0,Clarke County,18642.0,TVA +2020,28000.0,Mississippi,28025.0,Clay County,18642.0,TVA +2020,28000.0,Mississippi,28033.0,DeSoto County,18642.0,TVA +2020,28000.0,Mississippi,28057.0,Itawamba County,18642.0,TVA +2020,28000.0,Mississippi,28061.0,Jasper County,18642.0,TVA +2020,28000.0,Mississippi,28069.0,Kemper County,18642.0,TVA +2020,28000.0,Mississippi,28071.0,Lafayette County,18642.0,TVA +2020,28000.0,Mississippi,28075.0,Lauderdale County,18642.0,TVA +2020,28000.0,Mississippi,28079.0,Leake County,18642.0,TVA +2020,28000.0,Mississippi,28081.0,Lee County,18642.0,TVA +2020,28000.0,Mississippi,28087.0,Lowndes County,18642.0,TVA +2020,28000.0,Mississippi,28093.0,Marshall County,18642.0,TVA +2020,28000.0,Mississippi,28095.0,Monroe County,18642.0,TVA +2020,28000.0,Mississippi,28099.0,Neshoba County,18642.0,TVA +2020,28000.0,Mississippi,28101.0,Newton County,18642.0,TVA +2020,28000.0,Mississippi,28103.0,Noxubee County,18642.0,TVA +2020,28000.0,Mississippi,28105.0,Oktibbeha County,18642.0,TVA +2020,28000.0,Mississippi,28107.0,Panola County,18642.0,TVA +2020,28000.0,Mississippi,28115.0,Pontotoc County,18642.0,TVA +2020,28000.0,Mississippi,28117.0,Prentiss County,18642.0,TVA +2020,28000.0,Mississippi,28121.0,Rankin County,18642.0,TVA +2020,28000.0,Mississippi,28123.0,Scott County,18642.0,TVA +2020,28000.0,Mississippi,28135.0,Tallahatchie County,18642.0,TVA +2020,28000.0,Mississippi,28137.0,Tate County,18642.0,TVA +2020,28000.0,Mississippi,28139.0,Tippah County,18642.0,TVA +2020,28000.0,Mississippi,28141.0,Tishomingo County,18642.0,TVA +2020,28000.0,Mississippi,28145.0,Union County,18642.0,TVA +2020,28000.0,Mississippi,28153.0,Wayne County,18642.0,TVA +2020,28000.0,Mississippi,28155.0,Webster County,18642.0,TVA +2020,28000.0,Mississippi,28159.0,Winston County,18642.0,TVA +2020,28000.0,Mississippi,28161.0,Yalobusha County,18642.0,TVA +2020,37000.0,North Carolina,37011.0,Avery County,18642.0,TVA +2020,37000.0,North Carolina,37023.0,Burke County,18642.0,TVA +2020,37000.0,North Carolina,37039.0,Cherokee County,18642.0,TVA +2020,37000.0,North Carolina,37189.0,Watauga County,18642.0,TVA +2020,47000.0,Tennessee,47001.0,Anderson County,18642.0,TVA +2020,47000.0,Tennessee,47003.0,Bedford County,18642.0,TVA +2020,47000.0,Tennessee,47005.0,Benton County,18642.0,TVA +2020,47000.0,Tennessee,47007.0,Bledsoe County,18642.0,TVA +2020,47000.0,Tennessee,47009.0,Blount County,18642.0,TVA +2020,47000.0,Tennessee,47011.0,Bradley County,18642.0,TVA +2020,47000.0,Tennessee,47013.0,Campbell County,18642.0,TVA +2020,47000.0,Tennessee,47015.0,Cannon County,18642.0,TVA +2020,47000.0,Tennessee,47017.0,Carroll County,18642.0,TVA +2020,47000.0,Tennessee,47019.0,Carter County,18642.0,TVA +2020,47000.0,Tennessee,47021.0,Cheatham County,18642.0,TVA +2020,47000.0,Tennessee,47023.0,Chester County,18642.0,TVA +2020,47000.0,Tennessee,47025.0,Claiborne County,18642.0,TVA +2020,47000.0,Tennessee,47027.0,Clay County,18642.0,TVA +2020,47000.0,Tennessee,47029.0,Cocke County,18642.0,TVA +2020,47000.0,Tennessee,47031.0,Coffee County,18642.0,TVA +2020,47000.0,Tennessee,47033.0,Crockett County,18642.0,TVA +2020,47000.0,Tennessee,47035.0,Cumberland County,18642.0,TVA +2020,47000.0,Tennessee,47037.0,Davidson County,18642.0,TVA +2020,47000.0,Tennessee,47039.0,Decatur County,18642.0,TVA +2020,47000.0,Tennessee,47041.0,DeKalb County,18642.0,TVA +2020,47000.0,Tennessee,47043.0,Dickson County,18642.0,TVA +2020,47000.0,Tennessee,47045.0,Dyer County,18642.0,TVA +2020,47000.0,Tennessee,47047.0,Fayette County,18642.0,TVA +2020,47000.0,Tennessee,47049.0,Fentress County,18642.0,TVA +2020,47000.0,Tennessee,47051.0,Franklin County,18642.0,TVA +2020,47000.0,Tennessee,47053.0,Gibson County,18642.0,TVA +2020,47000.0,Tennessee,47055.0,Giles County,18642.0,TVA +2020,47000.0,Tennessee,47057.0,Grainger County,18642.0,TVA +2020,47000.0,Tennessee,47059.0,Greene County,18642.0,TVA +2020,47000.0,Tennessee,47061.0,Grundy County,18642.0,TVA +2020,47000.0,Tennessee,47063.0,Hamblen County,18642.0,TVA +2020,47000.0,Tennessee,47065.0,Hamilton County,18642.0,TVA +2020,47000.0,Tennessee,47067.0,Hancock County,18642.0,TVA +2020,47000.0,Tennessee,47069.0,Hardeman County,18642.0,TVA +2020,47000.0,Tennessee,47071.0,Hardin County,18642.0,TVA +2020,47000.0,Tennessee,47073.0,Hawkins County,18642.0,TVA +2020,47000.0,Tennessee,47075.0,Haywood County,18642.0,TVA +2020,47000.0,Tennessee,47077.0,Henderson County,18642.0,TVA +2020,47000.0,Tennessee,47079.0,Henry County,18642.0,TVA +2020,47000.0,Tennessee,47081.0,Hickman County,18642.0,TVA +2020,47000.0,Tennessee,47083.0,Houston County,18642.0,TVA +2020,47000.0,Tennessee,47085.0,Humphreys County,18642.0,TVA +2020,47000.0,Tennessee,47087.0,Jackson County,18642.0,TVA +2020,47000.0,Tennessee,47089.0,Jefferson County,18642.0,TVA +2020,47000.0,Tennessee,47091.0,Johnson County,18642.0,TVA +2020,47000.0,Tennessee,47093.0,Knox County,18642.0,TVA +2020,47000.0,Tennessee,47095.0,Lake County,18642.0,TVA +2020,47000.0,Tennessee,47097.0,Lauderdale County,18642.0,TVA +2020,47000.0,Tennessee,47099.0,Lawrence County,18642.0,TVA +2020,47000.0,Tennessee,47101.0,Lewis County,18642.0,TVA +2020,47000.0,Tennessee,47103.0,Lincoln County,18642.0,TVA +2020,47000.0,Tennessee,47105.0,Loudon County,18642.0,TVA +2020,47000.0,Tennessee,47107.0,McMinn County,18642.0,TVA +2020,47000.0,Tennessee,47109.0,McNairy County,18642.0,TVA +2020,47000.0,Tennessee,47111.0,Macon County,18642.0,TVA +2020,47000.0,Tennessee,47113.0,Madison County,18642.0,TVA +2020,47000.0,Tennessee,47115.0,Marion County,18642.0,TVA +2020,47000.0,Tennessee,47117.0,Marshall County,18642.0,TVA +2020,47000.0,Tennessee,47119.0,Maury County,18642.0,TVA +2020,47000.0,Tennessee,47121.0,Meigs County,18642.0,TVA +2020,47000.0,Tennessee,47123.0,Monroe County,18642.0,TVA +2020,47000.0,Tennessee,47125.0,Montgomery County,18642.0,TVA +2020,47000.0,Tennessee,47127.0,Moore County,18642.0,TVA +2020,47000.0,Tennessee,47129.0,Morgan County,18642.0,TVA +2020,47000.0,Tennessee,47131.0,Obion County,18642.0,TVA +2020,47000.0,Tennessee,47133.0,Overton County,18642.0,TVA +2020,47000.0,Tennessee,47135.0,Perry County,18642.0,TVA +2020,47000.0,Tennessee,47137.0,Pickett County,18642.0,TVA +2020,47000.0,Tennessee,47139.0,Polk County,18642.0,TVA +2020,47000.0,Tennessee,47141.0,Putnam County,18642.0,TVA +2020,47000.0,Tennessee,47143.0,Rhea County,18642.0,TVA +2020,47000.0,Tennessee,47145.0,Roane County,18642.0,TVA +2020,47000.0,Tennessee,47147.0,Robertson County,18642.0,TVA +2020,47000.0,Tennessee,47149.0,Rutherford County,18642.0,TVA +2020,47000.0,Tennessee,47151.0,Scott County,18642.0,TVA +2020,47000.0,Tennessee,47153.0,Sequatchie County,18642.0,TVA +2020,47000.0,Tennessee,47155.0,Sevier County,18642.0,TVA +2020,47000.0,Tennessee,47157.0,Shelby County,18642.0,TVA +2020,47000.0,Tennessee,47159.0,Smith County,18642.0,TVA +2020,47000.0,Tennessee,47161.0,Stewart County,18642.0,TVA +2020,47000.0,Tennessee,47163.0,Sullivan County,18642.0,TVA +2020,47000.0,Tennessee,47165.0,Sumner County,18642.0,TVA +2020,47000.0,Tennessee,47167.0,Tipton County,18642.0,TVA +2020,47000.0,Tennessee,47169.0,Trousdale County,18642.0,TVA +2020,47000.0,Tennessee,47171.0,Unicoi County,18642.0,TVA +2020,47000.0,Tennessee,47173.0,Union County,18642.0,TVA +2020,47000.0,Tennessee,47175.0,Van Buren County,18642.0,TVA +2020,47000.0,Tennessee,47177.0,Warren County,18642.0,TVA +2020,47000.0,Tennessee,47179.0,Washington County,18642.0,TVA +2020,47000.0,Tennessee,47181.0,Wayne County,18642.0,TVA +2020,47000.0,Tennessee,47183.0,Weakley County,18642.0,TVA +2020,47000.0,Tennessee,47185.0,White County,18642.0,TVA +2020,47000.0,Tennessee,47187.0,Williamson County,18642.0,TVA +2020,47000.0,Tennessee,47189.0,Wilson County,18642.0,TVA +2020,51000.0,Virginia,51105.0,Lee County,18642.0,TVA +2020,51000.0,Virginia,51169.0,Scott County,18642.0,TVA +2020,51000.0,Virginia,51191.0,Washington County,18642.0,TVA +2020,51000.0,Virginia,51195.0,Wise County,18642.0,TVA +2020,51000.0,Virginia,51520.0,Bristol City,18642.0,TVA +2020,6000.0,California,6047.0,Merced County,19281.0,TIDC +2020,6000.0,California,6099.0,Stanislaus County,19281.0,TIDC +2020,6000.0,California,6109.0,Tuolumne County,19281.0,TIDC +2020,15000.0,Hawaii,15003.0,Honolulu County,19547.0,HECO +2020,30000.0,Montana,30003.0,Big Horn County,19610.0,WAUW +2020,30000.0,Montana,30005.0,Blaine County,19610.0,WAUW +2020,30000.0,Montana,30009.0,Carbon County,19610.0,WAUW +2020,30000.0,Montana,30013.0,Cascade County,19610.0,WAUW +2020,30000.0,Montana,30015.0,Chouteau County,19610.0,WAUW +2020,30000.0,Montana,30021.0,Dawson County,19610.0,WAUW +2020,30000.0,Montana,30027.0,Fergus County,19610.0,WAUW +2020,30000.0,Montana,30037.0,Golden Valley County,19610.0,WAUW +2020,30000.0,Montana,30045.0,Judith Basin County,19610.0,WAUW +2020,30000.0,Montana,30059.0,Meagher County,19610.0,WAUW +2020,30000.0,Montana,30065.0,Musselshell County,19610.0,WAUW +2020,30000.0,Montana,30069.0,Petroleum County,19610.0,WAUW +2020,30000.0,Montana,30083.0,Richland County,19610.0,WAUW +2020,30000.0,Montana,30085.0,Roosevelt County,19610.0,WAUW +2020,30000.0,Montana,30095.0,Stillwater County,19610.0,WAUW +2020,30000.0,Montana,30097.0,Sweet Grass County,19610.0,WAUW +2020,30000.0,Montana,30103.0,Treasure County,19610.0,WAUW +2020,30000.0,Montana,30107.0,Wheatland County,19610.0,WAUW +2020,30000.0,Montana,30111.0,Yellowstone County,19610.0,WAUW +2020,38000.0,North Dakota,38053.0,McKenzie County,19610.0,WAUW +2020,38000.0,North Dakota,38105.0,Williams County,19610.0,WAUW +2020,56000.0,Wyoming,56005.0,Campbell County,19610.0,WAUW +2020,56000.0,Wyoming,56011.0,Crook County,19610.0,WAUW +2020,16000.0,Idaho,16009.0,Benewah County,20169.0,AVA +2020,16000.0,Idaho,16017.0,Bonner County,20169.0,AVA +2020,16000.0,Idaho,16035.0,Clearwater County,20169.0,AVA +2020,16000.0,Idaho,16049.0,Idaho County,20169.0,AVA +2020,16000.0,Idaho,16055.0,Kootenai County,20169.0,AVA +2020,16000.0,Idaho,16057.0,Latah County,20169.0,AVA +2020,16000.0,Idaho,16061.0,Lewis County,20169.0,AVA +2020,16000.0,Idaho,16069.0,Nez Perce County,20169.0,AVA +2020,16000.0,Idaho,16079.0,Shoshone County,20169.0,AVA +2020,30000.0,Montana,30089.0,Sanders County,20169.0,AVA +2020,53000.0,Washington,53001.0,Adams County,20169.0,AVA +2020,53000.0,Washington,53003.0,Asotin County,20169.0,AVA +2020,53000.0,Washington,53019.0,Ferry County,20169.0,AVA +2020,53000.0,Washington,53025.0,Grant County,20169.0,AVA +2020,53000.0,Washington,53043.0,Lincoln County,20169.0,AVA +2020,53000.0,Washington,53051.0,Pend Oreille County,20169.0,AVA +2020,53000.0,Washington,53063.0,Spokane County,20169.0,AVA +2020,53000.0,Washington,53065.0,Stevens County,20169.0,AVA +2020,53000.0,Washington,53075.0,Whitman County,20169.0,AVA +2020,12000.0,Florida,12001.0,Alachua County,21554.0,SEC +2020,12000.0,Florida,12003.0,Baker County,21554.0,SEC +2020,12000.0,Florida,12007.0,Bradford County,21554.0,SEC +2020,12000.0,Florida,12009.0,Brevard County,21554.0,SEC +2020,12000.0,Florida,12017.0,Citrus County,21554.0,SEC +2020,12000.0,Florida,12019.0,Clay County,21554.0,SEC +2020,12000.0,Florida,12023.0,Columbia County,21554.0,SEC +2020,12000.0,Florida,12027.0,DeSoto County,21554.0,SEC +2020,12000.0,Florida,12029.0,Dixie County,21554.0,SEC +2020,12000.0,Florida,12031.0,Duval County,21554.0,SEC +2020,12000.0,Florida,12035.0,Flagler County,21554.0,SEC +2020,12000.0,Florida,12039.0,Gadsden County,21554.0,SEC +2020,12000.0,Florida,12041.0,Gilchrist County,21554.0,SEC +2020,12000.0,Florida,12043.0,Glades County,21554.0,SEC +2020,12000.0,Florida,12047.0,Hamilton County,21554.0,SEC +2020,12000.0,Florida,12049.0,Hardee County,21554.0,SEC +2020,12000.0,Florida,12051.0,Hendry County,21554.0,SEC +2020,12000.0,Florida,12053.0,Hernando County,21554.0,SEC +2020,12000.0,Florida,12055.0,Highlands County,21554.0,SEC +2020,12000.0,Florida,12057.0,Hillsborough County,21554.0,SEC +2020,12000.0,Florida,12061.0,Indian River County,21554.0,SEC +2020,12000.0,Florida,12065.0,Jefferson County,21554.0,SEC +2020,12000.0,Florida,12067.0,Lafayette County,21554.0,SEC +2020,12000.0,Florida,12069.0,Lake County,21554.0,SEC +2020,12000.0,Florida,12073.0,Leon County,21554.0,SEC +2020,12000.0,Florida,12075.0,Levy County,21554.0,SEC +2020,12000.0,Florida,12077.0,Liberty County,21554.0,SEC +2020,12000.0,Florida,12079.0,Madison County,21554.0,SEC +2020,12000.0,Florida,12081.0,Manatee County,21554.0,SEC +2020,12000.0,Florida,12083.0,Marion County,21554.0,SEC +2020,12000.0,Florida,12093.0,Okeechobee County,21554.0,SEC +2020,12000.0,Florida,12097.0,Osceola County,21554.0,SEC +2020,12000.0,Florida,12101.0,Pasco County,21554.0,SEC +2020,12000.0,Florida,12105.0,Polk County,21554.0,SEC +2020,12000.0,Florida,12107.0,Putnam County,21554.0,SEC +2020,12000.0,Florida,12115.0,Sarasota County,21554.0,SEC +2020,12000.0,Florida,12119.0,Sumter County,21554.0,SEC +2020,12000.0,Florida,12121.0,Suwannee County,21554.0,SEC +2020,12000.0,Florida,12123.0,Taylor County,21554.0,SEC +2020,12000.0,Florida,12125.0,Union County,21554.0,SEC +2020,12000.0,Florida,12127.0,Volusia County,21554.0,SEC +2020,12000.0,Florida,12129.0,Wakulla County,21554.0,SEC +2020,4000.0,Arizona,4003.0,Cochise County ,24211.0,TEPC +2020,4000.0,Arizona,4015.0,Mohave County,24211.0,TEPC +2020,4000.0,Arizona,4019.0,Pima County,24211.0,TEPC +2020,4000.0,Arizona,4023.0,Santa Cruz County,24211.0,TEPC +2020,4000.0,Arizona,4001.0,Apache County,25471.0,WALC +2020,4000.0,Arizona,4003.0,Cochise County ,25471.0,WALC +2020,4000.0,Arizona,4005.0,Coconino County,25471.0,WALC +2020,4000.0,Arizona,4007.0,Gila County,25471.0,WALC +2020,4000.0,Arizona,4009.0,Graham County,25471.0,WALC +2020,4000.0,Arizona,4011.0,Greenlee County,25471.0,WALC +2020,4000.0,Arizona,4012.0,La Paz County,25471.0,WALC +2020,4000.0,Arizona,4013.0,Maricopa County,25471.0,WALC +2020,4000.0,Arizona,4015.0,Mohave County,25471.0,WALC +2020,4000.0,Arizona,4017.0,Navajo County,25471.0,WALC +2020,4000.0,Arizona,4019.0,Pima County,25471.0,WALC +2020,4000.0,Arizona,4021.0,Pinal County,25471.0,WALC +2020,4000.0,Arizona,4023.0,Santa Cruz County,25471.0,WALC +2020,4000.0,Arizona,4025.0,Yavapai County,25471.0,WALC +2020,4000.0,Arizona,4027.0,Yuma County,25471.0,WALC +2020,6000.0,California,6001.0,Alameda County,25471.0,WALC +2020,6000.0,California,6007.0,Butte County,25471.0,WALC +2020,6000.0,California,6009.0,Calaveras County,25471.0,WALC +2020,6000.0,California,6011.0,Colusa County,25471.0,WALC +2020,6000.0,California,6013.0,Contra Costa County,25471.0,WALC +2020,6000.0,California,6019.0,Fresno County,25471.0,WALC +2020,6000.0,California,6021.0,Glenn County,25471.0,WALC +2020,6000.0,California,6025.0,Imperial County,25471.0,WALC +2020,6000.0,California,6035.0,Lassen County,25471.0,WALC +2020,6000.0,California,6039.0,Madera County,25471.0,WALC +2020,6000.0,California,6047.0,Merced County,25471.0,WALC +2020,6000.0,California,6049.0,Modoc County,25471.0,WALC +2020,6000.0,California,6061.0,Placer County,25471.0,WALC +2020,6000.0,California,6065.0,Riverside County,25471.0,WALC +2020,6000.0,California,6067.0,Sacramento County,25471.0,WALC +2020,6000.0,California,6071.0,San Bernardino County,25471.0,WALC +2020,6000.0,California,6077.0,San Joaquin County,25471.0,WALC +2020,6000.0,California,6085.0,Santa Clara County,25471.0,WALC +2020,6000.0,California,6089.0,Shasta County,25471.0,WALC +2020,6000.0,California,6093.0,Siskiyou County,25471.0,WALC +2020,6000.0,California,6095.0,Solano County,25471.0,WALC +2020,6000.0,California,6101.0,Sutter County,25471.0,WALC +2020,6000.0,California,6103.0,Tehama County,25471.0,WALC +2020,6000.0,California,6105.0,Trinity County,25471.0,WALC +2020,6000.0,California,6109.0,Tuolumne County,25471.0,WALC +2020,6000.0,California,6113.0,Yolo County,25471.0,WALC +2020,6000.0,California,6115.0,Yuba County,25471.0,WALC +2020,8000.0,Colorado,8013.0,Boulder County,25471.0,WALC +2020,8000.0,Colorado,8014.0,Broomfield County,25471.0,WALC +2020,8000.0,Colorado,8015.0,Chaffee County,25471.0,WALC +2020,8000.0,Colorado,8019.0,Clear Creek County,25471.0,WALC +2020,8000.0,Colorado,8027.0,Custer County,25471.0,WALC +2020,8000.0,Colorado,8029.0,Delta County,25471.0,WALC +2020,8000.0,Colorado,8033.0,Dolores County,25471.0,WALC +2020,8000.0,Colorado,8041.0,El Paso County,25471.0,WALC +2020,8000.0,Colorado,8043.0,Fremont County,25471.0,WALC +2020,8000.0,Colorado,8045.0,Garfield County,25471.0,WALC +2020,8000.0,Colorado,8049.0,Grand County,25471.0,WALC +2020,8000.0,Colorado,8051.0,Gunnison County,25471.0,WALC +2020,8000.0,Colorado,8057.0,Jackson County,25471.0,WALC +2020,8000.0,Colorado,8059.0,Jefferson County,25471.0,WALC +2020,8000.0,Colorado,8065.0,Lake County,25471.0,WALC +2020,8000.0,Colorado,8067.0,La Plata County,25471.0,WALC +2020,8000.0,Colorado,8069.0,Larimer County,25471.0,WALC +2020,8000.0,Colorado,8073.0,Lincoln County,25471.0,WALC +2020,8000.0,Colorado,8075.0,Logan County,25471.0,WALC +2020,8000.0,Colorado,8077.0,Mesa County,25471.0,WALC +2020,8000.0,Colorado,8081.0,Moffat County,25471.0,WALC +2020,8000.0,Colorado,8083.0,Montezuma County,25471.0,WALC +2020,8000.0,Colorado,8085.0,Montrose County,25471.0,WALC +2020,8000.0,Colorado,8087.0,Morgan County,25471.0,WALC +2020,8000.0,Colorado,8091.0,Ouray County,25471.0,WALC +2020,8000.0,Colorado,8095.0,Phillips County,25471.0,WALC +2020,8000.0,Colorado,8101.0,Pueblo County,25471.0,WALC +2020,8000.0,Colorado,8103.0,Rio Blanco County,25471.0,WALC +2020,8000.0,Colorado,8107.0,Routt County,25471.0,WALC +2020,8000.0,Colorado,8109.0,Saguache County,25471.0,WALC +2020,8000.0,Colorado,8113.0,San Miguel County,25471.0,WALC +2020,8000.0,Colorado,8115.0,Sedgwick County,25471.0,WALC +2020,8000.0,Colorado,8117.0,Summit County,25471.0,WALC +2020,8000.0,Colorado,8121.0,Washington County,25471.0,WALC +2020,8000.0,Colorado,8123.0,Weld County,25471.0,WALC +2020,8000.0,Colorado,8125.0,Yuma County,25471.0,WALC +2020,19000.0,Iowa,19001.0,Adair County,25471.0,WALC +2020,19000.0,Iowa,19009.0,Audubon County,25471.0,WALC +2020,19000.0,Iowa,19029.0,Cass County,25471.0,WALC +2020,19000.0,Iowa,19035.0,Cherokee County,25471.0,WALC +2020,19000.0,Iowa,19041.0,Clay County,25471.0,WALC +2020,19000.0,Iowa,19047.0,Crawford County,25471.0,WALC +2020,19000.0,Iowa,19119.0,Lyon County,25471.0,WALC +2020,19000.0,Iowa,19133.0,Monona County,25471.0,WALC +2020,19000.0,Iowa,19141.0,O'Brien County,25471.0,WALC +2020,19000.0,Iowa,19149.0,Plymouth County,25471.0,WALC +2020,19000.0,Iowa,19159.0,Ringgold County,25471.0,WALC +2020,19000.0,Iowa,19165.0,Shelby County,25471.0,WALC +2020,19000.0,Iowa,19167.0,Sioux County,25471.0,WALC +2020,19000.0,Iowa,19173.0,Taylor County,25471.0,WALC +2020,19000.0,Iowa,19175.0,Union County,25471.0,WALC +2020,19000.0,Iowa,19193.0,Woodbury County,25471.0,WALC +2020,20000.0,Kansas,20089.0,Jewell County,25471.0,WALC +2020,27000.0,Minnesota,27023.0,Chippewa County,25471.0,WALC +2020,27000.0,Minnesota,27027.0,Clay County,25471.0,WALC +2020,27000.0,Minnesota,27051.0,Grant County,25471.0,WALC +2020,27000.0,Minnesota,27073.0,Lac Qui Parle County,25471.0,WALC +2020,27000.0,Minnesota,27111.0,Otter Tail County,25471.0,WALC +2020,27000.0,Minnesota,27119.0,Polk County,25471.0,WALC +2020,27000.0,Minnesota,27149.0,Stevens County,25471.0,WALC +2020,27000.0,Minnesota,27151.0,Swift County,25471.0,WALC +2020,27000.0,Minnesota,27167.0,Wilkin County,25471.0,WALC +2020,27000.0,Minnesota,27173.0,Yellow Medicine County,25471.0,WALC +2020,29000.0,Missouri,29147.0,Nodaway County,25471.0,WALC +2020,30000.0,Montana,30003.0,Big Horn County,25471.0,WALC +2020,30000.0,Montana,30005.0,Blaine County,25471.0,WALC +2020,30000.0,Montana,30009.0,Carbon County,25471.0,WALC +2020,30000.0,Montana,30013.0,Cascade County,25471.0,WALC +2020,30000.0,Montana,30015.0,Chouteau County,25471.0,WALC +2020,30000.0,Montana,30017.0,Custer County,25471.0,WALC +2020,30000.0,Montana,30021.0,Dawson County,25471.0,WALC +2020,30000.0,Montana,30025.0,Fallon County,25471.0,WALC +2020,30000.0,Montana,30033.0,Garfield County,25471.0,WALC +2020,30000.0,Montana,30041.0,Hill County,25471.0,WALC +2020,30000.0,Montana,30049.0,Lewis and Clark County,25471.0,WALC +2020,30000.0,Montana,30051.0,Liberty County,25471.0,WALC +2020,30000.0,Montana,30055.0,McCone County,25471.0,WALC +2020,30000.0,Montana,30071.0,Phillips County,25471.0,WALC +2020,30000.0,Montana,30073.0,Pondera County,25471.0,WALC +2020,30000.0,Montana,30079.0,Prairie County,25471.0,WALC +2020,30000.0,Montana,30083.0,Richland County,25471.0,WALC +2020,30000.0,Montana,30085.0,Roosevelt County,25471.0,WALC +2020,30000.0,Montana,30087.0,Rosebud County,25471.0,WALC +2020,30000.0,Montana,30099.0,Teton County,25471.0,WALC +2020,30000.0,Montana,30101.0,Toole County,25471.0,WALC +2020,30000.0,Montana,30103.0,Treasure County,25471.0,WALC +2020,30000.0,Montana,30105.0,Valley County,25471.0,WALC +2020,30000.0,Montana,30109.0,Wibaux County,25471.0,WALC +2020,30000.0,Montana,30111.0,Yellowstone County,25471.0,WALC +2020,31000.0,Nebraska,31003.0,Antelope County,25471.0,WALC +2020,31000.0,Nebraska,31007.0,Banner County,25471.0,WALC +2020,31000.0,Nebraska,31011.0,Boone County,25471.0,WALC +2020,31000.0,Nebraska,31013.0,Box Butte County,25471.0,WALC +2020,31000.0,Nebraska,31015.0,Boyd County,25471.0,WALC +2020,31000.0,Nebraska,31027.0,Cedar County,25471.0,WALC +2020,31000.0,Nebraska,31033.0,Cheyenne County,25471.0,WALC +2020,31000.0,Nebraska,31043.0,Dakota County,25471.0,WALC +2020,31000.0,Nebraska,31045.0,Dawes County,25471.0,WALC +2020,31000.0,Nebraska,31049.0,Deuel County,25471.0,WALC +2020,31000.0,Nebraska,31077.0,Greeley County,25471.0,WALC +2020,31000.0,Nebraska,31089.0,Holt County,25471.0,WALC +2020,31000.0,Nebraska,31101.0,Keith County,25471.0,WALC +2020,31000.0,Nebraska,31105.0,Kimball County,25471.0,WALC +2020,31000.0,Nebraska,31121.0,Merrick County,25471.0,WALC +2020,31000.0,Nebraska,31123.0,Morrill County,25471.0,WALC +2020,31000.0,Nebraska,31125.0,Nance County,25471.0,WALC +2020,31000.0,Nebraska,31157.0,Scotts Bluff County,25471.0,WALC +2020,31000.0,Nebraska,31165.0,Sioux County,25471.0,WALC +2020,31000.0,Nebraska,31183.0,Wheeler County,25471.0,WALC +2020,32000.0,Nevada,32003.0,Clark County,25471.0,WALC +2020,35000.0,New Mexico,35031.0,McKinley County,25471.0,WALC +2020,35000.0,New Mexico,35039.0,Rio Arriba County,25471.0,WALC +2020,35000.0,New Mexico,35043.0,Sandoval County,25471.0,WALC +2020,35000.0,New Mexico,35045.0,San Juan County,25471.0,WALC +2020,35000.0,New Mexico,35049.0,Santa Fe County,25471.0,WALC +2020,38000.0,North Dakota,38003.0,Barnes County,25471.0,WALC +2020,38000.0,North Dakota,38005.0,Benson County,25471.0,WALC +2020,38000.0,North Dakota,38007.0,Billings County,25471.0,WALC +2020,38000.0,North Dakota,38015.0,Burleigh County,25471.0,WALC +2020,38000.0,North Dakota,38017.0,Cass County,25471.0,WALC +2020,38000.0,North Dakota,38021.0,Dickey County,25471.0,WALC +2020,38000.0,North Dakota,38025.0,Dunn County,25471.0,WALC +2020,38000.0,North Dakota,38027.0,Eddy County,25471.0,WALC +2020,38000.0,North Dakota,38029.0,Emmons County,25471.0,WALC +2020,38000.0,North Dakota,38031.0,Foster County,25471.0,WALC +2020,38000.0,North Dakota,38033.0,Golden Valley County,25471.0,WALC +2020,38000.0,North Dakota,38035.0,Grand Forks County,25471.0,WALC +2020,38000.0,North Dakota,38037.0,Grant County,25471.0,WALC +2020,38000.0,North Dakota,38039.0,Griggs County,25471.0,WALC +2020,38000.0,North Dakota,38043.0,Kidder County,25471.0,WALC +2020,38000.0,North Dakota,38045.0,LaMoure County,25471.0,WALC +2020,38000.0,North Dakota,38049.0,McHenry County,25471.0,WALC +2020,38000.0,North Dakota,38053.0,McKenzie County,25471.0,WALC +2020,38000.0,North Dakota,38055.0,McLean County,25471.0,WALC +2020,38000.0,North Dakota,38057.0,Mercer County,25471.0,WALC +2020,38000.0,North Dakota,38059.0,Morton County,25471.0,WALC +2020,38000.0,North Dakota,38063.0,Nelson County,25471.0,WALC +2020,38000.0,North Dakota,38065.0,Oliver County,25471.0,WALC +2020,38000.0,North Dakota,38069.0,Pierce County,25471.0,WALC +2020,38000.0,North Dakota,38071.0,Ramsey County,25471.0,WALC +2020,38000.0,North Dakota,38073.0,Ransom County,25471.0,WALC +2020,38000.0,North Dakota,38081.0,Sargent County,25471.0,WALC +2020,38000.0,North Dakota,38089.0,Stark County,25471.0,WALC +2020,38000.0,North Dakota,38091.0,Steele County,25471.0,WALC +2020,38000.0,North Dakota,38093.0,Stutsman County,25471.0,WALC +2020,38000.0,North Dakota,38095.0,Towner County,25471.0,WALC +2020,38000.0,North Dakota,38097.0,Traill County,25471.0,WALC +2020,38000.0,North Dakota,38101.0,Ward County,25471.0,WALC +2020,38000.0,North Dakota,38103.0,Wells County,25471.0,WALC +2020,38000.0,North Dakota,38105.0,Williams County,25471.0,WALC +2020,41000.0,Oregon,41035.0,Klamath County,25471.0,WALC +2020,46000.0,South Dakota,46003.0,Aurora County,25471.0,WALC +2020,46000.0,South Dakota,46005.0,Beadle County,25471.0,WALC +2020,46000.0,South Dakota,46007.0,Bennett County,25471.0,WALC +2020,46000.0,South Dakota,46009.0,Bon Homme County,25471.0,WALC +2020,46000.0,South Dakota,46011.0,Brookings County,25471.0,WALC +2020,46000.0,South Dakota,46013.0,Brown County,25471.0,WALC +2020,46000.0,South Dakota,46015.0,Brule County,25471.0,WALC +2020,46000.0,South Dakota,46017.0,Buffalo County,25471.0,WALC +2020,46000.0,South Dakota,46019.0,Butte County,25471.0,WALC +2020,46000.0,South Dakota,46021.0,Campbell County,25471.0,WALC +2020,46000.0,South Dakota,46023.0,Charles Mix County,25471.0,WALC +2020,46000.0,South Dakota,46025.0,Clark County,25471.0,WALC +2020,46000.0,South Dakota,46027.0,Clay County,25471.0,WALC +2020,46000.0,South Dakota,46029.0,Codington County,25471.0,WALC +2020,46000.0,South Dakota,46033.0,Custer County,25471.0,WALC +2020,46000.0,South Dakota,46035.0,Davison County,25471.0,WALC +2020,46000.0,South Dakota,46037.0,Day County,25471.0,WALC +2020,46000.0,South Dakota,46039.0,Deuel County,25471.0,WALC +2020,46000.0,South Dakota,46041.0,Dewey County,25471.0,WALC +2020,46000.0,South Dakota,46043.0,Douglas County,25471.0,WALC +2020,46000.0,South Dakota,46047.0,Fall River County,25471.0,WALC +2020,46000.0,South Dakota,46051.0,Grant County,25471.0,WALC +2020,46000.0,South Dakota,46053.0,Gregory County,25471.0,WALC +2020,46000.0,South Dakota,46055.0,Haakon County,25471.0,WALC +2020,46000.0,South Dakota,46057.0,Hamlin County,25471.0,WALC +2020,46000.0,South Dakota,46059.0,Hand County,25471.0,WALC +2020,46000.0,South Dakota,46061.0,Hanson County,25471.0,WALC +2020,46000.0,South Dakota,46065.0,Hughes County,25471.0,WALC +2020,46000.0,South Dakota,46069.0,Hyde County,25471.0,WALC +2020,46000.0,South Dakota,46071.0,Jackson County,25471.0,WALC +2020,46000.0,South Dakota,46073.0,Jerauld County,25471.0,WALC +2020,46000.0,South Dakota,46075.0,Jones County,25471.0,WALC +2020,46000.0,South Dakota,46083.0,Lincoln County,25471.0,WALC +2020,46000.0,South Dakota,46085.0,Lyman County,25471.0,WALC +2020,46000.0,South Dakota,46087.0,McCook County,25471.0,WALC +2020,46000.0,South Dakota,46091.0,Marshall County,25471.0,WALC +2020,46000.0,South Dakota,46093.0,Meade County,25471.0,WALC +2020,46000.0,South Dakota,46099.0,Minnehaha County,25471.0,WALC +2020,46000.0,South Dakota,46101.0,Moody County,25471.0,WALC +2020,46000.0,South Dakota,46103.0,Pennington County,25471.0,WALC +2020,46000.0,South Dakota,46105.0,Perkins County,25471.0,WALC +2020,46000.0,South Dakota,46107.0,Potter County,25471.0,WALC +2020,46000.0,South Dakota,46109.0,Roberts County,25471.0,WALC +2020,46000.0,South Dakota,46111.0,Sanborn County,25471.0,WALC +2020,46000.0,South Dakota,46115.0,Spink County,25471.0,WALC +2020,46000.0,South Dakota,46117.0,Stanley County,25471.0,WALC +2020,46000.0,South Dakota,46119.0,Sully County,25471.0,WALC +2020,46000.0,South Dakota,46121.0,Todd County,25471.0,WALC +2020,46000.0,South Dakota,46123.0,Tripp County,25471.0,WALC +2020,46000.0,South Dakota,46125.0,Turner County,25471.0,WALC +2020,46000.0,South Dakota,46127.0,Union County,25471.0,WALC +2020,46000.0,South Dakota,46129.0,Walworth County,25471.0,WALC +2020,46000.0,South Dakota,46135.0,Yankton County,25471.0,WALC +2020,46000.0,South Dakota,46137.0,Ziebach County,25471.0,WALC +2020,49000.0,Utah,49009.0,Daggett County,25471.0,WALC +2020,49000.0,Utah,49017.0,Garfield County,25471.0,WALC +2020,49000.0,Utah,49021.0,Iron County,25471.0,WALC +2020,49000.0,Utah,49025.0,Kane County,25471.0,WALC +2020,49000.0,Utah,49031.0,Piute County,25471.0,WALC +2020,49000.0,Utah,49035.0,Salt Lake County,25471.0,WALC +2020,49000.0,Utah,49037.0,San Juan County,25471.0,WALC +2020,49000.0,Utah,49041.0,Sevier County,25471.0,WALC +2020,49000.0,Utah,49047.0,Uintah County,25471.0,WALC +2020,49000.0,Utah,49053.0,Washington County,25471.0,WALC +2020,49000.0,Utah,49055.0,Wayne County,25471.0,WALC +2020,56000.0,Wyoming,56001.0,Albany County,25471.0,WALC +2020,56000.0,Wyoming,56003.0,Big Horn County,25471.0,WALC +2020,56000.0,Wyoming,56007.0,Carbon County,25471.0,WALC +2020,56000.0,Wyoming,56009.0,Converse County,25471.0,WALC +2020,56000.0,Wyoming,56013.0,Fremont County,25471.0,WALC +2020,56000.0,Wyoming,56015.0,Goshen County,25471.0,WALC +2020,56000.0,Wyoming,56017.0,Hot Springs County,25471.0,WALC +2020,56000.0,Wyoming,56021.0,Laramie County,25471.0,WALC +2020,56000.0,Wyoming,56023.0,Lincoln County,25471.0,WALC +2020,56000.0,Wyoming,56025.0,Natrona County,25471.0,WALC +2020,56000.0,Wyoming,56027.0,Niobrara County,25471.0,WALC +2020,56000.0,Wyoming,56029.0,Park County,25471.0,WALC +2020,56000.0,Wyoming,56031.0,Platte County,25471.0,WALC +2020,56000.0,Wyoming,56037.0,Sweetwater County,25471.0,WALC +2020,56000.0,Wyoming,56043.0,Washakie County,25471.0,WALC +2020,4000.0,Arizona,4001.0,Apache County,28503.0,WACM +2020,4000.0,Arizona,4003.0,Cochise County ,28503.0,WACM +2020,4000.0,Arizona,4005.0,Coconino County,28503.0,WACM +2020,4000.0,Arizona,4007.0,Gila County,28503.0,WACM +2020,4000.0,Arizona,4012.0,La Paz County,28503.0,WACM +2020,4000.0,Arizona,4013.0,Maricopa County,28503.0,WACM +2020,4000.0,Arizona,4015.0,Mohave County,28503.0,WACM +2020,4000.0,Arizona,4017.0,Navajo County,28503.0,WACM +2020,4000.0,Arizona,4019.0,Pima County,28503.0,WACM +2020,4000.0,Arizona,4021.0,Pinal County,28503.0,WACM +2020,4000.0,Arizona,4025.0,Yavapai County,28503.0,WACM +2020,4000.0,Arizona,4027.0,Yuma County,28503.0,WACM +2020,6000.0,California,6001.0,Alameda County,28503.0,WACM +2020,6000.0,California,6007.0,Butte County,28503.0,WACM +2020,6000.0,California,6009.0,Calaveras County,28503.0,WACM +2020,6000.0,California,6011.0,Colusa County,28503.0,WACM +2020,6000.0,California,6013.0,Contra Costa County,28503.0,WACM +2020,6000.0,California,6019.0,Fresno County,28503.0,WACM +2020,6000.0,California,6021.0,Glenn County,28503.0,WACM +2020,6000.0,California,6025.0,Imperial County,28503.0,WACM +2020,6000.0,California,6035.0,Lassen County,28503.0,WACM +2020,6000.0,California,6039.0,Madera County,28503.0,WACM +2020,6000.0,California,6047.0,Merced County,28503.0,WACM +2020,6000.0,California,6049.0,Modoc County,28503.0,WACM +2020,6000.0,California,6061.0,Placer County,28503.0,WACM +2020,6000.0,California,6065.0,Riverside County,28503.0,WACM +2020,6000.0,California,6067.0,Sacramento County,28503.0,WACM +2020,6000.0,California,6071.0,San Bernardino County,28503.0,WACM +2020,6000.0,California,6077.0,San Joaquin County,28503.0,WACM +2020,6000.0,California,6085.0,Santa Clara County,28503.0,WACM +2020,6000.0,California,6089.0,Shasta County,28503.0,WACM +2020,6000.0,California,6093.0,Siskiyou County,28503.0,WACM +2020,6000.0,California,6095.0,Solano County,28503.0,WACM +2020,6000.0,California,6101.0,Sutter County,28503.0,WACM +2020,6000.0,California,6103.0,Tehama County,28503.0,WACM +2020,6000.0,California,6105.0,Trinity County,28503.0,WACM +2020,6000.0,California,6109.0,Tuolumne County,28503.0,WACM +2020,6000.0,California,6113.0,Yolo County,28503.0,WACM +2020,6000.0,California,6115.0,Yuba County,28503.0,WACM +2020,8000.0,Colorado,8001.0,Adams County,28503.0,WACM +2020,8000.0,Colorado,8003.0,Alamosa County,28503.0,WACM +2020,8000.0,Colorado,8005.0,Arapahoe County,28503.0,WACM +2020,8000.0,Colorado,8007.0,Archuleta County,28503.0,WACM +2020,8000.0,Colorado,8009.0,Baca County,28503.0,WACM +2020,8000.0,Colorado,8011.0,Bent County,28503.0,WACM +2020,8000.0,Colorado,8013.0,Boulder County,28503.0,WACM +2020,8000.0,Colorado,8014.0,Broomfield County,28503.0,WACM +2020,8000.0,Colorado,8015.0,Chaffee County,28503.0,WACM +2020,8000.0,Colorado,8017.0,Cheyenne County,28503.0,WACM +2020,8000.0,Colorado,8019.0,Clear Creek County,28503.0,WACM +2020,8000.0,Colorado,8021.0,Conejos County,28503.0,WACM +2020,8000.0,Colorado,8023.0,Costilla County,28503.0,WACM +2020,8000.0,Colorado,8025.0,Crowley County,28503.0,WACM +2020,8000.0,Colorado,8027.0,Custer County,28503.0,WACM +2020,8000.0,Colorado,8029.0,Delta County,28503.0,WACM +2020,8000.0,Colorado,8033.0,Dolores County,28503.0,WACM +2020,8000.0,Colorado,8035.0,Douglas County,28503.0,WACM +2020,8000.0,Colorado,8039.0,Elbert County,28503.0,WACM +2020,8000.0,Colorado,8041.0,El Paso County,28503.0,WACM +2020,8000.0,Colorado,8043.0,Fremont County,28503.0,WACM +2020,8000.0,Colorado,8045.0,Garfield County,28503.0,WACM +2020,8000.0,Colorado,8047.0,Gilpin County,28503.0,WACM +2020,8000.0,Colorado,8049.0,Grand County,28503.0,WACM +2020,8000.0,Colorado,8051.0,Gunnison County,28503.0,WACM +2020,8000.0,Colorado,8053.0,Hinsdale County,28503.0,WACM +2020,8000.0,Colorado,8055.0,Huerfano County,28503.0,WACM +2020,8000.0,Colorado,8057.0,Jackson County,28503.0,WACM +2020,8000.0,Colorado,8059.0,Jefferson County,28503.0,WACM +2020,8000.0,Colorado,8061.0,Kiowa County,28503.0,WACM +2020,8000.0,Colorado,8063.0,Kit Carson County,28503.0,WACM +2020,8000.0,Colorado,8065.0,Lake County,28503.0,WACM +2020,8000.0,Colorado,8067.0,La Plata County,28503.0,WACM +2020,8000.0,Colorado,8069.0,Larimer County,28503.0,WACM +2020,8000.0,Colorado,8071.0,Las Animas County,28503.0,WACM +2020,8000.0,Colorado,8073.0,Lincoln County,28503.0,WACM +2020,8000.0,Colorado,8075.0,Logan County,28503.0,WACM +2020,8000.0,Colorado,8077.0,Mesa County,28503.0,WACM +2020,8000.0,Colorado,8079.0,Mineral County,28503.0,WACM +2020,8000.0,Colorado,8081.0,Moffat County,28503.0,WACM +2020,8000.0,Colorado,8083.0,Montezuma County,28503.0,WACM +2020,8000.0,Colorado,8085.0,Montrose County,28503.0,WACM +2020,8000.0,Colorado,8087.0,Morgan County,28503.0,WACM +2020,8000.0,Colorado,8089.0,Otero County,28503.0,WACM +2020,8000.0,Colorado,8091.0,Ouray County,28503.0,WACM +2020,8000.0,Colorado,8095.0,Phillips County,28503.0,WACM +2020,8000.0,Colorado,8099.0,Prowers County,28503.0,WACM +2020,8000.0,Colorado,8101.0,Pueblo County,28503.0,WACM +2020,8000.0,Colorado,8103.0,Rio Blanco County,28503.0,WACM +2020,8000.0,Colorado,8105.0,Rio Grande County,28503.0,WACM +2020,8000.0,Colorado,8107.0,Routt County,28503.0,WACM +2020,8000.0,Colorado,8109.0,Saguache County,28503.0,WACM +2020,8000.0,Colorado,8111.0,San Juan County,28503.0,WACM +2020,8000.0,Colorado,8113.0,San Miguel County,28503.0,WACM +2020,8000.0,Colorado,8115.0,Sedgwick County,28503.0,WACM +2020,8000.0,Colorado,8117.0,Summit County,28503.0,WACM +2020,8000.0,Colorado,8121.0,Washington County,28503.0,WACM +2020,8000.0,Colorado,8123.0,Weld County,28503.0,WACM +2020,8000.0,Colorado,8125.0,Yuma County,28503.0,WACM +2020,19000.0,Iowa,19001.0,Adair County,28503.0,WACM +2020,19000.0,Iowa,19009.0,Audubon County,28503.0,WACM +2020,19000.0,Iowa,19029.0,Cass County,28503.0,WACM +2020,19000.0,Iowa,19035.0,Cherokee County,28503.0,WACM +2020,19000.0,Iowa,19041.0,Clay County,28503.0,WACM +2020,19000.0,Iowa,19047.0,Crawford County,28503.0,WACM +2020,19000.0,Iowa,19119.0,Lyon County,28503.0,WACM +2020,19000.0,Iowa,19133.0,Monona County,28503.0,WACM +2020,19000.0,Iowa,19141.0,O'Brien County,28503.0,WACM +2020,19000.0,Iowa,19149.0,Plymouth County,28503.0,WACM +2020,19000.0,Iowa,19159.0,Ringgold County,28503.0,WACM +2020,19000.0,Iowa,19165.0,Shelby County,28503.0,WACM +2020,19000.0,Iowa,19167.0,Sioux County,28503.0,WACM +2020,19000.0,Iowa,19173.0,Taylor County,28503.0,WACM +2020,19000.0,Iowa,19175.0,Union County,28503.0,WACM +2020,19000.0,Iowa,19193.0,Woodbury County,28503.0,WACM +2020,20000.0,Kansas,20089.0,Jewell County,28503.0,WACM +2020,27000.0,Minnesota,27023.0,Chippewa County,28503.0,WACM +2020,27000.0,Minnesota,27027.0,Clay County,28503.0,WACM +2020,27000.0,Minnesota,27051.0,Grant County,28503.0,WACM +2020,27000.0,Minnesota,27073.0,Lac Qui Parle County,28503.0,WACM +2020,27000.0,Minnesota,27111.0,Otter Tail County,28503.0,WACM +2020,27000.0,Minnesota,27119.0,Polk County,28503.0,WACM +2020,27000.0,Minnesota,27149.0,Stevens County,28503.0,WACM +2020,27000.0,Minnesota,27151.0,Swift County,28503.0,WACM +2020,27000.0,Minnesota,27167.0,Wilkin County,28503.0,WACM +2020,27000.0,Minnesota,27173.0,Yellow Medicine County,28503.0,WACM +2020,29000.0,Missouri,29147.0,Nodaway County,28503.0,WACM +2020,30000.0,Montana,30003.0,Big Horn County,28503.0,WACM +2020,30000.0,Montana,30005.0,Blaine County,28503.0,WACM +2020,30000.0,Montana,30009.0,Carbon County,28503.0,WACM +2020,30000.0,Montana,30011.0,Carter County,28503.0,WACM +2020,30000.0,Montana,30013.0,Cascade County,28503.0,WACM +2020,30000.0,Montana,30015.0,Chouteau County,28503.0,WACM +2020,30000.0,Montana,30017.0,Custer County,28503.0,WACM +2020,30000.0,Montana,30019.0,Daniels County,28503.0,WACM +2020,30000.0,Montana,30021.0,Dawson County,28503.0,WACM +2020,30000.0,Montana,30025.0,Fallon County,28503.0,WACM +2020,30000.0,Montana,30033.0,Garfield County,28503.0,WACM +2020,30000.0,Montana,30041.0,Hill County,28503.0,WACM +2020,30000.0,Montana,30049.0,Lewis and Clark County,28503.0,WACM +2020,30000.0,Montana,30051.0,Liberty County,28503.0,WACM +2020,30000.0,Montana,30055.0,McCone County,28503.0,WACM +2020,30000.0,Montana,30071.0,Phillips County,28503.0,WACM +2020,30000.0,Montana,30073.0,Pondera County,28503.0,WACM +2020,30000.0,Montana,30075.0,Powder River County,28503.0,WACM +2020,30000.0,Montana,30079.0,Prairie County,28503.0,WACM +2020,30000.0,Montana,30083.0,Richland County,28503.0,WACM +2020,30000.0,Montana,30085.0,Roosevelt County,28503.0,WACM +2020,30000.0,Montana,30087.0,Rosebud County,28503.0,WACM +2020,30000.0,Montana,30091.0,Sheridan County,28503.0,WACM +2020,30000.0,Montana,30099.0,Teton County,28503.0,WACM +2020,30000.0,Montana,30101.0,Toole County,28503.0,WACM +2020,30000.0,Montana,30103.0,Treasure County,28503.0,WACM +2020,30000.0,Montana,30105.0,Valley County,28503.0,WACM +2020,30000.0,Montana,30109.0,Wibaux County,28503.0,WACM +2020,30000.0,Montana,30111.0,Yellowstone County,28503.0,WACM +2020,31000.0,Nebraska,31003.0,Antelope County,28503.0,WACM +2020,31000.0,Nebraska,31007.0,Banner County,28503.0,WACM +2020,31000.0,Nebraska,31011.0,Boone County,28503.0,WACM +2020,31000.0,Nebraska,31013.0,Box Butte County,28503.0,WACM +2020,31000.0,Nebraska,31015.0,Boyd County,28503.0,WACM +2020,31000.0,Nebraska,31027.0,Cedar County,28503.0,WACM +2020,31000.0,Nebraska,31029.0,Chase County,28503.0,WACM +2020,31000.0,Nebraska,31033.0,Cheyenne County,28503.0,WACM +2020,31000.0,Nebraska,31043.0,Dakota County,28503.0,WACM +2020,31000.0,Nebraska,31045.0,Dawes County,28503.0,WACM +2020,31000.0,Nebraska,31049.0,Deuel County,28503.0,WACM +2020,31000.0,Nebraska,31057.0,Dundy County,28503.0,WACM +2020,31000.0,Nebraska,31077.0,Greeley County,28503.0,WACM +2020,31000.0,Nebraska,31085.0,Hayes County,28503.0,WACM +2020,31000.0,Nebraska,31089.0,Holt County,28503.0,WACM +2020,31000.0,Nebraska,31101.0,Keith County,28503.0,WACM +2020,31000.0,Nebraska,31105.0,Kimball County,28503.0,WACM +2020,31000.0,Nebraska,31111.0,Lincoln County,28503.0,WACM +2020,31000.0,Nebraska,31121.0,Merrick County,28503.0,WACM +2020,31000.0,Nebraska,31123.0,Morrill County,28503.0,WACM +2020,31000.0,Nebraska,31125.0,Nance County,28503.0,WACM +2020,31000.0,Nebraska,31135.0,Perkins County,28503.0,WACM +2020,31000.0,Nebraska,31157.0,Scotts Bluff County,28503.0,WACM +2020,31000.0,Nebraska,31165.0,Sioux County,28503.0,WACM +2020,31000.0,Nebraska,31183.0,Wheeler County,28503.0,WACM +2020,32000.0,Nevada,32003.0,Clark County,28503.0,WACM +2020,35000.0,New Mexico,35039.0,Rio Arriba County,28503.0,WACM +2020,35000.0,New Mexico,35045.0,San Juan County,28503.0,WACM +2020,38000.0,North Dakota,38001.0,Adams County,28503.0,WACM +2020,38000.0,North Dakota,38003.0,Barnes County,28503.0,WACM +2020,38000.0,North Dakota,38005.0,Benson County,28503.0,WACM +2020,38000.0,North Dakota,38007.0,Billings County,28503.0,WACM +2020,38000.0,North Dakota,38009.0,Bottineau County,28503.0,WACM +2020,38000.0,North Dakota,38011.0,Bowman County,28503.0,WACM +2020,38000.0,North Dakota,38013.0,Burke County,28503.0,WACM +2020,38000.0,North Dakota,38015.0,Burleigh County,28503.0,WACM +2020,38000.0,North Dakota,38017.0,Cass County,28503.0,WACM +2020,38000.0,North Dakota,38021.0,Dickey County,28503.0,WACM +2020,38000.0,North Dakota,38023.0,Divide County,28503.0,WACM +2020,38000.0,North Dakota,38025.0,Dunn County,28503.0,WACM +2020,38000.0,North Dakota,38027.0,Eddy County,28503.0,WACM +2020,38000.0,North Dakota,38029.0,Emmons County,28503.0,WACM +2020,38000.0,North Dakota,38031.0,Foster County,28503.0,WACM +2020,38000.0,North Dakota,38033.0,Golden Valley County,28503.0,WACM +2020,38000.0,North Dakota,38035.0,Grand Forks County,28503.0,WACM +2020,38000.0,North Dakota,38037.0,Grant County,28503.0,WACM +2020,38000.0,North Dakota,38039.0,Griggs County,28503.0,WACM +2020,38000.0,North Dakota,38041.0,Hettinger County,28503.0,WACM +2020,38000.0,North Dakota,38043.0,Kidder County,28503.0,WACM +2020,38000.0,North Dakota,38045.0,LaMoure County,28503.0,WACM +2020,38000.0,North Dakota,38047.0,Logan County,28503.0,WACM +2020,38000.0,North Dakota,38049.0,McHenry County,28503.0,WACM +2020,38000.0,North Dakota,38051.0,McIntosh County,28503.0,WACM +2020,38000.0,North Dakota,38053.0,McKenzie County,28503.0,WACM +2020,38000.0,North Dakota,38055.0,McLean County,28503.0,WACM +2020,38000.0,North Dakota,38057.0,Mercer County,28503.0,WACM +2020,38000.0,North Dakota,38059.0,Morton County,28503.0,WACM +2020,38000.0,North Dakota,38061.0,Mountrail County,28503.0,WACM +2020,38000.0,North Dakota,38063.0,Nelson County,28503.0,WACM +2020,38000.0,North Dakota,38065.0,Oliver County,28503.0,WACM +2020,38000.0,North Dakota,38069.0,Pierce County,28503.0,WACM +2020,38000.0,North Dakota,38071.0,Ramsey County,28503.0,WACM +2020,38000.0,North Dakota,38073.0,Ransom County,28503.0,WACM +2020,38000.0,North Dakota,38075.0,Renville County,28503.0,WACM +2020,38000.0,North Dakota,38081.0,Sargent County,28503.0,WACM +2020,38000.0,North Dakota,38085.0,Sioux County,28503.0,WACM +2020,38000.0,North Dakota,38087.0,Slope County,28503.0,WACM +2020,38000.0,North Dakota,38089.0,Stark County,28503.0,WACM +2020,38000.0,North Dakota,38091.0,Steele County,28503.0,WACM +2020,38000.0,North Dakota,38093.0,Stutsman County,28503.0,WACM +2020,38000.0,North Dakota,38095.0,Towner County,28503.0,WACM +2020,38000.0,North Dakota,38097.0,Traill County,28503.0,WACM +2020,38000.0,North Dakota,38101.0,Ward County,28503.0,WACM +2020,38000.0,North Dakota,38103.0,Wells County,28503.0,WACM +2020,38000.0,North Dakota,38105.0,Williams County,28503.0,WACM +2020,41000.0,Oregon,41035.0,Klamath County,28503.0,WACM +2020,46000.0,South Dakota,46003.0,Aurora County,28503.0,WACM +2020,46000.0,South Dakota,46005.0,Beadle County,28503.0,WACM +2020,46000.0,South Dakota,46007.0,Bennett County,28503.0,WACM +2020,46000.0,South Dakota,46009.0,Bon Homme County,28503.0,WACM +2020,46000.0,South Dakota,46011.0,Brookings County,28503.0,WACM +2020,46000.0,South Dakota,46013.0,Brown County,28503.0,WACM +2020,46000.0,South Dakota,46015.0,Brule County,28503.0,WACM +2020,46000.0,South Dakota,46017.0,Buffalo County,28503.0,WACM +2020,46000.0,South Dakota,46019.0,Butte County,28503.0,WACM +2020,46000.0,South Dakota,46021.0,Campbell County,28503.0,WACM +2020,46000.0,South Dakota,46023.0,Charles Mix County,28503.0,WACM +2020,46000.0,South Dakota,46025.0,Clark County,28503.0,WACM +2020,46000.0,South Dakota,46027.0,Clay County,28503.0,WACM +2020,46000.0,South Dakota,46029.0,Codington County,28503.0,WACM +2020,46000.0,South Dakota,46031.0,Corson County,28503.0,WACM +2020,46000.0,South Dakota,46033.0,Custer County,28503.0,WACM +2020,46000.0,South Dakota,46035.0,Davison County,28503.0,WACM +2020,46000.0,South Dakota,46037.0,Day County,28503.0,WACM +2020,46000.0,South Dakota,46039.0,Deuel County,28503.0,WACM +2020,46000.0,South Dakota,46041.0,Dewey County,28503.0,WACM +2020,46000.0,South Dakota,46043.0,Douglas County,28503.0,WACM +2020,46000.0,South Dakota,46045.0,Edmunds County,28503.0,WACM +2020,46000.0,South Dakota,46047.0,Fall River County,28503.0,WACM +2020,46000.0,South Dakota,46049.0,Faulk County,28503.0,WACM +2020,46000.0,South Dakota,46051.0,Grant County,28503.0,WACM +2020,46000.0,South Dakota,46053.0,Gregory County,28503.0,WACM +2020,46000.0,South Dakota,46055.0,Haakon County,28503.0,WACM +2020,46000.0,South Dakota,46057.0,Hamlin County,28503.0,WACM +2020,46000.0,South Dakota,46059.0,Hand County,28503.0,WACM +2020,46000.0,South Dakota,46061.0,Hanson County,28503.0,WACM +2020,46000.0,South Dakota,46063.0,Harding County,28503.0,WACM +2020,46000.0,South Dakota,46065.0,Hughes County,28503.0,WACM +2020,46000.0,South Dakota,46069.0,Hyde County,28503.0,WACM +2020,46000.0,South Dakota,46071.0,Jackson County,28503.0,WACM +2020,46000.0,South Dakota,46073.0,Jerauld County,28503.0,WACM +2020,46000.0,South Dakota,46075.0,Jones County,28503.0,WACM +2020,46000.0,South Dakota,46077.0,Kingsbury County,28503.0,WACM +2020,46000.0,South Dakota,46081.0,Lawrence County,28503.0,WACM +2020,46000.0,South Dakota,46083.0,Lincoln County,28503.0,WACM +2020,46000.0,South Dakota,46085.0,Lyman County,28503.0,WACM +2020,46000.0,South Dakota,46087.0,McCook County,28503.0,WACM +2020,46000.0,South Dakota,46089.0,McPherson County,28503.0,WACM +2020,46000.0,South Dakota,46091.0,Marshall County,28503.0,WACM +2020,46000.0,South Dakota,46093.0,Meade County,28503.0,WACM +2020,46000.0,South Dakota,46097.0,Miner County,28503.0,WACM +2020,46000.0,South Dakota,46099.0,Minnehaha County,28503.0,WACM +2020,46000.0,South Dakota,46101.0,Moody County,28503.0,WACM +2020,46000.0,South Dakota,46103.0,Pennington County,28503.0,WACM +2020,46000.0,South Dakota,46105.0,Perkins County,28503.0,WACM +2020,46000.0,South Dakota,46107.0,Potter County,28503.0,WACM +2020,46000.0,South Dakota,46109.0,Roberts County,28503.0,WACM +2020,46000.0,South Dakota,46111.0,Sanborn County,28503.0,WACM +2020,46000.0,South Dakota,46115.0,Spink County,28503.0,WACM +2020,46000.0,South Dakota,46117.0,Stanley County,28503.0,WACM +2020,46000.0,South Dakota,46119.0,Sully County,28503.0,WACM +2020,46000.0,South Dakota,46121.0,Todd County,28503.0,WACM +2020,46000.0,South Dakota,46123.0,Tripp County,28503.0,WACM +2020,46000.0,South Dakota,46125.0,Turner County,28503.0,WACM +2020,46000.0,South Dakota,46127.0,Union County,28503.0,WACM +2020,46000.0,South Dakota,46129.0,Walworth County,28503.0,WACM +2020,46000.0,South Dakota,46135.0,Yankton County,28503.0,WACM +2020,46000.0,South Dakota,46137.0,Ziebach County,28503.0,WACM +2020,49000.0,Utah,49009.0,Daggett County,28503.0,WACM +2020,49000.0,Utah,49013.0,Duchesne County,28503.0,WACM +2020,49000.0,Utah,49017.0,Garfield County,28503.0,WACM +2020,49000.0,Utah,49021.0,Iron County,28503.0,WACM +2020,49000.0,Utah,49025.0,Kane County,28503.0,WACM +2020,49000.0,Utah,49031.0,Piute County,28503.0,WACM +2020,49000.0,Utah,49035.0,Salt Lake County,28503.0,WACM +2020,49000.0,Utah,49037.0,San Juan County,28503.0,WACM +2020,49000.0,Utah,49041.0,Sevier County,28503.0,WACM +2020,49000.0,Utah,49047.0,Uintah County,28503.0,WACM +2020,49000.0,Utah,49051.0,Wasatch County,28503.0,WACM +2020,49000.0,Utah,49053.0,Washington County,28503.0,WACM +2020,49000.0,Utah,49055.0,Wayne County,28503.0,WACM +2020,56000.0,Wyoming,56001.0,Albany County,28503.0,WACM +2020,56000.0,Wyoming,56003.0,Big Horn County,28503.0,WACM +2020,56000.0,Wyoming,56005.0,Campbell County,28503.0,WACM +2020,56000.0,Wyoming,56007.0,Carbon County,28503.0,WACM +2020,56000.0,Wyoming,56009.0,Converse County,28503.0,WACM +2020,56000.0,Wyoming,56011.0,Crook County,28503.0,WACM +2020,56000.0,Wyoming,56013.0,Fremont County,28503.0,WACM +2020,56000.0,Wyoming,56015.0,Goshen County,28503.0,WACM +2020,56000.0,Wyoming,56017.0,Hot Springs County,28503.0,WACM +2020,56000.0,Wyoming,56019.0,Johnson County,28503.0,WACM +2020,56000.0,Wyoming,56021.0,Laramie County,28503.0,WACM +2020,56000.0,Wyoming,56023.0,Lincoln County,28503.0,WACM +2020,56000.0,Wyoming,56025.0,Natrona County,28503.0,WACM +2020,56000.0,Wyoming,56027.0,Niobrara County,28503.0,WACM +2020,56000.0,Wyoming,56029.0,Park County,28503.0,WACM +2020,56000.0,Wyoming,56031.0,Platte County,28503.0,WACM +2020,56000.0,Wyoming,56033.0,Sheridan County,28503.0,WACM +2020,56000.0,Wyoming,56037.0,Sweetwater County,28503.0,WACM +2020,56000.0,Wyoming,56043.0,Washakie County,28503.0,WACM +2020,56000.0,Wyoming,56045.0,Weston County,28503.0,WACM +2020,13000.0,Georgia,13007.0,Baker County,29304.0,SEPA +2020,13000.0,Georgia,13061.0,Clay County,29304.0,SEPA +2020,13000.0,Georgia,13087.0,Decatur County,29304.0,SEPA +2020,13000.0,Georgia,13099.0,Early County,29304.0,SEPA +2020,13000.0,Georgia,13201.0,Miller County,29304.0,SEPA +2020,13000.0,Georgia,13253.0,Seminole County,29304.0,SEPA +2020,1000.0,Alabama,1097.0,Mobile County,56669.0,MISO +2020,1000.0,Alabama,1129.0,Washington County,56669.0,MISO +2020,5000.0,Arkansas,5001.0,Arkansas County,56669.0,MISO +2020,5000.0,Arkansas,5003.0,Ashley County,56669.0,MISO +2020,5000.0,Arkansas,5005.0,Baxter County,56669.0,MISO +2020,5000.0,Arkansas,5009.0,Boone County,56669.0,MISO +2020,5000.0,Arkansas,5011.0,Bradley County,56669.0,MISO +2020,5000.0,Arkansas,5013.0,Calhoun County,56669.0,MISO +2020,5000.0,Arkansas,5015.0,Carroll County,56669.0,MISO +2020,5000.0,Arkansas,5017.0,Chicot County,56669.0,MISO +2020,5000.0,Arkansas,5019.0,Clark County,56669.0,MISO +2020,5000.0,Arkansas,5021.0,Clay County,56669.0,MISO +2020,5000.0,Arkansas,5023.0,Cleburne County,56669.0,MISO +2020,5000.0,Arkansas,5025.0,Cleveland County,56669.0,MISO +2020,5000.0,Arkansas,5027.0,Columbia County,56669.0,MISO +2020,5000.0,Arkansas,5029.0,Conway County,56669.0,MISO +2020,5000.0,Arkansas,5031.0,Craighead County,56669.0,MISO +2020,5000.0,Arkansas,5035.0,Crittenden County,56669.0,MISO +2020,5000.0,Arkansas,5037.0,Cross County,56669.0,MISO +2020,5000.0,Arkansas,5039.0,Dallas County,56669.0,MISO +2020,5000.0,Arkansas,5041.0,Desha County,56669.0,MISO +2020,5000.0,Arkansas,5043.0,Drew County,56669.0,MISO +2020,5000.0,Arkansas,5045.0,Faulkner County,56669.0,MISO +2020,5000.0,Arkansas,5049.0,Fulton County,56669.0,MISO +2020,5000.0,Arkansas,5051.0,Garland County,56669.0,MISO +2020,5000.0,Arkansas,5053.0,Grant County,56669.0,MISO +2020,5000.0,Arkansas,5055.0,Greene County,56669.0,MISO +2020,5000.0,Arkansas,5057.0,Hempstead County,56669.0,MISO +2020,5000.0,Arkansas,5059.0,Hot Spring County,56669.0,MISO +2020,5000.0,Arkansas,5061.0,Howard County,56669.0,MISO +2020,5000.0,Arkansas,5063.0,Independence County,56669.0,MISO +2020,5000.0,Arkansas,5065.0,Izard County,56669.0,MISO +2020,5000.0,Arkansas,5067.0,Jackson County,56669.0,MISO +2020,5000.0,Arkansas,5069.0,Jefferson County,56669.0,MISO +2020,5000.0,Arkansas,5071.0,Johnson County,56669.0,MISO +2020,5000.0,Arkansas,5073.0,Lafayette County,56669.0,MISO +2020,5000.0,Arkansas,5075.0,Lawrence County,56669.0,MISO +2020,5000.0,Arkansas,5077.0,Lee County,56669.0,MISO +2020,5000.0,Arkansas,5079.0,Lincoln County,56669.0,MISO +2020,5000.0,Arkansas,5081.0,Little River County,56669.0,MISO +2020,5000.0,Arkansas,5083.0,Logan County,56669.0,MISO +2020,5000.0,Arkansas,5085.0,Lonoke County,56669.0,MISO +2020,5000.0,Arkansas,5089.0,Marion County,56669.0,MISO +2020,5000.0,Arkansas,5091.0,Miller County,56669.0,MISO +2020,5000.0,Arkansas,5093.0,Mississippi County,56669.0,MISO +2020,5000.0,Arkansas,5095.0,Monroe County,56669.0,MISO +2020,5000.0,Arkansas,5097.0,Montgomery County,56669.0,MISO +2020,5000.0,Arkansas,5099.0,Nevada County,56669.0,MISO +2020,5000.0,Arkansas,5101.0,Newton County,56669.0,MISO +2020,5000.0,Arkansas,5103.0,Ouachita County,56669.0,MISO +2020,5000.0,Arkansas,5105.0,Perry County,56669.0,MISO +2020,5000.0,Arkansas,5107.0,Phillips County,56669.0,MISO +2020,5000.0,Arkansas,5109.0,Pike County,56669.0,MISO +2020,5000.0,Arkansas,5111.0,Poinsett County,56669.0,MISO +2020,5000.0,Arkansas,5113.0,Polk County,56669.0,MISO +2020,5000.0,Arkansas,5115.0,Pope County,56669.0,MISO +2020,5000.0,Arkansas,5117.0,Prairie County,56669.0,MISO +2020,5000.0,Arkansas,5119.0,Pulaski County,56669.0,MISO +2020,5000.0,Arkansas,5121.0,Randolph County,56669.0,MISO +2020,5000.0,Arkansas,5123.0,St. Francis County,56669.0,MISO +2020,5000.0,Arkansas,5125.0,Saline County,56669.0,MISO +2020,5000.0,Arkansas,5127.0,Scott County,56669.0,MISO +2020,5000.0,Arkansas,5129.0,Searcy County,56669.0,MISO +2020,5000.0,Arkansas,5133.0,Sevier County,56669.0,MISO +2020,5000.0,Arkansas,5135.0,Sharp County,56669.0,MISO +2020,5000.0,Arkansas,5137.0,Stone County,56669.0,MISO +2020,5000.0,Arkansas,5139.0,Union County,56669.0,MISO +2020,5000.0,Arkansas,5141.0,Van Buren County,56669.0,MISO +2020,5000.0,Arkansas,5145.0,White County,56669.0,MISO +2020,5000.0,Arkansas,5147.0,Woodruff County,56669.0,MISO +2020,5000.0,Arkansas,5149.0,Yell County,56669.0,MISO +2020,17000.0,Illinois,17001.0,Adams County,56669.0,MISO +2020,17000.0,Illinois,17003.0,Alexander County,56669.0,MISO +2020,17000.0,Illinois,17005.0,Bond County,56669.0,MISO +2020,17000.0,Illinois,17007.0,Boone County,56669.0,MISO +2020,17000.0,Illinois,17009.0,Brown County,56669.0,MISO +2020,17000.0,Illinois,17011.0,Bureau County,56669.0,MISO +2020,17000.0,Illinois,17013.0,Calhoun County,56669.0,MISO +2020,17000.0,Illinois,17015.0,Carroll County,56669.0,MISO +2020,17000.0,Illinois,17017.0,Cass County,56669.0,MISO +2020,17000.0,Illinois,17019.0,Champaign County,56669.0,MISO +2020,17000.0,Illinois,17021.0,Christian County,56669.0,MISO +2020,17000.0,Illinois,17023.0,Clark County,56669.0,MISO +2020,17000.0,Illinois,17025.0,Clay County,56669.0,MISO +2020,17000.0,Illinois,17027.0,Clinton County,56669.0,MISO +2020,17000.0,Illinois,17029.0,Coles County,56669.0,MISO +2020,17000.0,Illinois,17033.0,Crawford County,56669.0,MISO +2020,17000.0,Illinois,17035.0,Cumberland County,56669.0,MISO +2020,17000.0,Illinois,17039.0,De Witt County,56669.0,MISO +2020,17000.0,Illinois,17041.0,Douglas County,56669.0,MISO +2020,17000.0,Illinois,17045.0,Edgar County,56669.0,MISO +2020,17000.0,Illinois,17047.0,Edwards County,56669.0,MISO +2020,17000.0,Illinois,17049.0,Effingham County,56669.0,MISO +2020,17000.0,Illinois,17051.0,Fayette County,56669.0,MISO +2020,17000.0,Illinois,17053.0,Ford County,56669.0,MISO +2020,17000.0,Illinois,17055.0,Franklin County,56669.0,MISO +2020,17000.0,Illinois,17057.0,Fulton County,56669.0,MISO +2020,17000.0,Illinois,17059.0,Gallatin County,56669.0,MISO +2020,17000.0,Illinois,17061.0,Greene County,56669.0,MISO +2020,17000.0,Illinois,17065.0,Hamilton County,56669.0,MISO +2020,17000.0,Illinois,17067.0,Hancock County,56669.0,MISO +2020,17000.0,Illinois,17069.0,Hardin County,56669.0,MISO +2020,17000.0,Illinois,17071.0,Henderson County,56669.0,MISO +2020,17000.0,Illinois,17073.0,Henry County,56669.0,MISO +2020,17000.0,Illinois,17075.0,Iroquois County,56669.0,MISO +2020,17000.0,Illinois,17077.0,Jackson County,56669.0,MISO +2020,17000.0,Illinois,17079.0,Jasper County,56669.0,MISO +2020,17000.0,Illinois,17081.0,Jefferson County,56669.0,MISO +2020,17000.0,Illinois,17083.0,Jersey County,56669.0,MISO +2020,17000.0,Illinois,17085.0,Jo Daviess County,56669.0,MISO +2020,17000.0,Illinois,17087.0,Johnson County,56669.0,MISO +2020,17000.0,Illinois,17093.0,Kendall County,56669.0,MISO +2020,17000.0,Illinois,17095.0,Knox County,56669.0,MISO +2020,17000.0,Illinois,17099.0,LaSalle County,56669.0,MISO +2020,17000.0,Illinois,17101.0,Lawrence County,56669.0,MISO +2020,17000.0,Illinois,17105.0,Livingston County,56669.0,MISO +2020,17000.0,Illinois,17107.0,Logan County,56669.0,MISO +2020,17000.0,Illinois,17109.0,McDonough County,56669.0,MISO +2020,17000.0,Illinois,17111.0,McHenry County,56669.0,MISO +2020,17000.0,Illinois,17113.0,McLean County,56669.0,MISO +2020,17000.0,Illinois,17115.0,Macon County,56669.0,MISO +2020,17000.0,Illinois,17117.0,Macoupin County,56669.0,MISO +2020,17000.0,Illinois,17119.0,Madison County,56669.0,MISO +2020,17000.0,Illinois,17121.0,Marion County,56669.0,MISO +2020,17000.0,Illinois,17123.0,Marshall County,56669.0,MISO +2020,17000.0,Illinois,17125.0,Mason County,56669.0,MISO +2020,17000.0,Illinois,17127.0,Massac County,56669.0,MISO +2020,17000.0,Illinois,17129.0,Menard County,56669.0,MISO +2020,17000.0,Illinois,17131.0,Mercer County,56669.0,MISO +2020,17000.0,Illinois,17133.0,Monroe County,56669.0,MISO +2020,17000.0,Illinois,17135.0,Montgomery County,56669.0,MISO +2020,17000.0,Illinois,17137.0,Morgan County,56669.0,MISO +2020,17000.0,Illinois,17139.0,Moultrie County,56669.0,MISO +2020,17000.0,Illinois,17143.0,Peoria County,56669.0,MISO +2020,17000.0,Illinois,17145.0,Perry County,56669.0,MISO +2020,17000.0,Illinois,17147.0,Piatt County,56669.0,MISO +2020,17000.0,Illinois,17149.0,Pike County,56669.0,MISO +2020,17000.0,Illinois,17151.0,Pope County,56669.0,MISO +2020,17000.0,Illinois,17153.0,Pulaski County,56669.0,MISO +2020,17000.0,Illinois,17155.0,Putnam County,56669.0,MISO +2020,17000.0,Illinois,17157.0,Randolph County,56669.0,MISO +2020,17000.0,Illinois,17159.0,Richland County,56669.0,MISO +2020,17000.0,Illinois,17161.0,Rock Island County,56669.0,MISO +2020,17000.0,Illinois,17163.0,St. Clair County,56669.0,MISO +2020,17000.0,Illinois,17165.0,Saline County,56669.0,MISO +2020,17000.0,Illinois,17167.0,Sangamon County,56669.0,MISO +2020,17000.0,Illinois,17169.0,Schuyler County,56669.0,MISO +2020,17000.0,Illinois,17171.0,Scott County,56669.0,MISO +2020,17000.0,Illinois,17173.0,Shelby County,56669.0,MISO +2020,17000.0,Illinois,17175.0,Stark County,56669.0,MISO +2020,17000.0,Illinois,17177.0,Stephenson County,56669.0,MISO +2020,17000.0,Illinois,17179.0,Tazewell County,56669.0,MISO +2020,17000.0,Illinois,17181.0,Union County,56669.0,MISO +2020,17000.0,Illinois,17183.0,Vermilion County,56669.0,MISO +2020,17000.0,Illinois,17185.0,Wabash County,56669.0,MISO +2020,17000.0,Illinois,17187.0,Warren County,56669.0,MISO +2020,17000.0,Illinois,17189.0,Washington County,56669.0,MISO +2020,17000.0,Illinois,17191.0,Wayne County,56669.0,MISO +2020,17000.0,Illinois,17193.0,White County,56669.0,MISO +2020,17000.0,Illinois,17195.0,Whiteside County,56669.0,MISO +2020,17000.0,Illinois,17199.0,Williamson County,56669.0,MISO +2020,17000.0,Illinois,17201.0,Winnebago County,56669.0,MISO +2020,17000.0,Illinois,17203.0,Woodford County,56669.0,MISO +2020,18000.0,Indiana,18005.0,Bartholomew County,56669.0,MISO +2020,18000.0,Indiana,18007.0,Benton County,56669.0,MISO +2020,18000.0,Indiana,18011.0,Boone County,56669.0,MISO +2020,18000.0,Indiana,18013.0,Brown County,56669.0,MISO +2020,18000.0,Indiana,18015.0,Carroll County,56669.0,MISO +2020,18000.0,Indiana,18017.0,Cass County,56669.0,MISO +2020,18000.0,Indiana,18019.0,Clark County,56669.0,MISO +2020,18000.0,Indiana,18021.0,Clay County,56669.0,MISO +2020,18000.0,Indiana,18023.0,Clinton County,56669.0,MISO +2020,18000.0,Indiana,18025.0,Crawford County,56669.0,MISO +2020,18000.0,Indiana,18027.0,Daviess County,56669.0,MISO +2020,18000.0,Indiana,18029.0,Dearborn County,56669.0,MISO +2020,18000.0,Indiana,18031.0,Decatur County,56669.0,MISO +2020,18000.0,Indiana,18033.0,DeKalb County,56669.0,MISO +2020,18000.0,Indiana,18035.0,Delaware County,56669.0,MISO +2020,18000.0,Indiana,18037.0,Dubois County,56669.0,MISO +2020,18000.0,Indiana,18039.0,Elkhart County,56669.0,MISO +2020,18000.0,Indiana,18041.0,Fayette County,56669.0,MISO +2020,18000.0,Indiana,18043.0,Floyd County,56669.0,MISO +2020,18000.0,Indiana,18045.0,Fountain County,56669.0,MISO +2020,18000.0,Indiana,18047.0,Franklin County,56669.0,MISO +2020,18000.0,Indiana,18049.0,Fulton County,56669.0,MISO +2020,18000.0,Indiana,18051.0,Gibson County,56669.0,MISO +2020,18000.0,Indiana,18053.0,Grant County,56669.0,MISO +2020,18000.0,Indiana,18055.0,Greene County,56669.0,MISO +2020,18000.0,Indiana,18057.0,Hamilton County,56669.0,MISO +2020,18000.0,Indiana,18059.0,Hancock County,56669.0,MISO +2020,18000.0,Indiana,18061.0,Harrison County,56669.0,MISO +2020,18000.0,Indiana,18063.0,Hendricks County,56669.0,MISO +2020,18000.0,Indiana,18065.0,Henry County,56669.0,MISO +2020,18000.0,Indiana,18067.0,Howard County,56669.0,MISO +2020,18000.0,Indiana,18069.0,Huntington County,56669.0,MISO +2020,18000.0,Indiana,18071.0,Jackson County,56669.0,MISO +2020,18000.0,Indiana,18073.0,Jasper County,56669.0,MISO +2020,18000.0,Indiana,18077.0,Jefferson County,56669.0,MISO +2020,18000.0,Indiana,18079.0,Jennings County,56669.0,MISO +2020,18000.0,Indiana,18081.0,Johnson County,56669.0,MISO +2020,18000.0,Indiana,18083.0,Knox County,56669.0,MISO +2020,18000.0,Indiana,18085.0,Kosciusko County,56669.0,MISO +2020,18000.0,Indiana,18087.0,LaGrange County,56669.0,MISO +2020,18000.0,Indiana,18089.0,Lake County,56669.0,MISO +2020,18000.0,Indiana,18091.0,LaPorte County,56669.0,MISO +2020,18000.0,Indiana,18093.0,Lawrence County,56669.0,MISO +2020,18000.0,Indiana,18095.0,Madison County,56669.0,MISO +2020,18000.0,Indiana,18097.0,Marion County,56669.0,MISO +2020,18000.0,Indiana,18099.0,Marshall County,56669.0,MISO +2020,18000.0,Indiana,18101.0,Martin County,56669.0,MISO +2020,18000.0,Indiana,18103.0,Miami County,56669.0,MISO +2020,18000.0,Indiana,18105.0,Monroe County,56669.0,MISO +2020,18000.0,Indiana,18107.0,Montgomery County,56669.0,MISO +2020,18000.0,Indiana,18109.0,Morgan County,56669.0,MISO +2020,18000.0,Indiana,18111.0,Newton County,56669.0,MISO +2020,18000.0,Indiana,18113.0,Noble County,56669.0,MISO +2020,18000.0,Indiana,18115.0,Ohio County,56669.0,MISO +2020,18000.0,Indiana,18117.0,Orange County,56669.0,MISO +2020,18000.0,Indiana,18119.0,Owen County,56669.0,MISO +2020,18000.0,Indiana,18121.0,Parke County,56669.0,MISO +2020,18000.0,Indiana,18123.0,Perry County,56669.0,MISO +2020,18000.0,Indiana,18125.0,Pike County,56669.0,MISO +2020,18000.0,Indiana,18127.0,Porter County,56669.0,MISO +2020,18000.0,Indiana,18129.0,Posey County,56669.0,MISO +2020,18000.0,Indiana,18131.0,Pulaski County,56669.0,MISO +2020,18000.0,Indiana,18133.0,Putnam County,56669.0,MISO +2020,18000.0,Indiana,18135.0,Randolph County,56669.0,MISO +2020,18000.0,Indiana,18137.0,Ripley County,56669.0,MISO +2020,18000.0,Indiana,18139.0,Rush County,56669.0,MISO +2020,18000.0,Indiana,18141.0,St. Joseph County,56669.0,MISO +2020,18000.0,Indiana,18143.0,Scott County,56669.0,MISO +2020,18000.0,Indiana,18145.0,Shelby County,56669.0,MISO +2020,18000.0,Indiana,18147.0,Spencer County,56669.0,MISO +2020,18000.0,Indiana,18149.0,Starke County,56669.0,MISO +2020,18000.0,Indiana,18151.0,Steuben County,56669.0,MISO +2020,18000.0,Indiana,18153.0,Sullivan County,56669.0,MISO +2020,18000.0,Indiana,18155.0,Switzerland County,56669.0,MISO +2020,18000.0,Indiana,18157.0,Tippecanoe County,56669.0,MISO +2020,18000.0,Indiana,18159.0,Tipton County,56669.0,MISO +2020,18000.0,Indiana,18161.0,Union County,56669.0,MISO +2020,18000.0,Indiana,18163.0,Vanderburgh County,56669.0,MISO +2020,18000.0,Indiana,18165.0,Vermillion County,56669.0,MISO +2020,18000.0,Indiana,18167.0,Vigo County,56669.0,MISO +2020,18000.0,Indiana,18169.0,Wabash County,56669.0,MISO +2020,18000.0,Indiana,18171.0,Warren County,56669.0,MISO +2020,18000.0,Indiana,18173.0,Warrick County,56669.0,MISO +2020,18000.0,Indiana,18175.0,Washington County,56669.0,MISO +2020,18000.0,Indiana,18177.0,Wayne County,56669.0,MISO +2020,18000.0,Indiana,18179.0,Wells County,56669.0,MISO +2020,18000.0,Indiana,18181.0,White County,56669.0,MISO +2020,18000.0,Indiana,18183.0,Whitley County,56669.0,MISO +2020,19000.0,Iowa,19001.0,Adair County,56669.0,MISO +2020,19000.0,Iowa,19003.0,Adams County,56669.0,MISO +2020,19000.0,Iowa,19005.0,Allamakee County,56669.0,MISO +2020,19000.0,Iowa,19007.0,Appanoose County,56669.0,MISO +2020,19000.0,Iowa,19009.0,Audubon County,56669.0,MISO +2020,19000.0,Iowa,19011.0,Benton County,56669.0,MISO +2020,19000.0,Iowa,19013.0,Black Hawk County,56669.0,MISO +2020,19000.0,Iowa,19015.0,Boone County,56669.0,MISO +2020,19000.0,Iowa,19017.0,Bremer County,56669.0,MISO +2020,19000.0,Iowa,19019.0,Buchanan County,56669.0,MISO +2020,19000.0,Iowa,19021.0,Buena Vista County,56669.0,MISO +2020,19000.0,Iowa,19023.0,Butler County,56669.0,MISO +2020,19000.0,Iowa,19025.0,Calhoun County,56669.0,MISO +2020,19000.0,Iowa,19027.0,Carroll County,56669.0,MISO +2020,19000.0,Iowa,19029.0,Cass County,56669.0,MISO +2020,19000.0,Iowa,19031.0,Cedar County,56669.0,MISO +2020,19000.0,Iowa,19033.0,Cerro Gordo County,56669.0,MISO +2020,19000.0,Iowa,19035.0,Cherokee County,56669.0,MISO +2020,19000.0,Iowa,19037.0,Chickasaw County,56669.0,MISO +2020,19000.0,Iowa,19039.0,Clarke County,56669.0,MISO +2020,19000.0,Iowa,19041.0,Clay County,56669.0,MISO +2020,19000.0,Iowa,19043.0,Clayton County,56669.0,MISO +2020,19000.0,Iowa,19045.0,Clinton County,56669.0,MISO +2020,19000.0,Iowa,19047.0,Crawford County,56669.0,MISO +2020,19000.0,Iowa,19049.0,Dallas County,56669.0,MISO +2020,19000.0,Iowa,19051.0,Davis County,56669.0,MISO +2020,19000.0,Iowa,19053.0,Decatur County,56669.0,MISO +2020,19000.0,Iowa,19055.0,Delaware County,56669.0,MISO +2020,19000.0,Iowa,19057.0,Des Moines County,56669.0,MISO +2020,19000.0,Iowa,19059.0,Dickinson County,56669.0,MISO +2020,19000.0,Iowa,19061.0,Dubuque County,56669.0,MISO +2020,19000.0,Iowa,19063.0,Emmet County,56669.0,MISO +2020,19000.0,Iowa,19065.0,Fayette County,56669.0,MISO +2020,19000.0,Iowa,19067.0,Floyd County,56669.0,MISO +2020,19000.0,Iowa,19069.0,Franklin County,56669.0,MISO +2020,19000.0,Iowa,19071.0,Fremont County,56669.0,MISO +2020,19000.0,Iowa,19073.0,Greene County,56669.0,MISO +2020,19000.0,Iowa,19075.0,Grundy County,56669.0,MISO +2020,19000.0,Iowa,19077.0,Guthrie County,56669.0,MISO +2020,19000.0,Iowa,19079.0,Hamilton County,56669.0,MISO +2020,19000.0,Iowa,19081.0,Hancock County,56669.0,MISO +2020,19000.0,Iowa,19083.0,Hardin County,56669.0,MISO +2020,19000.0,Iowa,19085.0,Harrison County,56669.0,MISO +2020,19000.0,Iowa,19087.0,Henry County,56669.0,MISO +2020,19000.0,Iowa,19089.0,Howard County,56669.0,MISO +2020,19000.0,Iowa,19091.0,Humboldt County,56669.0,MISO +2020,19000.0,Iowa,19093.0,Ida County,56669.0,MISO +2020,19000.0,Iowa,19095.0,Iowa County,56669.0,MISO +2020,19000.0,Iowa,19097.0,Jackson County,56669.0,MISO +2020,19000.0,Iowa,19099.0,Jasper County,56669.0,MISO +2020,19000.0,Iowa,19101.0,Jefferson County,56669.0,MISO +2020,19000.0,Iowa,19103.0,Johnson County,56669.0,MISO +2020,19000.0,Iowa,19105.0,Jones County,56669.0,MISO +2020,19000.0,Iowa,19107.0,Keokuk County,56669.0,MISO +2020,19000.0,Iowa,19109.0,Kossuth County,56669.0,MISO +2020,19000.0,Iowa,19111.0,Lee County,56669.0,MISO +2020,19000.0,Iowa,19113.0,Linn County,56669.0,MISO +2020,19000.0,Iowa,19115.0,Louisa County,56669.0,MISO +2020,19000.0,Iowa,19117.0,Lucas County,56669.0,MISO +2020,19000.0,Iowa,19119.0,Lyon County,56669.0,MISO +2020,19000.0,Iowa,19121.0,Madison County,56669.0,MISO +2020,19000.0,Iowa,19123.0,Mahaska County,56669.0,MISO +2020,19000.0,Iowa,19125.0,Marion County,56669.0,MISO +2020,19000.0,Iowa,19127.0,Marshall County,56669.0,MISO +2020,19000.0,Iowa,19129.0,Mills County,56669.0,MISO +2020,19000.0,Iowa,19131.0,Mitchell County,56669.0,MISO +2020,19000.0,Iowa,19133.0,Monona County,56669.0,MISO +2020,19000.0,Iowa,19135.0,Monroe County,56669.0,MISO +2020,19000.0,Iowa,19137.0,Montgomery County,56669.0,MISO +2020,19000.0,Iowa,19139.0,Muscatine County,56669.0,MISO +2020,19000.0,Iowa,19141.0,O'Brien County,56669.0,MISO +2020,19000.0,Iowa,19143.0,Osceola County,56669.0,MISO +2020,19000.0,Iowa,19145.0,Page County,56669.0,MISO +2020,19000.0,Iowa,19147.0,Palo Alto County,56669.0,MISO +2020,19000.0,Iowa,19149.0,Plymouth County,56669.0,MISO +2020,19000.0,Iowa,19151.0,Pocahontas County,56669.0,MISO +2020,19000.0,Iowa,19153.0,Polk County,56669.0,MISO +2020,19000.0,Iowa,19155.0,Pottawattamie County,56669.0,MISO +2020,19000.0,Iowa,19157.0,Poweshiek County,56669.0,MISO +2020,19000.0,Iowa,19159.0,Ringgold County,56669.0,MISO +2020,19000.0,Iowa,19161.0,Sac County,56669.0,MISO +2020,19000.0,Iowa,19163.0,Scott County,56669.0,MISO +2020,19000.0,Iowa,19165.0,Shelby County,56669.0,MISO +2020,19000.0,Iowa,19167.0,Sioux County,56669.0,MISO +2020,19000.0,Iowa,19169.0,Story County,56669.0,MISO +2020,19000.0,Iowa,19171.0,Tama County,56669.0,MISO +2020,19000.0,Iowa,19173.0,Taylor County,56669.0,MISO +2020,19000.0,Iowa,19175.0,Union County,56669.0,MISO +2020,19000.0,Iowa,19177.0,Van Buren County,56669.0,MISO +2020,19000.0,Iowa,19179.0,Wapello County,56669.0,MISO +2020,19000.0,Iowa,19181.0,Warren County,56669.0,MISO +2020,19000.0,Iowa,19183.0,Washington County,56669.0,MISO +2020,19000.0,Iowa,19185.0,Wayne County,56669.0,MISO +2020,19000.0,Iowa,19187.0,Webster County,56669.0,MISO +2020,19000.0,Iowa,19189.0,Winnebago County,56669.0,MISO +2020,19000.0,Iowa,19191.0,Winneshiek County,56669.0,MISO +2020,19000.0,Iowa,19193.0,Woodbury County,56669.0,MISO +2020,19000.0,Iowa,19195.0,Worth County,56669.0,MISO +2020,19000.0,Iowa,19197.0,Wright County,56669.0,MISO +2020,21000.0,Kentucky,21007.0,Ballard County,56669.0,MISO +2020,21000.0,Kentucky,21027.0,Breckinridge County,56669.0,MISO +2020,21000.0,Kentucky,21033.0,Caldwell County,56669.0,MISO +2020,21000.0,Kentucky,21039.0,Carlisle County,56669.0,MISO +2020,21000.0,Kentucky,21055.0,Crittenden County,56669.0,MISO +2020,21000.0,Kentucky,21059.0,Daviess County,56669.0,MISO +2020,21000.0,Kentucky,21083.0,Graves County,56669.0,MISO +2020,21000.0,Kentucky,21085.0,Grayson County,56669.0,MISO +2020,21000.0,Kentucky,21091.0,Hancock County,56669.0,MISO +2020,21000.0,Kentucky,21093.0,Hardin County,56669.0,MISO +2020,21000.0,Kentucky,21101.0,Henderson County,56669.0,MISO +2020,21000.0,Kentucky,21107.0,Hopkins County,56669.0,MISO +2020,21000.0,Kentucky,21139.0,Livingston County,56669.0,MISO +2020,21000.0,Kentucky,21143.0,Lyon County,56669.0,MISO +2020,21000.0,Kentucky,21145.0,McCracken County,56669.0,MISO +2020,21000.0,Kentucky,21149.0,McLean County,56669.0,MISO +2020,21000.0,Kentucky,21157.0,Marshall County,56669.0,MISO +2020,21000.0,Kentucky,21163.0,Meade County,56669.0,MISO +2020,21000.0,Kentucky,21177.0,Muhlenberg County,56669.0,MISO +2020,21000.0,Kentucky,21183.0,Ohio County,56669.0,MISO +2020,21000.0,Kentucky,21225.0,Union County,56669.0,MISO +2020,21000.0,Kentucky,21233.0,Webster County,56669.0,MISO +2020,22000.0,Louisiana,22001.0,Acadia Parish,56669.0,MISO +2020,22000.0,Louisiana,22003.0,Allen Parish,56669.0,MISO +2020,22000.0,Louisiana,22005.0,Ascension Parish,56669.0,MISO +2020,22000.0,Louisiana,22007.0,Assumption Parish,56669.0,MISO +2020,22000.0,Louisiana,22009.0,Avoyelles Parish,56669.0,MISO +2020,22000.0,Louisiana,22011.0,Beauregard Parish,56669.0,MISO +2020,22000.0,Louisiana,22013.0,Bienville Parish,56669.0,MISO +2020,22000.0,Louisiana,22015.0,Bossier Parish,56669.0,MISO +2020,22000.0,Louisiana,22019.0,Calcasieu Parish,56669.0,MISO +2020,22000.0,Louisiana,22021.0,Caldwell Parish,56669.0,MISO +2020,22000.0,Louisiana,22023.0,Cameron Parish,56669.0,MISO +2020,22000.0,Louisiana,22025.0,Catahoula Parish,56669.0,MISO +2020,22000.0,Louisiana,22027.0,Claiborne Parish,56669.0,MISO +2020,22000.0,Louisiana,22029.0,Concordia Parish,56669.0,MISO +2020,22000.0,Louisiana,22031.0,De Soto Parish,56669.0,MISO +2020,22000.0,Louisiana,22033.0,East Baton Rouge Parish,56669.0,MISO +2020,22000.0,Louisiana,22035.0,East Carroll Parish,56669.0,MISO +2020,22000.0,Louisiana,22037.0,East Feliciana Parish,56669.0,MISO +2020,22000.0,Louisiana,22039.0,Evangeline Parish,56669.0,MISO +2020,22000.0,Louisiana,22041.0,Franklin Parish,56669.0,MISO +2020,22000.0,Louisiana,22043.0,Grant Parish,56669.0,MISO +2020,22000.0,Louisiana,22045.0,Iberia Parish,56669.0,MISO +2020,22000.0,Louisiana,22047.0,Iberville Parish,56669.0,MISO +2020,22000.0,Louisiana,22049.0,Jackson Parish,56669.0,MISO +2020,22000.0,Louisiana,22051.0,Jefferson Parish,56669.0,MISO +2020,22000.0,Louisiana,22053.0,Jefferson Davis Parish,56669.0,MISO +2020,22000.0,Louisiana,22055.0,Lafayette Parish,56669.0,MISO +2020,22000.0,Louisiana,22057.0,Lafourche Parish,56669.0,MISO +2020,22000.0,Louisiana,22059.0,La Salle Parish,56669.0,MISO +2020,22000.0,Louisiana,22061.0,Lincoln Parish,56669.0,MISO +2020,22000.0,Louisiana,22063.0,Livingston Parish,56669.0,MISO +2020,22000.0,Louisiana,22065.0,Madison Parish,56669.0,MISO +2020,22000.0,Louisiana,22067.0,Morehouse Parish,56669.0,MISO +2020,22000.0,Louisiana,22069.0,Natchitoches Parish,56669.0,MISO +2020,22000.0,Louisiana,22071.0,Orleans Parish,56669.0,MISO +2020,22000.0,Louisiana,22073.0,Ouachita Parish,56669.0,MISO +2020,22000.0,Louisiana,22075.0,Plaquemines Parish,56669.0,MISO +2020,22000.0,Louisiana,22077.0,Pointe Coupee Parish,56669.0,MISO +2020,22000.0,Louisiana,22079.0,Rapides Parish,56669.0,MISO +2020,22000.0,Louisiana,22081.0,Red River Parish,56669.0,MISO +2020,22000.0,Louisiana,22083.0,Richland Parish,56669.0,MISO +2020,22000.0,Louisiana,22085.0,Sabine Parish,56669.0,MISO +2020,22000.0,Louisiana,22087.0,St. Bernard Parish,56669.0,MISO +2020,22000.0,Louisiana,22089.0,St. Charles Parish,56669.0,MISO +2020,22000.0,Louisiana,22091.0,St. Helena Parish,56669.0,MISO +2020,22000.0,Louisiana,22093.0,St. James Parish,56669.0,MISO +2020,22000.0,Louisiana,22095.0,St. John the Baptist Parish,56669.0,MISO +2020,22000.0,Louisiana,22097.0,St. Landry Parish,56669.0,MISO +2020,22000.0,Louisiana,22099.0,St. Martin Parish,56669.0,MISO +2020,22000.0,Louisiana,22101.0,St. Mary Parish,56669.0,MISO +2020,22000.0,Louisiana,22103.0,St. Tammany Parish,56669.0,MISO +2020,22000.0,Louisiana,22105.0,Tangipahoa Parish,56669.0,MISO +2020,22000.0,Louisiana,22107.0,Tensas Parish,56669.0,MISO +2020,22000.0,Louisiana,22109.0,Terrebonne Parish,56669.0,MISO +2020,22000.0,Louisiana,22111.0,Union Parish,56669.0,MISO +2020,22000.0,Louisiana,22113.0,Vermilion Parish,56669.0,MISO +2020,22000.0,Louisiana,22115.0,Vernon Parish,56669.0,MISO +2020,22000.0,Louisiana,22117.0,Washington Parish,56669.0,MISO +2020,22000.0,Louisiana,22119.0,Webster Parish,56669.0,MISO +2020,22000.0,Louisiana,22121.0,West Baton Rouge Parish,56669.0,MISO +2020,22000.0,Louisiana,22123.0,West Carroll Parish,56669.0,MISO +2020,22000.0,Louisiana,22125.0,West Feliciana Parish,56669.0,MISO +2020,22000.0,Louisiana,22127.0,Winn Parish,56669.0,MISO +2020,26000.0,Michigan,26001.0,Alcona County,56669.0,MISO +2020,26000.0,Michigan,26003.0,Alger County,56669.0,MISO +2020,26000.0,Michigan,26005.0,Allegan County,56669.0,MISO +2020,26000.0,Michigan,26007.0,Alpena County,56669.0,MISO +2020,26000.0,Michigan,26009.0,Antrim County,56669.0,MISO +2020,26000.0,Michigan,26011.0,Arenac County,56669.0,MISO +2020,26000.0,Michigan,26013.0,Baraga County,56669.0,MISO +2020,26000.0,Michigan,26015.0,Barry County,56669.0,MISO +2020,26000.0,Michigan,26017.0,Bay County,56669.0,MISO +2020,26000.0,Michigan,26019.0,Benzie County,56669.0,MISO +2020,26000.0,Michigan,26023.0,Branch County,56669.0,MISO +2020,26000.0,Michigan,26025.0,Calhoun County,56669.0,MISO +2020,26000.0,Michigan,26029.0,Charlevoix County,56669.0,MISO +2020,26000.0,Michigan,26031.0,Cheboygan County,56669.0,MISO +2020,26000.0,Michigan,26033.0,Chippewa County,56669.0,MISO +2020,26000.0,Michigan,26035.0,Clare County,56669.0,MISO +2020,26000.0,Michigan,26037.0,Clinton County,56669.0,MISO +2020,26000.0,Michigan,26039.0,Crawford County,56669.0,MISO +2020,26000.0,Michigan,26041.0,Delta County,56669.0,MISO +2020,26000.0,Michigan,26043.0,Dickinson County,56669.0,MISO +2020,26000.0,Michigan,26045.0,Eaton County,56669.0,MISO +2020,26000.0,Michigan,26047.0,Emmet County,56669.0,MISO +2020,26000.0,Michigan,26049.0,Genesee County,56669.0,MISO +2020,26000.0,Michigan,26051.0,Gladwin County,56669.0,MISO +2020,26000.0,Michigan,26053.0,Gogebic County,56669.0,MISO +2020,26000.0,Michigan,26055.0,Grand Traverse County,56669.0,MISO +2020,26000.0,Michigan,26057.0,Gratiot County,56669.0,MISO +2020,26000.0,Michigan,26059.0,Hillsdale County,56669.0,MISO +2020,26000.0,Michigan,26061.0,Houghton County,56669.0,MISO +2020,26000.0,Michigan,26063.0,Huron County,56669.0,MISO +2020,26000.0,Michigan,26065.0,Ingham County,56669.0,MISO +2020,26000.0,Michigan,26067.0,Ionia County,56669.0,MISO +2020,26000.0,Michigan,26069.0,Iosco County,56669.0,MISO +2020,26000.0,Michigan,26071.0,Iron County,56669.0,MISO +2020,26000.0,Michigan,26073.0,Isabella County,56669.0,MISO +2020,26000.0,Michigan,26075.0,Jackson County,56669.0,MISO +2020,26000.0,Michigan,26077.0,Kalamazoo County,56669.0,MISO +2020,26000.0,Michigan,26079.0,Kalkaska County,56669.0,MISO +2020,26000.0,Michigan,26081.0,Kent County,56669.0,MISO +2020,26000.0,Michigan,26083.0,Keweenaw County,56669.0,MISO +2020,26000.0,Michigan,26085.0,Lake County,56669.0,MISO +2020,26000.0,Michigan,26087.0,Lapeer County,56669.0,MISO +2020,26000.0,Michigan,26089.0,Leelanau County,56669.0,MISO +2020,26000.0,Michigan,26091.0,Lenawee County,56669.0,MISO +2020,26000.0,Michigan,26093.0,Livingston County,56669.0,MISO +2020,26000.0,Michigan,26095.0,Luce County,56669.0,MISO +2020,26000.0,Michigan,26097.0,Mackinac County,56669.0,MISO +2020,26000.0,Michigan,26099.0,Macomb County,56669.0,MISO +2020,26000.0,Michigan,26101.0,Manistee County,56669.0,MISO +2020,26000.0,Michigan,26103.0,Marquette County,56669.0,MISO +2020,26000.0,Michigan,26105.0,Mason County,56669.0,MISO +2020,26000.0,Michigan,26107.0,Mecosta County,56669.0,MISO +2020,26000.0,Michigan,26109.0,Menominee County,56669.0,MISO +2020,26000.0,Michigan,26111.0,Midland County,56669.0,MISO +2020,26000.0,Michigan,26113.0,Missaukee County,56669.0,MISO +2020,26000.0,Michigan,26115.0,Monroe County,56669.0,MISO +2020,26000.0,Michigan,26117.0,Montcalm County,56669.0,MISO +2020,26000.0,Michigan,26119.0,Montmorency County,56669.0,MISO +2020,26000.0,Michigan,26121.0,Muskegon County,56669.0,MISO +2020,26000.0,Michigan,26123.0,Newaygo County,56669.0,MISO +2020,26000.0,Michigan,26125.0,Oakland County,56669.0,MISO +2020,26000.0,Michigan,26127.0,Oceana County,56669.0,MISO +2020,26000.0,Michigan,26129.0,Ogemaw County,56669.0,MISO +2020,26000.0,Michigan,26131.0,Ontonagon County,56669.0,MISO +2020,26000.0,Michigan,26133.0,Osceola County,56669.0,MISO +2020,26000.0,Michigan,26135.0,Oscoda County,56669.0,MISO +2020,26000.0,Michigan,26137.0,Otsego County,56669.0,MISO +2020,26000.0,Michigan,26139.0,Ottawa County,56669.0,MISO +2020,26000.0,Michigan,26141.0,Presque Isle County,56669.0,MISO +2020,26000.0,Michigan,26143.0,Roscommon County,56669.0,MISO +2020,26000.0,Michigan,26145.0,Saginaw County,56669.0,MISO +2020,26000.0,Michigan,26147.0,St. Clair County,56669.0,MISO +2020,26000.0,Michigan,26149.0,St. Joseph County,56669.0,MISO +2020,26000.0,Michigan,26151.0,Sanilac County,56669.0,MISO +2020,26000.0,Michigan,26153.0,Schoolcraft County,56669.0,MISO +2020,26000.0,Michigan,26155.0,Shiawassee County,56669.0,MISO +2020,26000.0,Michigan,26157.0,Tuscola County,56669.0,MISO +2020,26000.0,Michigan,26159.0,Van Buren County,56669.0,MISO +2020,26000.0,Michigan,26161.0,Washtenaw County,56669.0,MISO +2020,26000.0,Michigan,26163.0,Wayne County,56669.0,MISO +2020,26000.0,Michigan,26165.0,Wexford County,56669.0,MISO +2020,27000.0,Minnesota,27001.0,Aitkin County,56669.0,MISO +2020,27000.0,Minnesota,27003.0,Anoka County,56669.0,MISO +2020,27000.0,Minnesota,27005.0,Becker County,56669.0,MISO +2020,27000.0,Minnesota,27007.0,Beltrami County,56669.0,MISO +2020,27000.0,Minnesota,27009.0,Benton County,56669.0,MISO +2020,27000.0,Minnesota,27011.0,Big Stone County,56669.0,MISO +2020,27000.0,Minnesota,27013.0,Blue Earth County,56669.0,MISO +2020,27000.0,Minnesota,27015.0,Brown County,56669.0,MISO +2020,27000.0,Minnesota,27017.0,Carlton County,56669.0,MISO +2020,27000.0,Minnesota,27019.0,Carver County,56669.0,MISO +2020,27000.0,Minnesota,27021.0,Cass County,56669.0,MISO +2020,27000.0,Minnesota,27023.0,Chippewa County,56669.0,MISO +2020,27000.0,Minnesota,27025.0,Chisago County,56669.0,MISO +2020,27000.0,Minnesota,27027.0,Clay County,56669.0,MISO +2020,27000.0,Minnesota,27029.0,Clearwater County,56669.0,MISO +2020,27000.0,Minnesota,27031.0,Cook County,56669.0,MISO +2020,27000.0,Minnesota,27033.0,Cottonwood County,56669.0,MISO +2020,27000.0,Minnesota,27035.0,Crow Wing County,56669.0,MISO +2020,27000.0,Minnesota,27037.0,Dakota County,56669.0,MISO +2020,27000.0,Minnesota,27039.0,Dodge County,56669.0,MISO +2020,27000.0,Minnesota,27041.0,Douglas County,56669.0,MISO +2020,27000.0,Minnesota,27043.0,Faribault County,56669.0,MISO +2020,27000.0,Minnesota,27045.0,Fillmore County,56669.0,MISO +2020,27000.0,Minnesota,27047.0,Freeborn County,56669.0,MISO +2020,27000.0,Minnesota,27049.0,Goodhue County,56669.0,MISO +2020,27000.0,Minnesota,27051.0,Grant County,56669.0,MISO +2020,27000.0,Minnesota,27053.0,Hennepin County,56669.0,MISO +2020,27000.0,Minnesota,27055.0,Houston County,56669.0,MISO +2020,27000.0,Minnesota,27057.0,Hubbard County,56669.0,MISO +2020,27000.0,Minnesota,27059.0,Isanti County,56669.0,MISO +2020,27000.0,Minnesota,27061.0,Itasca County,56669.0,MISO +2020,27000.0,Minnesota,27063.0,Jackson County,56669.0,MISO +2020,27000.0,Minnesota,27065.0,Kanabec County,56669.0,MISO +2020,27000.0,Minnesota,27067.0,Kandiyohi County,56669.0,MISO +2020,27000.0,Minnesota,27069.0,Kittson County,56669.0,MISO +2020,27000.0,Minnesota,27071.0,Koochiching County,56669.0,MISO +2020,27000.0,Minnesota,27073.0,Lac Qui Parle County,56669.0,MISO +2020,27000.0,Minnesota,27075.0,Lake County,56669.0,MISO +2020,27000.0,Minnesota,27079.0,Le Sueur County,56669.0,MISO +2020,27000.0,Minnesota,27081.0,Lincoln County,56669.0,MISO +2020,27000.0,Minnesota,27083.0,Lyon County,56669.0,MISO +2020,27000.0,Minnesota,27085.0,McLeod County,56669.0,MISO +2020,27000.0,Minnesota,27087.0,Mahnomen County,56669.0,MISO +2020,27000.0,Minnesota,27089.0,Marshall County,56669.0,MISO +2020,27000.0,Minnesota,27091.0,Martin County,56669.0,MISO +2020,27000.0,Minnesota,27093.0,Meeker County,56669.0,MISO +2020,27000.0,Minnesota,27095.0,Mille Lacs County,56669.0,MISO +2020,27000.0,Minnesota,27097.0,Morrison County,56669.0,MISO +2020,27000.0,Minnesota,27099.0,Mower County,56669.0,MISO +2020,27000.0,Minnesota,27101.0,Murray County,56669.0,MISO +2020,27000.0,Minnesota,27103.0,Nicollet County,56669.0,MISO +2020,27000.0,Minnesota,27105.0,Nobles County,56669.0,MISO +2020,27000.0,Minnesota,27107.0,Norman County,56669.0,MISO +2020,27000.0,Minnesota,27109.0,Olmsted County,56669.0,MISO +2020,27000.0,Minnesota,27111.0,Otter Tail County,56669.0,MISO +2020,27000.0,Minnesota,27113.0,Pennington County,56669.0,MISO +2020,27000.0,Minnesota,27115.0,Pine County,56669.0,MISO +2020,27000.0,Minnesota,27117.0,Pipestone County,56669.0,MISO +2020,27000.0,Minnesota,27119.0,Polk County,56669.0,MISO +2020,27000.0,Minnesota,27121.0,Pope County,56669.0,MISO +2020,27000.0,Minnesota,27123.0,Ramsey County,56669.0,MISO +2020,27000.0,Minnesota,27125.0,Red Lake County,56669.0,MISO +2020,27000.0,Minnesota,27127.0,Redwood County,56669.0,MISO +2020,27000.0,Minnesota,27129.0,Renville County,56669.0,MISO +2020,27000.0,Minnesota,27131.0,Rice County,56669.0,MISO +2020,27000.0,Minnesota,27133.0,Rock County,56669.0,MISO +2020,27000.0,Minnesota,27135.0,Roseau County,56669.0,MISO +2020,27000.0,Minnesota,27137.0,St. Louis County,56669.0,MISO +2020,27000.0,Minnesota,27139.0,Scott County,56669.0,MISO +2020,27000.0,Minnesota,27141.0,Sherburne County,56669.0,MISO +2020,27000.0,Minnesota,27143.0,Sibley County,56669.0,MISO +2020,27000.0,Minnesota,27145.0,Stearns County,56669.0,MISO +2020,27000.0,Minnesota,27147.0,Steele County,56669.0,MISO +2020,27000.0,Minnesota,27149.0,Stevens County,56669.0,MISO +2020,27000.0,Minnesota,27151.0,Swift County,56669.0,MISO +2020,27000.0,Minnesota,27153.0,Todd County,56669.0,MISO +2020,27000.0,Minnesota,27155.0,Traverse County,56669.0,MISO +2020,27000.0,Minnesota,27157.0,Wabasha County,56669.0,MISO +2020,27000.0,Minnesota,27159.0,Wadena County,56669.0,MISO +2020,27000.0,Minnesota,27161.0,Waseca County,56669.0,MISO +2020,27000.0,Minnesota,27163.0,Washington County,56669.0,MISO +2020,27000.0,Minnesota,27165.0,Watonwan County,56669.0,MISO +2020,27000.0,Minnesota,27167.0,Wilkin County,56669.0,MISO +2020,27000.0,Minnesota,27169.0,Winona County,56669.0,MISO +2020,27000.0,Minnesota,27171.0,Wright County,56669.0,MISO +2020,27000.0,Minnesota,27173.0,Yellow Medicine County,56669.0,MISO +2020,28000.0,Mississippi,28001.0,Adams County,56669.0,MISO +2020,28000.0,Mississippi,28005.0,Amite County,56669.0,MISO +2020,28000.0,Mississippi,28007.0,Attala County,56669.0,MISO +2020,28000.0,Mississippi,28011.0,Bolivar County,56669.0,MISO +2020,28000.0,Mississippi,28013.0,Calhoun County,56669.0,MISO +2020,28000.0,Mississippi,28015.0,Carroll County,56669.0,MISO +2020,28000.0,Mississippi,28019.0,Choctaw County,56669.0,MISO +2020,28000.0,Mississippi,28021.0,Claiborne County,56669.0,MISO +2020,28000.0,Mississippi,28023.0,Clarke County,56669.0,MISO +2020,28000.0,Mississippi,28025.0,Clay County,56669.0,MISO +2020,28000.0,Mississippi,28027.0,Coahoma County,56669.0,MISO +2020,28000.0,Mississippi,28029.0,Copiah County,56669.0,MISO +2020,28000.0,Mississippi,28031.0,Covington County,56669.0,MISO +2020,28000.0,Mississippi,28033.0,DeSoto County,56669.0,MISO +2020,28000.0,Mississippi,28035.0,Forrest County,56669.0,MISO +2020,28000.0,Mississippi,28037.0,Franklin County,56669.0,MISO +2020,28000.0,Mississippi,28039.0,George County,56669.0,MISO +2020,28000.0,Mississippi,28041.0,Greene County,56669.0,MISO +2020,28000.0,Mississippi,28043.0,Grenada County,56669.0,MISO +2020,28000.0,Mississippi,28047.0,Harrison County,56669.0,MISO +2020,28000.0,Mississippi,28049.0,Hinds County,56669.0,MISO +2020,28000.0,Mississippi,28051.0,Holmes County,56669.0,MISO +2020,28000.0,Mississippi,28053.0,Humphreys County,56669.0,MISO +2020,28000.0,Mississippi,28055.0,Issaquena County,56669.0,MISO +2020,28000.0,Mississippi,28059.0,Jackson County,56669.0,MISO +2020,28000.0,Mississippi,28061.0,Jasper County,56669.0,MISO +2020,28000.0,Mississippi,28063.0,Jefferson County,56669.0,MISO +2020,28000.0,Mississippi,28065.0,Jefferson Davis County,56669.0,MISO +2020,28000.0,Mississippi,28067.0,Jones County,56669.0,MISO +2020,28000.0,Mississippi,28073.0,Lamar County,56669.0,MISO +2020,28000.0,Mississippi,28077.0,Lawrence County,56669.0,MISO +2020,28000.0,Mississippi,28079.0,Leake County,56669.0,MISO +2020,28000.0,Mississippi,28083.0,Leflore County,56669.0,MISO +2020,28000.0,Mississippi,28085.0,Lincoln County,56669.0,MISO +2020,28000.0,Mississippi,28089.0,Madison County,56669.0,MISO +2020,28000.0,Mississippi,28091.0,Marion County,56669.0,MISO +2020,28000.0,Mississippi,28097.0,Montgomery County,56669.0,MISO +2020,28000.0,Mississippi,28101.0,Newton County,56669.0,MISO +2020,28000.0,Mississippi,28107.0,Panola County,56669.0,MISO +2020,28000.0,Mississippi,28109.0,Pearl River County,56669.0,MISO +2020,28000.0,Mississippi,28111.0,Perry County,56669.0,MISO +2020,28000.0,Mississippi,28113.0,Pike County,56669.0,MISO +2020,28000.0,Mississippi,28119.0,Quitman County,56669.0,MISO +2020,28000.0,Mississippi,28121.0,Rankin County,56669.0,MISO +2020,28000.0,Mississippi,28123.0,Scott County,56669.0,MISO +2020,28000.0,Mississippi,28125.0,Sharkey County,56669.0,MISO +2020,28000.0,Mississippi,28127.0,Simpson County,56669.0,MISO +2020,28000.0,Mississippi,28129.0,Smith County,56669.0,MISO +2020,28000.0,Mississippi,28131.0,Stone County,56669.0,MISO +2020,28000.0,Mississippi,28133.0,Sunflower County,56669.0,MISO +2020,28000.0,Mississippi,28135.0,Tallahatchie County,56669.0,MISO +2020,28000.0,Mississippi,28137.0,Tate County,56669.0,MISO +2020,28000.0,Mississippi,28143.0,Tunica County,56669.0,MISO +2020,28000.0,Mississippi,28147.0,Walthall County,56669.0,MISO +2020,28000.0,Mississippi,28149.0,Warren County,56669.0,MISO +2020,28000.0,Mississippi,28151.0,Washington County,56669.0,MISO +2020,28000.0,Mississippi,28153.0,Wayne County,56669.0,MISO +2020,28000.0,Mississippi,28155.0,Webster County,56669.0,MISO +2020,28000.0,Mississippi,28157.0,Wilkinson County,56669.0,MISO +2020,28000.0,Mississippi,28161.0,Yalobusha County,56669.0,MISO +2020,28000.0,Mississippi,28163.0,Yazoo County,56669.0,MISO +2020,29000.0,Missouri,29001.0,Adair County,56669.0,MISO +2020,29000.0,Missouri,29007.0,Audrain County,56669.0,MISO +2020,29000.0,Missouri,29017.0,Bollinger County,56669.0,MISO +2020,29000.0,Missouri,29019.0,Boone County,56669.0,MISO +2020,29000.0,Missouri,29023.0,Butler County,56669.0,MISO +2020,29000.0,Missouri,29025.0,Caldwell County,56669.0,MISO +2020,29000.0,Missouri,29027.0,Callaway County,56669.0,MISO +2020,29000.0,Missouri,29029.0,Camden County,56669.0,MISO +2020,29000.0,Missouri,29031.0,Cape Girardeau County,56669.0,MISO +2020,29000.0,Missouri,29041.0,Chariton County,56669.0,MISO +2020,29000.0,Missouri,29045.0,Clark County,56669.0,MISO +2020,29000.0,Missouri,29047.0,Clay County,56669.0,MISO +2020,29000.0,Missouri,29049.0,Clinton County,56669.0,MISO +2020,29000.0,Missouri,29051.0,Cole County,56669.0,MISO +2020,29000.0,Missouri,29053.0,Cooper County,56669.0,MISO +2020,29000.0,Missouri,29055.0,Crawford County,56669.0,MISO +2020,29000.0,Missouri,29061.0,Daviess County,56669.0,MISO +2020,29000.0,Missouri,29063.0,DeKalb County,56669.0,MISO +2020,29000.0,Missouri,29069.0,Dunklin County,56669.0,MISO +2020,29000.0,Missouri,29071.0,Franklin County,56669.0,MISO +2020,29000.0,Missouri,29073.0,Gasconade County,56669.0,MISO +2020,29000.0,Missouri,29075.0,Gentry County,56669.0,MISO +2020,29000.0,Missouri,29089.0,Howard County,56669.0,MISO +2020,29000.0,Missouri,29093.0,Iron County,56669.0,MISO +2020,29000.0,Missouri,29099.0,Jefferson County,56669.0,MISO +2020,29000.0,Missouri,29103.0,Knox County,56669.0,MISO +2020,29000.0,Missouri,29111.0,Lewis County,56669.0,MISO +2020,29000.0,Missouri,29113.0,Lincoln County,56669.0,MISO +2020,29000.0,Missouri,29115.0,Linn County,56669.0,MISO +2020,29000.0,Missouri,29117.0,Livingston County,56669.0,MISO +2020,29000.0,Missouri,29121.0,Macon County,56669.0,MISO +2020,29000.0,Missouri,29123.0,Madison County,56669.0,MISO +2020,29000.0,Missouri,29125.0,Maries County,56669.0,MISO +2020,29000.0,Missouri,29127.0,Marion County,56669.0,MISO +2020,29000.0,Missouri,29131.0,Miller County,56669.0,MISO +2020,29000.0,Missouri,29133.0,Mississippi County,56669.0,MISO +2020,29000.0,Missouri,29135.0,Moniteau County,56669.0,MISO +2020,29000.0,Missouri,29137.0,Monroe County,56669.0,MISO +2020,29000.0,Missouri,29139.0,Montgomery County,56669.0,MISO +2020,29000.0,Missouri,29141.0,Morgan County,56669.0,MISO +2020,29000.0,Missouri,29143.0,New Madrid County,56669.0,MISO +2020,29000.0,Missouri,29149.0,Oregon County,56669.0,MISO +2020,29000.0,Missouri,29151.0,Osage County,56669.0,MISO +2020,29000.0,Missouri,29155.0,Pemiscot County,56669.0,MISO +2020,29000.0,Missouri,29157.0,Perry County,56669.0,MISO +2020,29000.0,Missouri,29159.0,Pettis County,56669.0,MISO +2020,29000.0,Missouri,29161.0,Phelps County,56669.0,MISO +2020,29000.0,Missouri,29163.0,Pike County,56669.0,MISO +2020,29000.0,Missouri,29169.0,Pulaski County,56669.0,MISO +2020,29000.0,Missouri,29173.0,Ralls County,56669.0,MISO +2020,29000.0,Missouri,29175.0,Randolph County,56669.0,MISO +2020,29000.0,Missouri,29177.0,Ray County,56669.0,MISO +2020,29000.0,Missouri,29179.0,Reynolds County,56669.0,MISO +2020,29000.0,Missouri,29181.0,Ripley County,56669.0,MISO +2020,29000.0,Missouri,29183.0,St. Charles County,56669.0,MISO +2020,29000.0,Missouri,29186.0,Ste. Genevieve County,56669.0,MISO +2020,29000.0,Missouri,29187.0,St. Francois County,56669.0,MISO +2020,29000.0,Missouri,29195.0,Saline County,56669.0,MISO +2020,29000.0,Missouri,29197.0,Schuyler County,56669.0,MISO +2020,29000.0,Missouri,29199.0,Scotland County,56669.0,MISO +2020,29000.0,Missouri,29201.0,Scott County,56669.0,MISO +2020,29000.0,Missouri,29207.0,Stoddard County,56669.0,MISO +2020,29000.0,Missouri,29211.0,Sullivan County,56669.0,MISO +2020,29000.0,Missouri,29213.0,Taney County,56669.0,MISO +2020,29000.0,Missouri,29219.0,Warren County,56669.0,MISO +2020,29000.0,Missouri,29221.0,Washington County,56669.0,MISO +2020,29000.0,Missouri,29510.0,St. Louis City,56669.0,MISO +2020,30000.0,Montana,30017.0,Custer County,56669.0,MISO +2020,30000.0,Montana,30019.0,Daniels County,56669.0,MISO +2020,30000.0,Montana,30021.0,Dawson County,56669.0,MISO +2020,30000.0,Montana,30025.0,Fallon County,56669.0,MISO +2020,30000.0,Montana,30055.0,McCone County,56669.0,MISO +2020,30000.0,Montana,30079.0,Prairie County,56669.0,MISO +2020,30000.0,Montana,30083.0,Richland County,56669.0,MISO +2020,30000.0,Montana,30085.0,Roosevelt County,56669.0,MISO +2020,30000.0,Montana,30087.0,Rosebud County,56669.0,MISO +2020,30000.0,Montana,30091.0,Sheridan County,56669.0,MISO +2020,30000.0,Montana,30109.0,Wibaux County,56669.0,MISO +2020,38000.0,North Dakota,38001.0,Adams County,56669.0,MISO +2020,38000.0,North Dakota,38003.0,Barnes County,56669.0,MISO +2020,38000.0,North Dakota,38005.0,Benson County,56669.0,MISO +2020,38000.0,North Dakota,38009.0,Bottineau County,56669.0,MISO +2020,38000.0,North Dakota,38011.0,Bowman County,56669.0,MISO +2020,38000.0,North Dakota,38013.0,Burke County,56669.0,MISO +2020,38000.0,North Dakota,38015.0,Burleigh County,56669.0,MISO +2020,38000.0,North Dakota,38017.0,Cass County,56669.0,MISO +2020,38000.0,North Dakota,38019.0,Cavalier County,56669.0,MISO +2020,38000.0,North Dakota,38021.0,Dickey County,56669.0,MISO +2020,38000.0,North Dakota,38023.0,Divide County,56669.0,MISO +2020,38000.0,North Dakota,38025.0,Dunn County,56669.0,MISO +2020,38000.0,North Dakota,38027.0,Eddy County,56669.0,MISO +2020,38000.0,North Dakota,38029.0,Emmons County,56669.0,MISO +2020,38000.0,North Dakota,38031.0,Foster County,56669.0,MISO +2020,38000.0,North Dakota,38033.0,Golden Valley County,56669.0,MISO +2020,38000.0,North Dakota,38035.0,Grand Forks County,56669.0,MISO +2020,38000.0,North Dakota,38037.0,Grant County,56669.0,MISO +2020,38000.0,North Dakota,38039.0,Griggs County,56669.0,MISO +2020,38000.0,North Dakota,38041.0,Hettinger County,56669.0,MISO +2020,38000.0,North Dakota,38043.0,Kidder County,56669.0,MISO +2020,38000.0,North Dakota,38045.0,LaMoure County,56669.0,MISO +2020,38000.0,North Dakota,38047.0,Logan County,56669.0,MISO +2020,38000.0,North Dakota,38049.0,McHenry County,56669.0,MISO +2020,38000.0,North Dakota,38051.0,McIntosh County,56669.0,MISO +2020,38000.0,North Dakota,38053.0,McKenzie County,56669.0,MISO +2020,38000.0,North Dakota,38055.0,McLean County,56669.0,MISO +2020,38000.0,North Dakota,38057.0,Mercer County,56669.0,MISO +2020,38000.0,North Dakota,38059.0,Morton County,56669.0,MISO +2020,38000.0,North Dakota,38061.0,Mountrail County,56669.0,MISO +2020,38000.0,North Dakota,38063.0,Nelson County,56669.0,MISO +2020,38000.0,North Dakota,38065.0,Oliver County,56669.0,MISO +2020,38000.0,North Dakota,38067.0,Pembina County,56669.0,MISO +2020,38000.0,North Dakota,38069.0,Pierce County,56669.0,MISO +2020,38000.0,North Dakota,38071.0,Ramsey County,56669.0,MISO +2020,38000.0,North Dakota,38073.0,Ransom County,56669.0,MISO +2020,38000.0,North Dakota,38075.0,Renville County,56669.0,MISO +2020,38000.0,North Dakota,38077.0,Richland County,56669.0,MISO +2020,38000.0,North Dakota,38079.0,Rolette County,56669.0,MISO +2020,38000.0,North Dakota,38081.0,Sargent County,56669.0,MISO +2020,38000.0,North Dakota,38083.0,Sheridan County,56669.0,MISO +2020,38000.0,North Dakota,38085.0,Sioux County,56669.0,MISO +2020,38000.0,North Dakota,38087.0,Slope County,56669.0,MISO +2020,38000.0,North Dakota,38089.0,Stark County,56669.0,MISO +2020,38000.0,North Dakota,38091.0,Steele County,56669.0,MISO +2020,38000.0,North Dakota,38093.0,Stutsman County,56669.0,MISO +2020,38000.0,North Dakota,38095.0,Towner County,56669.0,MISO +2020,38000.0,North Dakota,38097.0,Traill County,56669.0,MISO +2020,38000.0,North Dakota,38099.0,Walsh County,56669.0,MISO +2020,38000.0,North Dakota,38101.0,Ward County,56669.0,MISO +2020,38000.0,North Dakota,38103.0,Wells County,56669.0,MISO +2020,38000.0,North Dakota,38105.0,Williams County,56669.0,MISO +2020,40000.0,Oklahoma,40089.0,McCurtain County,56669.0,MISO +2020,46000.0,South Dakota,46011.0,Brookings County,56669.0,MISO +2020,46000.0,South Dakota,46013.0,Brown County,56669.0,MISO +2020,46000.0,South Dakota,46021.0,Campbell County,56669.0,MISO +2020,46000.0,South Dakota,46029.0,Codington County,56669.0,MISO +2020,46000.0,South Dakota,46031.0,Corson County,56669.0,MISO +2020,46000.0,South Dakota,46037.0,Day County,56669.0,MISO +2020,46000.0,South Dakota,46039.0,Deuel County,56669.0,MISO +2020,46000.0,South Dakota,46045.0,Edmunds County,56669.0,MISO +2020,46000.0,South Dakota,46049.0,Faulk County,56669.0,MISO +2020,46000.0,South Dakota,46051.0,Grant County,56669.0,MISO +2020,46000.0,South Dakota,46057.0,Hamlin County,56669.0,MISO +2020,46000.0,South Dakota,46061.0,Hanson County,56669.0,MISO +2020,46000.0,South Dakota,46063.0,Harding County,56669.0,MISO +2020,46000.0,South Dakota,46067.0,Hutchinson County,56669.0,MISO +2020,46000.0,South Dakota,46077.0,Kingsbury County,56669.0,MISO +2020,46000.0,South Dakota,46079.0,Lake County,56669.0,MISO +2020,46000.0,South Dakota,46083.0,Lincoln County,56669.0,MISO +2020,46000.0,South Dakota,46087.0,McCook County,56669.0,MISO +2020,46000.0,South Dakota,46089.0,McPherson County,56669.0,MISO +2020,46000.0,South Dakota,46091.0,Marshall County,56669.0,MISO +2020,46000.0,South Dakota,46097.0,Miner County,56669.0,MISO +2020,46000.0,South Dakota,46099.0,Minnehaha County,56669.0,MISO +2020,46000.0,South Dakota,46101.0,Moody County,56669.0,MISO +2020,46000.0,South Dakota,46105.0,Perkins County,56669.0,MISO +2020,46000.0,South Dakota,46107.0,Potter County,56669.0,MISO +2020,46000.0,South Dakota,46109.0,Roberts County,56669.0,MISO +2020,46000.0,South Dakota,46111.0,Sanborn County,56669.0,MISO +2020,46000.0,South Dakota,46125.0,Turner County,56669.0,MISO +2020,46000.0,South Dakota,46127.0,Union County,56669.0,MISO +2020,46000.0,South Dakota,46129.0,Walworth County,56669.0,MISO +2020,47000.0,Tennessee,47167.0,Tipton County,56669.0,MISO +2020,48000.0,Texas,48005.0,Angelina County,56669.0,MISO +2020,48000.0,Texas,48037.0,Bowie County,56669.0,MISO +2020,48000.0,Texas,48041.0,Brazos County,56669.0,MISO +2020,48000.0,Texas,48051.0,Burleson County,56669.0,MISO +2020,48000.0,Texas,48071.0,Chambers County,56669.0,MISO +2020,48000.0,Texas,48145.0,Falls County,56669.0,MISO +2020,48000.0,Texas,48167.0,Galveston County,56669.0,MISO +2020,48000.0,Texas,48185.0,Grimes County,56669.0,MISO +2020,48000.0,Texas,48199.0,Hardin County,56669.0,MISO +2020,48000.0,Texas,48201.0,Harris County,56669.0,MISO +2020,48000.0,Texas,48225.0,Houston County,56669.0,MISO +2020,48000.0,Texas,48241.0,Jasper County,56669.0,MISO +2020,48000.0,Texas,48245.0,Jefferson County,56669.0,MISO +2020,48000.0,Texas,48289.0,Leon County,56669.0,MISO +2020,48000.0,Texas,48291.0,Liberty County,56669.0,MISO +2020,48000.0,Texas,48293.0,Limestone County,56669.0,MISO +2020,48000.0,Texas,48313.0,Madison County,56669.0,MISO +2020,48000.0,Texas,48331.0,Milam County,56669.0,MISO +2020,48000.0,Texas,48339.0,Montgomery County,56669.0,MISO +2020,48000.0,Texas,48347.0,Nacogdoches County,56669.0,MISO +2020,48000.0,Texas,48351.0,Newton County,56669.0,MISO +2020,48000.0,Texas,48361.0,Orange County,56669.0,MISO +2020,48000.0,Texas,48365.0,Panola County,56669.0,MISO +2020,48000.0,Texas,48373.0,Polk County,56669.0,MISO +2020,48000.0,Texas,48395.0,Robertson County,56669.0,MISO +2020,48000.0,Texas,48401.0,Rusk County,56669.0,MISO +2020,48000.0,Texas,48403.0,Sabine County,56669.0,MISO +2020,48000.0,Texas,48405.0,San Augustine County,56669.0,MISO +2020,48000.0,Texas,48407.0,San Jacinto County,56669.0,MISO +2020,48000.0,Texas,48419.0,Shelby County,56669.0,MISO +2020,48000.0,Texas,48455.0,Trinity County,56669.0,MISO +2020,48000.0,Texas,48457.0,Tyler County,56669.0,MISO +2020,48000.0,Texas,48471.0,Walker County,56669.0,MISO +2020,48000.0,Texas,48473.0,Waller County,56669.0,MISO +2020,48000.0,Texas,48477.0,Washington County,56669.0,MISO +2020,55000.0,Wisconsin,55001.0,Adams County,56669.0,MISO +2020,55000.0,Wisconsin,55003.0,Ashland County,56669.0,MISO +2020,55000.0,Wisconsin,55005.0,Barron County,56669.0,MISO +2020,55000.0,Wisconsin,55007.0,Bayfield County,56669.0,MISO +2020,55000.0,Wisconsin,55009.0,Brown County,56669.0,MISO +2020,55000.0,Wisconsin,55011.0,Buffalo County,56669.0,MISO +2020,55000.0,Wisconsin,55013.0,Burnett County,56669.0,MISO +2020,55000.0,Wisconsin,55015.0,Calumet County,56669.0,MISO +2020,55000.0,Wisconsin,55017.0,Chippewa County,56669.0,MISO +2020,55000.0,Wisconsin,55019.0,Clark County,56669.0,MISO +2020,55000.0,Wisconsin,55021.0,Columbia County,56669.0,MISO +2020,55000.0,Wisconsin,55023.0,Crawford County,56669.0,MISO +2020,55000.0,Wisconsin,55025.0,Dane County,56669.0,MISO +2020,55000.0,Wisconsin,55027.0,Dodge County,56669.0,MISO +2020,55000.0,Wisconsin,55029.0,Door County,56669.0,MISO +2020,55000.0,Wisconsin,55031.0,Douglas County,56669.0,MISO +2020,55000.0,Wisconsin,55033.0,Dunn County,56669.0,MISO +2020,55000.0,Wisconsin,55035.0,Eau Claire County,56669.0,MISO +2020,55000.0,Wisconsin,55037.0,Florence County,56669.0,MISO +2020,55000.0,Wisconsin,55039.0,Fond du Lac County,56669.0,MISO +2020,55000.0,Wisconsin,55041.0,Forest County,56669.0,MISO +2020,55000.0,Wisconsin,55043.0,Grant County,56669.0,MISO +2020,55000.0,Wisconsin,55045.0,Green County,56669.0,MISO +2020,55000.0,Wisconsin,55047.0,Green Lake County,56669.0,MISO +2020,55000.0,Wisconsin,55049.0,Iowa County,56669.0,MISO +2020,55000.0,Wisconsin,55051.0,Iron County,56669.0,MISO +2020,55000.0,Wisconsin,55053.0,Jackson County,56669.0,MISO +2020,55000.0,Wisconsin,55055.0,Jefferson County,56669.0,MISO +2020,55000.0,Wisconsin,55057.0,Juneau County,56669.0,MISO +2020,55000.0,Wisconsin,55059.0,Kenosha County,56669.0,MISO +2020,55000.0,Wisconsin,55061.0,Kewaunee County,56669.0,MISO +2020,55000.0,Wisconsin,55063.0,La Crosse County,56669.0,MISO +2020,55000.0,Wisconsin,55065.0,Lafayette County,56669.0,MISO +2020,55000.0,Wisconsin,55067.0,Langlade County,56669.0,MISO +2020,55000.0,Wisconsin,55069.0,Lincoln County,56669.0,MISO +2020,55000.0,Wisconsin,55071.0,Manitowoc County,56669.0,MISO +2020,55000.0,Wisconsin,55073.0,Marathon County,56669.0,MISO +2020,55000.0,Wisconsin,55075.0,Marinette County,56669.0,MISO +2020,55000.0,Wisconsin,55077.0,Marquette County,56669.0,MISO +2020,55000.0,Wisconsin,55079.0,Milwaukee County,56669.0,MISO +2020,55000.0,Wisconsin,55081.0,Monroe County,56669.0,MISO +2020,55000.0,Wisconsin,55083.0,Oconto County,56669.0,MISO +2020,55000.0,Wisconsin,55085.0,Oneida County,56669.0,MISO +2020,55000.0,Wisconsin,55087.0,Outagamie County,56669.0,MISO +2020,55000.0,Wisconsin,55089.0,Ozaukee County,56669.0,MISO +2020,55000.0,Wisconsin,55091.0,Pepin County,56669.0,MISO +2020,55000.0,Wisconsin,55093.0,Pierce County,56669.0,MISO +2020,55000.0,Wisconsin,55095.0,Polk County,56669.0,MISO +2020,55000.0,Wisconsin,55097.0,Portage County,56669.0,MISO +2020,55000.0,Wisconsin,55099.0,Price County,56669.0,MISO +2020,55000.0,Wisconsin,55101.0,Racine County,56669.0,MISO +2020,55000.0,Wisconsin,55103.0,Richland County,56669.0,MISO +2020,55000.0,Wisconsin,55105.0,Rock County,56669.0,MISO +2020,55000.0,Wisconsin,55107.0,Rusk County,56669.0,MISO +2020,55000.0,Wisconsin,55109.0,St. Croix County,56669.0,MISO +2020,55000.0,Wisconsin,55111.0,Sauk County,56669.0,MISO +2020,55000.0,Wisconsin,55113.0,Sawyer County,56669.0,MISO +2020,55000.0,Wisconsin,55115.0,Shawano County,56669.0,MISO +2020,55000.0,Wisconsin,55117.0,Sheboygan County,56669.0,MISO +2020,55000.0,Wisconsin,55119.0,Taylor County,56669.0,MISO +2020,55000.0,Wisconsin,55121.0,Trempealeau County,56669.0,MISO +2020,55000.0,Wisconsin,55123.0,Vernon County,56669.0,MISO +2020,55000.0,Wisconsin,55125.0,Vilas County,56669.0,MISO +2020,55000.0,Wisconsin,55127.0,Walworth County,56669.0,MISO +2020,55000.0,Wisconsin,55129.0,Washburn County,56669.0,MISO +2020,55000.0,Wisconsin,55131.0,Washington County,56669.0,MISO +2020,55000.0,Wisconsin,55133.0,Waukesha County,56669.0,MISO +2020,55000.0,Wisconsin,55135.0,Waupaca County,56669.0,MISO +2020,55000.0,Wisconsin,55137.0,Waushara County,56669.0,MISO +2020,55000.0,Wisconsin,55139.0,Winnebago County,56669.0,MISO +2020,55000.0,Wisconsin,55141.0,Wood County,56669.0,MISO +2020,56000.0,Wyoming,56019.0,Johnson County,56669.0,MISO +2020,56000.0,Wyoming,56033.0,Sheridan County,56669.0,MISO +2020,4000.0,Arizona,4001.0,Apache County,59504.0,SWPP +2020,4000.0,Arizona,4003.0,Cochise County ,59504.0,SWPP +2020,4000.0,Arizona,4005.0,Coconino County,59504.0,SWPP +2020,4000.0,Arizona,4007.0,Gila County,59504.0,SWPP +2020,4000.0,Arizona,4012.0,La Paz County,59504.0,SWPP +2020,4000.0,Arizona,4013.0,Maricopa County,59504.0,SWPP +2020,4000.0,Arizona,4015.0,Mohave County,59504.0,SWPP +2020,4000.0,Arizona,4017.0,Navajo County,59504.0,SWPP +2020,4000.0,Arizona,4019.0,Pima County,59504.0,SWPP +2020,4000.0,Arizona,4021.0,Pinal County,59504.0,SWPP +2020,4000.0,Arizona,4025.0,Yavapai County,59504.0,SWPP +2020,4000.0,Arizona,4027.0,Yuma County,59504.0,SWPP +2020,5000.0,Arkansas,5007.0,Benton County,59504.0,SWPP +2020,5000.0,Arkansas,5009.0,Boone County,59504.0,SWPP +2020,5000.0,Arkansas,5015.0,Carroll County,59504.0,SWPP +2020,5000.0,Arkansas,5033.0,Crawford County,59504.0,SWPP +2020,5000.0,Arkansas,5047.0,Franklin County,59504.0,SWPP +2020,5000.0,Arkansas,5057.0,Hempstead County,59504.0,SWPP +2020,5000.0,Arkansas,5061.0,Howard County,59504.0,SWPP +2020,5000.0,Arkansas,5071.0,Johnson County,59504.0,SWPP +2020,5000.0,Arkansas,5073.0,Lafayette County,59504.0,SWPP +2020,5000.0,Arkansas,5081.0,Little River County,59504.0,SWPP +2020,5000.0,Arkansas,5083.0,Logan County,59504.0,SWPP +2020,5000.0,Arkansas,5087.0,Madison County,59504.0,SWPP +2020,5000.0,Arkansas,5091.0,Miller County,59504.0,SWPP +2020,5000.0,Arkansas,5101.0,Newton County,59504.0,SWPP +2020,5000.0,Arkansas,5109.0,Pike County,59504.0,SWPP +2020,5000.0,Arkansas,5113.0,Polk County,59504.0,SWPP +2020,5000.0,Arkansas,5115.0,Pope County,59504.0,SWPP +2020,5000.0,Arkansas,5127.0,Scott County,59504.0,SWPP +2020,5000.0,Arkansas,5131.0,Sebastian County,59504.0,SWPP +2020,5000.0,Arkansas,5133.0,Sevier County,59504.0,SWPP +2020,5000.0,Arkansas,5143.0,Washington County,59504.0,SWPP +2020,5000.0,Arkansas,5149.0,Yell County,59504.0,SWPP +2020,6000.0,California,6001.0,Alameda County,59504.0,SWPP +2020,6000.0,California,6007.0,Butte County,59504.0,SWPP +2020,6000.0,California,6009.0,Calaveras County,59504.0,SWPP +2020,6000.0,California,6011.0,Colusa County,59504.0,SWPP +2020,6000.0,California,6013.0,Contra Costa County,59504.0,SWPP +2020,6000.0,California,6019.0,Fresno County,59504.0,SWPP +2020,6000.0,California,6021.0,Glenn County,59504.0,SWPP +2020,6000.0,California,6025.0,Imperial County,59504.0,SWPP +2020,6000.0,California,6035.0,Lassen County,59504.0,SWPP +2020,6000.0,California,6039.0,Madera County,59504.0,SWPP +2020,6000.0,California,6047.0,Merced County,59504.0,SWPP +2020,6000.0,California,6049.0,Modoc County,59504.0,SWPP +2020,6000.0,California,6061.0,Placer County,59504.0,SWPP +2020,6000.0,California,6065.0,Riverside County,59504.0,SWPP +2020,6000.0,California,6067.0,Sacramento County,59504.0,SWPP +2020,6000.0,California,6071.0,San Bernardino County,59504.0,SWPP +2020,6000.0,California,6077.0,San Joaquin County,59504.0,SWPP +2020,6000.0,California,6085.0,Santa Clara County,59504.0,SWPP +2020,6000.0,California,6089.0,Shasta County,59504.0,SWPP +2020,6000.0,California,6093.0,Siskiyou County,59504.0,SWPP +2020,6000.0,California,6095.0,Solano County,59504.0,SWPP +2020,6000.0,California,6101.0,Sutter County,59504.0,SWPP +2020,6000.0,California,6103.0,Tehama County,59504.0,SWPP +2020,6000.0,California,6105.0,Trinity County,59504.0,SWPP +2020,6000.0,California,6109.0,Tuolumne County,59504.0,SWPP +2020,6000.0,California,6113.0,Yolo County,59504.0,SWPP +2020,6000.0,California,6115.0,Yuba County,59504.0,SWPP +2020,8000.0,Colorado,8009.0,Baca County,59504.0,SWPP +2020,8000.0,Colorado,8013.0,Boulder County,59504.0,SWPP +2020,8000.0,Colorado,8014.0,Broomfield County,59504.0,SWPP +2020,8000.0,Colorado,8015.0,Chaffee County,59504.0,SWPP +2020,8000.0,Colorado,8017.0,Cheyenne County,59504.0,SWPP +2020,8000.0,Colorado,8019.0,Clear Creek County,59504.0,SWPP +2020,8000.0,Colorado,8027.0,Custer County,59504.0,SWPP +2020,8000.0,Colorado,8029.0,Delta County,59504.0,SWPP +2020,8000.0,Colorado,8033.0,Dolores County,59504.0,SWPP +2020,8000.0,Colorado,8041.0,El Paso County,59504.0,SWPP +2020,8000.0,Colorado,8043.0,Fremont County,59504.0,SWPP +2020,8000.0,Colorado,8045.0,Garfield County,59504.0,SWPP +2020,8000.0,Colorado,8049.0,Grand County,59504.0,SWPP +2020,8000.0,Colorado,8051.0,Gunnison County,59504.0,SWPP +2020,8000.0,Colorado,8057.0,Jackson County,59504.0,SWPP +2020,8000.0,Colorado,8059.0,Jefferson County,59504.0,SWPP +2020,8000.0,Colorado,8061.0,Kiowa County,59504.0,SWPP +2020,8000.0,Colorado,8065.0,Lake County,59504.0,SWPP +2020,8000.0,Colorado,8067.0,La Plata County,59504.0,SWPP +2020,8000.0,Colorado,8069.0,Larimer County,59504.0,SWPP +2020,8000.0,Colorado,8073.0,Lincoln County,59504.0,SWPP +2020,8000.0,Colorado,8075.0,Logan County,59504.0,SWPP +2020,8000.0,Colorado,8077.0,Mesa County,59504.0,SWPP +2020,8000.0,Colorado,8081.0,Moffat County,59504.0,SWPP +2020,8000.0,Colorado,8083.0,Montezuma County,59504.0,SWPP +2020,8000.0,Colorado,8085.0,Montrose County,59504.0,SWPP +2020,8000.0,Colorado,8087.0,Morgan County,59504.0,SWPP +2020,8000.0,Colorado,8091.0,Ouray County,59504.0,SWPP +2020,8000.0,Colorado,8095.0,Phillips County,59504.0,SWPP +2020,8000.0,Colorado,8099.0,Prowers County,59504.0,SWPP +2020,8000.0,Colorado,8101.0,Pueblo County,59504.0,SWPP +2020,8000.0,Colorado,8103.0,Rio Blanco County,59504.0,SWPP +2020,8000.0,Colorado,8107.0,Routt County,59504.0,SWPP +2020,8000.0,Colorado,8109.0,Saguache County,59504.0,SWPP +2020,8000.0,Colorado,8113.0,San Miguel County,59504.0,SWPP +2020,8000.0,Colorado,8115.0,Sedgwick County,59504.0,SWPP +2020,8000.0,Colorado,8117.0,Summit County,59504.0,SWPP +2020,8000.0,Colorado,8121.0,Washington County,59504.0,SWPP +2020,8000.0,Colorado,8123.0,Weld County,59504.0,SWPP +2020,8000.0,Colorado,8125.0,Yuma County,59504.0,SWPP +2020,19000.0,Iowa,19001.0,Adair County,59504.0,SWPP +2020,19000.0,Iowa,19009.0,Audubon County,59504.0,SWPP +2020,19000.0,Iowa,19017.0,Bremer County,59504.0,SWPP +2020,19000.0,Iowa,19021.0,Buena Vista County,59504.0,SWPP +2020,19000.0,Iowa,19023.0,Butler County,59504.0,SWPP +2020,19000.0,Iowa,19029.0,Cass County,59504.0,SWPP +2020,19000.0,Iowa,19033.0,Cerro Gordo County,59504.0,SWPP +2020,19000.0,Iowa,19035.0,Cherokee County,59504.0,SWPP +2020,19000.0,Iowa,19037.0,Chickasaw County,59504.0,SWPP +2020,19000.0,Iowa,19041.0,Clay County,59504.0,SWPP +2020,19000.0,Iowa,19047.0,Crawford County,59504.0,SWPP +2020,19000.0,Iowa,19059.0,Dickinson County,59504.0,SWPP +2020,19000.0,Iowa,19063.0,Emmet County,59504.0,SWPP +2020,19000.0,Iowa,19065.0,Fayette County,59504.0,SWPP +2020,19000.0,Iowa,19067.0,Floyd County,59504.0,SWPP +2020,19000.0,Iowa,19069.0,Franklin County,59504.0,SWPP +2020,19000.0,Iowa,19079.0,Hamilton County,59504.0,SWPP +2020,19000.0,Iowa,19081.0,Hancock County,59504.0,SWPP +2020,19000.0,Iowa,19083.0,Hardin County,59504.0,SWPP +2020,19000.0,Iowa,19091.0,Humboldt County,59504.0,SWPP +2020,19000.0,Iowa,19093.0,Ida County,59504.0,SWPP +2020,19000.0,Iowa,19109.0,Kossuth County,59504.0,SWPP +2020,19000.0,Iowa,19119.0,Lyon County,59504.0,SWPP +2020,19000.0,Iowa,19133.0,Monona County,59504.0,SWPP +2020,19000.0,Iowa,19141.0,O'Brien County,59504.0,SWPP +2020,19000.0,Iowa,19143.0,Osceola County,59504.0,SWPP +2020,19000.0,Iowa,19147.0,Palo Alto County,59504.0,SWPP +2020,19000.0,Iowa,19149.0,Plymouth County,59504.0,SWPP +2020,19000.0,Iowa,19151.0,Pocahontas County,59504.0,SWPP +2020,19000.0,Iowa,19155.0,Pottawattamie County,59504.0,SWPP +2020,19000.0,Iowa,19159.0,Ringgold County,59504.0,SWPP +2020,19000.0,Iowa,19161.0,Sac County,59504.0,SWPP +2020,19000.0,Iowa,19165.0,Shelby County,59504.0,SWPP +2020,19000.0,Iowa,19167.0,Sioux County,59504.0,SWPP +2020,19000.0,Iowa,19173.0,Taylor County,59504.0,SWPP +2020,19000.0,Iowa,19175.0,Union County,59504.0,SWPP +2020,19000.0,Iowa,19187.0,Webster County,59504.0,SWPP +2020,19000.0,Iowa,19189.0,Winnebago County,59504.0,SWPP +2020,19000.0,Iowa,19193.0,Woodbury County,59504.0,SWPP +2020,19000.0,Iowa,19195.0,Worth County,59504.0,SWPP +2020,19000.0,Iowa,19197.0,Wright County,59504.0,SWPP +2020,20000.0,Kansas,20001.0,Allen County,59504.0,SWPP +2020,20000.0,Kansas,20003.0,Anderson County,59504.0,SWPP +2020,20000.0,Kansas,20005.0,Atchison County,59504.0,SWPP +2020,20000.0,Kansas,20007.0,Barber County,59504.0,SWPP +2020,20000.0,Kansas,20009.0,Barton County,59504.0,SWPP +2020,20000.0,Kansas,20011.0,Bourbon County,59504.0,SWPP +2020,20000.0,Kansas,20013.0,Brown County,59504.0,SWPP +2020,20000.0,Kansas,20015.0,Butler County,59504.0,SWPP +2020,20000.0,Kansas,20017.0,Chase County,59504.0,SWPP +2020,20000.0,Kansas,20019.0,Chautauqua County,59504.0,SWPP +2020,20000.0,Kansas,20021.0,Cherokee County,59504.0,SWPP +2020,20000.0,Kansas,20023.0,Cheyenne County,59504.0,SWPP +2020,20000.0,Kansas,20025.0,Clark County,59504.0,SWPP +2020,20000.0,Kansas,20027.0,Clay County,59504.0,SWPP +2020,20000.0,Kansas,20029.0,Cloud County,59504.0,SWPP +2020,20000.0,Kansas,20031.0,Coffey County,59504.0,SWPP +2020,20000.0,Kansas,20033.0,Comanche County,59504.0,SWPP +2020,20000.0,Kansas,20035.0,Cowley County,59504.0,SWPP +2020,20000.0,Kansas,20037.0,Crawford County,59504.0,SWPP +2020,20000.0,Kansas,20039.0,Decatur County,59504.0,SWPP +2020,20000.0,Kansas,20041.0,Dickinson County,59504.0,SWPP +2020,20000.0,Kansas,20043.0,Doniphan County,59504.0,SWPP +2020,20000.0,Kansas,20045.0,Douglas County,59504.0,SWPP +2020,20000.0,Kansas,20047.0,Edwards County,59504.0,SWPP +2020,20000.0,Kansas,20049.0,Elk County,59504.0,SWPP +2020,20000.0,Kansas,20051.0,Ellis County,59504.0,SWPP +2020,20000.0,Kansas,20053.0,Ellsworth County,59504.0,SWPP +2020,20000.0,Kansas,20055.0,Finney County,59504.0,SWPP +2020,20000.0,Kansas,20057.0,Ford County,59504.0,SWPP +2020,20000.0,Kansas,20059.0,Franklin County,59504.0,SWPP +2020,20000.0,Kansas,20061.0,Geary County,59504.0,SWPP +2020,20000.0,Kansas,20063.0,Gove County,59504.0,SWPP +2020,20000.0,Kansas,20065.0,Graham County,59504.0,SWPP +2020,20000.0,Kansas,20067.0,Grant County,59504.0,SWPP +2020,20000.0,Kansas,20069.0,Gray County,59504.0,SWPP +2020,20000.0,Kansas,20071.0,Greeley County,59504.0,SWPP +2020,20000.0,Kansas,20073.0,Greenwood County,59504.0,SWPP +2020,20000.0,Kansas,20075.0,Hamilton County,59504.0,SWPP +2020,20000.0,Kansas,20077.0,Harper County,59504.0,SWPP +2020,20000.0,Kansas,20079.0,Harvey County,59504.0,SWPP +2020,20000.0,Kansas,20081.0,Haskell County,59504.0,SWPP +2020,20000.0,Kansas,20083.0,Hodgeman County,59504.0,SWPP +2020,20000.0,Kansas,20085.0,Jackson County,59504.0,SWPP +2020,20000.0,Kansas,20087.0,Jefferson County,59504.0,SWPP +2020,20000.0,Kansas,20089.0,Jewell County,59504.0,SWPP +2020,20000.0,Kansas,20091.0,Johnson County,59504.0,SWPP +2020,20000.0,Kansas,20093.0,Kearny County,59504.0,SWPP +2020,20000.0,Kansas,20095.0,Kingman County,59504.0,SWPP +2020,20000.0,Kansas,20097.0,Kiowa County,59504.0,SWPP +2020,20000.0,Kansas,20099.0,Labette County,59504.0,SWPP +2020,20000.0,Kansas,20101.0,Lane County,59504.0,SWPP +2020,20000.0,Kansas,20103.0,Leavenworth County,59504.0,SWPP +2020,20000.0,Kansas,20105.0,Lincoln County,59504.0,SWPP +2020,20000.0,Kansas,20107.0,Linn County,59504.0,SWPP +2020,20000.0,Kansas,20109.0,Logan County,59504.0,SWPP +2020,20000.0,Kansas,20111.0,Lyon County,59504.0,SWPP +2020,20000.0,Kansas,20113.0,McPherson County,59504.0,SWPP +2020,20000.0,Kansas,20115.0,Marion County,59504.0,SWPP +2020,20000.0,Kansas,20117.0,Marshall County,59504.0,SWPP +2020,20000.0,Kansas,20119.0,Meade County,59504.0,SWPP +2020,20000.0,Kansas,20121.0,Miami County,59504.0,SWPP +2020,20000.0,Kansas,20123.0,Mitchell County,59504.0,SWPP +2020,20000.0,Kansas,20125.0,Montgomery County,59504.0,SWPP +2020,20000.0,Kansas,20127.0,Morris County,59504.0,SWPP +2020,20000.0,Kansas,20129.0,Morton County,59504.0,SWPP +2020,20000.0,Kansas,20131.0,Nemaha County,59504.0,SWPP +2020,20000.0,Kansas,20133.0,Neosho County,59504.0,SWPP +2020,20000.0,Kansas,20135.0,Ness County,59504.0,SWPP +2020,20000.0,Kansas,20137.0,Norton County,59504.0,SWPP +2020,20000.0,Kansas,20139.0,Osage County,59504.0,SWPP +2020,20000.0,Kansas,20141.0,Osborne County,59504.0,SWPP +2020,20000.0,Kansas,20143.0,Ottawa County,59504.0,SWPP +2020,20000.0,Kansas,20145.0,Pawnee County,59504.0,SWPP +2020,20000.0,Kansas,20147.0,Phillips County,59504.0,SWPP +2020,20000.0,Kansas,20149.0,Pottawatomie County,59504.0,SWPP +2020,20000.0,Kansas,20151.0,Pratt County,59504.0,SWPP +2020,20000.0,Kansas,20153.0,Rawlins County,59504.0,SWPP +2020,20000.0,Kansas,20155.0,Reno County,59504.0,SWPP +2020,20000.0,Kansas,20157.0,Republic County,59504.0,SWPP +2020,20000.0,Kansas,20159.0,Rice County,59504.0,SWPP +2020,20000.0,Kansas,20161.0,Riley County,59504.0,SWPP +2020,20000.0,Kansas,20163.0,Rooks County,59504.0,SWPP +2020,20000.0,Kansas,20165.0,Rush County,59504.0,SWPP +2020,20000.0,Kansas,20167.0,Russell County,59504.0,SWPP +2020,20000.0,Kansas,20169.0,Saline County,59504.0,SWPP +2020,20000.0,Kansas,20171.0,Scott County,59504.0,SWPP +2020,20000.0,Kansas,20173.0,Sedgwick County,59504.0,SWPP +2020,20000.0,Kansas,20175.0,Seward County,59504.0,SWPP +2020,20000.0,Kansas,20177.0,Shawnee County,59504.0,SWPP +2020,20000.0,Kansas,20179.0,Sheridan County,59504.0,SWPP +2020,20000.0,Kansas,20181.0,Sherman County,59504.0,SWPP +2020,20000.0,Kansas,20183.0,Smith County,59504.0,SWPP +2020,20000.0,Kansas,20185.0,Stafford County,59504.0,SWPP +2020,20000.0,Kansas,20187.0,Stanton County,59504.0,SWPP +2020,20000.0,Kansas,20189.0,Stevens County,59504.0,SWPP +2020,20000.0,Kansas,20191.0,Sumner County,59504.0,SWPP +2020,20000.0,Kansas,20193.0,Thomas County,59504.0,SWPP +2020,20000.0,Kansas,20195.0,Trego County,59504.0,SWPP +2020,20000.0,Kansas,20197.0,Wabaunsee County,59504.0,SWPP +2020,20000.0,Kansas,20199.0,Wallace County,59504.0,SWPP +2020,20000.0,Kansas,20201.0,Washington County,59504.0,SWPP +2020,20000.0,Kansas,20203.0,Wichita County,59504.0,SWPP +2020,20000.0,Kansas,20205.0,Wilson County,59504.0,SWPP +2020,20000.0,Kansas,20207.0,Woodson County,59504.0,SWPP +2020,20000.0,Kansas,20209.0,Wyandotte County,59504.0,SWPP +2020,22000.0,Louisiana,22013.0,Bienville Parish,59504.0,SWPP +2020,22000.0,Louisiana,22015.0,Bossier Parish,59504.0,SWPP +2020,22000.0,Louisiana,22017.0,Caddo Parish,59504.0,SWPP +2020,22000.0,Louisiana,22031.0,De Soto Parish,59504.0,SWPP +2020,22000.0,Louisiana,22043.0,Grant Parish,59504.0,SWPP +2020,22000.0,Louisiana,22069.0,Natchitoches Parish,59504.0,SWPP +2020,22000.0,Louisiana,22081.0,Red River Parish,59504.0,SWPP +2020,22000.0,Louisiana,22085.0,Sabine Parish,59504.0,SWPP +2020,22000.0,Louisiana,22115.0,Vernon Parish,59504.0,SWPP +2020,22000.0,Louisiana,22119.0,Webster Parish,59504.0,SWPP +2020,22000.0,Louisiana,22127.0,Winn Parish,59504.0,SWPP +2020,27000.0,Minnesota,27023.0,Chippewa County,59504.0,SWPP +2020,27000.0,Minnesota,27027.0,Clay County,59504.0,SWPP +2020,27000.0,Minnesota,27051.0,Grant County,59504.0,SWPP +2020,27000.0,Minnesota,27073.0,Lac Qui Parle County,59504.0,SWPP +2020,27000.0,Minnesota,27081.0,Lincoln County,59504.0,SWPP +2020,27000.0,Minnesota,27101.0,Murray County,59504.0,SWPP +2020,27000.0,Minnesota,27105.0,Nobles County,59504.0,SWPP +2020,27000.0,Minnesota,27111.0,Otter Tail County,59504.0,SWPP +2020,27000.0,Minnesota,27117.0,Pipestone County,59504.0,SWPP +2020,27000.0,Minnesota,27119.0,Polk County,59504.0,SWPP +2020,27000.0,Minnesota,27133.0,Rock County,59504.0,SWPP +2020,27000.0,Minnesota,27149.0,Stevens County,59504.0,SWPP +2020,27000.0,Minnesota,27151.0,Swift County,59504.0,SWPP +2020,27000.0,Minnesota,27167.0,Wilkin County,59504.0,SWPP +2020,27000.0,Minnesota,27173.0,Yellow Medicine County,59504.0,SWPP +2020,29000.0,Missouri,29003.0,Andrew County,59504.0,SWPP +2020,29000.0,Missouri,29005.0,Atchison County,59504.0,SWPP +2020,29000.0,Missouri,29009.0,Barry County,59504.0,SWPP +2020,29000.0,Missouri,29011.0,Barton County,59504.0,SWPP +2020,29000.0,Missouri,29013.0,Bates County,59504.0,SWPP +2020,29000.0,Missouri,29015.0,Benton County,59504.0,SWPP +2020,29000.0,Missouri,29021.0,Buchanan County,59504.0,SWPP +2020,29000.0,Missouri,29033.0,Carroll County,59504.0,SWPP +2020,29000.0,Missouri,29037.0,Cass County,59504.0,SWPP +2020,29000.0,Missouri,29039.0,Cedar County,59504.0,SWPP +2020,29000.0,Missouri,29041.0,Chariton County,59504.0,SWPP +2020,29000.0,Missouri,29043.0,Christian County,59504.0,SWPP +2020,29000.0,Missouri,29047.0,Clay County,59504.0,SWPP +2020,29000.0,Missouri,29049.0,Clinton County,59504.0,SWPP +2020,29000.0,Missouri,29057.0,Dade County,59504.0,SWPP +2020,29000.0,Missouri,29059.0,Dallas County,59504.0,SWPP +2020,29000.0,Missouri,29061.0,Daviess County,59504.0,SWPP +2020,29000.0,Missouri,29063.0,DeKalb County,59504.0,SWPP +2020,29000.0,Missouri,29075.0,Gentry County,59504.0,SWPP +2020,29000.0,Missouri,29077.0,Greene County,59504.0,SWPP +2020,29000.0,Missouri,29079.0,Grundy County,59504.0,SWPP +2020,29000.0,Missouri,29081.0,Harrison County,59504.0,SWPP +2020,29000.0,Missouri,29083.0,Henry County,59504.0,SWPP +2020,29000.0,Missouri,29085.0,Hickory County,59504.0,SWPP +2020,29000.0,Missouri,29087.0,Holt County,59504.0,SWPP +2020,29000.0,Missouri,29089.0,Howard County,59504.0,SWPP +2020,29000.0,Missouri,29095.0,Jackson County,59504.0,SWPP +2020,29000.0,Missouri,29097.0,Jasper County,59504.0,SWPP +2020,29000.0,Missouri,29101.0,Johnson County,59504.0,SWPP +2020,29000.0,Missouri,29107.0,Lafayette County,59504.0,SWPP +2020,29000.0,Missouri,29109.0,Lawrence County,59504.0,SWPP +2020,29000.0,Missouri,29117.0,Livingston County,59504.0,SWPP +2020,29000.0,Missouri,29119.0,McDonald County,59504.0,SWPP +2020,29000.0,Missouri,29129.0,Mercer County,59504.0,SWPP +2020,29000.0,Missouri,29145.0,Newton County,59504.0,SWPP +2020,29000.0,Missouri,29147.0,Nodaway County,59504.0,SWPP +2020,29000.0,Missouri,29159.0,Pettis County,59504.0,SWPP +2020,29000.0,Missouri,29165.0,Platte County,59504.0,SWPP +2020,29000.0,Missouri,29167.0,Polk County,59504.0,SWPP +2020,29000.0,Missouri,29175.0,Randolph County,59504.0,SWPP +2020,29000.0,Missouri,29177.0,Ray County,59504.0,SWPP +2020,29000.0,Missouri,29185.0,St. Clair County,59504.0,SWPP +2020,29000.0,Missouri,29195.0,Saline County,59504.0,SWPP +2020,29000.0,Missouri,29209.0,Stone County,59504.0,SWPP +2020,29000.0,Missouri,29213.0,Taney County,59504.0,SWPP +2020,29000.0,Missouri,29217.0,Vernon County,59504.0,SWPP +2020,29000.0,Missouri,29227.0,Worth County,59504.0,SWPP +2020,30000.0,Montana,30003.0,Big Horn County,59504.0,SWPP +2020,30000.0,Montana,30005.0,Blaine County,59504.0,SWPP +2020,30000.0,Montana,30009.0,Carbon County,59504.0,SWPP +2020,30000.0,Montana,30013.0,Cascade County,59504.0,SWPP +2020,30000.0,Montana,30015.0,Chouteau County,59504.0,SWPP +2020,30000.0,Montana,30017.0,Custer County,59504.0,SWPP +2020,30000.0,Montana,30019.0,Daniels County,59504.0,SWPP +2020,30000.0,Montana,30021.0,Dawson County,59504.0,SWPP +2020,30000.0,Montana,30025.0,Fallon County,59504.0,SWPP +2020,30000.0,Montana,30033.0,Garfield County,59504.0,SWPP +2020,30000.0,Montana,30041.0,Hill County,59504.0,SWPP +2020,30000.0,Montana,30049.0,Lewis and Clark County,59504.0,SWPP +2020,30000.0,Montana,30051.0,Liberty County,59504.0,SWPP +2020,30000.0,Montana,30055.0,McCone County,59504.0,SWPP +2020,30000.0,Montana,30071.0,Phillips County,59504.0,SWPP +2020,30000.0,Montana,30073.0,Pondera County,59504.0,SWPP +2020,30000.0,Montana,30079.0,Prairie County,59504.0,SWPP +2020,30000.0,Montana,30083.0,Richland County,59504.0,SWPP +2020,30000.0,Montana,30085.0,Roosevelt County,59504.0,SWPP +2020,30000.0,Montana,30087.0,Rosebud County,59504.0,SWPP +2020,30000.0,Montana,30091.0,Sheridan County,59504.0,SWPP +2020,30000.0,Montana,30099.0,Teton County,59504.0,SWPP +2020,30000.0,Montana,30101.0,Toole County,59504.0,SWPP +2020,30000.0,Montana,30103.0,Treasure County,59504.0,SWPP +2020,30000.0,Montana,30105.0,Valley County,59504.0,SWPP +2020,30000.0,Montana,30109.0,Wibaux County,59504.0,SWPP +2020,30000.0,Montana,30111.0,Yellowstone County,59504.0,SWPP +2020,31000.0,Nebraska,31001.0,Adams County,59504.0,SWPP +2020,31000.0,Nebraska,31003.0,Antelope County,59504.0,SWPP +2020,31000.0,Nebraska,31007.0,Banner County,59504.0,SWPP +2020,31000.0,Nebraska,31011.0,Boone County,59504.0,SWPP +2020,31000.0,Nebraska,31013.0,Box Butte County,59504.0,SWPP +2020,31000.0,Nebraska,31015.0,Boyd County,59504.0,SWPP +2020,31000.0,Nebraska,31017.0,Brown County,59504.0,SWPP +2020,31000.0,Nebraska,31019.0,Buffalo County,59504.0,SWPP +2020,31000.0,Nebraska,31021.0,Burt County,59504.0,SWPP +2020,31000.0,Nebraska,31025.0,Cass County,59504.0,SWPP +2020,31000.0,Nebraska,31027.0,Cedar County,59504.0,SWPP +2020,31000.0,Nebraska,31029.0,Chase County,59504.0,SWPP +2020,31000.0,Nebraska,31031.0,Cherry County,59504.0,SWPP +2020,31000.0,Nebraska,31033.0,Cheyenne County,59504.0,SWPP +2020,31000.0,Nebraska,31035.0,Clay County,59504.0,SWPP +2020,31000.0,Nebraska,31037.0,Colfax County,59504.0,SWPP +2020,31000.0,Nebraska,31041.0,Custer County,59504.0,SWPP +2020,31000.0,Nebraska,31043.0,Dakota County,59504.0,SWPP +2020,31000.0,Nebraska,31045.0,Dawes County,59504.0,SWPP +2020,31000.0,Nebraska,31047.0,Dawson County,59504.0,SWPP +2020,31000.0,Nebraska,31049.0,Deuel County,59504.0,SWPP +2020,31000.0,Nebraska,31051.0,Dixon County,59504.0,SWPP +2020,31000.0,Nebraska,31053.0,Dodge County,59504.0,SWPP +2020,31000.0,Nebraska,31055.0,Douglas County,59504.0,SWPP +2020,31000.0,Nebraska,31057.0,Dundy County,59504.0,SWPP +2020,31000.0,Nebraska,31059.0,Fillmore County,59504.0,SWPP +2020,31000.0,Nebraska,31061.0,Franklin County,59504.0,SWPP +2020,31000.0,Nebraska,31063.0,Frontier County,59504.0,SWPP +2020,31000.0,Nebraska,31067.0,Gage County,59504.0,SWPP +2020,31000.0,Nebraska,31069.0,Garden County,59504.0,SWPP +2020,31000.0,Nebraska,31073.0,Gosper County,59504.0,SWPP +2020,31000.0,Nebraska,31077.0,Greeley County,59504.0,SWPP +2020,31000.0,Nebraska,31079.0,Hall County,59504.0,SWPP +2020,31000.0,Nebraska,31081.0,Hamilton County,59504.0,SWPP +2020,31000.0,Nebraska,31083.0,Harlan County,59504.0,SWPP +2020,31000.0,Nebraska,31085.0,Hayes County,59504.0,SWPP +2020,31000.0,Nebraska,31087.0,Hitchcock County,59504.0,SWPP +2020,31000.0,Nebraska,31089.0,Holt County,59504.0,SWPP +2020,31000.0,Nebraska,31093.0,Howard County,59504.0,SWPP +2020,31000.0,Nebraska,31095.0,Jefferson County,59504.0,SWPP +2020,31000.0,Nebraska,31097.0,Johnson County,59504.0,SWPP +2020,31000.0,Nebraska,31099.0,Kearney County,59504.0,SWPP +2020,31000.0,Nebraska,31101.0,Keith County,59504.0,SWPP +2020,31000.0,Nebraska,31105.0,Kimball County,59504.0,SWPP +2020,31000.0,Nebraska,31107.0,Knox County,59504.0,SWPP +2020,31000.0,Nebraska,31109.0,Lancaster County,59504.0,SWPP +2020,31000.0,Nebraska,31111.0,Lincoln County,59504.0,SWPP +2020,31000.0,Nebraska,31119.0,Madison County,59504.0,SWPP +2020,31000.0,Nebraska,31121.0,Merrick County,59504.0,SWPP +2020,31000.0,Nebraska,31123.0,Morrill County,59504.0,SWPP +2020,31000.0,Nebraska,31125.0,Nance County,59504.0,SWPP +2020,31000.0,Nebraska,31127.0,Nemaha County,59504.0,SWPP +2020,31000.0,Nebraska,31131.0,Otoe County,59504.0,SWPP +2020,31000.0,Nebraska,31133.0,Pawnee County,59504.0,SWPP +2020,31000.0,Nebraska,31135.0,Perkins County,59504.0,SWPP +2020,31000.0,Nebraska,31137.0,Phelps County,59504.0,SWPP +2020,31000.0,Nebraska,31139.0,Pierce County,59504.0,SWPP +2020,31000.0,Nebraska,31141.0,Platte County,59504.0,SWPP +2020,31000.0,Nebraska,31145.0,Red Willow County,59504.0,SWPP +2020,31000.0,Nebraska,31147.0,Richardson County,59504.0,SWPP +2020,31000.0,Nebraska,31149.0,Rock County,59504.0,SWPP +2020,31000.0,Nebraska,31151.0,Saline County,59504.0,SWPP +2020,31000.0,Nebraska,31153.0,Sarpy County,59504.0,SWPP +2020,31000.0,Nebraska,31155.0,Saunders County,59504.0,SWPP +2020,31000.0,Nebraska,31157.0,Scotts Bluff County,59504.0,SWPP +2020,31000.0,Nebraska,31159.0,Seward County,59504.0,SWPP +2020,31000.0,Nebraska,31161.0,Sheridan County,59504.0,SWPP +2020,31000.0,Nebraska,31163.0,Sherman County,59504.0,SWPP +2020,31000.0,Nebraska,31165.0,Sioux County,59504.0,SWPP +2020,31000.0,Nebraska,31167.0,Stanton County,59504.0,SWPP +2020,31000.0,Nebraska,31169.0,Thayer County,59504.0,SWPP +2020,31000.0,Nebraska,31173.0,Thurston County,59504.0,SWPP +2020,31000.0,Nebraska,31177.0,Washington County,59504.0,SWPP +2020,31000.0,Nebraska,31179.0,Wayne County,59504.0,SWPP +2020,31000.0,Nebraska,31181.0,Webster County,59504.0,SWPP +2020,31000.0,Nebraska,31183.0,Wheeler County,59504.0,SWPP +2020,31000.0,Nebraska,31185.0,York County,59504.0,SWPP +2020,32000.0,Nevada,32003.0,Clark County,59504.0,SWPP +2020,35000.0,New Mexico,35005.0,Chaves County,59504.0,SWPP +2020,35000.0,New Mexico,35009.0,Curry County,59504.0,SWPP +2020,35000.0,New Mexico,35011.0,De Baca County,59504.0,SWPP +2020,35000.0,New Mexico,35015.0,Eddy County,59504.0,SWPP +2020,35000.0,New Mexico,35019.0,Guadalupe County,59504.0,SWPP +2020,35000.0,New Mexico,35021.0,Harding County,59504.0,SWPP +2020,35000.0,New Mexico,35025.0,Lea County,59504.0,SWPP +2020,35000.0,New Mexico,35035.0,Otero County,59504.0,SWPP +2020,35000.0,New Mexico,35037.0,Quay County,59504.0,SWPP +2020,35000.0,New Mexico,35041.0,Roosevelt County,59504.0,SWPP +2020,35000.0,New Mexico,35045.0,San Juan County,59504.0,SWPP +2020,35000.0,New Mexico,35047.0,San Miguel County,59504.0,SWPP +2020,35000.0,New Mexico,35059.0,Union County,59504.0,SWPP +2020,38000.0,North Dakota,38001.0,Adams County,59504.0,SWPP +2020,38000.0,North Dakota,38003.0,Barnes County,59504.0,SWPP +2020,38000.0,North Dakota,38005.0,Benson County,59504.0,SWPP +2020,38000.0,North Dakota,38007.0,Billings County,59504.0,SWPP +2020,38000.0,North Dakota,38009.0,Bottineau County,59504.0,SWPP +2020,38000.0,North Dakota,38011.0,Bowman County,59504.0,SWPP +2020,38000.0,North Dakota,38013.0,Burke County,59504.0,SWPP +2020,38000.0,North Dakota,38015.0,Burleigh County,59504.0,SWPP +2020,38000.0,North Dakota,38017.0,Cass County,59504.0,SWPP +2020,38000.0,North Dakota,38021.0,Dickey County,59504.0,SWPP +2020,38000.0,North Dakota,38023.0,Divide County,59504.0,SWPP +2020,38000.0,North Dakota,38025.0,Dunn County,59504.0,SWPP +2020,38000.0,North Dakota,38027.0,Eddy County,59504.0,SWPP +2020,38000.0,North Dakota,38029.0,Emmons County,59504.0,SWPP +2020,38000.0,North Dakota,38031.0,Foster County,59504.0,SWPP +2020,38000.0,North Dakota,38033.0,Golden Valley County,59504.0,SWPP +2020,38000.0,North Dakota,38035.0,Grand Forks County,59504.0,SWPP +2020,38000.0,North Dakota,38037.0,Grant County,59504.0,SWPP +2020,38000.0,North Dakota,38039.0,Griggs County,59504.0,SWPP +2020,38000.0,North Dakota,38041.0,Hettinger County,59504.0,SWPP +2020,38000.0,North Dakota,38043.0,Kidder County,59504.0,SWPP +2020,38000.0,North Dakota,38045.0,LaMoure County,59504.0,SWPP +2020,38000.0,North Dakota,38047.0,Logan County,59504.0,SWPP +2020,38000.0,North Dakota,38049.0,McHenry County,59504.0,SWPP +2020,38000.0,North Dakota,38051.0,McIntosh County,59504.0,SWPP +2020,38000.0,North Dakota,38053.0,McKenzie County,59504.0,SWPP +2020,38000.0,North Dakota,38055.0,McLean County,59504.0,SWPP +2020,38000.0,North Dakota,38057.0,Mercer County,59504.0,SWPP +2020,38000.0,North Dakota,38059.0,Morton County,59504.0,SWPP +2020,38000.0,North Dakota,38061.0,Mountrail County,59504.0,SWPP +2020,38000.0,North Dakota,38063.0,Nelson County,59504.0,SWPP +2020,38000.0,North Dakota,38065.0,Oliver County,59504.0,SWPP +2020,38000.0,North Dakota,38069.0,Pierce County,59504.0,SWPP +2020,38000.0,North Dakota,38071.0,Ramsey County,59504.0,SWPP +2020,38000.0,North Dakota,38073.0,Ransom County,59504.0,SWPP +2020,38000.0,North Dakota,38075.0,Renville County,59504.0,SWPP +2020,38000.0,North Dakota,38081.0,Sargent County,59504.0,SWPP +2020,38000.0,North Dakota,38083.0,Sheridan County,59504.0,SWPP +2020,38000.0,North Dakota,38085.0,Sioux County,59504.0,SWPP +2020,38000.0,North Dakota,38087.0,Slope County,59504.0,SWPP +2020,38000.0,North Dakota,38089.0,Stark County,59504.0,SWPP +2020,38000.0,North Dakota,38091.0,Steele County,59504.0,SWPP +2020,38000.0,North Dakota,38093.0,Stutsman County,59504.0,SWPP +2020,38000.0,North Dakota,38095.0,Towner County,59504.0,SWPP +2020,38000.0,North Dakota,38097.0,Traill County,59504.0,SWPP +2020,38000.0,North Dakota,38101.0,Ward County,59504.0,SWPP +2020,38000.0,North Dakota,38103.0,Wells County,59504.0,SWPP +2020,38000.0,North Dakota,38105.0,Williams County,59504.0,SWPP +2020,40000.0,Oklahoma,40001.0,Adair County,59504.0,SWPP +2020,40000.0,Oklahoma,40003.0,Alfalfa County,59504.0,SWPP +2020,40000.0,Oklahoma,40005.0,Atoka County,59504.0,SWPP +2020,40000.0,Oklahoma,40007.0,Beaver County,59504.0,SWPP +2020,40000.0,Oklahoma,40009.0,Beckham County,59504.0,SWPP +2020,40000.0,Oklahoma,40011.0,Blaine County,59504.0,SWPP +2020,40000.0,Oklahoma,40013.0,Bryan County,59504.0,SWPP +2020,40000.0,Oklahoma,40015.0,Caddo County,59504.0,SWPP +2020,40000.0,Oklahoma,40017.0,Canadian County,59504.0,SWPP +2020,40000.0,Oklahoma,40019.0,Carter County,59504.0,SWPP +2020,40000.0,Oklahoma,40021.0,Cherokee County,59504.0,SWPP +2020,40000.0,Oklahoma,40023.0,Choctaw County,59504.0,SWPP +2020,40000.0,Oklahoma,40025.0,Cimarron County,59504.0,SWPP +2020,40000.0,Oklahoma,40027.0,Cleveland County,59504.0,SWPP +2020,40000.0,Oklahoma,40029.0,Coal County,59504.0,SWPP +2020,40000.0,Oklahoma,40031.0,Comanche County,59504.0,SWPP +2020,40000.0,Oklahoma,40033.0,Cotton County,59504.0,SWPP +2020,40000.0,Oklahoma,40035.0,Craig County,59504.0,SWPP +2020,40000.0,Oklahoma,40037.0,Creek County,59504.0,SWPP +2020,40000.0,Oklahoma,40039.0,Custer County,59504.0,SWPP +2020,40000.0,Oklahoma,40041.0,Delaware County,59504.0,SWPP +2020,40000.0,Oklahoma,40043.0,Dewey County,59504.0,SWPP +2020,40000.0,Oklahoma,40045.0,Ellis County,59504.0,SWPP +2020,40000.0,Oklahoma,40047.0,Garfield County,59504.0,SWPP +2020,40000.0,Oklahoma,40049.0,Garvin County,59504.0,SWPP +2020,40000.0,Oklahoma,40051.0,Grady County,59504.0,SWPP +2020,40000.0,Oklahoma,40053.0,Grant County,59504.0,SWPP +2020,40000.0,Oklahoma,40055.0,Greer County,59504.0,SWPP +2020,40000.0,Oklahoma,40057.0,Harmon County,59504.0,SWPP +2020,40000.0,Oklahoma,40059.0,Harper County,59504.0,SWPP +2020,40000.0,Oklahoma,40061.0,Haskell County,59504.0,SWPP +2020,40000.0,Oklahoma,40063.0,Hughes County,59504.0,SWPP +2020,40000.0,Oklahoma,40065.0,Jackson County,59504.0,SWPP +2020,40000.0,Oklahoma,40067.0,Jefferson County,59504.0,SWPP +2020,40000.0,Oklahoma,40069.0,Johnston County,59504.0,SWPP +2020,40000.0,Oklahoma,40071.0,Kay County,59504.0,SWPP +2020,40000.0,Oklahoma,40073.0,Kingfisher County,59504.0,SWPP +2020,40000.0,Oklahoma,40075.0,Kiowa County,59504.0,SWPP +2020,40000.0,Oklahoma,40077.0,Latimer County,59504.0,SWPP +2020,40000.0,Oklahoma,40079.0,Le Flore County,59504.0,SWPP +2020,40000.0,Oklahoma,40081.0,Lincoln County,59504.0,SWPP +2020,40000.0,Oklahoma,40083.0,Logan County,59504.0,SWPP +2020,40000.0,Oklahoma,40085.0,Love County,59504.0,SWPP +2020,40000.0,Oklahoma,40087.0,McClain County,59504.0,SWPP +2020,40000.0,Oklahoma,40089.0,McCurtain County,59504.0,SWPP +2020,40000.0,Oklahoma,40091.0,McIntosh County,59504.0,SWPP +2020,40000.0,Oklahoma,40093.0,Major County,59504.0,SWPP +2020,40000.0,Oklahoma,40095.0,Marshall County,59504.0,SWPP +2020,40000.0,Oklahoma,40097.0,Mayes County,59504.0,SWPP +2020,40000.0,Oklahoma,40099.0,Murray County,59504.0,SWPP +2020,40000.0,Oklahoma,40101.0,Muskogee County,59504.0,SWPP +2020,40000.0,Oklahoma,40103.0,Noble County,59504.0,SWPP +2020,40000.0,Oklahoma,40105.0,Nowata County,59504.0,SWPP +2020,40000.0,Oklahoma,40107.0,Okfuskee County,59504.0,SWPP +2020,40000.0,Oklahoma,40109.0,Oklahoma County,59504.0,SWPP +2020,40000.0,Oklahoma,40111.0,Okmulgee County,59504.0,SWPP +2020,40000.0,Oklahoma,40113.0,Osage County,59504.0,SWPP +2020,40000.0,Oklahoma,40115.0,Ottawa County,59504.0,SWPP +2020,40000.0,Oklahoma,40117.0,Pawnee County,59504.0,SWPP +2020,40000.0,Oklahoma,40119.0,Payne County,59504.0,SWPP +2020,40000.0,Oklahoma,40121.0,Pittsburg County,59504.0,SWPP +2020,40000.0,Oklahoma,40123.0,Pontotoc County,59504.0,SWPP +2020,40000.0,Oklahoma,40125.0,Pottawatomie County,59504.0,SWPP +2020,40000.0,Oklahoma,40127.0,Pushmataha County,59504.0,SWPP +2020,40000.0,Oklahoma,40129.0,Roger Mills County,59504.0,SWPP +2020,40000.0,Oklahoma,40131.0,Rogers County,59504.0,SWPP +2020,40000.0,Oklahoma,40133.0,Seminole County,59504.0,SWPP +2020,40000.0,Oklahoma,40135.0,Sequoyah County,59504.0,SWPP +2020,40000.0,Oklahoma,40137.0,Stephens County,59504.0,SWPP +2020,40000.0,Oklahoma,40139.0,Texas County,59504.0,SWPP +2020,40000.0,Oklahoma,40141.0,Tillman County,59504.0,SWPP +2020,40000.0,Oklahoma,40143.0,Tulsa County,59504.0,SWPP +2020,40000.0,Oklahoma,40145.0,Wagoner County,59504.0,SWPP +2020,40000.0,Oklahoma,40147.0,Washington County,59504.0,SWPP +2020,40000.0,Oklahoma,40149.0,Washita County,59504.0,SWPP +2020,40000.0,Oklahoma,40151.0,Woods County,59504.0,SWPP +2020,40000.0,Oklahoma,40153.0,Woodward County,59504.0,SWPP +2020,41000.0,Oregon,41035.0,Klamath County,59504.0,SWPP +2020,46000.0,South Dakota,46003.0,Aurora County,59504.0,SWPP +2020,46000.0,South Dakota,46005.0,Beadle County,59504.0,SWPP +2020,46000.0,South Dakota,46007.0,Bennett County,59504.0,SWPP +2020,46000.0,South Dakota,46009.0,Bon Homme County,59504.0,SWPP +2020,46000.0,South Dakota,46011.0,Brookings County,59504.0,SWPP +2020,46000.0,South Dakota,46013.0,Brown County,59504.0,SWPP +2020,46000.0,South Dakota,46015.0,Brule County,59504.0,SWPP +2020,46000.0,South Dakota,46017.0,Buffalo County,59504.0,SWPP +2020,46000.0,South Dakota,46019.0,Butte County,59504.0,SWPP +2020,46000.0,South Dakota,46021.0,Campbell County,59504.0,SWPP +2020,46000.0,South Dakota,46023.0,Charles Mix County,59504.0,SWPP +2020,46000.0,South Dakota,46025.0,Clark County,59504.0,SWPP +2020,46000.0,South Dakota,46027.0,Clay County,59504.0,SWPP +2020,46000.0,South Dakota,46029.0,Codington County,59504.0,SWPP +2020,46000.0,South Dakota,46031.0,Corson County,59504.0,SWPP +2020,46000.0,South Dakota,46033.0,Custer County,59504.0,SWPP +2020,46000.0,South Dakota,46035.0,Davison County,59504.0,SWPP +2020,46000.0,South Dakota,46037.0,Day County,59504.0,SWPP +2020,46000.0,South Dakota,46039.0,Deuel County,59504.0,SWPP +2020,46000.0,South Dakota,46041.0,Dewey County,59504.0,SWPP +2020,46000.0,South Dakota,46043.0,Douglas County,59504.0,SWPP +2020,46000.0,South Dakota,46045.0,Edmunds County,59504.0,SWPP +2020,46000.0,South Dakota,46047.0,Fall River County,59504.0,SWPP +2020,46000.0,South Dakota,46049.0,Faulk County,59504.0,SWPP +2020,46000.0,South Dakota,46051.0,Grant County,59504.0,SWPP +2020,46000.0,South Dakota,46053.0,Gregory County,59504.0,SWPP +2020,46000.0,South Dakota,46055.0,Haakon County,59504.0,SWPP +2020,46000.0,South Dakota,46057.0,Hamlin County,59504.0,SWPP +2020,46000.0,South Dakota,46059.0,Hand County,59504.0,SWPP +2020,46000.0,South Dakota,46061.0,Hanson County,59504.0,SWPP +2020,46000.0,South Dakota,46063.0,Harding County,59504.0,SWPP +2020,46000.0,South Dakota,46065.0,Hughes County,59504.0,SWPP +2020,46000.0,South Dakota,46067.0,Hutchinson County,59504.0,SWPP +2020,46000.0,South Dakota,46069.0,Hyde County,59504.0,SWPP +2020,46000.0,South Dakota,46071.0,Jackson County,59504.0,SWPP +2020,46000.0,South Dakota,46073.0,Jerauld County,59504.0,SWPP +2020,46000.0,South Dakota,46075.0,Jones County,59504.0,SWPP +2020,46000.0,South Dakota,46077.0,Kingsbury County,59504.0,SWPP +2020,46000.0,South Dakota,46079.0,Lake County,59504.0,SWPP +2020,46000.0,South Dakota,46081.0,Lawrence County,59504.0,SWPP +2020,46000.0,South Dakota,46083.0,Lincoln County,59504.0,SWPP +2020,46000.0,South Dakota,46085.0,Lyman County,59504.0,SWPP +2020,46000.0,South Dakota,46087.0,McCook County,59504.0,SWPP +2020,46000.0,South Dakota,46089.0,McPherson County,59504.0,SWPP +2020,46000.0,South Dakota,46091.0,Marshall County,59504.0,SWPP +2020,46000.0,South Dakota,46093.0,Meade County,59504.0,SWPP +2020,46000.0,South Dakota,46095.0,Mellette County,59504.0,SWPP +2020,46000.0,South Dakota,46097.0,Miner County,59504.0,SWPP +2020,46000.0,South Dakota,46099.0,Minnehaha County,59504.0,SWPP +2020,46000.0,South Dakota,46101.0,Moody County,59504.0,SWPP +2020,46000.0,South Dakota,46103.0,Pennington County,59504.0,SWPP +2020,46000.0,South Dakota,46105.0,Perkins County,59504.0,SWPP +2020,46000.0,South Dakota,46107.0,Potter County,59504.0,SWPP +2020,46000.0,South Dakota,46109.0,Roberts County,59504.0,SWPP +2020,46000.0,South Dakota,46111.0,Sanborn County,59504.0,SWPP +2020,46000.0,South Dakota,46113.0,Shannon County,59504.0,SWPP +2020,46000.0,South Dakota,46115.0,Spink County,59504.0,SWPP +2020,46000.0,South Dakota,46117.0,Stanley County,59504.0,SWPP +2020,46000.0,South Dakota,46119.0,Sully County,59504.0,SWPP +2020,46000.0,South Dakota,46121.0,Todd County,59504.0,SWPP +2020,46000.0,South Dakota,46123.0,Tripp County,59504.0,SWPP +2020,46000.0,South Dakota,46125.0,Turner County,59504.0,SWPP +2020,46000.0,South Dakota,46127.0,Union County,59504.0,SWPP +2020,46000.0,South Dakota,46129.0,Walworth County,59504.0,SWPP +2020,46000.0,South Dakota,46135.0,Yankton County,59504.0,SWPP +2020,46000.0,South Dakota,46137.0,Ziebach County,59504.0,SWPP +2020,48000.0,Texas,48003.0,Andrews County,59504.0,SWPP +2020,48000.0,Texas,48011.0,Armstrong County,59504.0,SWPP +2020,48000.0,Texas,48017.0,Bailey County,59504.0,SWPP +2020,48000.0,Texas,48033.0,Borden County,59504.0,SWPP +2020,48000.0,Texas,48037.0,Bowie County,59504.0,SWPP +2020,48000.0,Texas,48045.0,Briscoe County,59504.0,SWPP +2020,48000.0,Texas,48063.0,Camp County,59504.0,SWPP +2020,48000.0,Texas,48065.0,Carson County,59504.0,SWPP +2020,48000.0,Texas,48067.0,Cass County,59504.0,SWPP +2020,48000.0,Texas,48069.0,Castro County,59504.0,SWPP +2020,48000.0,Texas,48075.0,Childress County,59504.0,SWPP +2020,48000.0,Texas,48079.0,Cochran County,59504.0,SWPP +2020,48000.0,Texas,48087.0,Collingsworth County,59504.0,SWPP +2020,48000.0,Texas,48101.0,Cottle County,59504.0,SWPP +2020,48000.0,Texas,48107.0,Crosby County,59504.0,SWPP +2020,48000.0,Texas,48111.0,Dallam County,59504.0,SWPP +2020,48000.0,Texas,48115.0,Dawson County,59504.0,SWPP +2020,48000.0,Texas,48117.0,Deaf Smith County,59504.0,SWPP +2020,48000.0,Texas,48125.0,Dickens County,59504.0,SWPP +2020,48000.0,Texas,48129.0,Donley County,59504.0,SWPP +2020,48000.0,Texas,48135.0,Ector County,59504.0,SWPP +2020,48000.0,Texas,48153.0,Floyd County,59504.0,SWPP +2020,48000.0,Texas,48155.0,Foard County,59504.0,SWPP +2020,48000.0,Texas,48159.0,Franklin County,59504.0,SWPP +2020,48000.0,Texas,48165.0,Gaines County,59504.0,SWPP +2020,48000.0,Texas,48169.0,Garza County,59504.0,SWPP +2020,48000.0,Texas,48179.0,Gray County,59504.0,SWPP +2020,48000.0,Texas,48183.0,Gregg County,59504.0,SWPP +2020,48000.0,Texas,48189.0,Hale County,59504.0,SWPP +2020,48000.0,Texas,48191.0,Hall County,59504.0,SWPP +2020,48000.0,Texas,48195.0,Hansford County,59504.0,SWPP +2020,48000.0,Texas,48197.0,Hardeman County,59504.0,SWPP +2020,48000.0,Texas,48203.0,Harrison County,59504.0,SWPP +2020,48000.0,Texas,48205.0,Hartley County,59504.0,SWPP +2020,48000.0,Texas,48211.0,Hemphill County,59504.0,SWPP +2020,48000.0,Texas,48219.0,Hockley County,59504.0,SWPP +2020,48000.0,Texas,48223.0,Hopkins County,59504.0,SWPP +2020,48000.0,Texas,48233.0,Hutchinson County,59504.0,SWPP +2020,48000.0,Texas,48263.0,Kent County,59504.0,SWPP +2020,48000.0,Texas,48269.0,King County,59504.0,SWPP +2020,48000.0,Texas,48279.0,Lamb County,59504.0,SWPP +2020,48000.0,Texas,48295.0,Lipscomb County,59504.0,SWPP +2020,48000.0,Texas,48303.0,Lubbock County,59504.0,SWPP +2020,48000.0,Texas,48305.0,Lynn County,59504.0,SWPP +2020,48000.0,Texas,48315.0,Marion County,59504.0,SWPP +2020,48000.0,Texas,48317.0,Martin County,59504.0,SWPP +2020,48000.0,Texas,48329.0,Midland County,59504.0,SWPP +2020,48000.0,Texas,48341.0,Moore County,59504.0,SWPP +2020,48000.0,Texas,48343.0,Morris County,59504.0,SWPP +2020,48000.0,Texas,48345.0,Motley County,59504.0,SWPP +2020,48000.0,Texas,48347.0,Nacogdoches County,59504.0,SWPP +2020,48000.0,Texas,48357.0,Ochiltree County,59504.0,SWPP +2020,48000.0,Texas,48359.0,Oldham County,59504.0,SWPP +2020,48000.0,Texas,48365.0,Panola County,59504.0,SWPP +2020,48000.0,Texas,48369.0,Parmer County,59504.0,SWPP +2020,48000.0,Texas,48375.0,Potter County,59504.0,SWPP +2020,48000.0,Texas,48379.0,Rains County,59504.0,SWPP +2020,48000.0,Texas,48381.0,Randall County,59504.0,SWPP +2020,48000.0,Texas,48387.0,Red River County,59504.0,SWPP +2020,48000.0,Texas,48393.0,Roberts County,59504.0,SWPP +2020,48000.0,Texas,48401.0,Rusk County,59504.0,SWPP +2020,48000.0,Texas,48419.0,Shelby County,59504.0,SWPP +2020,48000.0,Texas,48421.0,Sherman County,59504.0,SWPP +2020,48000.0,Texas,48423.0,Smith County,59504.0,SWPP +2020,48000.0,Texas,48433.0,Stonewall County,59504.0,SWPP +2020,48000.0,Texas,48437.0,Swisher County,59504.0,SWPP +2020,48000.0,Texas,48445.0,Terry County,59504.0,SWPP +2020,48000.0,Texas,48449.0,Titus County,59504.0,SWPP +2020,48000.0,Texas,48459.0,Upshur County,59504.0,SWPP +2020,48000.0,Texas,48467.0,Van Zandt County,59504.0,SWPP +2020,48000.0,Texas,48483.0,Wheeler County,59504.0,SWPP +2020,48000.0,Texas,48487.0,Wilbarger County,59504.0,SWPP +2020,48000.0,Texas,48499.0,Wood County,59504.0,SWPP +2020,48000.0,Texas,48501.0,Yoakum County,59504.0,SWPP +2020,49000.0,Utah,49009.0,Daggett County,59504.0,SWPP +2020,49000.0,Utah,49035.0,Salt Lake County,59504.0,SWPP +2020,49000.0,Utah,49037.0,San Juan County,59504.0,SWPP +2020,49000.0,Utah,49047.0,Uintah County,59504.0,SWPP +2020,56000.0,Wyoming,56001.0,Albany County,59504.0,SWPP +2020,56000.0,Wyoming,56003.0,Big Horn County,59504.0,SWPP +2020,56000.0,Wyoming,56007.0,Carbon County,59504.0,SWPP +2020,56000.0,Wyoming,56009.0,Converse County,59504.0,SWPP +2020,56000.0,Wyoming,56013.0,Fremont County,59504.0,SWPP +2020,56000.0,Wyoming,56015.0,Goshen County,59504.0,SWPP +2020,56000.0,Wyoming,56017.0,Hot Springs County,59504.0,SWPP +2020,56000.0,Wyoming,56019.0,Johnson County,59504.0,SWPP +2020,56000.0,Wyoming,56021.0,Laramie County,59504.0,SWPP +2020,56000.0,Wyoming,56023.0,Lincoln County,59504.0,SWPP +2020,56000.0,Wyoming,56025.0,Natrona County,59504.0,SWPP +2020,56000.0,Wyoming,56027.0,Niobrara County,59504.0,SWPP +2020,56000.0,Wyoming,56029.0,Park County,59504.0,SWPP +2020,56000.0,Wyoming,56031.0,Platte County,59504.0,SWPP +2020,56000.0,Wyoming,56033.0,Sheridan County,59504.0,SWPP +2020,56000.0,Wyoming,56037.0,Sweetwater County,59504.0,SWPP +2020,56000.0,Wyoming,56043.0,Washakie County,59504.0,SWPP diff --git a/_static/_sphinx_javascript_frameworks_compat.js b/_static/_sphinx_javascript_frameworks_compat.js new file mode 100644 index 00000000..81415803 --- /dev/null +++ b/_static/_sphinx_javascript_frameworks_compat.js @@ -0,0 +1,123 @@ +/* Compatability shim for jQuery and underscores.js. + * + * Copyright Sphinx contributors + * Released under the two clause BSD licence + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x + } + return decodeURIComponent(x.replace(/\+/g, ' ')); +}; + +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} diff --git a/_static/basic.css b/_static/basic.css new file mode 100644 index 00000000..f316efcb --- /dev/null +++ b/_static/basic.css @@ -0,0 +1,925 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 360px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +a:visited { + color: #551A8B; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +nav.contents, +aside.topic, +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/_static/css/badge_only.css b/_static/css/badge_only.css new file mode 100644 index 00000000..c718cee4 --- /dev/null +++ b/_static/css/badge_only.css @@ -0,0 +1 @@ +.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} \ No newline at end of file diff --git a/_static/css/fonts/Roboto-Slab-Bold.woff b/_static/css/fonts/Roboto-Slab-Bold.woff new file mode 100644 index 00000000..6cb60000 Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Bold.woff differ diff --git a/_static/css/fonts/Roboto-Slab-Bold.woff2 b/_static/css/fonts/Roboto-Slab-Bold.woff2 new file mode 100644 index 00000000..7059e231 Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Bold.woff2 differ diff --git a/_static/css/fonts/Roboto-Slab-Regular.woff b/_static/css/fonts/Roboto-Slab-Regular.woff new file mode 100644 index 00000000..f815f63f Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Regular.woff differ diff --git a/_static/css/fonts/Roboto-Slab-Regular.woff2 b/_static/css/fonts/Roboto-Slab-Regular.woff2 new file mode 100644 index 00000000..f2c76e5b Binary files /dev/null and b/_static/css/fonts/Roboto-Slab-Regular.woff2 differ diff --git a/_static/css/fonts/fontawesome-webfont.eot b/_static/css/fonts/fontawesome-webfont.eot new file mode 100644 index 00000000..e9f60ca9 Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.eot differ diff --git a/_static/css/fonts/fontawesome-webfont.svg b/_static/css/fonts/fontawesome-webfont.svg new file mode 100644 index 00000000..855c845e --- /dev/null +++ b/_static/css/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_static/css/fonts/fontawesome-webfont.ttf b/_static/css/fonts/fontawesome-webfont.ttf new file mode 100644 index 00000000..35acda2f Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.ttf differ diff --git a/_static/css/fonts/fontawesome-webfont.woff b/_static/css/fonts/fontawesome-webfont.woff new file mode 100644 index 00000000..400014a4 Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.woff differ diff --git a/_static/css/fonts/fontawesome-webfont.woff2 b/_static/css/fonts/fontawesome-webfont.woff2 new file mode 100644 index 00000000..4d13fc60 Binary files /dev/null and b/_static/css/fonts/fontawesome-webfont.woff2 differ diff --git a/_static/css/fonts/lato-bold-italic.woff b/_static/css/fonts/lato-bold-italic.woff new file mode 100644 index 00000000..88ad05b9 Binary files /dev/null and b/_static/css/fonts/lato-bold-italic.woff differ diff --git a/_static/css/fonts/lato-bold-italic.woff2 b/_static/css/fonts/lato-bold-italic.woff2 new file mode 100644 index 00000000..c4e3d804 Binary files /dev/null and b/_static/css/fonts/lato-bold-italic.woff2 differ diff --git a/_static/css/fonts/lato-bold.woff b/_static/css/fonts/lato-bold.woff new file mode 100644 index 00000000..c6dff51f Binary files /dev/null and b/_static/css/fonts/lato-bold.woff differ diff --git a/_static/css/fonts/lato-bold.woff2 b/_static/css/fonts/lato-bold.woff2 new file mode 100644 index 00000000..bb195043 Binary files /dev/null and b/_static/css/fonts/lato-bold.woff2 differ diff --git a/_static/css/fonts/lato-normal-italic.woff b/_static/css/fonts/lato-normal-italic.woff new file mode 100644 index 00000000..76114bc0 Binary files /dev/null and b/_static/css/fonts/lato-normal-italic.woff differ diff --git a/_static/css/fonts/lato-normal-italic.woff2 b/_static/css/fonts/lato-normal-italic.woff2 new file mode 100644 index 00000000..3404f37e Binary files /dev/null and b/_static/css/fonts/lato-normal-italic.woff2 differ diff --git a/_static/css/fonts/lato-normal.woff b/_static/css/fonts/lato-normal.woff new file mode 100644 index 00000000..ae1307ff Binary files /dev/null and b/_static/css/fonts/lato-normal.woff differ diff --git a/_static/css/fonts/lato-normal.woff2 b/_static/css/fonts/lato-normal.woff2 new file mode 100644 index 00000000..3bf98433 Binary files /dev/null and b/_static/css/fonts/lato-normal.woff2 differ diff --git a/_static/css/theme.css b/_static/css/theme.css new file mode 100644 index 00000000..19a446a0 --- /dev/null +++ b/_static/css/theme.css @@ -0,0 +1,4 @@ +html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .eqno .headerlink:before,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .eqno .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a button.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-left.toctree-expand,.wy-menu-vertical li button.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .eqno .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a button.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-right.toctree-expand,.wy-menu-vertical li button.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .eqno .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a button.pull-left.toctree-expand,.wy-menu-vertical li.on a button.pull-left.toctree-expand,.wy-menu-vertical li button.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .eqno .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a button.pull-right.toctree-expand,.wy-menu-vertical li.on a button.pull-right.toctree-expand,.wy-menu-vertical li button.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li button.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content .eqno .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content .eqno a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content p a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li a button.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content .eqno .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content p .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li button.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content .eqno .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a button.toctree-expand,.btn .wy-menu-vertical li.on a button.toctree-expand,.btn .wy-menu-vertical li button.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content .eqno .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a button.toctree-expand,.nav .wy-menu-vertical li.on a button.toctree-expand,.nav .wy-menu-vertical li button.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .eqno .btn .headerlink,.rst-content .eqno .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p .btn .headerlink,.rst-content p .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn button.toctree-expand,.wy-menu-vertical li.current>a .btn button.toctree-expand,.wy-menu-vertical li.current>a .nav button.toctree-expand,.wy-menu-vertical li .nav button.toctree-expand,.wy-menu-vertical li.on a .btn button.toctree-expand,.wy-menu-vertical li.on a .nav button.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .eqno .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li button.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .eqno .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li button.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .eqno .btn .fa-large.headerlink,.rst-content .eqno .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p .btn .fa-large.headerlink,.rst-content p .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn button.fa-large.toctree-expand,.wy-menu-vertical li .nav button.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .eqno .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li button.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .eqno .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li button.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .eqno .btn .fa-spin.headerlink,.rst-content .eqno .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p .btn .fa-spin.headerlink,.rst-content p .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn button.fa-spin.toctree-expand,.wy-menu-vertical li .nav button.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content .eqno .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li button.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content .eqno .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li button.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content .eqno .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li button.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content .eqno .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini button.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.rst-content section ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.rst-content section ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.rst-content section ul li p:last-child,.rst-content section ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.rst-content section ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.rst-content section ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.rst-content section ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content .section ol.arabic,.rst-content .toctree-wrapper ol,.rst-content .toctree-wrapper ol.arabic,.rst-content section ol,.rst-content section ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol.arabic li,.rst-content .section ol li,.rst-content .toctree-wrapper ol.arabic li,.rst-content .toctree-wrapper ol li,.rst-content section ol.arabic li,.rst-content section ol li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol.arabic li ul,.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content .toctree-wrapper ol.arabic li ul,.rst-content .toctree-wrapper ol li p:last-child,.rst-content .toctree-wrapper ol li ul,.rst-content section ol.arabic li ul,.rst-content section ol li p:last-child,.rst-content section ol li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol.arabic li ul li,.rst-content .section ol li ul li,.rst-content .toctree-wrapper ol.arabic li ul li,.rst-content .toctree-wrapper ol li ul li,.rst-content section ol.arabic li ul li,.rst-content section ol li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs>li{display:inline-block;padding-top:5px}.wy-breadcrumbs>li.wy-breadcrumbs-aside{float:right}.rst-content .wy-breadcrumbs>li code,.rst-content .wy-breadcrumbs>li tt,.wy-breadcrumbs>li .rst-content tt,.wy-breadcrumbs>li code{all:inherit;color:inherit}.breadcrumb-item:before{content:"/";color:#bbb;font-size:13px;padding:0 6px 0 3px}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li button.toctree-expand{display:block;float:left;margin-left:-1.2em;line-height:18px;color:#4d4d4d;border:none;background:none;padding:0}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover button.toctree-expand,.wy-menu-vertical li.on a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand{display:block;line-height:18px;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{padding:.4045em 1.618em .4045em 4.045em}.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{padding:.4045em 1.618em .4045em 5.663em}.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a{padding:.4045em 1.618em .4045em 7.281em}.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a{padding:.4045em 1.618em .4045em 8.899em}.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a{padding:.4045em 1.618em .4045em 10.517em}.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a{padding:.4045em 1.618em .4045em 12.135em}.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a{padding:.4045em 1.618em .4045em 13.753em}.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a{padding:.4045em 1.618em .4045em 15.371em}.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 1.618em .4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 button.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 button.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover button.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active button.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em;max-width:100%}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .eqno .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content .eqno .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content .toctree-wrapper>p.caption,.rst-content h1,.rst-content h2,.rst-content h3,.rst-content h4,.rst-content h5,.rst-content h6{margin-bottom:24px}.rst-content img{max-width:100%;height:auto}.rst-content div.figure,.rst-content figure{margin-bottom:24px}.rst-content div.figure .caption-text,.rst-content figure .caption-text{font-style:italic}.rst-content div.figure p:last-child.caption,.rst-content figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center,.rst-content figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img,.rst-content section>a>img,.rst-content section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp,.rst-content div.highlight span.linenos{user-select:none;pointer-events:none}.rst-content div.highlight span.linenos{display:inline-block;padding-left:0;padding-right:12px;margin-right:12px;border-right:1px solid #e6e9ea}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li,.rst-content .toctree-wrapper ol.loweralpha,.rst-content .toctree-wrapper ol.loweralpha>li,.rst-content section ol.loweralpha,.rst-content section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li,.rst-content .toctree-wrapper ol.upperalpha,.rst-content .toctree-wrapper ol.upperalpha>li,.rst-content section ol.upperalpha,.rst-content section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*,.rst-content .toctree-wrapper ol li>*,.rst-content .toctree-wrapper ul li>*,.rst-content section ol li>*,.rst-content section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child,.rst-content .toctree-wrapper ol li>:first-child,.rst-content .toctree-wrapper ul li>:first-child,.rst-content section ol li>:first-child,.rst-content section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child,.rst-content .toctree-wrapper ol li>p,.rst-content .toctree-wrapper ol li>p:last-child,.rst-content .toctree-wrapper ul li>p,.rst-content .toctree-wrapper ul li>p:last-child,.rst-content section ol li>p,.rst-content section ol li>p:last-child,.rst-content section ul li>p,.rst-content section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child,.rst-content .toctree-wrapper ol li>p:only-child,.rst-content .toctree-wrapper ol li>p:only-child:last-child,.rst-content .toctree-wrapper ul li>p:only-child,.rst-content .toctree-wrapper ul li>p:only-child:last-child,.rst-content section ol li>p:only-child,.rst-content section ol li>p:only-child:last-child,.rst-content section ul li>p:only-child,.rst-content section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul,.rst-content .toctree-wrapper ol li>ol,.rst-content .toctree-wrapper ol li>ul,.rst-content .toctree-wrapper ul li>ol,.rst-content .toctree-wrapper ul li>ul,.rst-content section ol li>ol,.rst-content section ol li>ul,.rst-content section ul li>ol,.rst-content section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul,.rst-content .toctree-wrapper ol.simple li>*,.rst-content .toctree-wrapper ol.simple li ol,.rst-content .toctree-wrapper ol.simple li ul,.rst-content .toctree-wrapper ul.simple li>*,.rst-content .toctree-wrapper ul.simple li ol,.rst-content .toctree-wrapper ul.simple li ul,.rst-content section ol.simple li>*,.rst-content section ol.simple li ol,.rst-content section ol.simple li ul,.rst-content section ul.simple li>*,.rst-content section ul.simple li ol,.rst-content section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink{opacity:0;font-size:14px;font-family:FontAwesome;margin-left:.5em}.rst-content .code-block-caption .headerlink:focus,.rst-content .code-block-caption:hover .headerlink,.rst-content .eqno .headerlink:focus,.rst-content .eqno:hover .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink:focus,.rst-content .toctree-wrapper>p.caption:hover .headerlink,.rst-content dl dt .headerlink:focus,.rst-content dl dt:hover .headerlink,.rst-content h1 .headerlink:focus,.rst-content h1:hover .headerlink,.rst-content h2 .headerlink:focus,.rst-content h2:hover .headerlink,.rst-content h3 .headerlink:focus,.rst-content h3:hover .headerlink,.rst-content h4 .headerlink:focus,.rst-content h4:hover .headerlink,.rst-content h5 .headerlink:focus,.rst-content h5:hover .headerlink,.rst-content h6 .headerlink:focus,.rst-content h6:hover .headerlink,.rst-content p.caption .headerlink:focus,.rst-content p.caption:hover .headerlink,.rst-content p .headerlink:focus,.rst-content p:hover .headerlink,.rst-content table>caption .headerlink:focus,.rst-content table>caption:hover .headerlink{opacity:1}.rst-content p a{overflow-wrap:anywhere}.rst-content .wy-table td p,.rst-content .wy-table td ul,.rst-content .wy-table th p,.rst-content .wy-table th ul,.rst-content table.docutils td p,.rst-content table.docutils td ul,.rst-content table.docutils th p,.rst-content table.docutils th ul,.rst-content table.field-list td p,.rst-content table.field-list td ul,.rst-content table.field-list th p,.rst-content table.field-list th ul{font-size:inherit}.rst-content .btn:focus{outline:2px solid}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .citation-reference>span.fn-bracket,.rst-content .footnote-reference>span.fn-bracket{display:none}.rst-content .hlist{width:100%}.rst-content dl dt span.classifier:before{content:" : "}.rst-content dl dt span.classifier-delimiter{display:none!important}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:auto minmax(80%,95%)}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{display:inline-grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content aside.citation,html.writer-html5 .rst-content aside.footnote,html.writer-html5 .rst-content div.citation{display:grid;grid-template-columns:auto auto minmax(.65rem,auto) minmax(40%,95%)}html.writer-html5 .rst-content aside.citation>span.label,html.writer-html5 .rst-content aside.footnote>span.label,html.writer-html5 .rst-content div.citation>span.label{grid-column-start:1;grid-column-end:2}html.writer-html5 .rst-content aside.citation>span.backrefs,html.writer-html5 .rst-content aside.footnote>span.backrefs,html.writer-html5 .rst-content div.citation>span.backrefs{grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:3}html.writer-html5 .rst-content aside.citation>p,html.writer-html5 .rst-content aside.footnote>p,html.writer-html5 .rst-content div.citation>p{grid-column-start:4;grid-column-end:5}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{margin-bottom:24px}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.citation>dd,html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.citation>dt>span.brackets:before,html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.citation>dt>span.brackets:after,html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{text-align:left;font-style:italic;margin-left:.65rem;word-break:break-word;word-spacing:-.1rem;max-width:5rem}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref>a,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref>a{word-break:keep-all}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref>a:not(:first-child):before,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref>a:not(:first-child):before{content:" "}html.writer-html5 .rst-content dl.citation>dd,html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.citation>dd p,html.writer-html5 .rst-content dl.footnote>dd p{font-size:.9rem}html.writer-html5 .rst-content aside.citation,html.writer-html5 .rst-content aside.footnote,html.writer-html5 .rst-content div.citation{padding-left:1rem;padding-right:1rem;font-size:.9rem;line-height:1.2rem}html.writer-html5 .rst-content aside.citation p,html.writer-html5 .rst-content aside.footnote p,html.writer-html5 .rst-content div.citation p{font-size:.9rem;line-height:1.2rem;margin-bottom:12px}html.writer-html5 .rst-content aside.citation span.backrefs,html.writer-html5 .rst-content aside.footnote span.backrefs,html.writer-html5 .rst-content div.citation span.backrefs{text-align:left;font-style:italic;margin-left:.65rem;word-break:break-word;word-spacing:-.1rem;max-width:5rem}html.writer-html5 .rst-content aside.citation span.backrefs>a,html.writer-html5 .rst-content aside.footnote span.backrefs>a,html.writer-html5 .rst-content div.citation span.backrefs>a{word-break:keep-all}html.writer-html5 .rst-content aside.citation span.backrefs>a:not(:first-child):before,html.writer-html5 .rst-content aside.footnote span.backrefs>a:not(:first-child):before,html.writer-html5 .rst-content div.citation span.backrefs>a:not(:first-child):before{content:" "}html.writer-html5 .rst-content aside.citation span.label,html.writer-html5 .rst-content aside.footnote span.label,html.writer-html5 .rst-content div.citation span.label{line-height:1.2rem}html.writer-html5 .rst-content aside.citation-list,html.writer-html5 .rst-content aside.footnote-list,html.writer-html5 .rst-content div.citation-list{margin-bottom:24px}html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content aside.footnote,html.writer-html5 .rst-content aside.footnote-list aside.footnote,html.writer-html5 .rst-content div.citation-list>div.citation,html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content aside.footnote-list aside.footnote code,html.writer-html5 .rst-content aside.footnote-list aside.footnote tt,html.writer-html5 .rst-content aside.footnote code,html.writer-html5 .rst-content aside.footnote tt,html.writer-html5 .rst-content div.citation-list>div.citation code,html.writer-html5 .rst-content div.citation-list>div.citation tt,html.writer-html5 .rst-content dl.citation code,html.writer-html5 .rst-content dl.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c;white-space:normal}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040;overflow-wrap:normal}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}.rst-content dl dd>ol:last-child,.rst-content dl dd>p:last-child,.rst-content dl dd>table:last-child,.rst-content dl dd>ul:last-child{margin-bottom:0}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px;max-width:100%}html.writer-html4 .rst-content dl:not(.docutils) .k,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .k{font-style:italic}html.writer-html4 .rst-content dl:not(.docutils) .descclassname,html.writer-html4 .rst-content dl:not(.docutils) .descname,html.writer-html4 .rst-content dl:not(.docutils) .sig-name,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .sig-name{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#000}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel,.rst-content .menuselection{font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content .guilabel,.rst-content .menuselection{border:1px solid #7fbbe3;background:#e7f2fa}.rst-content :not(dl.option-list)>:not(dt):not(kbd):not(.kbd)>.kbd,.rst-content :not(dl.option-list)>:not(dt):not(kbd):not(.kbd)>kbd{color:inherit;font-size:80%;background-color:#fff;border:1px solid #a6a6a6;border-radius:4px;box-shadow:0 2px grey;padding:2.4px 6px;margin:auto 0}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block} \ No newline at end of file diff --git a/_static/design-tabs.js b/_static/design-tabs.js new file mode 100644 index 00000000..b25bd6a4 --- /dev/null +++ b/_static/design-tabs.js @@ -0,0 +1,101 @@ +// @ts-check + +// Extra JS capability for selected tabs to be synced +// The selection is stored in local storage so that it persists across page loads. + +/** + * @type {Record} + */ +let sd_id_to_elements = {}; +const storageKeyPrefix = "sphinx-design-tab-id-"; + +/** + * Create a key for a tab element. + * @param {HTMLElement} el - The tab element. + * @returns {[string, string, string] | null} - The key. + * + */ +function create_key(el) { + let syncId = el.getAttribute("data-sync-id"); + let syncGroup = el.getAttribute("data-sync-group"); + if (!syncId || !syncGroup) return null; + return [syncGroup, syncId, syncGroup + "--" + syncId]; +} + +/** + * Initialize the tab selection. + * + */ +function ready() { + // Find all tabs with sync data + + /** @type {string[]} */ + let groups = []; + + document.querySelectorAll(".sd-tab-label").forEach((label) => { + if (label instanceof HTMLElement) { + let data = create_key(label); + if (data) { + let [group, id, key] = data; + + // add click event listener + // @ts-ignore + label.onclick = onSDLabelClick; + + // store map of key to elements + if (!sd_id_to_elements[key]) { + sd_id_to_elements[key] = []; + } + sd_id_to_elements[key].push(label); + + if (groups.indexOf(group) === -1) { + groups.push(group); + // Check if a specific tab has been selected via URL parameter + const tabParam = new URLSearchParams(window.location.search).get( + group + ); + if (tabParam) { + console.log( + "sphinx-design: Selecting tab id for group '" + + group + + "' from URL parameter: " + + tabParam + ); + window.sessionStorage.setItem(storageKeyPrefix + group, tabParam); + } + } + + // Check is a specific tab has been selected previously + let previousId = window.sessionStorage.getItem( + storageKeyPrefix + group + ); + if (previousId === id) { + // console.log( + // "sphinx-design: Selecting tab from session storage: " + id + // ); + // @ts-ignore + label.previousElementSibling.checked = true; + } + } + } + }); +} + +/** + * Activate other tabs with the same sync id. + * + * @this {HTMLElement} - The element that was clicked. + */ +function onSDLabelClick() { + let data = create_key(this); + if (!data) return; + let [group, id, key] = data; + for (const label of sd_id_to_elements[key]) { + if (label === this) continue; + // @ts-ignore + label.previousElementSibling.checked = true; + } + window.sessionStorage.setItem(storageKeyPrefix + group, id); +} + +document.addEventListener("DOMContentLoaded", ready, false); diff --git a/_static/doctools.js b/_static/doctools.js new file mode 100644 index 00000000..4d67807d --- /dev/null +++ b/_static/doctools.js @@ -0,0 +1,156 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Base JavaScript utilities for all Sphinx HTML documentation. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); + +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); + } +}; + +/** + * Small JavaScript module for the documentation. + */ +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } + }, + + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; + }, + + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); + }, + + /** + * Initialise the domain index toggle buttons + */ + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); + } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + }, + + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; + + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); + } + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); + } + break; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } + }); + }, +}; + +// quick alias for translations +const _ = Documentation.gettext; + +_ready(Documentation.init); diff --git a/_static/documentation_options.js b/_static/documentation_options.js new file mode 100644 index 00000000..7e4c114f --- /dev/null +++ b/_static/documentation_options.js @@ -0,0 +1,13 @@ +const DOCUMENTATION_OPTIONS = { + VERSION: '', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/_static/file.png b/_static/file.png new file mode 100644 index 00000000..a858a410 Binary files /dev/null and b/_static/file.png differ diff --git a/_static/index_api.svg b/_static/index_api.svg new file mode 100644 index 00000000..70bf0d35 --- /dev/null +++ b/_static/index_api.svg @@ -0,0 +1,97 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/_static/index_info.svg b/_static/index_info.svg new file mode 100644 index 00000000..c1476387 --- /dev/null +++ b/_static/index_info.svg @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/_static/index_quickstarter.svg b/_static/index_quickstarter.svg new file mode 100644 index 00000000..d00e4624 --- /dev/null +++ b/_static/index_quickstarter.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_static/index_user_guide.svg b/_static/index_user_guide.svg new file mode 100644 index 00000000..a567103a --- /dev/null +++ b/_static/index_user_guide.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/_static/jquery.js b/_static/jquery.js new file mode 100644 index 00000000..c4c6022f --- /dev/null +++ b/_static/jquery.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML="",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/_static/js/html5shiv.min.js b/_static/js/html5shiv.min.js new file mode 100644 index 00000000..cd1c674f --- /dev/null +++ b/_static/js/html5shiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3-pre",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/_static/js/theme.js b/_static/js/theme.js new file mode 100644 index 00000000..1fddb6ee --- /dev/null +++ b/_static/js/theme.js @@ -0,0 +1 @@ +!function(n){var e={};function t(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:i})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)t.d(i,o,function(e){return n[e]}.bind(null,o));return i},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p="",t(t.s=0)}([function(n,e,t){t(1),n.exports=t(3)},function(n,e,t){(function(){var e="undefined"!=typeof window?window.jQuery:t(2);n.exports.ThemeNav={navBar:null,win:null,winScroll:!1,winResize:!1,linkScroll:!1,winPosition:0,winHeight:null,docHeight:null,isRunning:!1,enable:function(n){var t=this;void 0===n&&(n=!0),t.isRunning||(t.isRunning=!0,e((function(e){t.init(e),t.reset(),t.win.on("hashchange",t.reset),n&&t.win.on("scroll",(function(){t.linkScroll||t.winScroll||(t.winScroll=!0,requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResize()})))},enableSticky:function(){this.enable(!0)},init:function(n){n(document);var e=this;this.navBar=n("div.wy-side-scroll:first"),this.win=n(window),n(document).on("click","[data-toggle='wy-nav-top']",(function(){n("[data-toggle='wy-nav-shift']").toggleClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift")})).on("click",".wy-menu-vertical .current ul li a",(function(){var t=n(this);n("[data-toggle='wy-nav-shift']").removeClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift"),e.toggleCurrent(t),e.hashChange()})).on("click","[data-toggle='rst-current-version']",(function(){n("[data-toggle='rst-versions']").toggleClass("shift-up")})),n("table.docutils:not(.field-list,.footnote,.citation)").wrap("
"),n("table.docutils.footnote").wrap("
"),n("table.docutils.citation").wrap("
"),n(".wy-menu-vertical ul").not(".simple").siblings("a").each((function(){var t=n(this);expand=n(''),expand.on("click",(function(n){return e.toggleCurrent(t),n.stopPropagation(),!1})),t.prepend(expand)}))},reset:function(){var n=encodeURI(window.location.hash)||"#";try{var e=$(".wy-menu-vertical"),t=e.find('[href="'+n+'"]');if(0===t.length){var i=$('.document [id="'+n.substring(1)+'"]').closest("div.section");0===(t=e.find('[href="#'+i.attr("id")+'"]')).length&&(t=e.find('[href="#"]'))}if(t.length>0){$(".wy-menu-vertical .current").removeClass("current").attr("aria-expanded","false"),t.addClass("current").attr("aria-expanded","true"),t.closest("li.toctree-l1").parent().addClass("current").attr("aria-expanded","true");for(let n=1;n<=10;n++)t.closest("li.toctree-l"+n).addClass("current").attr("aria-expanded","true");t[0].scrollIntoView()}}catch(n){console.log("Error expanding nav for anchor",n)}},onScroll:function(){this.winScroll=!1;var n=this.win.scrollTop(),e=n+this.winHeight,t=this.navBar.scrollTop()+(n-this.winPosition);n<0||e>this.docHeight||(this.navBar.scrollTop(t),this.winPosition=n)},onResize:function(){this.winResize=!1,this.winHeight=this.win.height(),this.docHeight=$(document).height()},hashChange:function(){this.linkScroll=!0,this.win.one("hashchange",(function(){this.linkScroll=!1}))},toggleCurrent:function(n){var e=n.closest("li");e.siblings("li.current").removeClass("current").attr("aria-expanded","false"),e.siblings().find("li.current").removeClass("current").attr("aria-expanded","false");var t=e.find("> ul li");t.length&&(t.removeClass("current").attr("aria-expanded","false"),e.toggleClass("current").attr("aria-expanded",(function(n,e){return"true"==e?"false":"true"})))}},"undefined"!=typeof window&&(window.SphinxRtdTheme={Navigation:n.exports.ThemeNav,StickyNav:n.exports.ThemeNav}),function(){for(var n=0,e=["ms","moz","webkit","o"],t=0;t0 + var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 + var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 + var s_v = "^(" + C + ")?" + v; // vowel in stem + + this.stemWord = function (w) { + var stem; + var suffix; + var firstch; + var origword = w; + + if (w.length < 3) + return w; + + var re; + var re2; + var re3; + var re4; + + firstch = w.substr(0,1); + if (firstch == "y") + w = firstch.toUpperCase() + w.substr(1); + + // Step 1a + re = /^(.+?)(ss|i)es$/; + re2 = /^(.+?)([^s])s$/; + + if (re.test(w)) + w = w.replace(re,"$1$2"); + else if (re2.test(w)) + w = w.replace(re2,"$1$2"); + + // Step 1b + re = /^(.+?)eed$/; + re2 = /^(.+?)(ed|ing)$/; + if (re.test(w)) { + var fp = re.exec(w); + re = new RegExp(mgr0); + if (re.test(fp[1])) { + re = /.$/; + w = w.replace(re,""); + } + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = new RegExp(s_v); + if (re2.test(stem)) { + w = stem; + re2 = /(at|bl|iz)$/; + re3 = new RegExp("([^aeiouylsz])\\1$"); + re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re2.test(w)) + w = w + "e"; + else if (re3.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + else if (re4.test(w)) + w = w + "e"; + } + } + + // Step 1c + re = /^(.+?)y$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(s_v); + if (re.test(stem)) + w = stem + "i"; + } + + // Step 2 + re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step2list[suffix]; + } + + // Step 3 + re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step3list[suffix]; + } + + // Step 4 + re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + re2 = /^(.+?)(s|t)(ion)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + if (re.test(stem)) + w = stem; + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = new RegExp(mgr1); + if (re2.test(stem)) + w = stem; + } + + // Step 5 + re = /^(.+?)e$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + re2 = new RegExp(meq1); + re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) + w = stem; + } + re = /ll$/; + re2 = new RegExp(mgr1); + if (re.test(w) && re2.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + + // and turn initial Y back to y + if (firstch == "y") + w = firstch.toLowerCase() + w.substr(1); + return w; + } +} + diff --git a/_static/minus.png b/_static/minus.png new file mode 100644 index 00000000..d96755fd Binary files /dev/null and b/_static/minus.png differ diff --git a/_static/plus.png b/_static/plus.png new file mode 100644 index 00000000..7107cec9 Binary files /dev/null and b/_static/plus.png differ diff --git a/_static/pygments.css b/_static/pygments.css new file mode 100644 index 00000000..0d49244e --- /dev/null +++ b/_static/pygments.css @@ -0,0 +1,75 @@ +pre { line-height: 125%; } +td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.highlight .hll { background-color: #ffffcc } +.highlight { background: #eeffcc; } +.highlight .c { color: #408090; font-style: italic } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #007020; font-weight: bold } /* Keyword */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #007020 } /* Comment.Preproc */ +.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #333333 } /* Generic.Output */ +.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0044DD } /* Generic.Traceback */ +.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #007020 } /* Keyword.Pseudo */ +.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #902000 } /* Keyword.Type */ +.highlight .m { color: #208050 } /* Literal.Number */ +.highlight .s { color: #4070a0 } /* Literal.String */ +.highlight .na { color: #4070a0 } /* Name.Attribute */ +.highlight .nb { color: #007020 } /* Name.Builtin */ +.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.highlight .no { color: #60add5 } /* Name.Constant */ +.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.highlight .ne { color: #007020 } /* Name.Exception */ +.highlight .nf { color: #06287e } /* Name.Function */ +.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ +.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #bb60d5 } /* Name.Variable */ +.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mb { color: #208050 } /* Literal.Number.Bin */ +.highlight .mf { color: #208050 } /* Literal.Number.Float */ +.highlight .mh { color: #208050 } /* Literal.Number.Hex */ +.highlight .mi { color: #208050 } /* Literal.Number.Integer */ +.highlight .mo { color: #208050 } /* Literal.Number.Oct */ +.highlight .sa { color: #4070a0 } /* Literal.String.Affix */ +.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ +.highlight .sc { color: #4070a0 } /* Literal.String.Char */ +.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ +.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ +.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ +.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.highlight .sx { color: #c65d09 } /* Literal.String.Other */ +.highlight .sr { color: #235388 } /* Literal.String.Regex */ +.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ +.highlight .ss { color: #517918 } /* Literal.String.Symbol */ +.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #06287e } /* Name.Function.Magic */ +.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ +.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ +.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ +.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/_static/searchtools.js b/_static/searchtools.js new file mode 100644 index 00000000..b08d58c9 --- /dev/null +++ b/_static/searchtools.js @@ -0,0 +1,620 @@ +/* + * searchtools.js + * ~~~~~~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for the full-text search. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +/** + * Simple result scoring code. + */ +if (typeof Scorer === "undefined") { + var Scorer = { + // Implement the following function to further tweak the score for each result + // The function takes a result array [docname, title, anchor, descr, score, filename] + // and returns the new score. + /* + score: result => { + const [docname, title, anchor, descr, score, filename] = result + return score + }, + */ + + // query matches the full name of an object + objNameMatch: 11, + // or matches in the last dotted part of the object name + objPartialMatch: 6, + // Additive scores depending on the priority of the object + objPrio: { + 0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5, // used to be unimportantResults + }, + // Used when the priority is not in the mapping. + objPrioDefault: 0, + + // query found in title + title: 15, + partialTitle: 7, + // query found in terms + term: 5, + partialTerm: 2, + }; +} + +const _removeChildren = (element) => { + while (element && element.lastChild) element.removeChild(element.lastChild); +}; + +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ +const _escapeRegExp = (string) => + string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + +const _displayItem = (item, searchTerms, highlightTerms) => { + const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; + const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; + const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; + const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; + const contentRoot = document.documentElement.dataset.content_root; + + const [docName, title, anchor, descr, score, _filename] = item; + + let listItem = document.createElement("li"); + let requestUrl; + let linkUrl; + if (docBuilder === "dirhtml") { + // dirhtml builder + let dirname = docName + "/"; + if (dirname.match(/\/index\/$/)) + dirname = dirname.substring(0, dirname.length - 6); + else if (dirname === "index/") dirname = ""; + requestUrl = contentRoot + dirname; + linkUrl = requestUrl; + } else { + // normal html builders + requestUrl = contentRoot + docName + docFileSuffix; + linkUrl = docName + docLinkSuffix; + } + let linkEl = listItem.appendChild(document.createElement("a")); + linkEl.href = linkUrl + anchor; + linkEl.dataset.score = score; + linkEl.innerHTML = title; + if (descr) { + listItem.appendChild(document.createElement("span")).innerHTML = + " (" + descr + ")"; + // highlight search terms in the description + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + } + else if (showSearchSummary) + fetch(requestUrl) + .then((responseData) => responseData.text()) + .then((data) => { + if (data) + listItem.appendChild( + Search.makeSearchSummary(data, searchTerms, anchor) + ); + // highlight search terms in the summary + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + }); + Search.output.appendChild(listItem); +}; +const _finishSearch = (resultCount) => { + Search.stopPulse(); + Search.title.innerText = _("Search Results"); + if (!resultCount) + Search.status.innerText = Documentation.gettext( + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." + ); + else + Search.status.innerText = _( + "Search finished, found ${resultCount} page(s) matching the search query." + ).replace('${resultCount}', resultCount); +}; +const _displayNextItem = ( + results, + resultCount, + searchTerms, + highlightTerms, +) => { + // results left, load the summary and display it + // this is intended to be dynamic (don't sub resultsCount) + if (results.length) { + _displayItem(results.pop(), searchTerms, highlightTerms); + setTimeout( + () => _displayNextItem(results, resultCount, searchTerms, highlightTerms), + 5 + ); + } + // search finished, update title and status message + else _finishSearch(resultCount); +}; +// Helper function used by query() to order search results. +// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Order the results by score (in opposite order of appearance, since the +// `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. +const _orderResultsByScoreThenName = (a, b) => { + const leftScore = a[4]; + const rightScore = b[4]; + if (leftScore === rightScore) { + // same score: sort alphabetically + const leftTitle = a[1].toLowerCase(); + const rightTitle = b[1].toLowerCase(); + if (leftTitle === rightTitle) return 0; + return leftTitle > rightTitle ? -1 : 1; // inverted is intentional + } + return leftScore > rightScore ? 1 : -1; +}; + +/** + * Default splitQuery function. Can be overridden in ``sphinx.search`` with a + * custom function per language. + * + * The regular expression works by splitting the string on consecutive characters + * that are not Unicode letters, numbers, underscores, or emoji characters. + * This is the same as ``\W+`` in Python, preserving the surrogate pair area. + */ +if (typeof splitQuery === "undefined") { + var splitQuery = (query) => query + .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) + .filter(term => term) // remove remaining empty strings +} + +/** + * Search Module + */ +const Search = { + _index: null, + _queued_query: null, + _pulse_status: -1, + + htmlToText: (htmlString, anchor) => { + const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); + for (const removalQuery of [".headerlink", "script", "style"]) { + htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); + } + if (anchor) { + const anchorContent = htmlElement.querySelector(`[role="main"] ${anchor}`); + if (anchorContent) return anchorContent.textContent; + + console.warn( + `Anchored content block not found. Sphinx search tries to obtain it via DOM query '[role=main] ${anchor}'. Check your theme or template.` + ); + } + + // if anchor not specified or not found, fall back to main content + const docContent = htmlElement.querySelector('[role="main"]'); + if (docContent) return docContent.textContent; + + console.warn( + "Content block not found. Sphinx search tries to obtain it via DOM query '[role=main]'. Check your theme or template." + ); + return ""; + }, + + init: () => { + const query = new URLSearchParams(window.location.search).get("q"); + document + .querySelectorAll('input[name="q"]') + .forEach((el) => (el.value = query)); + if (query) Search.performSearch(query); + }, + + loadIndex: (url) => + (document.body.appendChild(document.createElement("script")).src = url), + + setIndex: (index) => { + Search._index = index; + if (Search._queued_query !== null) { + const query = Search._queued_query; + Search._queued_query = null; + Search.query(query); + } + }, + + hasIndex: () => Search._index !== null, + + deferQuery: (query) => (Search._queued_query = query), + + stopPulse: () => (Search._pulse_status = -1), + + startPulse: () => { + if (Search._pulse_status >= 0) return; + + const pulse = () => { + Search._pulse_status = (Search._pulse_status + 1) % 4; + Search.dots.innerText = ".".repeat(Search._pulse_status); + if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); + }; + pulse(); + }, + + /** + * perform a search for something (or wait until index is loaded) + */ + performSearch: (query) => { + // create the required interface elements + const searchText = document.createElement("h2"); + searchText.textContent = _("Searching"); + const searchSummary = document.createElement("p"); + searchSummary.classList.add("search-summary"); + searchSummary.innerText = ""; + const searchList = document.createElement("ul"); + searchList.classList.add("search"); + + const out = document.getElementById("search-results"); + Search.title = out.appendChild(searchText); + Search.dots = Search.title.appendChild(document.createElement("span")); + Search.status = out.appendChild(searchSummary); + Search.output = out.appendChild(searchList); + + const searchProgress = document.getElementById("search-progress"); + // Some themes don't use the search progress node + if (searchProgress) { + searchProgress.innerText = _("Preparing search..."); + } + Search.startPulse(); + + // index already loaded, the browser was quick! + if (Search.hasIndex()) Search.query(query); + else Search.deferQuery(query); + }, + + _parseQuery: (query) => { + // stem the search terms and add them to the correct list + const stemmer = new Stemmer(); + const searchTerms = new Set(); + const excludedTerms = new Set(); + const highlightTerms = new Set(); + const objectTerms = new Set(splitQuery(query.toLowerCase().trim())); + splitQuery(query.trim()).forEach((queryTerm) => { + const queryTermLower = queryTerm.toLowerCase(); + + // maybe skip this "word" + // stopwords array is from language_data.js + if ( + stopwords.indexOf(queryTermLower) !== -1 || + queryTerm.match(/^\d+$/) + ) + return; + + // stem the word + let word = stemmer.stemWord(queryTermLower); + // select the correct list + if (word[0] === "-") excludedTerms.add(word.substr(1)); + else { + searchTerms.add(word); + highlightTerms.add(queryTermLower); + } + }); + + if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js + localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" ")) + } + + // console.debug("SEARCH: searching for:"); + // console.info("required: ", [...searchTerms]); + // console.info("excluded: ", [...excludedTerms]); + + return [query, searchTerms, excludedTerms, highlightTerms, objectTerms]; + }, + + /** + * execute search (requires search index to be loaded) + */ + _performSearch: (query, searchTerms, excludedTerms, highlightTerms, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + const allTitles = Search._index.alltitles; + const indexEntries = Search._index.indexentries; + + // Collect multiple result groups to be sorted separately and then ordered. + // Each is an array of [docname, title, anchor, descr, score, filename]. + const normalResults = []; + const nonMainIndexResults = []; + + _removeChildren(document.getElementById("search-progress")); + + const queryLower = query.toLowerCase().trim(); + for (const [title, foundTitles] of Object.entries(allTitles)) { + if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { + for (const [file, id] of foundTitles) { + const score = Math.round(Scorer.title * queryLower.length / title.length); + const boost = titles[file] === title ? 1 : 0; // add a boost for document titles + normalResults.push([ + docNames[file], + titles[file] !== title ? `${titles[file]} > ${title}` : title, + id !== null ? "#" + id : "", + null, + score + boost, + filenames[file], + ]); + } + } + } + + // search for explicit entries in index directives + for (const [entry, foundEntries] of Object.entries(indexEntries)) { + if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) { + for (const [file, id, isMain] of foundEntries) { + const score = Math.round(100 * queryLower.length / entry.length); + const result = [ + docNames[file], + titles[file], + id ? "#" + id : "", + null, + score, + filenames[file], + ]; + if (isMain) { + normalResults.push(result); + } else { + nonMainIndexResults.push(result); + } + } + } + } + + // lookup as object + objectTerms.forEach((term) => + normalResults.push(...Search.performObjectSearch(term, objectTerms)) + ); + + // lookup as search terms in fulltext + normalResults.push(...Search.performTermsSearch(searchTerms, excludedTerms)); + + // let the scorer override scores with a custom scoring function + if (Scorer.score) { + normalResults.forEach((item) => (item[4] = Scorer.score(item))); + nonMainIndexResults.forEach((item) => (item[4] = Scorer.score(item))); + } + + // Sort each group of results by score and then alphabetically by name. + normalResults.sort(_orderResultsByScoreThenName); + nonMainIndexResults.sort(_orderResultsByScoreThenName); + + // Combine the result groups in (reverse) order. + // Non-main index entries are typically arbitrary cross-references, + // so display them after other results. + let results = [...nonMainIndexResults, ...normalResults]; + + // remove duplicate search results + // note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept + let seen = new Set(); + results = results.reverse().reduce((acc, result) => { + let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(','); + if (!seen.has(resultStr)) { + acc.push(result); + seen.add(resultStr); + } + return acc; + }, []); + + return results.reverse(); + }, + + query: (query) => { + const [searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms] = Search._parseQuery(query); + const results = Search._performSearch(searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms); + + // for debugging + //Search.lastresults = results.slice(); // a copy + // console.info("search results:", Search.lastresults); + + // print the results + _displayNextItem(results, results.length, searchTerms, highlightTerms); + }, + + /** + * search for object names + */ + performObjectSearch: (object, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const objects = Search._index.objects; + const objNames = Search._index.objnames; + const titles = Search._index.titles; + + const results = []; + + const objectSearchCallback = (prefix, match) => { + const name = match[4] + const fullname = (prefix ? prefix + "." : "") + name; + const fullnameLower = fullname.toLowerCase(); + if (fullnameLower.indexOf(object) < 0) return; + + let score = 0; + const parts = fullnameLower.split("."); + + // check for different match types: exact matches of full name or + // "last name" (i.e. last dotted part) + if (fullnameLower === object || parts.slice(-1)[0] === object) + score += Scorer.objNameMatch; + else if (parts.slice(-1)[0].indexOf(object) > -1) + score += Scorer.objPartialMatch; // matches in last name + + const objName = objNames[match[1]][2]; + const title = titles[match[0]]; + + // If more than one term searched for, we require other words to be + // found in the name/title/description + const otherTerms = new Set(objectTerms); + otherTerms.delete(object); + if (otherTerms.size > 0) { + const haystack = `${prefix} ${name} ${objName} ${title}`.toLowerCase(); + if ( + [...otherTerms].some((otherTerm) => haystack.indexOf(otherTerm) < 0) + ) + return; + } + + let anchor = match[3]; + if (anchor === "") anchor = fullname; + else if (anchor === "-") anchor = objNames[match[1]][1] + "-" + fullname; + + const descr = objName + _(", in ") + title; + + // add custom score for some objects according to scorer + if (Scorer.objPrio.hasOwnProperty(match[2])) + score += Scorer.objPrio[match[2]]; + else score += Scorer.objPrioDefault; + + results.push([ + docNames[match[0]], + fullname, + "#" + anchor, + descr, + score, + filenames[match[0]], + ]); + }; + Object.keys(objects).forEach((prefix) => + objects[prefix].forEach((array) => + objectSearchCallback(prefix, array) + ) + ); + return results; + }, + + /** + * search for full-text terms in the index + */ + performTermsSearch: (searchTerms, excludedTerms) => { + // prepare search + const terms = Search._index.terms; + const titleTerms = Search._index.titleterms; + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + + const scoreMap = new Map(); + const fileMap = new Map(); + + // perform the search on the required terms + searchTerms.forEach((word) => { + const files = []; + const arr = [ + { files: terms[word], score: Scorer.term }, + { files: titleTerms[word], score: Scorer.title }, + ]; + // add support for partial matches + if (word.length > 2) { + const escapedWord = _escapeRegExp(word); + if (!terms.hasOwnProperty(word)) { + Object.keys(terms).forEach((term) => { + if (term.match(escapedWord)) + arr.push({ files: terms[term], score: Scorer.partialTerm }); + }); + } + if (!titleTerms.hasOwnProperty(word)) { + Object.keys(titleTerms).forEach((term) => { + if (term.match(escapedWord)) + arr.push({ files: titleTerms[term], score: Scorer.partialTitle }); + }); + } + } + + // no match but word was a required one + if (arr.every((record) => record.files === undefined)) return; + + // found search word in contents + arr.forEach((record) => { + if (record.files === undefined) return; + + let recordFiles = record.files; + if (recordFiles.length === undefined) recordFiles = [recordFiles]; + files.push(...recordFiles); + + // set score for the word in each file + recordFiles.forEach((file) => { + if (!scoreMap.has(file)) scoreMap.set(file, {}); + scoreMap.get(file)[word] = record.score; + }); + }); + + // create the mapping + files.forEach((file) => { + if (!fileMap.has(file)) fileMap.set(file, [word]); + else if (fileMap.get(file).indexOf(word) === -1) fileMap.get(file).push(word); + }); + }); + + // now check if the files don't contain excluded terms + const results = []; + for (const [file, wordList] of fileMap) { + // check if all requirements are matched + + // as search terms with length < 3 are discarded + const filteredTermCount = [...searchTerms].filter( + (term) => term.length > 2 + ).length; + if ( + wordList.length !== searchTerms.size && + wordList.length !== filteredTermCount + ) + continue; + + // ensure that none of the excluded terms is in the search result + if ( + [...excludedTerms].some( + (term) => + terms[term] === file || + titleTerms[term] === file || + (terms[term] || []).includes(file) || + (titleTerms[term] || []).includes(file) + ) + ) + break; + + // select one (max) score for the file. + const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w])); + // add result to the result list + results.push([ + docNames[file], + titles[file], + "", + null, + score, + filenames[file], + ]); + } + return results; + }, + + /** + * helper function to return a node containing the + * search summary for a given text. keywords is a list + * of stemmed words. + */ + makeSearchSummary: (htmlText, keywords, anchor) => { + const text = Search.htmlToText(htmlText, anchor); + if (text === "") return null; + + const textLower = text.toLowerCase(); + const actualStartPosition = [...keywords] + .map((k) => textLower.indexOf(k.toLowerCase())) + .filter((i) => i > -1) + .slice(-1)[0]; + const startWithContext = Math.max(actualStartPosition - 120, 0); + + const top = startWithContext === 0 ? "" : "..."; + const tail = startWithContext + 240 < text.length ? "..." : ""; + + let summary = document.createElement("p"); + summary.classList.add("context"); + summary.textContent = top + text.substr(startWithContext, 240).trim() + tail; + + return summary; + }, +}; + +_ready(Search.init); diff --git a/_static/sphinx-design.min.css b/_static/sphinx-design.min.css new file mode 100644 index 00000000..860c36da --- /dev/null +++ b/_static/sphinx-design.min.css @@ -0,0 +1 @@ +.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative;font-size:var(--sd-fontsize-dropdown)}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary.sd-summary-title{padding:.5em .6em .5em 1em;font-size:var(--sd-fontsize-dropdown-title);font-weight:var(--sd-fontweight-dropdown-title);user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;list-style:none;display:inline-flex;justify-content:space-between}details.sd-dropdown summary.sd-summary-title::-webkit-details-marker{display:none}details.sd-dropdown summary.sd-summary-title:focus{outline:none}details.sd-dropdown summary.sd-summary-title .sd-summary-icon{margin-right:.6em;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary.sd-summary-title .sd-summary-text{flex-grow:1;line-height:1.5;padding-right:.5rem}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker{pointer-events:none;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker svg{opacity:.6}details.sd-dropdown summary.sd-summary-title:hover .sd-summary-state-marker svg{opacity:1;transform:scale(1.1)}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown .sd-summary-chevron-right{transition:.25s}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-right{transform:rotate(90deg)}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-down{transform:rotate(180deg)}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-bg: rgba(0, 113, 188, 0.2);--sd-color-secondary-bg: rgba(108, 117, 125, 0.2);--sd-color-success-bg: rgba(40, 167, 69, 0.2);--sd-color-info-bg: rgba(23, 162, 184, 0.2);--sd-color-warning-bg: rgba(240, 179, 126, 0.2);--sd-color-danger-bg: rgba(220, 53, 69, 0.2);--sd-color-light-bg: rgba(248, 249, 250, 0.2);--sd-color-muted-bg: rgba(108, 117, 125, 0.2);--sd-color-dark-bg: rgba(33, 37, 41, 0.2);--sd-color-black-bg: rgba(0, 0, 0, 0.2);--sd-color-white-bg: rgba(255, 255, 255, 0.2);--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem;--sd-fontsize-dropdown: inherit;--sd-fontsize-dropdown-title: 1rem;--sd-fontweight-dropdown-title: 700} diff --git a/_static/sphinx_highlight.js b/_static/sphinx_highlight.js new file mode 100644 index 00000000..8a96c69a --- /dev/null +++ b/_static/sphinx_highlight.js @@ -0,0 +1,154 @@ +/* Highlighting utilities for Sphinx HTML documentation. */ +"use strict"; + +const SPHINX_HIGHLIGHT_ENABLED = true + +/** + * highlight a given string on a node by wrapping it in + * span elements with the given class name. + */ +const _highlight = (node, addItems, text, className) => { + if (node.nodeType === Node.TEXT_NODE) { + const val = node.nodeValue; + const parent = node.parentNode; + const pos = val.toLowerCase().indexOf(text); + if ( + pos >= 0 && + !parent.classList.contains(className) && + !parent.classList.contains("nohighlight") + ) { + let span; + + const closestNode = parent.closest("body, svg, foreignObject"); + const isInSVG = closestNode && closestNode.matches("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.classList.add(className); + } + + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + const rest = document.createTextNode(val.substr(pos + text.length)); + parent.insertBefore( + span, + parent.insertBefore( + rest, + node.nextSibling + ) + ); + node.nodeValue = val.substr(0, pos); + /* There may be more occurrences of search term in this node. So call this + * function recursively on the remaining fragment. + */ + _highlight(rest, addItems, text, className); + + if (isInSVG) { + const rect = document.createElementNS( + "http://www.w3.org/2000/svg", + "rect" + ); + const bbox = parent.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute("class", className); + addItems.push({ parent: parent, target: rect }); + } + } + } else if (node.matches && !node.matches("button, select, textarea")) { + node.childNodes.forEach((el) => _highlight(el, addItems, text, className)); + } +}; +const _highlightText = (thisNode, text, className) => { + let addItems = []; + _highlight(thisNode, addItems, text, className); + addItems.forEach((obj) => + obj.parent.insertAdjacentElement("beforebegin", obj.target) + ); +}; + +/** + * Small JavaScript module for the documentation. + */ +const SphinxHighlight = { + + /** + * highlight the search words provided in localstorage in the text + */ + highlightSearchWords: () => { + if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight + + // get and clear terms from localstorage + const url = new URL(window.location); + const highlight = + localStorage.getItem("sphinx_highlight_terms") + || url.searchParams.get("highlight") + || ""; + localStorage.removeItem("sphinx_highlight_terms") + url.searchParams.delete("highlight"); + window.history.replaceState({}, "", url); + + // get individual terms from highlight string + const terms = highlight.toLowerCase().split(/\s+/).filter(x => x); + if (terms.length === 0) return; // nothing to do + + // There should never be more than one element matching "div.body" + const divBody = document.querySelectorAll("div.body"); + const body = divBody.length ? divBody[0] : document.querySelector("body"); + window.setTimeout(() => { + terms.forEach((term) => _highlightText(body, term, "highlighted")); + }, 10); + + const searchBox = document.getElementById("searchbox"); + if (searchBox === null) return; + searchBox.appendChild( + document + .createRange() + .createContextualFragment( + '" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/_static/style.css b/_static/style.css new file mode 100644 index 00000000..be49cb1c --- /dev/null +++ b/_static/style.css @@ -0,0 +1,57 @@ +/* Override some aspects of the pydata-sphinx-theme */ + +:root { + /* Use softer blue from bootstrap's default info color */ + --pst-color-info: 23, 162, 184; +} + +/* Main index page overview cards */ + +.intro-card { + background: #fff; + border-radius: 0; + padding: 30px 10px 20px 10px; + margin: 10px 0px; +} + +.intro-card p.card-text { + margin: 0px; +} + +.intro-card .card-img-top { + margin: 0px; + height: 52px; +} + +.intro-card .card-header { + border: none; + background-color:white; + color: #150458 !important; + font-size: var(--pst-font-size-h5); + font-weight: bold; + padding: 0.5rem 0rem 0.5rem 0rem; +} + +.intro-card .card-footer { + border: none; + background-color:white; +} + +.intro-card .card-footer p.card-text{ + max-width: 220px; + margin-left: auto; + margin-right: auto; +} + +.card-body { + padding: 0.5rem; +} + +/* Custom class for resizing grid-item-card images */ +.custom-img-size { + width: 75px; /* Set desired width */ + height: auto; /* Maintain aspect ratio */ + max-width: 100%; /* Ensure responsiveness */ + display: block; /* Remove inline spacing */ + margin: 0 auto; /* Center the image horizontally */ +} diff --git a/_static/utility_to_ba.png b/_static/utility_to_ba.png new file mode 100644 index 00000000..b0a382dc Binary files /dev/null and b/_static/utility_to_ba.png differ diff --git a/_static/utility_to_county.png b/_static/utility_to_county.png new file mode 100644 index 00000000..fdaaf62f Binary files /dev/null and b/_static/utility_to_county.png differ diff --git a/acknowledgement.html b/acknowledgement.html new file mode 100644 index 00000000..8eab54b8 --- /dev/null +++ b/acknowledgement.html @@ -0,0 +1,121 @@ + + + + + + + Acknowledgement — TELL documentation + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

Acknowledgement

+

tell is actively developed as an open-source project as a part of the Integrated Multisector Multiscale Modeling (IM3) project. IM3 is a multi-institutional effort led by Pacific Northwest National Laboratory and supported by the U.S. Department of Energy’s Office of Science as part of research in MultiSector Dynamics, Earth and Environmental Systems Modeling Program.

+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/contributing.html b/contributing.html new file mode 100644 index 00000000..2d0da192 --- /dev/null +++ b/contributing.html @@ -0,0 +1,216 @@ + + + + + + + Contributing to tell — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

Contributing to tell

+

Whether you find a typo in the documentation, find a bug, or want to develop functionality that you think will make tell more robust, you are welcome to contribute!

+
+

Opening issues

+

If you find a bug or would like to contribute a new feature, please open an issue.

+
+
+

Contribution workflow (bug or feature)

+
    +
  1. I found a bug!

    +
      +
    • Check if the bug has already been reported by searching the existing GitHub

    • +
    +
  2. +
+

Issues. If you find a match, consider adding additional details to the +existing ticket.

+
+
    +
  • Open a new Issue, being sure to include a clear title and

  • +
+
+

description along with as much detail as possible; code samples or log messages demonstrating the bug are quite helpful.

+
    +
  1. I fixed a bug!

    + +
  2. +
+

outlines the bug and the solution. Include the Issue number if applicable.

+
    +
  1. I created a new feature!

    +
      +
    • Consider opening a new Issue to describe use cases for the

    • +
    +
  2. +
+

new feature. This will offer a platform for discussion and critique.

+
+
+
+

methodology. Be sure to include new unit tests if appropriate.

+
+
+

Contribution workflow (pull request)

+

The following is the recommended workflow for contributing to tell:

+
    +
  1. Fork the tell repository and then clone it locally:

  2. +
+
+
git clone https://github.com/<your-user-name>/tell
+
+
+
+
    +
  1. Create a branch for your changes

  2. +
+
+
git checkout -b bug/some-bug
+
+# or
+
+git checkout -b feature/some-feature
+
+
+
+
    +
  1. Add your recommended changes and ensure all tests pass, then commit your changes

  2. +
+
+
git commit -m '<my short message>'
+
+
+
+
    +
  1. Push your changes to the remote

  2. +
+
+
git push origin <my-branch-name>
+
+
+
+
    +
  1. Submit a pull request with the following information:

  2. +
+
+
    +
  • Purpose: The reason for your pull request in short

  • +
  • Summary: A description of the environment you are using (OS, Python version, etc.), logic, any caveats, and a summary of changes that were made.

  • +
+
+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/genindex.html b/genindex.html new file mode 100644 index 00000000..f2c58e02 --- /dev/null +++ b/genindex.html @@ -0,0 +1,665 @@ + + + + + + Index — TELL documentation + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+
    +
  • + +
  • +
  • +
+
+
+
+
+ + +

Index

+ +
+ A + | B + | C + | D + | E + | F + | G + | H + | I + | L + | M + | N + | O + | P + | R + | S + | T + | U + | W + +
+

A

+ + +
+ +

B

+ + + +
+ +

C

+ + + +
+ +

D

+ + + +
+ +

E

+ + + +
+ +

F

+ + + +
+ +

G

+ + + +
+ +

H

+ + +
+ +

I

+ + + +
+ +

L

+ + + +
+ +

M

+ + +
+ +

N

+ + + +
+ +

O

+ + + +
+ +

P

+ + + +
+ +

R

+ + +
+ +

S

+ + + +
+ +

T

+ + + +
    +
  • + tell + +
  • +
  • + tell.data_process_compile + +
  • +
  • + tell.data_process_eia_930 + +
  • +
  • + tell.data_process_population + +
  • +
  • + tell.data_spatial_mapping + +
  • +
  • + tell.execute_forward + +
  • +
  • + tell.install_forcing_data + +
  • +
  • + tell.install_quickstarter_data + +
  • +
  • + tell.install_raw_data + +
  • +
+ +

U

+ + + +
+ +

W

+ + +
+ + + +
+
+
+ +
+ +
+

© Copyright 2022, Batelle Memorial Institute.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..883eb3d9 --- /dev/null +++ b/index.html @@ -0,0 +1,194 @@ + + + + + + + TELL documentation — TELL documentation + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

TELL documentation

+

Date: Oct 03, 2024 Version: 1.3.0

+

Useful links: +Source Repository | +Issues & Ideas

+

tell was created to:

+
+
    +
  1. Project the short- and long-term evolution of hourly electricity demand in response to changes in weather and climate.

  2. +
  3. Work at a spatial resolution adequate for input to a unit commitment/economic dispatch (UC/ED) model.

  4. +
  5. Maintain consistency with the long-term growth and evolution of annual state-level electricity demand projected by an economically driven human-Earth system model.

  6. +
+
+

tell is targeted for users that are interested in grid stress modeling. This could include those whose business needs require +accurate load forecasting (electric utilities, regulatory commissions, industrial and big commercial companies, etc.), +researchers interested in energy system transitions, and many others in need of a framework for blending short and long-term +load models with an explicit spatial resolution component.

+
+
+
+
+ +
+
+Getting started
+

New to tell? Get familiar with what tell is all about.

+
+ +
+
+
+
+ +
+
+Quickstarter
+

Follow along with this Jupyter notebook to learn the ropes of tell.

+
+ +
+
+
+
+ +
+
+User Guide
+

The user guide provides in-depth information on the key concepts of tell.

+
+ +
+
+
+
+ +
+
+API reference
+

A detailed description of the tell API.

+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/license.html b/license.html new file mode 100644 index 00000000..97d7d319 --- /dev/null +++ b/license.html @@ -0,0 +1,129 @@ + + + + + + + License — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

License

+

Copyright 2022 Battelle Memorial Institute

+

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+
    +
  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. +
  3. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  4. +
+

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/modules.html b/modules.html new file mode 100644 index 00000000..0bab4251 --- /dev/null +++ b/modules.html @@ -0,0 +1,303 @@ + + + + + + + API Reference — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

API Reference

+
+ +
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/objects.inv b/objects.inv new file mode 100644 index 00000000..e6a92304 Binary files /dev/null and b/objects.inv differ diff --git a/py-modindex.html b/py-modindex.html new file mode 100644 index 00000000..6e69ace9 --- /dev/null +++ b/py-modindex.html @@ -0,0 +1,213 @@ + + + + + + Python Module Index — TELL documentation + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+
    +
  • + +
  • +
  • +
+
+
+
+
+ + +

Python Module Index

+ +
+ t +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
+ t
+ tell +
    + tell.data_process_compile +
    + tell.data_process_eia_930 +
    + tell.data_process_population +
    + tell.data_spatial_mapping +
    + tell.execute_forward +
    + tell.install_forcing_data +
    + tell.install_quickstarter_data +
    + tell.install_raw_data +
    + tell.metadata_eia +
    + tell.mlp_predict +
    + tell.mlp_prepare_data +
    + tell.mlp_train +
    + tell.mlp_utils +
    + tell.package_data +
    + tell.states_fips_function +
    + tell.visualization +
+ + +
+
+
+ +
+ +
+

© Copyright 2022, Batelle Memorial Institute.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/search.html b/search.html new file mode 100644 index 00000000..7dcaee7b --- /dev/null +++ b/search.html @@ -0,0 +1,133 @@ + + + + + + Search — TELL documentation + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+
    +
  • + +
  • +
  • +
+
+
+
+
+ + + + +
+ +
+ +
+
+
+ +
+ +
+

© Copyright 2022, Batelle Memorial Institute.

+
+ + Built with Sphinx using a + theme + provided by Read the Docs. + + +
+
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/searchindex.js b/searchindex.js new file mode 100644 index 00000000..b7587f04 --- /dev/null +++ b/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({"alltitles": {"1. Install tell": [[7, "install-tell"]], "2. Install the package of data underpinning tell": [[7, "install-the-package-of-data-underpinning-tell"]], "3. MLP model training and projection": [[7, "mlp-model-training-and-projection"]], "3.1. MLP training": [[7, "mlp-training"]], "3.2. MLP model projection": [[7, "mlp-model-projection"]], "4. Model forward execution": [[7, "model-forward-execution"]], "5. Model visualization": [[7, "model-visualization"]], "5.1. Plot the state annual total loads from GCAM-USA and tell": [[7, "plot-the-state-annual-total-loads-from-gcam-usa-and-tell"]], "5.2. Plot the time-series of total hourly loads for a given state": [[7, "plot-the-time-series-of-total-hourly-loads-for-a-given-state"]], "5.3. Plot the load duration curve for a given state": [[7, "plot-the-load-duration-curve-for-a-given-state"]], "5.4. Plot the time-series of total hourly loads for a given BA": [[7, "plot-the-time-series-of-total-hourly-loads-for-a-given-ba"]], "A little about tell": [[7, "a-little-about-tell"]], "API Reference": [[5, null]], "API reference": [[0, "api-reference"]], "About tell": [[8, "about-tell"]], "Acknowledgement": [[1, null]], "Balancing Authorities": [[8, "balancing-authorities"]], "Balancing Authority Hourly Load Data": [[8, "balancing-authority-hourly-load-data"]], "Check out a quickstarter tutorial to run tell": [[0, "check-out-a-quickstarter-tutorial-to-run-tell"]], "Contact/Help": [[0, "contact-help"]], "Contributing to tell": [[0, "contributing-to-tell"], [2, null]], "Contribution workflow (bug or feature)": [[2, "contribution-workflow-bug-or-feature"]], "Contribution workflow (pull request)": [[2, "contribution-workflow-pull-request"]], "County Hourly Load Data": [[8, "county-hourly-load-data"]], "Design Constraints": [[8, "design-constraints"]], "Fundamental Concepts": [[8, "fundamental-concepts"]], "Geolocating Balancing Authorities": [[8, "geolocating-balancing-authorities"]], "Getting started": [[0, "getting-started"]], "How It Works": [[8, "how-it-works"]], "Incorporating Detailed Sectoral Models": [[8, "incorporating-detailed-sectoral-models"]], "Install tell": [[0, "install-tell"]], "Lets get started!": [[7, "lets-get-started"]], "License": [[4, null]], "Load Disaggregation and Reaggregation": [[8, "load-disaggregation-and-reaggregation"]], "Multilayer Perceptron (MLP) Models": [[8, "multilayer-perceptron-mlp-models"]], "Opening issues": [[2, "opening-issues"]], "Outputs": [[8, "outputs"]], "Purpose": [[0, "purpose"]], "Scenarios": [[8, "scenarios"]], "State Hourly Load Data": [[8, "state-hourly-load-data"]], "State Summary Data": [[8, "state-summary-data"]], "TELL documentation": [[3, null]], "User Guide": [[8, null]], "User guide": [[0, "user-guide"]], "Welcome to the tell Quickstarter!": [[7, null]], "``tell`` is an open-source Python package for projecting future electricty demand in the United States.": [[7, "tell-is-an-open-source-python-package-for-projecting-future-electricty-demand-in-the-united-states"]], "tell": [[0, null]], "tell is an open-source Python package to model future hourly total electricity loads.": [[0, "tell-is-an-open-source-python-package-to-model-future-hourly-total-electricity-loads"]], "tell.data_process_compile module": [[6, null]], "tell.data_process_eia_930 module": [[6, "module-tell.data_process_eia_930"]], "tell.data_process_population module": [[6, "module-tell.data_process_population"]], "tell.data_spatial_mapping module": [[6, "module-tell.data_spatial_mapping"]], "tell.execute_forward module": [[6, "module-tell.execute_forward"]], "tell.install_forcing_data module": [[6, "module-tell.install_forcing_data"]], "tell.install_quickstarter_data module": [[6, "module-tell.install_quickstarter_data"]], "tell.install_raw_data module": [[6, "module-tell.install_raw_data"]], "tell.metadata_eia module": [[6, "module-tell.metadata_eia"]], "tell.mlp_predict module": [[6, "module-tell.mlp_predict"]], "tell.mlp_prepare_data module": [[6, "module-tell.mlp_prepare_data"]], "tell.mlp_train module": [[6, "module-tell.mlp_train"]], "tell.mlp_utils module": [[6, "module-tell.mlp_utils"]], "tell.package_data module": [[6, "module-tell.package_data"]], "tell.states_fips_function module": [[6, "module-tell.states_fips_function"]], "tell.visualization module": [[6, "module-tell.visualization"]]}, "docnames": ["README", "acknowledgement", "contributing", "index", "license", "modules", "tell", "tell_quickstarter", "user_guide"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["README.md", "acknowledgement.rst", "contributing.rst", "index.rst", "license.rst", "modules.rst", "tell.rst", "tell_quickstarter.rst", "user_guide.rst"], "indexentries": {"aggregate_mlp_output_files() (in module tell.execute_forward)": [[6, "tell.execute_forward.aggregate_mlp_output_files", false]], "ba_pop_sum() (in module tell.data_process_population)": [[6, "tell.data_process_population.ba_pop_sum", false]], "breakout_day_designation() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.breakout_day_designation", false]], "breakout_day_designation() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.breakout_day_designation", false]], "clean_data() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.clean_data", false]], "clean_data() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.clean_data", false]], "compile_data() (in module tell.data_process_compile)": [[6, "tell.data_process_compile.compile_data", false]], "data_version_urls (tell.install_forcing_data.installforcingsample attribute)": [[6, "tell.install_forcing_data.InstallForcingSample.DATA_VERSION_URLS", false]], "data_version_urls (tell.install_quickstarter_data.installquickstarterdata attribute)": [[6, "tell.install_quickstarter_data.InstallQuickstarterData.DATA_VERSION_URLS", false]], "data_version_urls (tell.install_raw_data.installrawdata attribute)": [[6, "tell.install_raw_data.InstallRawData.DATA_VERSION_URLS", false]], "datasetpredict (class in tell.mlp_prepare_data)": [[6, "tell.mlp_prepare_data.DatasetPredict", false]], "datasettrain (class in tell.mlp_prepare_data)": [[6, "tell.mlp_prepare_data.DatasetTrain", false]], "datetime_field (tell.mlp_prepare_data.datasetpredict attribute)": [[6, "tell.mlp_prepare_data.DatasetPredict.DATETIME_FIELD", false]], "datetime_field (tell.mlp_prepare_data.datasettrain attribute)": [[6, "tell.mlp_prepare_data.DatasetTrain.DATETIME_FIELD", false]], "datetime_field (tell.mlp_prepare_data.defaultsettings attribute)": [[6, "tell.mlp_prepare_data.DefaultSettings.DATETIME_FIELD", false]], "default_version (tell.install_forcing_data.installforcingsample attribute)": [[6, "tell.install_forcing_data.InstallForcingSample.DEFAULT_VERSION", false]], "default_version (tell.install_quickstarter_data.installquickstarterdata attribute)": [[6, "tell.install_quickstarter_data.InstallQuickstarterData.DEFAULT_VERSION", false]], "default_version (tell.install_raw_data.installrawdata attribute)": [[6, "tell.install_raw_data.InstallRawData.DEFAULT_VERSION", false]], "defaultsettings (class in tell.mlp_prepare_data)": [[6, "tell.mlp_prepare_data.DefaultSettings", false]], "denormalize_features() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.denormalize_features", false]], "eia_data_subset() (in module tell.data_process_eia_930)": [[6, "tell.data_process_eia_930.eia_data_subset", false]], "evaluate() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.evaluate", false]], "execute_forward() (in module tell.execute_forward)": [[6, "tell.execute_forward.execute_forward", false]], "extract_future_ba_population() (in module tell.data_process_population)": [[6, "tell.data_process_population.extract_future_ba_population", false]], "extract_gcam_usa_loads() (in module tell.execute_forward)": [[6, "tell.execute_forward.extract_gcam_usa_loads", false]], "extract_targets_features() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.extract_targets_features", false]], "extract_targets_features() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.extract_targets_features", false]], "fetch_read_file() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.fetch_read_file", false]], "fetch_read_file() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.fetch_read_file", false]], "fetch_zenodo() (tell.install_forcing_data.installforcingsample method)": [[6, "tell.install_forcing_data.InstallForcingSample.fetch_zenodo", false]], "fetch_zenodo() (tell.install_quickstarter_data.installquickstarterdata method)": [[6, "tell.install_quickstarter_data.InstallQuickstarterData.fetch_zenodo", false]], "fetch_zenodo() (tell.install_raw_data.installrawdata method)": [[6, "tell.install_raw_data.InstallRawData.fetch_zenodo", false]], "fips_pop_yearly() (in module tell.data_process_population)": [[6, "tell.data_process_population.fips_pop_yearly", false]], "format_filter_data() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.format_filter_data", false]], "format_filter_data() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.format_filter_data", false]], "generate_data() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.generate_data", false]], "generate_data() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.generate_data", false]], "get_ba_abbreviations() (in module tell.package_data)": [[6, "tell.package_data.get_ba_abbreviations", false]], "get_balancing_authority_to_model_dict() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.get_balancing_authority_to_model_dict", false]], "holiday_field (tell.mlp_prepare_data.datasetpredict attribute)": [[6, "tell.mlp_prepare_data.DatasetPredict.HOLIDAY_FIELD", false]], "holiday_field (tell.mlp_prepare_data.datasettrain attribute)": [[6, "tell.mlp_prepare_data.DatasetTrain.HOLIDAY_FIELD", false]], "holiday_field (tell.mlp_prepare_data.defaultsettings attribute)": [[6, "tell.mlp_prepare_data.DefaultSettings.HOLIDAY_FIELD", false]], "install_quickstarter_data() (in module tell.install_quickstarter_data)": [[6, "tell.install_quickstarter_data.install_quickstarter_data", false]], "install_sample_forcing_data() (in module tell.install_forcing_data)": [[6, "tell.install_forcing_data.install_sample_forcing_data", false]], "install_tell_raw_data() (in module tell.install_raw_data)": [[6, "tell.install_raw_data.install_tell_raw_data", false]], "installforcingsample (class in tell.install_forcing_data)": [[6, "tell.install_forcing_data.InstallForcingSample", false]], "installquickstarterdata (class in tell.install_quickstarter_data)": [[6, "tell.install_quickstarter_data.InstallQuickstarterData", false]], "installrawdata (class in tell.install_raw_data)": [[6, "tell.install_raw_data.InstallRawData", false]], "iqr_outlier_detection() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.iqr_outlier_detection", false]], "list_eia_930_files() (in module tell.data_process_eia_930)": [[6, "tell.data_process_eia_930.list_EIA_930_files", false]], "load_model() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.load_model", false]], "load_normalization_dict() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.load_normalization_dict", false]], "load_predictive_models() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.load_predictive_models", false]], "map_ba_service_territory() (in module tell.data_spatial_mapping)": [[6, "tell.data_spatial_mapping.map_ba_service_territory", false]], "merge_mapping_data() (in module tell.data_process_population)": [[6, "tell.data_process_population.merge_mapping_data", false]], "metadata_eia() (in module tell.metadata_eia)": [[6, "tell.metadata_eia.metadata_eia", false]], "module": [[3, "module-tell", false], [6, "module-tell.data_process_compile", false], [6, "module-tell.data_process_eia_930", false], [6, "module-tell.data_process_population", false], [6, "module-tell.data_spatial_mapping", false], [6, "module-tell.execute_forward", false], [6, "module-tell.install_forcing_data", false], [6, "module-tell.install_quickstarter_data", false], [6, "module-tell.install_raw_data", false], [6, "module-tell.metadata_eia", false], [6, "module-tell.mlp_predict", false], [6, "module-tell.mlp_prepare_data", false], [6, "module-tell.mlp_train", false], [6, "module-tell.mlp_utils", false], [6, "module-tell.package_data", false], [6, "module-tell.states_fips_function", false], [6, "module-tell.visualization", false]], "nodata_value (tell.mlp_prepare_data.datasetpredict attribute)": [[6, "tell.mlp_prepare_data.DatasetPredict.NODATA_VALUE", false]], "nodata_value (tell.mlp_prepare_data.datasettrain attribute)": [[6, "tell.mlp_prepare_data.DatasetTrain.NODATA_VALUE", false]], "nodata_value (tell.mlp_prepare_data.defaultsettings attribute)": [[6, "tell.mlp_prepare_data.DefaultSettings.NODATA_VALUE", false]], "normalize_features() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.normalize_features", false]], "normalize_prediction_data() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.normalize_prediction_data", false]], "output_tell_ba_data() (in module tell.execute_forward)": [[6, "tell.execute_forward.output_tell_ba_data", false]], "output_tell_county_data() (in module tell.execute_forward)": [[6, "tell.execute_forward.output_tell_county_data", false]], "output_tell_state_data() (in module tell.execute_forward)": [[6, "tell.execute_forward.output_tell_state_data", false]], "output_tell_summary_data() (in module tell.execute_forward)": [[6, "tell.execute_forward.output_tell_summary_data", false]], "pickle_model() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.pickle_model", false]], "pickle_normalization_dict() (in module tell.mlp_utils)": [[6, "tell.mlp_utils.pickle_normalization_dict", false]], "plot_ba_load_time_series() (in module tell.visualization)": [[6, "tell.visualization.plot_ba_load_time_series", false]], "plot_ba_service_territory() (in module tell.visualization)": [[6, "tell.visualization.plot_ba_service_territory", false]], "plot_ba_variable_correlations() (in module tell.visualization)": [[6, "tell.visualization.plot_ba_variable_correlations", false]], "plot_mlp_ba_peak_week() (in module tell.visualization)": [[6, "tell.visualization.plot_mlp_ba_peak_week", false]], "plot_mlp_ba_time_series() (in module tell.visualization)": [[6, "tell.visualization.plot_mlp_ba_time_series", false]], "plot_mlp_errors_vs_load() (in module tell.visualization)": [[6, "tell.visualization.plot_mlp_errors_vs_load", false]], "plot_mlp_summary_statistics() (in module tell.visualization)": [[6, "tell.visualization.plot_mlp_summary_statistics", false]], "plot_state_annual_total_loads() (in module tell.visualization)": [[6, "tell.visualization.plot_state_annual_total_loads", false]], "plot_state_load_duration_curve() (in module tell.visualization)": [[6, "tell.visualization.plot_state_load_duration_curve", false]], "plot_state_load_time_series() (in module tell.visualization)": [[6, "tell.visualization.plot_state_load_time_series", false]], "plot_state_scaling_factors() (in module tell.visualization)": [[6, "tell.visualization.plot_state_scaling_factors", false]], "predict() (in module tell.mlp_predict)": [[6, "tell.mlp_predict.predict", false]], "predict_batch() (in module tell.mlp_predict)": [[6, "tell.mlp_predict.predict_batch", false]], "process_ba_population_data() (in module tell.data_process_population)": [[6, "tell.data_process_population.process_ba_population_data", false]], "process_eia_930_data() (in module tell.data_process_eia_930)": [[6, "tell.data_process_eia_930.process_eia_930_data", false]], "process_population_scenario() (in module tell.execute_forward)": [[6, "tell.execute_forward.process_population_scenario", false]], "process_spatial_mapping() (in module tell.data_spatial_mapping)": [[6, "tell.data_spatial_mapping.process_spatial_mapping", false]], "read_yaml() (in module tell.package_data)": [[6, "tell.package_data.read_yaml", false]], "split_train_test() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.split_train_test", false]], "state_metadata_from_state_abbreviation() (in module tell.states_fips_function)": [[6, "tell.states_fips_function.state_metadata_from_state_abbreviation", false]], "tell": [[3, "module-tell", false]], "tell.data_process_compile": [[6, "module-tell.data_process_compile", false]], "tell.data_process_eia_930": [[6, "module-tell.data_process_eia_930", false]], "tell.data_process_population": [[6, "module-tell.data_process_population", false]], "tell.data_spatial_mapping": [[6, "module-tell.data_spatial_mapping", false]], "tell.execute_forward": [[6, "module-tell.execute_forward", false]], "tell.install_forcing_data": [[6, "module-tell.install_forcing_data", false]], "tell.install_quickstarter_data": [[6, "module-tell.install_quickstarter_data", false]], "tell.install_raw_data": [[6, "module-tell.install_raw_data", false]], "tell.metadata_eia": [[6, "module-tell.metadata_eia", false]], "tell.mlp_predict": [[6, "module-tell.mlp_predict", false]], "tell.mlp_prepare_data": [[6, "module-tell.mlp_prepare_data", false]], "tell.mlp_train": [[6, "module-tell.mlp_train", false]], "tell.mlp_utils": [[6, "module-tell.mlp_utils", false]], "tell.package_data": [[6, "module-tell.package_data", false]], "tell.states_fips_function": [[6, "module-tell.states_fips_function", false]], "tell.visualization": [[6, "module-tell.visualization", false]], "train() (in module tell.mlp_train)": [[6, "tell.mlp_train.train", false]], "train_batch() (in module tell.mlp_train)": [[6, "tell.mlp_train.train_batch", false]], "train_mlp_model() (in module tell.mlp_train)": [[6, "tell.mlp_train.train_mlp_model", false]], "update_default_settings() (tell.mlp_prepare_data.datasetpredict static method)": [[6, "tell.mlp_prepare_data.DatasetPredict.update_default_settings", false]], "update_default_settings() (tell.mlp_prepare_data.datasettrain static method)": [[6, "tell.mlp_prepare_data.DatasetTrain.update_default_settings", false]], "update_default_settings() (tell.mlp_prepare_data.defaultsettings static method)": [[6, "tell.mlp_prepare_data.DefaultSettings.update_default_settings", false]], "update_hyperparameters() (tell.mlp_prepare_data.datasetpredict method)": [[6, "tell.mlp_prepare_data.DatasetPredict.update_hyperparameters", false]], "update_hyperparameters() (tell.mlp_prepare_data.datasettrain method)": [[6, "tell.mlp_prepare_data.DatasetTrain.update_hyperparameters", false]], "update_hyperparameters() (tell.mlp_prepare_data.defaultsettings method)": [[6, "tell.mlp_prepare_data.DefaultSettings.update_hyperparameters", false]], "weekday_field (tell.mlp_prepare_data.datasetpredict attribute)": [[6, "tell.mlp_prepare_data.DatasetPredict.WEEKDAY_FIELD", false]], "weekday_field (tell.mlp_prepare_data.datasettrain attribute)": [[6, "tell.mlp_prepare_data.DatasetTrain.WEEKDAY_FIELD", false]], "weekday_field (tell.mlp_prepare_data.defaultsettings attribute)": [[6, "tell.mlp_prepare_data.DefaultSettings.WEEKDAY_FIELD", false]]}, "objects": {"": [[3, 0, 0, "-", "tell"]], "tell": [[6, 0, 0, "-", "data_process_compile"], [6, 0, 0, "-", "data_process_eia_930"], [6, 0, 0, "-", "data_process_population"], [6, 0, 0, "-", "data_spatial_mapping"], [6, 0, 0, "-", "execute_forward"], [6, 0, 0, "-", "install_forcing_data"], [6, 0, 0, "-", "install_quickstarter_data"], [6, 0, 0, "-", "install_raw_data"], [6, 0, 0, "-", "metadata_eia"], [6, 0, 0, "-", "mlp_predict"], [6, 0, 0, "-", "mlp_prepare_data"], [6, 0, 0, "-", "mlp_train"], [6, 0, 0, "-", "mlp_utils"], [6, 0, 0, "-", "package_data"], [6, 0, 0, "-", "states_fips_function"], [6, 0, 0, "-", "visualization"]], "tell.data_process_compile": [[6, 1, 1, "", "compile_data"]], "tell.data_process_eia_930": [[6, 1, 1, "", "eia_data_subset"], [6, 1, 1, "", "list_EIA_930_files"], [6, 1, 1, "", "process_eia_930_data"]], "tell.data_process_population": [[6, 1, 1, "", "ba_pop_sum"], [6, 1, 1, "", "extract_future_ba_population"], [6, 1, 1, "", "fips_pop_yearly"], [6, 1, 1, "", "merge_mapping_data"], [6, 1, 1, "", "process_ba_population_data"]], "tell.data_spatial_mapping": [[6, 1, 1, "", "map_ba_service_territory"], [6, 1, 1, "", "process_spatial_mapping"]], "tell.execute_forward": [[6, 1, 1, "", "aggregate_mlp_output_files"], [6, 1, 1, "", "execute_forward"], [6, 1, 1, "", "extract_gcam_usa_loads"], [6, 1, 1, "", "output_tell_ba_data"], [6, 1, 1, "", "output_tell_county_data"], [6, 1, 1, "", "output_tell_state_data"], [6, 1, 1, "", "output_tell_summary_data"], [6, 1, 1, "", "process_population_scenario"]], "tell.install_forcing_data": [[6, 2, 1, "", "InstallForcingSample"], [6, 1, 1, "", "install_sample_forcing_data"]], "tell.install_forcing_data.InstallForcingSample": [[6, 3, 1, "", "DATA_VERSION_URLS"], [6, 3, 1, "", "DEFAULT_VERSION"], [6, 4, 1, "", "fetch_zenodo"]], "tell.install_quickstarter_data": [[6, 2, 1, "", "InstallQuickstarterData"], [6, 1, 1, "", "install_quickstarter_data"]], "tell.install_quickstarter_data.InstallQuickstarterData": [[6, 3, 1, "", "DATA_VERSION_URLS"], [6, 3, 1, "", "DEFAULT_VERSION"], [6, 4, 1, "", "fetch_zenodo"]], "tell.install_raw_data": [[6, 2, 1, "", "InstallRawData"], [6, 1, 1, "", "install_tell_raw_data"]], "tell.install_raw_data.InstallRawData": [[6, 3, 1, "", "DATA_VERSION_URLS"], [6, 3, 1, "", "DEFAULT_VERSION"], [6, 4, 1, "", "fetch_zenodo"]], "tell.metadata_eia": [[6, 1, 1, "", "metadata_eia"]], "tell.mlp_predict": [[6, 1, 1, "", "predict"], [6, 1, 1, "", "predict_batch"]], "tell.mlp_prepare_data": [[6, 2, 1, "", "DatasetPredict"], [6, 2, 1, "", "DatasetTrain"], [6, 2, 1, "", "DefaultSettings"]], "tell.mlp_prepare_data.DatasetPredict": [[6, 3, 1, "", "DATETIME_FIELD"], [6, 3, 1, "", "HOLIDAY_FIELD"], [6, 3, 1, "", "NODATA_VALUE"], [6, 3, 1, "", "WEEKDAY_FIELD"], [6, 4, 1, "", "breakout_day_designation"], [6, 4, 1, "", "clean_data"], [6, 4, 1, "", "extract_targets_features"], [6, 4, 1, "", "fetch_read_file"], [6, 4, 1, "", "format_filter_data"], [6, 4, 1, "", "generate_data"], [6, 4, 1, "", "update_default_settings"], [6, 4, 1, "", "update_hyperparameters"]], "tell.mlp_prepare_data.DatasetTrain": [[6, 3, 1, "", "DATETIME_FIELD"], [6, 3, 1, "", "HOLIDAY_FIELD"], [6, 3, 1, "", "NODATA_VALUE"], [6, 3, 1, "", "WEEKDAY_FIELD"], [6, 4, 1, "", "breakout_day_designation"], [6, 4, 1, "", "clean_data"], [6, 4, 1, "", "extract_targets_features"], [6, 4, 1, "", "fetch_read_file"], [6, 4, 1, "", "format_filter_data"], [6, 4, 1, "", "generate_data"], [6, 4, 1, "", "iqr_outlier_detection"], [6, 4, 1, "", "split_train_test"], [6, 4, 1, "", "update_default_settings"], [6, 4, 1, "", "update_hyperparameters"]], "tell.mlp_prepare_data.DefaultSettings": [[6, 3, 1, "", "DATETIME_FIELD"], [6, 3, 1, "", "HOLIDAY_FIELD"], [6, 3, 1, "", "NODATA_VALUE"], [6, 3, 1, "", "WEEKDAY_FIELD"], [6, 4, 1, "", "update_default_settings"], [6, 4, 1, "", "update_hyperparameters"]], "tell.mlp_train": [[6, 1, 1, "", "train"], [6, 1, 1, "", "train_batch"], [6, 1, 1, "", "train_mlp_model"]], "tell.mlp_utils": [[6, 1, 1, "", "denormalize_features"], [6, 1, 1, "", "evaluate"], [6, 1, 1, "", "get_balancing_authority_to_model_dict"], [6, 1, 1, "", "load_model"], [6, 1, 1, "", "load_normalization_dict"], [6, 1, 1, "", "load_predictive_models"], [6, 1, 1, "", "normalize_features"], [6, 1, 1, "", "normalize_prediction_data"], [6, 1, 1, "", "pickle_model"], [6, 1, 1, "", "pickle_normalization_dict"]], "tell.package_data": [[6, 1, 1, "", "get_ba_abbreviations"], [6, 1, 1, "", "read_yaml"]], "tell.states_fips_function": [[6, 1, 1, "", "state_metadata_from_state_abbreviation"]], "tell.visualization": [[6, 1, 1, "", "plot_ba_load_time_series"], [6, 1, 1, "", "plot_ba_service_territory"], [6, 1, 1, "", "plot_ba_variable_correlations"], [6, 1, 1, "", "plot_mlp_ba_peak_week"], [6, 1, 1, "", "plot_mlp_ba_time_series"], [6, 1, 1, "", "plot_mlp_errors_vs_load"], [6, 1, 1, "", "plot_mlp_summary_statistics"], [6, 1, 1, "", "plot_state_annual_total_loads"], [6, 1, 1, "", "plot_state_load_duration_curve"], [6, 1, 1, "", "plot_state_load_time_series"], [6, 1, 1, "", "plot_state_scaling_factors"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method"}, "terms": {"": [1, 6, 7, 8], "0": [0, 3, 6, 7, 8], "00": [6, 8], "01": 6, "03": 3, "1": [3, 6, 8], "10": [7, 8], "11208": 8, "11249": 8, "12": 6, "12825": 8, "13344803": 6, "13344957": 6, "13407": 8, "13434": 8, "13485": 8, "13501": 8, "14378": 8, "14379": 8, "14610": 8, "14624": 8, "14725": 8, "150": 7, "15248": 8, "15466": 8, "15473": 8, "15500": 8, "16534": 8, "16572": 8, "16868": 8, "1700": 8, "1738": 8, "17539": 8, "17543": 8, "17716": 8, "18195": 8, "18429": 8, "18445": 8, "18454": 8, "18642": 8, "189": 8, "19": 8, "19281": 8, "19610": 8, "1990": 6, "2": [6, 8], "2015": [6, 8], "2016": [6, 7, 8], "20169": 8, "2017": 8, "2018": [6, 7, 8], "2019": [6, 7, 8], "2020": 8, "2021": 8, "2022": 4, "2024": 3, "2039": [6, 7], "2059": [6, 7], "2079": [6, 7], "2099": [6, 7], "2100": 8, "21554": 8, "23": [6, 8], "24211": 8, "250": 7, "25471": 8, "2775": 8, "28503": 8, "3": [0, 3, 6, 8], "3046": 8, "31": 6, "3413": 8, "4": [0, 6, 8], "41": 8, "45": 8, "48": 8, "5": [6, 8], "5326": 8, "54": [7, 8], "5416": 8, "56669": 8, "5701": 8, "5723": 8, "59504": 8, "6354665": 6, "6378036": 6, "6452": 8, "6455": 8, "650": 7, "68": 8, "6804242": 6, "6909": 8, "7": 8, "75": 8, "76": 8, "8": [0, 7, 8], "803": 8, "83": 8, "85": 8, "861": 8, "8760": 8, "8795": 8, "9": 8, "9191": 8, "9216": 8, "924": 8, "930": [6, 8], "9617": 8, "9999": 8, "A": [2, 3, 4, 6, 8], "AND": 4, "AS": 4, "As": 8, "BE": 4, "BUT": 4, "BY": 4, "Be": 2, "By": [7, 8], "FOR": 4, "For": [0, 6, 7, 8], "IF": 4, "IN": 4, "If": [2, 6, 7], "In": [7, 8], "It": 0, "NO": 4, "NOT": 4, "No": [6, 8], "Not": 8, "OF": 4, "ON": 4, "OR": 4, "Of": 8, "SUCH": 4, "THE": 4, "TO": 4, "The": [0, 2, 3, 6, 7, 8], "Then": 2, "There": [6, 8], "These": 8, "To": [7, 8], "_": 0, "abbrevi": [6, 7], "abil": 8, "abl": 8, "about": [0, 3], "abov": [4, 8], "accept": 6, "access": 7, "account": 8, "accur": 3, "across": [6, 7, 8], "activ": 1, "actual": 8, "ad": [2, 8], "adam": 6, "adapt": 8, "add": [2, 6, 8], "add_dayofweek_xvar": 6, "addit": [2, 6, 8], "addition": 8, "adequ": [0, 3, 7, 8], "adjust": 6, "administr": 8, "adopt": 8, "advis": 4, "aec": 8, "aeci": 8, "after": [6, 8], "against": [6, 8], "aggreg": [6, 8], "aggregate_mlp_output_fil": [5, 6], "agre": [6, 8], "agreement": 8, "al": 8, "alaska": 8, "alcoa": 8, "all": [0, 2, 3, 6, 7, 8], "allow": [7, 8], "almost": 8, "along": [2, 3], "alphanumer": 8, "alreadi": 2, "also": [7, 8], "alter": [6, 7], "among": 8, "an": [1, 2, 3, 6, 8], "analysi": [7, 8], "analyz": 8, "angel": 8, "ani": [2, 4, 6], "annual": [0, 3, 6, 8], "anoth": [6, 7, 8], "anyth": 8, "api": 3, "appli": [7, 8], "applic": 2, "approach": [7, 8], "appropri": [2, 8], "ar": [0, 2, 3, 4, 6, 7, 8], "area": [6, 8], "argument": 6, "aris": 4, "arizona": 8, "arlington": 8, "arrai": 6, "ascend": 6, "asid": 6, "aspect": 7, "assign": 8, "associ": 8, "assum": 0, "author": [6, 7], "ava": 8, "avail": [0, 7, 8], "avangrid": 8, "averag": [6, 8], "avista": 8, "avrn": 8, "azp": 8, "b": [2, 8], "ba": [6, 8], "ba_abbrev_list": 7, "ba_cod": [6, 8], "ba_numb": 8, "ba_pop_sum": [5, 6], "ba_service_territori": 7, "ba_time_series_df": 7, "ba_to_plot": [6, 7], "backend": 6, "bal_auth_fil": 6, "balanc": [6, 7], "banc": 8, "base": [6, 7, 8], "basic": [7, 8], "batch": [6, 7], "battel": 4, "beach": 8, "becaus": 8, "becom": 8, "been": [0, 2, 7, 8], "befor": 8, "being": [2, 6, 8], "below": [6, 7, 8], "benefit": 8, "between": [0, 6, 7, 8], "big": 3, "binari": 4, "black": 8, "blend": 3, "block": [7, 8], "bonnevil": 8, "bool": 6, "both": [6, 7, 8], "bottom": 8, "boundari": 8, "bpat": 8, "branch": 2, "breakout_day_design": [5, 6], "brevard": 8, "bug": 0, "build": 8, "built": 8, "burleyson": 8, "busi": [3, 4], "c": 8, "calcul": [6, 8], "calibr": 8, "california": 8, "call": [6, 7, 8], "can": [0, 7, 8], "captur": [7, 8], "care": 8, "carolina": [7, 8], "cartoon": 8, "case": 2, "caus": 4, "caveat": 2, "centuri": [7, 8], "challeng": 8, "chang": [0, 2, 3, 7, 8], "characterist": 8, "check": 2, "checkout": 2, "chelan": 8, "choic": 6, "choos": 7, "chpd": 8, "ciso": [6, 7, 8], "citi": 8, "class": 6, "clean": 6, "clean_data": [5, 6], "clear": 2, "clearli": 2, "climat": [0, 3, 6, 7, 8], "clone": 2, "co": [7, 8], "code": [2, 4, 6, 7, 8], "collect": 8, "colorado": 8, "columbia": 8, "column": 6, "com": 2, "combin": 8, "come": 8, "comment": [0, 8], "commerci": [3, 8], "commiss": [3, 8], "commit": [0, 2, 3, 7, 8], "compani": [3, 8], "compar": [6, 8], "comparison": 6, "compat": 6, "compile_data": [5, 6], "compiled_historical_data": 7, "complementari": 8, "complet": 8, "compon": [3, 7, 8], "comput": 6, "concaten": 6, "concentr": 8, "concept": [0, 3], "conceptu": [7, 8], "concurr": 6, "condit": 4, "configur": 8, "conjunct": 8, "connecticut": 7, "consequenti": 4, "consid": 2, "consist": [0, 3, 7, 8], "contain": [0, 7, 8], "contermin": [7, 8], "context": 6, "continu": 8, "contract": 4, "contributor": 4, "control": 6, "conu": [7, 8], "converg": 6, "convers": 8, "convien": 7, "cooler": 8, "cooper": 8, "copyright": 4, "core": [7, 8], "corpor": 8, "correl": 6, "correspond": 6, "could": [3, 8], "council": 8, "counti": [6, 7], "countri": 8, "county_fip": 8, "county_level_data": 8, "county_nam": 8, "cover": [7, 8], "covid": 8, "cple": 8, "cplw": 8, "cpu": 6, "creat": [0, 2, 3, 7, 8], "criteria": 6, "critic": 8, "critiqu": 2, "cross": 8, "csv": [6, 7, 8], "current": [6, 7, 8], "current_dir": 7, "curv": [6, 8], "curvi": 8, "custom": [6, 8], "d": 8, "dai": [6, 8], "damag": 4, "data": [4, 6], "data_arr": 6, "data_column_rename_dict": 6, "data_dir": [6, 7], "data_input_dir": [6, 7], "data_output_dir": [6, 7], "data_process_compil": 5, "data_process_eia_930": 5, "data_process_popul": 5, "data_spatial_map": 5, "data_version_url": [5, 6], "datafram": [6, 7], "dataset": [6, 7, 8], "datasetpredict": [5, 6], "datasettrain": [5, 6], "date": [3, 6], "datetim": 6, "datetime_arr": 6, "datetime_field": [5, 6], "datetime_field_nam": [6, 7], "day_list": 6, "dd": 8, "deaa": 8, "debug": 6, "decad": [7, 8], "decis": 8, "default": [6, 7, 8], "default_vers": [5, 6], "defaultset": [5, 6], "defin": 6, "definit": 7, "demand": [0, 3, 6, 8], "demonstr": [2, 8], "denorm": 6, "denormalize_featur": [5, 6], "depart": [1, 8], "depend": 8, "depict": 8, "depth": [0, 3], "deriv": 8, "describ": [0, 2, 6, 8], "descript": [0, 2, 3, 8], "desert": 8, "design": 6, "detail": [0, 2, 3], "detect": 6, "determin": [6, 8], "develop": [0, 1, 2], "devis": 8, "df": 6, "dict": 6, "dictionari": 6, "differ": 8, "digit": 6, "direct": 4, "directli": 8, "directori": [6, 7, 8], "dirnam": 7, "disclaim": 4, "discuss": 2, "dispatch": [0, 3, 7, 8], "displai": 7, "distribut": [4, 6, 7, 8], "district": 8, "diurnal": 8, "divis": 8, "do": [7, 8], "doc": 7, "document": [0, 2, 4, 8], "doe": [6, 8], "doesn": [7, 8], "dopd": 8, "dougla": 8, "download": [6, 7], "downwel": 8, "downwwel": 8, "dpi": 6, "driven": [0, 3, 7, 8], "drop": 6, "drop_record": 6, "due": [7, 8], "duk": 8, "duke": 8, "durat": 6, "dure": [6, 8], "dynam": 1, "e": [6, 7, 8], "each": [6, 7, 8], "earli": 6, "earth": [0, 1, 3, 7, 8], "easili": 8, "east": 8, "econom": [0, 3, 7, 8], "ed": [0, 3, 7, 8], "eei": 8, "effort": 1, "eia": [6, 8], "eia_data_subset": [5, 6], "eight": 8, "either": 6, "el": 8, "electr": [3, 6, 7, 8], "element": 6, "els": 6, "empir": 8, "en": [0, 7], "end": [6, 7, 8], "end_tim": [6, 7], "end_year": 6, "energi": [1, 3, 7, 8], "engin": 8, "england": 8, "ensur": 2, "entir": [7, 8], "environ": 2, "environment": 1, "ep": 8, "epoch": 6, "equal": 7, "erco": [7, 8], "error": [7, 8], "et": 8, "etc": [2, 3, 7], "europ": 8, "evalu": [5, 6, 7, 8], "even": 4, "event": 4, "eventu": 8, "everi": 8, "evolu": 7, "evolut": [0, 3, 7, 8], "evolv": 8, "exampl": [7, 8], "excel": 6, "exclud": 8, "execut": 6, "execute_forward": [5, 7, 8], "exemplari": 4, "exis": 6, "exist": [2, 7], "expect": 6, "expected_datetime_column": 6, "explain": 8, "explicit": [3, 7, 8], "explor": [7, 8], "express": 4, "extend": [6, 8], "extens": [6, 7, 8], "extent": 8, "extract": 6, "extract_future_ba_popul": [5, 6], "extract_gcam_usa_load": [5, 6], "extract_targets_featur": [5, 6], "extrem": 6, "factor": [6, 7, 8], "fals": [6, 7], "familiar": [0, 3], "featur": [6, 7, 8], "feder": [6, 8], "fetch_read_fil": [5, 6], "fetch_zenodo": [5, 6], "field": 6, "figur": 8, "file": [6, 7, 8], "file_str": 6, "filenam": [6, 8], "filter": 6, "final": [7, 8], "find": [0, 2], "finest": 8, "fip": [6, 8], "fips_fil": 6, "fips_pop_yearli": [5, 6], "first": [7, 8], "fit": 4, "five": 8, "fix": 2, "fl": 8, "flag": [7, 8], "flavor": 7, "float": 6, "florida": 8, "flux": 8, "fmpp": 8, "focus": 8, "folder": [7, 8], "follow": [2, 3, 4, 8], "forc": [6, 7, 8], "forecast": [3, 7, 8], "fork": 2, "form": 4, "format": [6, 8], "format_filter_data": [5, 6], "formul": 8, "found": [2, 8], "foundat": 8, "four": [6, 7, 8], "fpc": 8, "fpl": 8, "fraction": 8, "frame": 6, "framework": 3, "frequenc": 7, "fri": 6, "from": [6, 8], "full": 6, "function": [0, 2, 6, 7, 8], "futur": [6, 8], "future_weath": 7, "g": [6, 7, 8], "ga": 8, "gainesvil": 8, "gcam": [6, 8], "gcam_target_year": [6, 7], "gcam_usa_input_dir": [6, 7], "gcam_usa_load_twh": 8, "gcpd": 8, "gener": [6, 7, 8], "generate_data": [5, 6], "geopanda": [0, 7], "geopolit": 8, "get": [3, 6, 8], "get_ba_abbrevi": [5, 6], "get_balancing_authority_to_model_dict": [5, 6, 7], "getcwd": 7, "getting_start": 7, "gila": 8, "git": 2, "github": [0, 2, 7], "give": [7, 8], "given": [6, 8], "glhb": 8, "global": [7, 8], "glw": 8, "go": 8, "good": 4, "gradient": 6, "grant": 8, "graphic": 8, "great": 8, "greater": 8, "grid": [3, 7, 8], "gridforc": 8, "gridlianc": 8, "grif": 8, "griffith": 8, "grma": 8, "growth": [0, 3, 7, 8], "guid": [3, 7], "guidelin": 0, "gvl": 8, "gwa": 8, "ha": [0, 2, 6, 7, 8], "had": 8, "hand": 8, "handl": 6, "harquahala": 8, "have": [0, 8], "hawaii": 8, "head": 7, "help": [2, 7], "here": [0, 7, 8], "hgma": 8, "hh": 8, "hidden": [6, 8], "high": 8, "higher": 8, "histor": [6, 7, 8], "holder": 4, "holidai": [6, 8], "holiday_field": [5, 6], "homestead": 8, "hotter": 8, "hour": [6, 8], "hour_field_nam": 6, "hourli": [3, 6], "hous": 6, "how": [0, 6, 7], "howev": [4, 8], "hr": 8, "hst": 8, "html": [0, 7], "http": [0, 2, 6, 7], "human": [0, 3, 7, 8], "humid": 8, "hyperparamet": [6, 8], "i": [1, 2, 3, 4, 6, 8], "id": 6, "idaho": 8, "idea": 3, "identifi": [7, 8], "iid": 8, "illustr": 8, "im3": [1, 8], "imag": [6, 7], "image_output_dir": [6, 7], "image_resolut": [6, 7], "imagin": 8, "immedi": 8, "impact": 8, "imperi": 8, "impli": 4, "import": [0, 7, 8], "incident": 4, "includ": [2, 3, 4, 6, 7, 8], "increment": 8, "independ": 8, "indic": 6, "indirect": 4, "individu": [6, 7, 8], "induc": 8, "industri": [3, 8], "inform": [0, 2, 3, 7, 8], "input": [0, 3, 6, 7, 8], "instal": 6, "install_forcing_data": 5, "install_quickstarter_data": [5, 7], "install_raw_data": 5, "install_sample_forcing_data": [5, 6, 7], "install_tell_raw_data": [5, 6], "installforcingsampl": [5, 6], "installquickstarterdata": [5, 6], "installrawdata": [5, 6], "instanc": 8, "institut": [1, 4], "instruct": 8, "int": 6, "integr": 1, "interconnect": 8, "interest": 3, "interpol": 6, "interpret": 6, "interquartil": 6, "interrupt": 4, "intervent": 8, "ipco": 8, "ipynb": 7, "iqr": 6, "iqr_outlier_detect": [5, 6], "iqr_scale_const": 6, "irrig": 8, "isn": 8, "issu": [0, 3], "iter": [6, 8], "ith": 6, "its": 6, "jea": 8, "job": 6, "joblib": 6, "join": 7, "joint_mlp_df": 6, "judg": 8, "jupyt": 3, "just": [7, 8], "k": 8, "keep": 6, "kei": [0, 3, 6, 7], "kentucki": 8, "keyword": 6, "kg": 8, "know": 8, "kwarg": 6, "laboratori": 1, "larger": 8, "largest": 8, "last": 7, "layer": [6, 8], "ldwp": 8, "learn": [3, 6], "least": 8, "led": 1, "less": 8, "level": [0, 3, 6, 7, 8], "lgee": 8, "liabil": 4, "liabl": 4, "light": 8, "like": [2, 7, 8], "limit": [4, 8], "line": 8, "link": [3, 8], "list": [4, 6, 7, 8], "list_eia_930_fil": [5, 6], "list_of_fil": 6, "live": 6, "lo": 8, "load": [3, 6], "load_model": [5, 6], "load_normalization_dict": [5, 6], "load_predictive_model": [5, 6], "local": [2, 7], "log": [2, 6], "logic": 2, "long": [0, 3, 6, 7, 8], "longwav": 8, "look": 8, "loss": 4, "lot": 8, "louisvil": 8, "m": [2, 8], "mac": [0, 7], "made": [2, 8], "magnitud": 8, "mai": 8, "maintain": [0, 3, 7, 8], "major": 8, "make": [0, 2, 6], "makedir": 7, "manag": [6, 8], "mani": [3, 6, 8], "map": [6, 8], "map_ba_service_territori": [5, 6, 8], "map_input_dir": [6, 7], "mape": [7, 8], "marker": 6, "match": [2, 6, 7, 8], "materi": 4, "matrix": 6, "matter": 7, "max": 6, "max_train_arr": 6, "maximum": [6, 8], "mb": 7, "mean": [6, 8], "meant": 8, "memori": 4, "merchant": 4, "merg": 6, "merge_mapping_data": [5, 6], "messag": 2, "met": 4, "metadata_eia": 5, "meteorologi": [7, 8], "method": [0, 8], "methodologi": [2, 8], "metric": [6, 8], "mexico": 8, "midcontin": 8, "might": 8, "min": 6, "min_train_arr": 6, "minimum": 6, "minut": 7, "miso": 8, "miss": 8, "mix": 8, "ml": 6, "mlp": 6, "mlp_hidden_layer_s": 6, "mlp_input_dir": [6, 7], "mlp_max_it": 6, "mlp_output": 7, "mlp_predict": 5, "mlp_prepare_data": 5, "mlp_set": [7, 8], "mlp_train": 5, "mlp_util": 5, "mlp_validation_fract": 6, "mm": 8, "model": [1, 3, 6], "model_fil": 6, "model_nam": 6, "model_object": 6, "model_output_directori": 6, "modif": 4, "modifi": [7, 8], "modul": 5, "mon": 6, "month": 6, "month_field_nam": 6, "more": [0, 2, 7, 8], "most": 8, "mountain": 8, "move": [7, 8], "much": 2, "multi": [1, 8], "multilay": 7, "multipl": [7, 8], "multiprocess": 6, "multiscal": [1, 8], "multisector": 1, "municip": 8, "must": [4, 6], "mwh": 8, "my": 2, "n_cpu": 6, "n_job": [6, 7], "na": 8, "name": [2, 6, 8], "nan": 6, "nation": 1, "naturen": 8, "ndarrai": 6, "necessit": 8, "need": [0, 3, 6, 7, 8], "neglig": 4, "neuron": 6, "nevada": 8, "nevp": 8, "new": [0, 2, 3, 8], "next": [7, 8], "nodal": 8, "nodata": 6, "nodata_valu": [5, 6], "non": 8, "none": 6, "noon": 8, "normal": 6, "normalization_dict": 6, "normalize_featur": [5, 6], "normalize_prediction_data": [5, 6], "normalized_dict": 6, "north": 7, "northern": 8, "northwest": 1, "northwestern": 8, "note": [0, 6, 7, 8], "notebook": [3, 7, 8], "notic": 4, "now": 8, "np": 6, "nsb": 8, "number": [2, 6, 8], "nwmt": 8, "nyi": [7, 8], "o": [2, 7], "object": [6, 8], "observ": [6, 7, 8], "occur": [7, 8], "oct": 3, "off": 6, "offer": 2, "offic": 1, "often": 8, "ohio": 8, "onc": 8, "one": [6, 7, 8], "onli": [6, 7, 8], "onlin": 8, "open": [1, 8], "oper": [6, 7, 8], "opt": 8, "option": [6, 7, 8], "order": [6, 7, 8], "org": [0, 6, 7], "origin": 2, "other": [3, 4, 7, 8], "otherwis": 4, "our": [0, 7, 8], "out": [4, 7, 8], "outcom": 7, "outlier": 6, "outlin": 2, "output": [6, 7], "output_dir": 6, "output_tell_ba_data": [5, 6], "output_tell_county_data": [5, 6], "output_tell_state_data": [5, 6], "output_tell_summary_data": [5, 6], "outsid": 6, "ovec": 8, "over": [6, 8], "overal": 8, "overcom": 8, "overlap": 8, "overwrit": 7, "own": [6, 8], "pace": 8, "pacif": 1, "pacificorp": 8, "packag": [6, 8], "package_data": 5, "pacw": 8, "panda": 6, "panel": 8, "parallel": [6, 7], "parallel_backend": 6, "paramet": [0, 6, 7, 8], "part": 1, "partial": 8, "particular": 4, "partner": 8, "paso": 8, "pass": [2, 6, 8], "past": 8, "path": [6, 7], "pathwai": 8, "pattern": 8, "pd": 6, "pdf": 7, "peak": [6, 8], "penetr": 8, "peopl": 8, "perceptron": 7, "perform": [6, 7, 8], "permit": 4, "person": 8, "perturb": 8, "pge": 8, "pickl": 6, "pickle_model": [5, 6], "pickle_normalization_dict": [5, 6], "pip": [0, 7], "pjm": [6, 7, 8], "place": 8, "plai": 8, "plain": 8, "platform": [0, 2, 7], "pleas": [0, 2, 7], "plot": [6, 8], "plot_ba_load_time_seri": [5, 6, 7], "plot_ba_service_territori": [5, 6], "plot_ba_variable_correl": [5, 6], "plot_mlp_ba_peak_week": [5, 6], "plot_mlp_ba_time_seri": [5, 6], "plot_mlp_errors_vs_load": [5, 6], "plot_mlp_summary_statist": [5, 6, 7], "plot_state_annual_total_load": [5, 6, 7], "plot_state_load_duration_curv": [5, 6, 7], "plot_state_load_time_seri": [5, 6, 7], "plot_state_scaling_factor": [5, 6], "pnm": 8, "point": [6, 8], "pool": [6, 8], "poorli": 8, "pop_input_dir": [6, 7], "popul": [6, 7, 8], "population_data_input_dir": 6, "portland": 8, "possibl": [2, 4, 8], "potenti": 8, "power": 8, "powersouth": 8, "pre": 7, "prediciton": 7, "predict": [5, 6, 7, 8], "predict_batch": [5, 6, 7], "prediction_df": [6, 7], "prediction_output_directori": [6, 7], "present": [6, 8], "previous": 6, "proce": 8, "process": [6, 7, 8], "process_ba_population_data": [5, 6], "process_eia_930_data": [5, 6], "process_population_scenario": [5, 6], "process_spatial_map": [5, 6], "procur": 4, "produc": [6, 7, 8], "product": 8, "profil": [7, 8], "profit": 4, "program": 1, "progress": 8, "project": [0, 1, 3, 6, 8], "proport": [6, 8], "proven": 8, "provid": [0, 3, 4, 6, 8], "psco": 8, "psei": 8, "public": 8, "publicli": [7, 8], "puget": 8, "purpos": [2, 4, 7, 8], "push": 2, "py": 8, "python": [2, 6], "q2": 8, "quantit": [7, 8], "question": 0, "quickli": 8, "quickstart": [3, 6, 8], "quit": [2, 8], "r": 7, "r2": [7, 8], "radi": 8, "radiat": 8, "random": 6, "rang": [6, 8], "rapid": 8, "ratio": 8, "raw": [6, 7], "raw_tell_ba_load_mwh": 8, "raw_tell_county_load_mwh": 8, "raw_tell_load_twh": 8, "raw_tell_state_load_mwh": 8, "rcp": 8, "rcp45cooler_ssp3": 8, "rcp45cooler_ssp5": 8, "rcp45hotter_ssp3": 8, "rcp45hotter_ssp5": 8, "rcp85cooler_ssp3": 8, "rcp85cooler_ssp5": 8, "rcp85hotter_ssp3": 8, "rcp85hotter_ssp5": [7, 8], "re": 6, "read": [6, 7], "read_yaml": [5, 6], "real": 8, "realiti": 8, "reason": 2, "receiv": 8, "recommend": 2, "record": 6, "red": 8, "redistribut": 4, "refer": [3, 6], "reflect": [7, 8], "region": [6, 7, 8], "regulatori": 3, "rel": 8, "relat": [7, 8], "relev": 8, "reliabl": 8, "reload": 6, "remot": 2, "renew": 8, "repeatedli": 8, "report": [2, 8], "repositori": [0, 2, 3, 7, 8], "repres": [6, 8], "represent": 8, "reproduc": [4, 6, 8], "requir": [0, 3, 6, 7, 8], "research": [1, 3, 8], "residenti": 8, "resolut": [0, 3, 6, 7, 8], "resolv": 8, "respond": 8, "respons": [0, 3, 7, 8], "result": [6, 8], "retain": 4, "retir": 8, "retrain": [7, 8], "return": 6, "revers": 8, "river": 8, "rms_ab": 7, "rms_norm": 7, "robust": [0, 2, 8], "rocki": 8, "rooftop": 8, "rope": 3, "row": 8, "run": [6, 7, 8], "safe": 6, "sale": 6, "sales_ult_cust_yyyi": 8, "sales_ult_fil": 6, "salt": 8, "same": [7, 8], "sampl": [2, 6, 7], "sample_forcing_data": [6, 7], "sample_gcam_usa_data": 7, "sample_population_project": 7, "sat": 6, "save": [6, 7], "save_county_data": [6, 7, 8], "save_imag": [6, 7], "save_model": [6, 7], "save_predict": [6, 7], "sc": 8, "scale": [6, 7, 8], "scale_const": 6, "scaled_tell_ba_load_mwh": 8, "scaled_tell_county_load_mwh": 8, "scaled_tell_load_twh": 8, "scaled_tell_state_load_mwh": 8, "sceg": 8, "scenario": 6, "scenario_nam": 8, "scenario_to_plot": [6, 7], "scenario_to_process": [6, 7], "scienc": 1, "scikit": 6, "scl": 8, "scope": 8, "search": [2, 8], "seattl": 8, "sec": 8, "section": 7, "see": [0, 6, 7], "seed": 6, "seed_valu": 6, "seminol": 8, "sensit": 6, "sepa": 8, "separ": 8, "sequenti": [6, 8], "seri": [6, 8], "serv": 8, "servic": [4, 6, 8], "service_area_fil": 6, "service_territory_yyyi": 8, "set": [6, 7, 8], "sever": [7, 8], "sgd": 6, "shall": 4, "shape": [7, 8], "share": 8, "short": [0, 2, 3, 6, 7, 8], "shortwav": 8, "should": 8, "show": [6, 7, 8], "shown": 8, "signific": 8, "similarli": 8, "simul": 8, "sinc": [7, 8], "singl": [6, 7, 8], "sinusoid": 8, "site": 7, "six": 8, "size": [6, 8], "skip": 7, "sklearn": 6, "smaller": 8, "smyrna": 8, "so": [7, 8], "socioeconom": 8, "soco": 8, "softwar": 4, "solar": 8, "solut": 2, "solver": 6, "some": [2, 7, 8], "sort": 6, "sound": 8, "sourc": [1, 3, 4, 6, 8], "south": 8, "southeastern": 8, "southern": 8, "southwest": 8, "southwestern": 8, "spa": 8, "spatial": [0, 3, 7, 8], "spatiotempor": 8, "special": 4, "specif": 8, "specifi": 7, "speed": 8, "split": 6, "split_datetim": [6, 7], "split_train_test": [5, 6], "spreadsheet": 8, "springtim": 8, "srp": 8, "ss": 8, "ssp": [6, 8], "ssp3": [6, 8], "ssp5": [6, 8], "stabl": [0, 7], "start": [3, 6, 8], "start_tim": [6, 7], "start_year": 6, "stat": 6, "state": [0, 3, 6], "state_abbrevi": 6, "state_fip": 8, "state_metadata_from_state_abbrevi": [5, 6], "state_nam": 8, "state_scaling_factor": 8, "state_time_series_df": 7, "state_to_plot": [6, 7], "states_fips_funct": 5, "static": [6, 8], "statist": [6, 7, 8], "step": [6, 7, 8], "stochast": 6, "stop": 6, "storag": 7, "store": [6, 7, 8], "str": 6, "straightforward": 8, "stream": 7, "stress": 3, "strict": 4, "string": 6, "styliz": 8, "subdirectori": [7, 8], "subject": 8, "submit": 2, "subregion": 8, "subset": [6, 7], "substitut": 4, "suffici": 8, "suggest": [0, 7], "sum": [6, 7, 8], "summar": 8, "summari": [2, 6, 7], "summary_df": 7, "sun": 6, "suppli": 8, "support": [0, 1, 7], "suppress": 8, "sure": 2, "surfac": 8, "swdn": 8, "swpp": 8, "system": [0, 1, 3, 7, 8], "t": [7, 8], "t2": 8, "tabl": 8, "tacoma": 8, "take": [6, 7, 8], "taken": 8, "tal": 8, "tallahasse": 8, "tampa": 8, "target": [3, 6], "target_region_list": [6, 7], "target_year": 6, "tec": 8, "techniqu": 8, "technolog": 8, "technologi": [7, 8], "tell": [1, 5], "tell_balancing_authority_hourly_load_data_yyyi": 8, "tell_data": [7, 8], "tell_data_dir": 7, "tell_data_preprocess": 7, "tell_image_dir": 7, "tell_mlp_calibration_evalu": 7, "tell_output": [7, 8], "tell_quickstarter_data": [6, 7], "tell_raw_data": 6, "tell_state_hourly_load_data_yyyi": 8, "tell_state_summary_data_yyyi": 8, "tell_statename_countyname_hourly_load_data_yyyi": 8, "temperatur": 8, "tempor": [7, 8], "tennesse": 8, "tepc": 8, "term": [0, 3, 7, 8], "territori": [6, 8], "test": [0, 2, 6, 7], "texa": 8, "than": 8, "thei": [6, 7, 8], "them": [6, 8], "theori": 4, "thi": [2, 3, 4, 6, 7, 8], "think": [0, 2, 8], "those": [0, 3, 7, 8], "thread": 6, "three": 6, "through": [6, 7, 8], "throughout": 7, "thu": [6, 8], "ticket": 2, "tidc": 8, "time": [6, 8], "time_utc": [6, 7, 8], "timestamp": 6, "titl": 2, "togeth": 6, "tol": 6, "top": [6, 8], "topic": 8, "tort": 4, "total": [6, 8], "tpwr": 8, "tradit": 8, "train": [5, 6, 8], "train_batch": [5, 6, 7], "train_mlp_model": [5, 6], "transit": 3, "translat": 8, "transmiss": 8, "transport": 8, "true": [6, 7, 8], "tucson": 8, "tupl": 6, "turlock": 8, "tva": 8, "twh": [7, 8], "two": 8, "type": 8, "typic": 8, "typo": [0, 2], "u": [1, 6, 7, 8], "u10": 8, "uc": [0, 3, 7, 8], "ultim": 6, "unabl": 8, "under": [6, 8], "underpin": 8, "understand": [0, 8], "uniformli": 8, "union": 6, "uniqu": [7, 8], "unit": [0, 2, 3, 8], "univers": 8, "unknown": 8, "unless": 6, "unpack": 6, "unscal": [7, 8], "unset": 6, "until": 6, "untru": 8, "up": 8, "updat": 6, "update_default_set": [5, 6], "update_hyperparamet": [5, 6], "upon": 8, "upper": 8, "us": [0, 2, 3, 4, 6, 7, 8], "usa": [6, 8], "user": [2, 3, 6, 7], "utc": 8, "util": [3, 8], "v": 8, "v10": 8, "valid": [6, 7, 8], "validation_df": [6, 7], "vallei": 8, "valu": [6, 7, 8], "vapor": 8, "vari": 8, "variabl": [6, 7, 8], "variat": [7, 8], "ve": 7, "vehicl": 8, "verbos": 6, "version": [0, 2, 3, 6, 7, 8], "via": [0, 6, 7], "view": 7, "visual": 5, "w": 8, "wa": [0, 3, 6, 8], "wacm": 8, "wai": [4, 8], "walc": 8, "walk": 7, "want": [0, 2, 6, 7, 8], "warranti": 4, "watch": 8, "water": 8, "wauw": 8, "we": [6, 7, 8], "weather": [0, 3, 6, 7, 8], "week": [6, 8], "weekdai": [6, 8], "weekday_field": [5, 6], "weekend": [6, 8], "weight": 8, "welcom": [0, 2], "well": [0, 6, 7, 8], "were": [2, 8], "west": 8, "western": 8, "what": [0, 3, 6, 7], "when": [6, 7, 8], "where": [6, 7, 8], "whether": [0, 2, 4, 7], "which": [0, 6, 7, 8], "while": [7, 8], "whole": 8, "whose": 3, "widespread": 8, "wind": 8, "window": [0, 7], "wish": 6, "within": [6, 7, 8], "without": [4, 8], "word": 8, "work": [0, 3, 7], "worker": 6, "workflow": [6, 7, 8], "workhors": 6, "worst": 8, "would": [2, 7, 8], "wrf": 8, "write": [6, 7, 8], "written": [6, 8], "wwa": 8, "x": 6, "x_test": 6, "x_train": 6, "x_variabl": 6, "xlsx": 8, "y": 6, "y_comparison": 6, "y_p": 6, "y_predict": 6, "y_predicted_norm": 6, "y_test": 6, "y_train": 6, "y_variabl": 6, "yad": 8, "yadkin": 8, "yaml": 6, "yaml_fil": 6, "ye": 8, "year": [6, 7, 8], "year_field_nam": 6, "year_to_plot": [6, 7], "year_to_process": [6, 7], "yearli": 8, "yml": [7, 8], "york": 8, "you": [0, 2, 6, 7, 8], "your": [0, 2, 7], "yyyi": [6, 8], "zenodo": [6, 7], "zero": 8, "zip": 6}, "titles": ["tell", "Acknowledgement", "Contributing to tell", "TELL documentation", "License", "API Reference", "tell.data_process_compile module", "Welcome to the tell Quickstarter!", "User Guide"], "titleterms": {"1": 7, "2": 7, "3": 7, "4": 7, "5": 7, "A": 7, "It": 8, "about": [7, 8], "acknowledg": 1, "an": [0, 7], "annual": 7, "api": [0, 5], "author": 8, "ba": 7, "balanc": 8, "bug": 2, "check": 0, "concept": 8, "constraint": 8, "contact": 0, "contribut": [0, 2], "counti": 8, "curv": 7, "data": [7, 8], "data_process_compil": 6, "data_process_eia_930": 6, "data_process_popul": 6, "data_spatial_map": 6, "demand": 7, "design": 8, "detail": 8, "disaggreg": 8, "document": 3, "durat": 7, "electr": 0, "electricti": 7, "execut": 7, "execute_forward": 6, "featur": 2, "forward": 7, "from": 7, "fundament": 8, "futur": [0, 7], "gcam": 7, "geoloc": 8, "get": [0, 7], "given": 7, "guid": [0, 8], "help": 0, "hourli": [0, 7, 8], "how": 8, "i": [0, 7], "incorpor": 8, "instal": [0, 7], "install_forcing_data": 6, "install_quickstarter_data": 6, "install_raw_data": 6, "issu": 2, "let": 7, "licens": 4, "littl": 7, "load": [0, 7, 8], "metadata_eia": 6, "mlp": [7, 8], "mlp_predict": 6, "mlp_prepare_data": 6, "mlp_train": 6, "mlp_util": 6, "model": [0, 7, 8], "modul": 6, "multilay": 8, "open": [0, 2, 7], "out": 0, "output": 8, "packag": [0, 7], "package_data": 6, "perceptron": 8, "plot": 7, "project": 7, "pull": 2, "purpos": 0, "python": [0, 7], "quickstart": [0, 7], "reaggreg": 8, "refer": [0, 5], "request": 2, "run": 0, "scenario": 8, "sector": 8, "seri": 7, "sourc": [0, 7], "start": [0, 7], "state": [7, 8], "states_fips_funct": 6, "summari": 8, "tell": [0, 2, 3, 6, 7, 8], "time": 7, "total": [0, 7], "train": 7, "tutori": 0, "underpin": 7, "unit": 7, "usa": 7, "user": [0, 8], "visual": [6, 7], "welcom": 7, "work": 8, "workflow": 2}}) \ No newline at end of file diff --git a/tell.html b/tell.html new file mode 100644 index 00000000..52405c5e --- /dev/null +++ b/tell.html @@ -0,0 +1,1655 @@ + + + + + + + tell.data_process_compile module — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

tell.data_process_compile module

+
+
+tell.data_process_compile.compile_data(start_year: int, end_year: int, data_input_dir: str)[source]
+

Merge the load, population, and climate data into a single .csv file for each BA

+
+
Parameters:
+
    +
  • start_year (int) – Year to start process; four digit year (e.g., 1990)

  • +
  • end_year (int) – Year to end process; four digit year (e.g., 1990)

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
+
+
+
+ +
+
+

tell.data_process_eia_930 module

+
+
+tell.data_process_eia_930.eia_data_subset(file_string: str, data_input_dir: str)[source]
+

Extract only the columns TELL needs from the EIA-930 Excel files

+
+
Parameters:
+
    +
  • file_string (str) – File name of EIA-930 hourly load data by BA

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
+
+
+
+ +
+
+tell.data_process_eia_930.list_EIA_930_files(data_input_dir: str) list[source]
+

Make a list of all the file names for the EIA-930 hourly load dataset

+
+
Parameters:
+

data_input_dir (str) – Top-level data directory for TELL

+
+
Returns:
+

list

+
+
+
+ +
+
+tell.data_process_eia_930.process_eia_930_data(data_input_dir: str, n_jobs: int)[source]
+

Read in list of EIA 930 files, subset the data, and save the output as a .csv file

+
+
Parameters:
+
    +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • n_jobs (int) – The maximum number of concurrently running jobs, such as the number of Python +worker processes when backend=”multiprocessing” or the size of the thread-pool +when backend=”threading”. If -1 all CPUs are used. If 1 is given, no parallel +computing code is used at all, which is useful for debugging. For n_jobs +below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs +but one are used. None is a marker for ‘unset’ that will be interpreted as +n_jobs=1 (sequential execution) unless the call is performed under a +parallel_backend context manager that sets another value for n_jobs.

  • +
+
+
+
+ +
+
+

tell.data_process_population module

+
+
+tell.data_process_population.ba_pop_sum(map_input_dir: str, pop_input_dir: str, start_year: int, end_year: int) DataFrame[source]
+

Sum the total population within a BA’s service territory in a given year

+
+
Parameters:
+
    +
  • map_input_dir (str) – Directory where the BA-to-county mapping is stored

  • +
  • pop_input_dir (str) – Directory where raw county population data is stored

  • +
  • start_year (int) – Year to start process; four digit year (e.g., 1990)

  • +
  • end_year (int) – Year to end process; four digit year (e.g., 1990)

  • +
+
+
Returns:
+

DataFrame

+
+
+
+ +
+
+tell.data_process_population.extract_future_ba_population(year: int, ba_code: str, scenario: str, data_input_dir: str) DataFrame[source]
+

Calculate the total population living within a BA’s service territory in a given year under +a given SSP scenario.

+
+
Parameters:
+
    +
  • year (int) – Year to process; four digit year (e.g., 1990)

  • +
  • ba_code (str) – Code for the BA you want to process (e.g., ‘PJM’ or ‘CISO’)

  • +
  • scenario (str) – Code for the SSP scenario you want to process (either ‘ssp3’ or ‘ssp5’)

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
+
+
Returns:
+

Hourly total population living within the BA’s service territory

+
+
+
+ +
+
+tell.data_process_population.fips_pop_yearly(pop_input_dir: str, start_year: int, end_year: int) DataFrame[source]
+

Read in the raw population data, format columns, and return single dataframe for all years

+
+
Parameters:
+
    +
  • pop_input_dir (str) – Directory where raw county population data is stored

  • +
  • start_year (int) – Year to start process; four digit year (e.g., 1990)

  • +
  • end_year (int) – Year to end process; four digit year (e.g., 1990)

  • +
+
+
Returns:
+

DataFrame

+
+
+
+ +
+
+tell.data_process_population.merge_mapping_data(map_input_dir: str, pop_input_dir: str, start_year: int, end_year: int) DataFrame[source]
+

Merge the BA mapping files and historical population data based on FIPS codes

+
+
Parameters:
+
    +
  • map_input_dir (str) – Directory where the BA-to-county mapping is stored

  • +
  • pop_input_dir (str) – Directory where raw county population data is stored

  • +
  • start_year (int) – Year to start process; four digit year (e.g., 1990)

  • +
  • end_year (int) – Year to end process; four digit year (e.g., 1990)

  • +
+
+
Returns:
+

DataFrame

+
+
+
+ +
+
+tell.data_process_population.process_ba_population_data(start_year: int, end_year: int, data_input_dir: str)[source]
+

Calculate a time-series of the total population living with a BAs service territory

+
+
Parameters:
+
    +
  • start_year (int) – Year to start process; four digit year (e.g., 1990)

  • +
  • end_year (int) – Year to end process; four digit year (e.g., 1990)

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
+
+
+
+ +
+
+

tell.data_spatial_mapping module

+
+
+tell.data_spatial_mapping.map_ba_service_territory(start_year: int, end_year: int, data_input_dir: str)[source]
+

Workflow function to run the “process_spatial_mapping” function to map BAs to counties

+
+
Parameters:
+
    +
  • start_year (int) – Year to start process; four digit year (e.g., 1990)

  • +
  • end_year (int) – Year to end process; four digit year (e.g., 1990)

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
+
+
+
+ +
+
+tell.data_spatial_mapping.process_spatial_mapping(target_year: int, fips_file: str, service_area_file: str, sales_ult_file: str, bal_auth_file: str, output_dir: str)[source]
+

Workflow function to execute the mapping of BAs to counties for a given year

+
+
Parameters:
+
    +
  • target_year (int) – Year to process; four digit year (e.g., 1990)

  • +
  • fips_file (str) – County FIPS code .csv file

  • +
  • service_area_file (str) – Balancing authority service area Excel file

  • +
  • sales_ult_file (str) – Balancing authority sales to ultimate customer Excel file

  • +
  • bal_auth_file (str) – Balancing authority and ID codes Excel file

  • +
  • output_dir (str) – Directory to store the output .csv file

  • +
+
+
+
+ +
+
+

tell.execute_forward module

+
+
+tell.execute_forward.aggregate_mlp_output_files(list_of_files: list) DataFrame[source]
+

Aggregates a list of MLP output files into a dataframe.

+
+
Parameters:
+

list_of_files (list) – List of MLP output files

+
+
Returns:
+

DataFrame of all MLP output concatenated together

+
+
+
+ +
+
+tell.execute_forward.execute_forward(year_to_process: str, gcam_target_year: str, scenario_to_process: str, data_output_dir: str, gcam_usa_input_dir: str, map_input_dir: str, mlp_input_dir: str, pop_input_dir: str, save_county_data=False)[source]
+

Takes the .csv files produced by the TELL MLP model and distributes +the predicted load to the counties that each balancing authority (BA) operates +in. The county-level hourly loads are then summed to the state-level and scaled +to match the state-level annual loads produced by GCAM-USA. Three sets of output +files are generated: county-level hourly loads, state-level hourly loads, and +hourly loads for each BA. There is one additional summary output file that includes +state-level annual loads from TELL and GCAM-USA as well as the scaling factors.

+
+
Parameters:
+
    +
  • year_to_process (str) – Year to process

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • scenario_to_process (str) – Scenario to process

  • +
  • data_output_dir (str) – Top-level data directory for TELL output

  • +
  • gcam_usa_input_dir (str) – Path to where the GCAM-USA data is stored

  • +
  • map_input_dir (str) – Path to where the BA-to-county mapping data are stored

  • +
  • mlp_input_dir (str) – Path to where the TELL MLP output data are stored

  • +
  • pop_input_dir (str) – Path to where the population projection data are stored

  • +
  • save_county_data (bool) – Set to True if you want to save the time-series of load for each county

  • +
+
+
Returns:
+

[0] DataFrame of summary statistics +[1] DataFrame of BA-level total load time-series +[2] DataFrame of state-level total load time-series

+
+
+
+ +
+
+tell.execute_forward.extract_gcam_usa_loads(scenario_to_process: str, gcam_usa_input_dir: str) DataFrame[source]
+

Extracts the state-level annual loads from a GCAM-USA output file.

+
+
Parameters:
+
    +
  • scenario_to_process (str) – Scenario to process

  • +
  • gcam_usa_input_dir (str) – Path to where the GCAM-USA data are stored

  • +
+
+
Returns:
+

DataFrame of state-level annual total electricity loads

+
+
+
+ +
+
+tell.execute_forward.output_tell_ba_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str) DataFrame[source]
+

Writes a file of the time-series of hourly loads for each BA.

+
+
Parameters:
+
    +
  • joint_mlp_df (DataFrame) – DataFrame of processed TELL loads

  • +
  • year_to_process (str) – Year to process

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • data_output_dir (str) – Data output directory

  • +
+
+
Returns:
+

DataFrame of BA-level total load time-series

+
+
+
+ +
+
+tell.execute_forward.output_tell_county_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str)[source]
+

Writes a file of the time-series of hourly loads for each county.

+
+
Parameters:
+
    +
  • joint_mlp_df (DataFrame) – DataFrame of processed TELL loads

  • +
  • year_to_process (str) – Year to process

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • data_output_dir (str) – Data output directory

  • +
+
+
+
+ +
+
+tell.execute_forward.output_tell_state_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str) DataFrame[source]
+

Writes a file of the time-series of hourly loads for each state.

+
+
Parameters:
+
    +
  • joint_mlp_df (DataFrame) – DataFrame of processed TELL loads

  • +
  • year_to_process (str) – Year to process

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • data_output_dir (str) – Data output directory

  • +
+
+
Returns:
+

DataFrame of state-level total load time-series

+
+
+
+ +
+
+tell.execute_forward.output_tell_summary_data(joint_mlp_df: DataFrame, year_to_process: str, gcam_target_year: str, data_output_dir: str) DataFrame[source]
+

Writes a summary file describing state-level annual total loads from TELL and GCAM-USA.

+
+
Parameters:
+
    +
  • joint_mlp_df (DataFrame) – DataFrame of processed TELL loads

  • +
  • year_to_process (str) – Year to process

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • data_output_dir (str) – Data output directory

  • +
+
+
Returns:
+

DataFrame of summary statistics

+
+
+
+ +
+
+tell.execute_forward.process_population_scenario(scenario_to_process: str, population_data_input_dir: str) DataFrame[source]
+

Read in a future population file and interpolate the data to an annual resolution.

+
+
Parameters:
+
    +
  • scenario_to_process (str) – Scenario to process

  • +
  • population_data_input_dir (str) – Path to where the sample population projections are stored

  • +
+
+
Returns:
+

DataFrame of population projections at an annual resolution

+
+
+
+ +
+
+

tell.install_forcing_data module

+
+
+class tell.install_forcing_data.InstallForcingSample(data_dir=None)[source]
+

Bases: object

+

Download the TELL sample forcing data package from Zenodo that matches the current installed tell distribution

+
+
Parameters:
+

data_dir (str) – Optional. Full path to the directory you wish to store the data in. Default is +to install it in data directory of the package.

+
+
+
+
+DATA_VERSION_URLS = {'0.0.1': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '0.1.0': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '0.1.1': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '0.1.2': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '0.1.3': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '0.1.4': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '0.1.5': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '1.0.0': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1', '1.1.0': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', '1.2.0': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', '1.2.1': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1', '1.3.0': 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1'}
+
+ +
+
+DEFAULT_VERSION = 'https://zenodo.org/records/13344803/files/sample_forcing_data.zip?download=1'
+
+ +
+
+fetch_zenodo()[source]
+

Download the tell sample forcing data package from Zenodo that matches the current tell distribution

+
+ +
+ +
+
+tell.install_forcing_data.install_sample_forcing_data(data_dir=None)[source]
+

Download the tell sample forcing data package from Zenodo

+
+
Parameters:
+

data_dir (str) – Optional. Full path to the directory you wish to store the data in. Default is +to install it in data directory of the package.

+
+
+
+ +
+
+

tell.install_quickstarter_data module

+
+
+class tell.install_quickstarter_data.InstallQuickstarterData(data_dir=None)[source]
+

Bases: object

+

Download the TELL sample output data package from Zenodo that matches the current installed tell distribution

+
+
Parameters:
+

data_dir (str) – Optional. Full path to the directory you wish to store the data in. Default is +to install it in data directory of the package.

+
+
+
+
+DATA_VERSION_URLS = {'0.0.1': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '0.1.0': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '0.1.1': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '0.1.2': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '0.1.3': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '0.1.4': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '0.1.5': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '1.0.0': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1', '1.1.0': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', '1.2.0': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', '1.2.1': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1', '1.3.0': 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1'}
+
+ +
+
+DEFAULT_VERSION = 'https://zenodo.org/records/13344957/files/tell_quickstarter_data.zip?download=1'
+
+ +
+
+fetch_zenodo()[source]
+

Download the TELL quickstarter data package from Zenodo that matches the current installed tell distribution

+
+ +
+ +
+
+tell.install_quickstarter_data.install_quickstarter_data(data_dir=None)[source]
+

Download the TELL quickstarter data package from Zenodo

+
+
Parameters:
+

data_dir (str) – Optional. Full path to the directory you wish to store the data in. Default is +to install it in data directory of the package.

+
+
+
+ +
+
+

tell.install_raw_data module

+
+
+class tell.install_raw_data.InstallRawData(data_dir=None)[source]
+

Bases: object

+

Download the TELL raw data package from Zenodo that matches the current installed tell distribution.

+
+
Parameters:
+

data_dir (str) – Optional. Full path to the directory you wish to store the data in. Default is +to install it in data directory of the package.

+
+
+
+
+DATA_VERSION_URLS = {'0.0.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '0.1.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '0.1.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '0.1.2': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '0.1.3': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '0.1.4': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '0.1.5': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '1.0.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '1.1.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '1.1.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '1.2.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '1.2.1': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1', '1.3.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'}
+
+ +
+
+DEFAULT_VERSION = 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'
+
+ +
+
+fetch_zenodo()[source]
+

Download and unpack the Zenodo raw data package for the current TELL distribution.

+
+ +
+ +
+
+tell.install_raw_data.install_tell_raw_data(data_dir=None)[source]
+

Download and unpack the raw TELL data package from Zenodo that matches the current installed +tell distribution.

+
+
Parameters:
+

data_dir (str) – Optional. Full path to the directory you wish to store the data in. Default is +to install it in data directory of the package.

+
+
+
+ +
+
+

tell.metadata_eia module

+
+
+tell.metadata_eia.metadata_eia(numbers: int) DataFrame[source]
+

Define the state FIPS code and state name from a given state abbreviation.

+
+
Parameters:
+

numbers (int) – EIA 930 BA number

+
+
Returns:
+

DataFrame with BA short and long name

+
+
+
+ +
+
+

tell.mlp_predict module

+
+
+tell.mlp_predict.predict(region: str, year: int, data_dir: str, datetime_field_name: str = 'Time_UTC', save_prediction: bool = False, prediction_output_directory: str | None = None, **kwargs)[source]
+

Generate predictions for MLP model for a target region from an input CSV file.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • year (int) – Target year to use in YYYY format.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
  • save_prediction (bool) – Choice to write predictions to a .csv file

  • +
  • prediction_output_directory (Union[str, None]) – Full path to output directory where prediction files will be written.

  • +
  • datetime_field_name (str) – Name of the datetime field.

  • +
  • data_column_rename_dict (Optional[dict[str]]) – Dictionary for the field names present in the input CSV file (keys) to what the +code expects them to be (values).

  • +
  • expected_datetime_columns (Optional[list[str]]) – Expected names of the date time columns in the input CSV file.

  • +
  • hour_field_name (Optional[str]) – Field name of the hour field in the input CSV file.

  • +
  • month_field_name (Optional[str]) – Field name of the month field in the input CSV file.

  • +
  • x_variables (Optional[list[str]]) – Target variable list.

  • +
  • add_dayofweek_xvars (Optional[bool]) – True if the user wishes to add weekday and holiday targets to the x variables.

  • +
  • y_variables (Optional[list[str]]) – Feature variable list.

  • +
  • day_list (Optional[list[str]]) – List of day abbreviations and their order.

  • +
  • seed_value (Optional[int]) – Seed value to reproduce randomization.

  • +
  • verbose (bool) – Choice to see logged outputs.

  • +
+
+
Returns:
+

Prediction data frame

+
+
+
+ +
+
+tell.mlp_predict.predict_batch(target_region_list: list, year: int, data_dir: str, n_jobs: int = -1, datetime_field_name: str = 'Time_UTC', save_prediction: bool = False, prediction_output_directory: str | None = None, **kwargs)[source]
+

Generate predictions for MLP model for a target region from an input CSV file for all regions +in input list in parallel.

+
+
Parameters:
+
    +
  • target_region_list (list) – List of names indicating region / balancing authority we want to train and test +on. Must match with string in CSV files.

  • +
  • year (int) – Target year to use in YYYY format.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
  • n_jobs (int) – The maximum number of concurrently running jobs, such as the number of Python +worker processes when backend=”multiprocessing” or the size of the thread-pool +when backend=”threading”. If -1 all CPUs are used. If 1 is given, no parallel +computing code is used at all, which is useful for debugging. For n_jobs +below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs +but one are used. None is a marker for ‘unset’ that will be interpreted as +n_jobs=1 (sequential execution) unless the call is performed under a +parallel_backend context manager that sets another value for n_jobs.

  • +
  • datetime_field_name (str) – Name of the datetime field.

  • +
  • save_prediction (bool) – Choice to write predictions to a .csv file

  • +
  • prediction_output_directory (Union[str, None]) – Full path to output directory where prediction files will be written.

  • +
  • data_column_rename_dict (Optional[dict[str]]) – Dictionary for the field names present in the input CSV file (keys) to what the +code expects them to be (values).

  • +
  • expected_datetime_columns (Optional[list[str]]) – Expected names of the date time columns in the input CSV file.

  • +
  • hour_field_name (Optional[str]) – Field name of the hour field in the input CSV file.

  • +
  • month_field_name (Optional[str]) – Field name of the month field in the input CSV file.

  • +
  • x_variables (Optional[list[str]]) – Target variable list.

  • +
  • add_dayofweek_xvars (Optional[bool]) – True if the user wishes to add weekday and holiday targets to the x variables.

  • +
  • y_variables (Optional[list[str]]) – Feature variable list.

  • +
  • day_list (Optional[list[str]]) – List of day abbreviations and their order.

  • +
  • seed_value (Optional[int]) – Seed value to reproduce randomization.

  • +
  • verbose (bool) – Choice to see logged outputs.

  • +
+
+
Returns:
+

Prediction data frame

+
+
+
+ +
+
+

tell.mlp_prepare_data module

+
+
+class tell.mlp_prepare_data.DatasetPredict(region: str, year: int, data_dir: str, datetime_field_name: str = 'Time_UTC', **kwargs)[source]
+

Bases: DefaultSettings

+

Clean and format input weather data for use in predictive models.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • year (int) – Target year to use in YYYY format.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
  • datetime_field_name (str) – Name of the datetime field.

  • +
+
+
+
+
+DATETIME_FIELD = 'Datetime'
+
+ +
+
+HOLIDAY_FIELD = 'Holidays'
+
+ +
+
+NODATA_VALUE = nan
+
+ +
+
+WEEKDAY_FIELD = 'Weekday'
+
+ +
+
+breakout_day_designation(df: DataFrame) DataFrame[source]
+

Add a field for weekday, each day of the week, and holidays to the data frame.

+

Weekdays are designated as 1 for weekdays (Mon through Fri) and weekends are designated as 0 (Sat and Sun). +Each day of the week is given its own field which has a 1 if the record is in that day and a 0 if not. +Holidays are set to 1 to indicate a US Federal holiday and 0 if not.

+
+
Parameters:
+

df (pd.DataFrame) – Data frame for the target region.

+
+
Returns:
+

[0] Formatted data frame +[1] List of extended x_variables

+
+
+
+ +
+
+clean_data(df: DataFrame, drop_records: bool = True) DataFrame[source]
+

Clean data based on criteria for handling NoData and extreme values.

+
+
Parameters:
+
    +
  • df (pd.DataFrame) – Input data frame for the target region.

  • +
  • drop_records (bool) – If True, drop records; else, alter records

  • +
+
+
Returns:
+

Processed data frame

+
+
+
+ +
+
+extract_targets_features(df) DataFrame[source]
+

Keep datetime, target, and feature fields.

+
+
Parameters:
+

df (pd.DataFrame) – Input data frame for the target region.

+
+
+
+ +
+
+fetch_read_file() DataFrame[source]
+

Get the input file from the data directory matching the region name and year +and read it into a pandas data frame.

+
+ +
+
+format_filter_data(df: DataFrame) DataFrame[source]
+

Format the input data file. Filter data by user provided date range and sort in +ascending order by the timestamp.

+
+
Parameters:
+

df (pd.DataFrame) – Data frame for the target region

+
+
Returns:
+

Formatted data frame

+
+
+
+ +
+
+generate_data()[source]
+

Workhorse function to clean and format input data for use in the predictive model.

+
+ +
+
+static update_default_settings(kwargs) dict
+

Read the default settings YAML file into a dictionary. Updates any settings passed in from via kwargs +from the user.

+
+
Parameters:
+

kwargs (dict) – Keyword argument dictionary from user.

+
+
Returns:
+

A dictionary of updated default settings.

+
+
+
+ +
+
+update_hyperparameters()
+

Update hyperparameter values from defaults if the user does not provide them.

+
+ +
+ +
+
+class tell.mlp_prepare_data.DatasetTrain(region: str, data_dir: str, **kwargs)[source]
+

Bases: DefaultSettings

+

Clean and format input data for use in training predictive models.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
+
+
+
+
+DATETIME_FIELD = 'Datetime'
+
+ +
+
+HOLIDAY_FIELD = 'Holidays'
+
+ +
+
+NODATA_VALUE = nan
+
+ +
+
+WEEKDAY_FIELD = 'Weekday'
+
+ +
+
+breakout_day_designation(df: DataFrame) DataFrame[source]
+

Add a field for weekday, each day of the week, and holidays to the data frame.

+

Weekdays are designated as 1 for weekdays (Mon through Fri) and weekends are designated as 0 (Sat and Sun). +Each day of the week is given its own field which has a 1 if the record is in that day and a 0 if not. +Holidays are set to 1 to indicate a US Federal holiday and 0 if not.

+
+
Parameters:
+

df (pd.DataFrame) – Data frame for the target region.

+
+
Returns:
+

[0] Formatted data frame +[1] List of extended x_variables

+
+
+
+ +
+
+clean_data(df: DataFrame, drop_records: bool = True, iqr_scale_constant: float = 3.5) DataFrame[source]
+

Clean data based on criteria for handling NoData and extreme values.

+
+
Parameters:
+
    +
  • df (pd.DataFrame) – Input data frame for the target region.

  • +
  • drop_records (bool) – If True, drop records; else, alter records

  • +
  • iqr_scale_constant (float) – Scale factor controlling the sensitivity of the IQR to outliers

  • +
+
+
Returns:
+

Processed data frame

+
+
+
+ +
+
+extract_targets_features(df) DataFrame[source]
+

Keep datetime, target, and feature fields.

+
+
Parameters:
+

df (pd.DataFrame) – Input data frame for the target region.

+
+
+
+ +
+
+fetch_read_file() DataFrame[source]
+

Get the input file from the data directory matching the region name and read it into a pandas data frame.

+
+ +
+
+format_filter_data(df: DataFrame) DataFrame[source]
+

Format the input data file. Filter data by user provided date range and sort in +ascending order by the timestamp.

+
+
Parameters:
+

df (pd.DataFrame) – Data frame for the target region

+
+
Returns:
+

Formatted data frame

+
+
+
+ +
+
+generate_data()[source]
+

Workhorse function to clean and format input data for use in the predictive model.

+
+ +
+
+iqr_outlier_detection(df: DataFrame, drop_records: bool = True, scale_constant: float = 3.5) DataFrame[source]
+

Outlier detection using interquartile range (IQR). Drops or adjusts outliers that are outside +the acceptable range, NaN, or at or below 0.

+
+
Parameters:
+
    +
  • df (pd.DataFrame) – Input data frame for the target region.

  • +
  • drop_records (bool) – If True, drop records; else, alter records

  • +
  • scale_constant (float) – Scale factor controlling the sensitivity of the IQR to outliers

  • +
+
+
Returns:
+

Processed data frame

+
+
+
+ +
+
+split_train_test(df: DataFrame)[source]
+

Split the data frame into test and training data based on a datetime.

+
+
Parameters:
+

df (pd.DataFrame) – Input data frame for the target region.

+
+
Returns:
+

[0] training data frame +[1] testing data frame

+
+
+
+ +
+
+static update_default_settings(kwargs) dict
+

Read the default settings YAML file into a dictionary. Updates any settings passed in from via kwargs +from the user.

+
+
Parameters:
+

kwargs (dict) – Keyword argument dictionary from user.

+
+
Returns:
+

A dictionary of updated default settings.

+
+
+
+ +
+
+update_hyperparameters()
+

Update hyperparameter values from defaults if the user does not provide them.

+
+ +
+ +
+
+class tell.mlp_prepare_data.DefaultSettings(region: str, data_dir: str, **kwargs)[source]
+

Bases: object

+

Default settings for the MLP model. Updates any settings passed in from via kwargs from the user.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
  • mlp_hidden_layer_sizes (Optional[int]) – The ith element represents the number of neurons in the ith hidden layer.

  • +
  • mlp_max_iter (Optional[int]) – Maximum number of iterations. The solver iterates until convergence +(determined by ‘tol’) or this number of iterations. For stochastic solvers +(‘sgd’, ‘adam’), note that this determines the number of epochs (how many +times each data point will be used), not the number of gradient steps.

  • +
  • mlp_validation_fraction (Optional[float]) – The proportion of training data to set aside as validation set for early +stopping. Must be between 0 and 1.

  • +
  • data_column_rename_dict (Optional[dict[str]]) – Dictionary for the field names present in the input CSV file (keys) to what the +code expects them to be (values).

  • +
  • expected_datetime_columns (Optional[list[str]]) – Expected names of the date time columns in the input CSV file.

  • +
  • hour_field_name (Optional[str]) – Field name of the hour field in the input CSV file.

  • +
  • month_field_name (Optional[str]) – Field name of the month field in the input CSV file.

  • +
  • year_field_name (Optional[str]) – Field name of the year field in the input CSV file.

  • +
  • x_variables (Optional[list[str]]) – Target variable list.

  • +
  • add_dayofweek_xvars (Optional[bool]) – True if the user wishes to add weekday and holiday targets to the x variables.

  • +
  • y_variables (Optional[list[str]]) – Feature variable list.

  • +
  • day_list (Optional[list[str]]) – List of day abbreviations and their order.

  • +
  • start_time (Optional[str]) – Timestamp showing the datetime of for the run to start +(e.g., 2016-01-01 00:00:00).

  • +
  • end_time (Optional[str]) – Timestamp showing the datetime of for the run to end +(e.g., 2019-12-31 23:00:00).

  • +
  • split_datetime (Optional[str]) – Timestamp showing the datetime to split the train and test data by +(e.g., 2018-12-31 23:00:00).

  • +
  • seed_value (Optional[int]) – Seed value to reproduce randomization.

  • +
  • save_model (bool) – Choice to write ML models to a pickled file via joblib.

  • +
  • model_output_directory (Union[str, None]) – Full path to output directory where model file will be written.

  • +
  • save_prediction (bool) – Choice to write predictions to a .csv file

  • +
  • prediction_output_directory (Union[str, None]) – Full path to output directory where prediction files will be written.

  • +
  • verbose (bool) – Choice to see logged outputs.

  • +
+
+
+
+
+DATETIME_FIELD = 'Datetime'
+
+ +
+
+HOLIDAY_FIELD = 'Holidays'
+
+ +
+
+NODATA_VALUE = nan
+
+ +
+
+WEEKDAY_FIELD = 'Weekday'
+
+ +
+
+static update_default_settings(kwargs) dict[source]
+

Read the default settings YAML file into a dictionary. Updates any settings passed in from via kwargs +from the user.

+
+
Parameters:
+

kwargs (dict) – Keyword argument dictionary from user.

+
+
Returns:
+

A dictionary of updated default settings.

+
+
+
+ +
+
+update_hyperparameters()[source]
+

Update hyperparameter values from defaults if the user does not provide them.

+
+ +
+ +
+
+

tell.mlp_train module

+
+
+tell.mlp_train.train(region: str, data_dir: str, **kwargs)[source]
+

Generate predictions for MLP model for a target region from an input CSV file.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
  • mlp_hidden_layer_sizes (Optional[int]) – The ith element represents the number of neurons in the ith hidden layer.

  • +
  • mlp_max_iter (Optional[int]) – Maximum number of iterations. The solver iterates until convergence +(determined by ‘tol’) or this number of iterations. For stochastic solvers +(‘sgd’, ‘adam’), note that this determines the number of epochs (how many +times each data point will be used), not the number of gradient steps.

  • +
  • mlp_validation_fraction (Optional[float]) – The proportion of training data to set aside as validation set for early +stopping. Must be between 0 and 1.

  • +
  • data_column_rename_dict (Optional[dict[str]]) – Dictionary for the field names present in the input CSV file (keys) to what the +code expects them to be (values).

  • +
  • expected_datetime_columns (Optional[list[str]]) – Expected names of the date time columns in the input CSV file.

  • +
  • hour_field_name (Optional[str]) – Field name of the hour field in the input CSV file.

  • +
  • month_field_name (Optional[str]) – Field name of the month field in the input CSV file.

  • +
  • x_variables (Optional[list[str]]) – Target variable list.

  • +
  • add_dayofweek_xvars (Optional[bool]) – True if the user wishes to add weekday and holiday targets to the x variables.

  • +
  • y_variables (Optional[list[str]]) – Feature variable list.

  • +
  • day_list (Optional[list[str]]) – List of day abbreviations and their order.

  • +
  • start_time (Optional[str]) – Timestamp showing the datetime of for the run to start +(e.g., 2016-01-01 00:00:00).

  • +
  • end_time (Optional[str]) – Timestamp showing the datetime of for the run to end +(e.g., 2019-12-31 23:00:00).

  • +
  • split_datetime (Optional[str]) – Timestamp showing the datetime to split the train and test data by +(e.g., 2018-12-31 23:00:00).

  • +
  • nodata_value (Optional[int]) – No data value in the input CSV file.

  • +
  • seed_value (Optional[int]) – Seed value to reproduce randomization.

  • +
  • save_model (bool) – Choice to write ML models to a pickled file via joblib.

  • +
  • model_output_directory (Union[str, None]) – Full path to output directory where model file will be written.

  • +
  • verbose (bool) – Choice to see logged outputs.

  • +
+
+
Returns:
+

[0] Predictions as a dataframe +[1] Summary statistics as a dataframe

+
+
+
+ +
+
+tell.mlp_train.train_batch(target_region_list: list, data_dir: str, n_jobs: int = -1, **kwargs)[source]
+

Generate predictions for MLP model for a target region from an input CSV file.

+
+
Parameters:
+
    +
  • target_region_list (list) – List of names indicating region / balancing authority we want to train and test +on. Must match with string in CSV files.

  • +
  • data_dir (str) – Full path to the directory that houses the input CSV files.

  • +
  • n_jobs (int) – The maximum number of concurrently running jobs, such as the number of Python +worker processes when backend=”multiprocessing” or the size of the thread-pool +when backend=”threading”. If -1 all CPUs are used. If 1 is given, no parallel +computing code is used at all, which is useful for debugging. For n_jobs +below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs +but one are used. None is a marker for ‘unset’ that will be interpreted as +n_jobs=1 (sequential execution) unless the call is performed under a +parallel_backend context manager that sets another value for n_jobs.

  • +
  • mlp_hidden_layer_sizes (Optional[int]) – The ith element represents the number of neurons in the ith hidden layer.

  • +
  • mlp_max_iter (Optional[int]) – Maximum number of iterations. The solver iterates until convergence +(determined by ‘tol’) or this number of iterations. For stochastic solvers +(‘sgd’, ‘adam’), note that this determines the number of epochs (how many +times each data point will be used), not the number of gradient steps.

  • +
  • mlp_validation_fraction (Optional[float]) – The proportion of training data to set aside as validation set for early +stopping. Must be between 0 and 1.

  • +
  • data_column_rename_dict (Optional[dict[str]]) – Dictionary for the field names present in the input CSV file (keys) to what the +code expects them to be (values).

  • +
  • expected_datetime_columns (Optional[list[str]]) – Expected names of the date time columns in the input CSV file.

  • +
  • hour_field_name (Optional[str]) – Field name of the hour field in the input CSV file.

  • +
  • month_field_name (Optional[str]) – Field name of the month field in the input CSV file.

  • +
  • x_variables (Optional[list[str]]) – Target variable list.

  • +
  • add_dayofweek_xvars (Optional[bool]) – True if the user wishes to add weekday and holiday targets to the x variables.

  • +
  • y_variables (Optional[list[str]]) – Feature variable list.

  • +
  • day_list (Optional[list[str]]) – List of day abbreviations and their order.

  • +
  • start_time (Optional[str]) – Timestamp showing the datetime of for the run to start +(e.g., 2016-01-01 00:00:00).

  • +
  • end_time (Optional[str]) – Timestamp showing the datetime of for the run to end +(e.g., 2019-12-31 23:00:00).

  • +
  • split_datetime (Optional[str]) – Timestamp showing the datetime to split the train and test data by +(e.g., 2018-12-31 23:00:00).

  • +
  • nodata_value (Optional[int]) – No data value in the input CSV file.

  • +
  • seed_value (Optional[int]) – Seed value to reproduce randomization.

  • +
  • save_model (bool) – Choice to write ML models to a pickled file via joblib.

  • +
  • model_output_directory (Union[str, None]) – Full path to output directory where model file will be written.

  • +
  • verbose (bool) – Choice to see logged outputs.

  • +
+
+
+
+ +
+
+tell.mlp_train.train_mlp_model(region: str, x_train: ndarray, y_train: ndarray, x_test: ndarray, mlp_hidden_layer_sizes: int, mlp_max_iter: int, mlp_validation_fraction: float, save_model: bool = False, model_output_directory: str | None = None) ndarray[source]
+

Trains the MLP model.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • x_train (np.ndarray) – Training features

  • +
  • y_train (np.ndarray) – Training targets

  • +
  • x_test (np.ndarray) – Test features

  • +
  • mlp_hidden_layer_sizes (int) – The ith element represents the number of neurons in the ith hidden layer.

  • +
  • mlp_max_iter (int) – Maximum number of iterations. The solver iterates until convergence +(determined by ‘tol’) or this number of iterations. For stochastic solvers +(‘sgd’, ‘adam’), note that this determines the number of epochs (how many +times each data point will be used), not the number of gradient steps.

  • +
  • mlp_validation_fraction (float) – The proportion of training data to set aside as validation set for early +stopping. Must be between 0 and 1.

  • +
  • save_model (bool) – Choice to write ML models to a pickled file via joblib.

  • +
  • model_output_directory (Union[str, None]) – Full path to output directory where model file will be written.

  • +
+
+
Returns:
+

y_p: np.ndarray -> predictions over test set

+
+
+
+ +
+
+

tell.mlp_utils module

+
+
+tell.mlp_utils.denormalize_features(region: str, normalized_dict: dict, y_predicted_normalized: ndarray, y_comparison: ndarray, datetime_arr: ndarray) DataFrame[source]
+

Function to denormalize the predictions of the model.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • normalized_dict (dict) – Dictionary output from normalization function.

  • +
  • y_predicted_normalized (np.ndarray) – Normalized predictions over the test set.

  • +
  • y_comparison (np.ndarray) – Testing data to compare predictions to.

  • +
  • datetime_arr (np.ndarray) – Array of datetimes corresponding to the predictions.

  • +
+
+
Returns:
+

Denormalized predictions

+
+
+
+ +
+
+tell.mlp_utils.evaluate(region: str, y_predicted: ndarray, y_comparison: ndarray) DataFrame[source]
+

Evaluation of model performance using the predicted compared to the test data.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • y_predicted (np.ndarray) – Predicted Y result array.

  • +
  • y_comparison (np.ndarray) – Comparison test data for Y array.

  • +
+
+
Returns:
+

Data frame of stats.

+
+
+
+ +
+
+tell.mlp_utils.get_balancing_authority_to_model_dict()[source]
+

Return a list of balancing authority abbreviations.

+
+ +
+
+tell.mlp_utils.load_model(model_file: str) object[source]
+

Load pickled model from file using joblib. Version of scikit-learn is included in the file name as a compatible +version is required to reload the data safely.

+
+
Parameters:
+

model_file (str) – Full path with filename an extension to the joblib pickled model file.

+
+
Returns:
+

Model as an object.

+
+
+
+ +
+
+tell.mlp_utils.load_normalization_dict(file: str) dict[source]
+

Load pickled model from file using joblib.

+
+
Parameters:
+

file (str) – Full path with file name and extension to the pickled normalization +dictionary

+
+
Returns:
+

Normalization dictionary

+
+
+
+ +
+
+tell.mlp_utils.load_predictive_models(region: str, model_output_directory: str | None)[source]
+

Load predictive models and the normalization dictionary based off of what is stored in the package or from a +user provided directory. The scikit-learn version being used must match the one the model was generated with.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • model_output_directory (Union[str, None]) – Full path to output directory where model file will be written.

  • +
+
+
Returns:
+

[0] MLP model +[1] normalization dictionary

+
+
+
+ +
+
+tell.mlp_utils.normalize_features(x_train: ndarray, x_test: ndarray, y_train: ndarray, y_test: ndarray) dict[source]
+

Normalize the features and targets of the model.

+
+
Parameters:
+
    +
  • x_train (np.ndarray) – Training features

  • +
  • x_test (np.ndarray) – Test features

  • +
  • y_train (np.ndarray) – Training targets

  • +
  • y_test (np.ndarray) – Training targets

  • +
+
+
Returns:
+

Dictionary of scaled features

+
+
+
+ +
+
+tell.mlp_utils.normalize_prediction_data(data_arr: ndarray, min_train_arr: ndarray, max_train_arr: ndarray) ndarray[source]
+

Normalize target data using exising min, max for training data.

+
+
Parameters:
+
    +
  • data_arr (np.ndarray) – Array of target data

  • +
  • min_train_arr (np.ndarray) – Array of previously trained minimum target data

  • +
  • max_train_arr (np.ndarray) – Array of previously trained minimum target data

  • +
+
+
+
+ +
+
+tell.mlp_utils.pickle_model(region: str, model_object: object, model_name: str, model_output_directory: str | None)[source]
+

Pickle model to file using joblib. Version of scikit-learn is included in the file name as a compatible +version is required to reload the data safely.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • model_object (object) – scikit-learn model object.

  • +
  • model_name (str) – Name of sklearn model.

  • +
  • model_output_directory (str) – Full path to output directory where model file will be written.

  • +
+
+
+
+ +
+
+tell.mlp_utils.pickle_normalization_dict(region: str, normalization_dict: dict, model_output_directory: str | None)[source]
+

Pickle model to file using joblib. Version of scikit-learn is included in the file name as a compatible +version is required to reload the data safely.

+
+
Parameters:
+
    +
  • region (str) – Indicating region / balancing authority we want to train and test on. +Must match with string in CSV files.

  • +
  • normalization_dict (dict) – Dictionary of normalization data

  • +
  • model_output_directory (str) – Full path to output directory where model file will be written.

  • +
+
+
+
+ +
+
+

tell.package_data module

+
+
+tell.package_data.get_ba_abbreviations() list[source]
+

Get balancing authority abbreviations from the reference YAML file.

+
+
Returns:
+

List of BA abbreviations

+
+
+
+ +
+
+tell.package_data.read_yaml(yaml_file: str) dict[source]
+

Read a YAML file.

+
+
Parameters:
+

yaml_file (str) – Full path with file name and extension to the input YAML file

+
+
Returns:
+

Dictionary

+
+
+
+ +
+
+

tell.states_fips_function module

+
+
+tell.states_fips_function.state_metadata_from_state_abbreviation(state_abbreviation: str) tuple[int, str][source]
+

Define the state FIPS code and state name from a given state abbreviation.

+
+
Parameters:
+

state_abbreviation (str) – state abbreviation

+
+
Returns:
+

[0] state FIPS code +[1] state name

+
+
+
+ +
+
+

tell.visualization module

+
+
+tell.visualization.plot_ba_load_time_series(ba_to_plot: str, year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the time series of load for a given Balancing Authority

+
+
Parameters:
+
    +
  • ba_to_plot (str) – Balancing Authority code for the BA you want to plot

  • +
  • year_to_plot (str) – Year you want to plot (valid 2039, 2059, 2079, 2099)

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • scenario_to_plot (str) – Scenario you want to plot

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_ba_service_territory(ba_to_plot: str, year_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot maps of the service territory for a given BA in a given year

+
+
Parameters:
+
    +
  • ba_to_plot (str) – Code for the BA you want to plot

  • +
  • year_to_plot (str) – Year you want to plot (valid 2015-2019)

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_ba_variable_correlations(ba_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the correlation matrix between predictive variables and observed demand for individual or all BAs.

+
+
Parameters:
+
    +
  • ba_to_plot (str) – BA code for the BA you want to plot. Set to “All” to plot the average +correlation across all BAs.

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_mlp_ba_peak_week(prediction_df, ba_to_plot: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the time-series of load during the peak week of the year for a given BA.

+
+
Parameters:
+
    +
  • prediction_df (df) – Prediction dataframe produced by the batch training of MLP models for all BAs

  • +
  • ba_to_plot (str) – Code for the BA you want to plot

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_mlp_ba_time_series(prediction_df, ba_to_plot: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the performance metrics for an individual BA

+
+
Parameters:
+
    +
  • prediction_df (df) – Prediction dataframe produced by the batch training of MLP models for all BAs

  • +
  • ba_to_plot (str) – Code for the BA you want to plot

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_mlp_errors_vs_load(prediction_df, validation_df, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the summary statistics of the MLP evaluation data as a function of mean load

+
+
Parameters:
+
    +
  • prediction_df (df) – Prediction dataframe produced by the batch training of MLP models for all BAs

  • +
  • validation_df (df) – Validation dataframe produced by the batch training of MLP models for all BAs

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_mlp_summary_statistics(validation_df, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the summary statistics of the MLP evaluation data across BAs

+
+
Parameters:
+
    +
  • validation_df – Validation dataframe produced by the batch training of MLP models for all BAs

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_state_annual_total_loads(year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot annual total loads from both GCAM-USA and TELL

+
+
Parameters:
+
    +
  • year_to_plot (str) – Year you want to plot (valid 2039, 2059, 2079, 2099)

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • scenario_to_plot (str) – Scenario you want to plot

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_state_load_duration_curve(state_to_plot: str, year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the load duration curve for a given state

+
+
Parameters:
+
    +
  • state_to_plot (str) – State you want to plot

  • +
  • year_to_plot (str) – Year you want to plot (valid 2039, 2059, 2079, 2099)

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • scenario_to_plot (str) – Scenario you want to plot

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_state_load_time_series(state_to_plot: str, year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the time series of load for a given state

+
+
Parameters:
+
    +
  • state_to_plot (str) – State you want to plot

  • +
  • year_to_plot (str) – Year you want to plot (valid 2039, 2059, 2079, 2099)

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • scenario_to_plot (str) – Scenario you want to plot

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+
+tell.visualization.plot_state_scaling_factors(year_to_plot: str, gcam_target_year: str, scenario_to_plot: str, data_input_dir: str, image_output_dir: str, image_resolution: int, save_images=False)[source]
+

Plot the scaling factor that force TELL annual total state loads to agree with GCAM-USA

+
+
Parameters:
+
    +
  • year_to_plot (str) – Year you want to plot (valid 2039, 2059, 2079, 2099)

  • +
  • gcam_target_year (str) – Year to scale against the GCAM-USA annual loads

  • +
  • scenario_to_plot (str) – Scenario you want to plot

  • +
  • data_input_dir (str) – Top-level data directory for TELL

  • +
  • image_output_dir (str) – Directory to store the images

  • +
  • image_resolution (int) – Resolution at which you want to save the images in DPI

  • +
  • save_images (bool) – Set to True if you want to save the images after they’re generated

  • +
+
+
+
+ +
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/tell_quickstarter.html b/tell_quickstarter.html new file mode 100644 index 00000000..f9c6375f --- /dev/null +++ b/tell_quickstarter.html @@ -0,0 +1,432 @@ + + + + + + + Welcome to the tell Quickstarter! — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

Welcome to the tell Quickstarter!

+
+

``tell`` is an open-source Python package for projecting future electricty demand in the United States.

+
+

A little about tell

+

The Total ELectricity Load (TELL) model projects the short- and +long-term evoluation of hourly electricity demand (load) in response to +future changes in weather and climate. The purpose of tell is to +generate end-of-century hourly profiles of electricity demand across the +entire Conterminous United States (CONUS) at a spatial resolution +adequate for input to a unit commitment/economic dispatch (UC/ED) model +while also maintaining consistency with the long-term growth and +evolution of annual state-level electricity demand projected by an +economically driven human-Earth system model. tell takes as input +future projections of the hourly time-series of meteorology and decadal +populations and uses the temporal variations in weather to project +hourly profiles of total electricity demand. The core predictions in +tell are based on a series of multilayer perceptron (MLP) models for +individual Balancing Authorities (BAs). Those MLP models are trained on +historical observations of weather and electricity demand. Hourly +projections from tell are scaled to match the annual state-level +total electricity loads projected by the U.S. version of the Global +Change Analysis Model (GCAM-USA). GCAM-USA captures the long-term +co-evolution of the human-Earth system. Using this unique approach +allows tell to reflect both changes in the shape of the load profile +due to variations in weather and the long-term evolution of energy +demand due to changes in population, technology, and economics. tell +is unique from other load forecasting models in that it features an +explicit spatial component that allows us to relate projected loads to +where they would occur spatially within a grid operations model. The +output of tell is a series of hourly projections for future +electricity demand at the county, state, and BA scale that are +quantitatively and conceptually consistent with one another. More +information about how the model works and how it can be applied are +available on the Read the Docs +site for tell.

+
+
+

Lets get started!

+

In this quickstarter we will walk through a series of steps for +exploring tell, starting with importing the package and ending with +visualizing the output. This quickstarter is based on a subset of +example forcing data for tell. This allows the user to walk through +the entire tell package in a matter of minutes. For the +visualizations throughout this notebook, the user can choose whether or +not to save these plots by setting the save_images and +image_resolution flags in each function.

+
+
+

1. Install tell

+

tell is available via GitHub repository by using the pip install +functionality. tell requires a Python version between 3.8 and 4.0 as +well as a pip install to import the package. tell has been tested on +Windows and Mac platforms. (Note: For those installing on Windows, tell is +supported by GeoPandas functionality. Please see suggestions for installing +GeoPandas on Windows here: +https://geopandas.org/en/stable/getting_started/install.html)

+
# Start by importing the TELL package and information about your operating system:
+import os
+import tell
+
+
+
+
+

2. Install the package of data underpinning tell

+

tell is based on open, publicly accessible data. For +convienence, we’ve packaged all of the data underpinning the tell +quickstarter notebook into a Zenodo data +package. In order to +run this notebook, first set the local directory where you would like to +store the package data and the run the install_quickstarter_data +function below. Note that the quickstarter data package will require +~650 MB of storage and can take several minutes to download. You will +also need a dataset with sample forcing data for tell, also +available in a Zenodo data +package. The sample +forcing data package will require ~250 MB of storage.

+
# Identify the current working directory, the subdirectory where the data will be stored, and the image output subdirectory:
+current_dir =  os.path.join(os.path.dirname(os.getcwd()))
+tell_data_dir = os.path.join(current_dir, r'tell_data')
+tell_image_dir = os.path.join(tell_data_dir, r'visualizations')
+
+# If the "tell_data_dir" subdirectory doesn't exist then create it:
+if not os.path.exists(tell_data_dir):
+   os.makedirs(tell_data_dir)
+
+# If the "tell_image_dir" subdirectory doesn't exist then create it:
+if not os.path.exists(tell_image_dir):
+   os.makedirs(tell_image_dir)
+
+
+
# Download the TELL quickstarter data package from Zenodo:
+tell.install_quickstarter_data(data_dir = tell_data_dir)
+
+
+
# Download the TELL sample forcing data package from Zenodo:
+tell.install_sample_forcing_data(data_dir = tell_data_dir)
+
+
+
+
+

3. MLP model training and projection

+

This section of the notebook takes the data processed in the +tell_data_preprocessing.ipynb notebook and trains a multilayer +perceptron (MLP) model for each of the 54 BAs in tell. The MLP +models use temporal variations in weather to project hourly demand. More +information about this approach is in the MLP section of the tell +User Guide. We +include pre-trained models within the tell repository. If you want +to explore the model training aspect you can use the code in Section 3.1 +to retrain the MLP models for a single BA or a batch of BAs. Note that +since the save_model parameter is set to false by default running +these training steps will not overwrite the models included in tell. +If you want to skip this step you can move to Section 3.2 to see how +tell projects future loads by BA using weather projections.

+
+
+
+

3.1. MLP training

+

The first step is to train the MLP models using the historical weather +and load datasets. The default settings for the MLP model training steps +are included in the mlp_settings.yml file included in the data +folder of the tell repository. By default the MLP models are trained +on data from 2016-2018 and evaluated using data from 2019. The time +windows for training and evaluating the models can be modified by +altering the start_time, end_time, and split_datetime +parameters when calling the tell.train function. The first code +block shows how to train the MLP models for a single BA. We also include +a function to do some basic analysis of the trained model’s performance. +More extensive evaluation of the tell predictive models is included +in the tell_mlp_calibration_evaluation.ipynb notebook.

+
# For more information about the training of predictive models you can call the help function:
+help(tell.train)
+
+
+
# Run the MLP training step for a single BA (i.e., "region"):
+prediction_df, validation_df = tell.train(region = 'PJM',
+                                          data_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'compiled_historical_data'))
+
+# View the head of the prediction dataframe that contains the time-series of projected load in the evaluation year:
+display(prediction_df.head(10))
+
+# View validation dataframe that contains error statistics for the trained model:
+validation_df
+
+
+

You can also train multiple BAs at the same time using parallel +processing. The example code block below retrains the models for all BAs +in tell.

+
# Generate a list of BA abbreviations to process:
+ba_abbrev_list = tell.get_balancing_authority_to_model_dict().keys()
+
+# Run the MLP training step for the list of BAs using parallel processing streams:
+prediction_df, validation_df = tell.train_batch(target_region_list = ba_abbrev_list,
+                                                data_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'compiled_historical_data'),
+                                                n_jobs = -1)
+
+# View the validation dataframe that contains error statistics for the trained models:
+validation_df
+
+
+
# Plot the statistical performance (e.g., RMS_ABS, RMS_NORM, MAPE, or R2) of the predictive models across all the BAs in TELL:
+tell.plot_mlp_summary_statistics(validation_df,
+                                 image_output_dir = tell_image_dir,
+                                 image_resolution = 150,
+                                 save_images = True)
+
+
+
+
+

3.2. MLP model projection

+

Next we use the trained MLP models to project future loads in each BA +using the sample forcing data downloaded in Section 2. The outcomes of +this projection step are then used in the forward execution of tell +in Section 4. The sample forcing data includes four years of future +meteorology for each BA: 2039, 2059, 2079, and 2099. Those are the only +valid options for the year variable when calling the prediciton +functions.

+
# Run the MLP prediction step for a single BA (i.e., "region"):
+pdf = tell.predict(region = 'ERCO',
+                   year = 2039,
+                   data_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'future_weather', r'rcp85hotter_ssp5'),
+                   datetime_field_name = 'Time_UTC',
+                   save_prediction = True,
+                   prediction_output_directory = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'mlp_output', r'rcp85hotter_ssp5'))
+
+# View the prediction dataframe:
+pdf
+
+
+
# Generate a list of BA abbreviations to process:
+ba_abbrev_list = tell.get_balancing_authority_to_model_dict().keys()
+
+# Run the MLP prediction step for the list of BAs using parallel processing streams:
+pdf = tell.predict_batch(target_region_list = ba_abbrev_list,
+                         year = 2039,
+                         data_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'future_weather', r'rcp85hotter_ssp5'),
+                         datetime_field_name = 'Time_UTC',
+                         save_prediction = True,
+                         prediction_output_directory = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'mlp_output', r'rcp85hotter_ssp5'),
+                         n_jobs = -1)
+
+# View the prediction dataframe:
+pdf
+
+
+
+

4. Model forward execution

+

This section of the tell workflow takes the .csv files produced by +the tell MLP models and distributes the projected load to the +counties that each BA operates in. The county-level hourly loads are +then summed to the state-level and scaled to match the state-level +annual loads produced by GCAM-USA. Four sets of output files are +generated: county-level hourly loads, state-level hourly loads, hourly +loads for each BA, and a summary file that includes state-level annual +loads from TELL and GCAM-USA as well as the scaling factors. Note that +since it takes a while to write out the county-level output data this +output is optional. To output county-level load projections just set the +save_county_data flag to true.

+
# Run the TELL model forward in time for a given year:
+summary_df, ba_time_series_df, state_time_series_df = tell.execute_forward(year_to_process = '2039',
+                                                                       gcam_target_year = '2039',
+                                                                       scenario_to_process = 'rcp85hotter_ssp5',
+                                                                       data_output_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'tell_output'),
+                                                                       gcam_usa_input_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'sample_gcam_usa_data'),
+                                                                       map_input_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'ba_service_territory'),
+                                                                       mlp_input_dir = os.path.join(tell_data_dir, r'tell_quickstarter_data', r'outputs', r'mlp_output'),
+                                                                       pop_input_dir = os.path.join(tell_data_dir, r'sample_forcing_data', r'sample_population_projections'),
+                                                                       save_county_data = False)
+
+
+
+
+

5. Model visualization

+

The final section of this quickstarter notebook plots some of the output +of tell to give the user a flavor of what the model is doing. Note +that the sample output data in the tell quickstarter covers the +years 2039, 2059, 2079, and 2099 so those are the only valid values for +the year_to_plot variable in each function call.

+
+
+
+

5.1. Plot the state annual total loads from GCAM-USA and tell

+

The first visualization plots the annual total loads from both GCAM-USA +and tell. The data plotted here are in units of TWh and the tell +values are the unscaled projections. The scaled projections tell are +by definition equal to those from GCAM-USA.

+
# Plot the annual total loads from both GCAM-USA and TELL:
+tell.plot_state_annual_total_loads(year_to_plot = '2039',
+                                   gcam_target_year = '2039',
+                                   scenario_to_plot = 'rcp85hotter_ssp5',
+                                   data_input_dir = tell_data_dir,
+                                   image_output_dir = tell_image_dir,
+                                   image_resolution = 150,
+                                   save_images = True)
+
+
+
+
+

5.2. Plot the time-series of total hourly loads for a given state

+

Here we plot time-series of the raw (unscaled) and scaled total loads +from tell at the state level. The user specifies which state they +want to plot using the `state_to_plot” variable in the function call.

+
# Plot the time-series of raw and scaled loads from TELL at the state level for a user-specified state:
+tell.plot_state_load_time_series(state_to_plot = 'Connecticut',
+                                 year_to_plot = '2039',
+                                 gcam_target_year = '2039',
+                                 scenario_to_plot = 'rcp85hotter_ssp5',
+                                 data_input_dir = tell_data_dir,
+                                 image_output_dir = tell_image_dir,
+                                 image_resolution = 150,
+                                 save_images = True)
+
+
+
+
+

5.3. Plot the load duration curve for a given state

+

Our last plot at the state level is the load duration curve which shows +the frequency at which a given load occurs in a state. The user +specifies which state they want to plot using the “state_to_plot” +variable in the function call.

+
# Plot the load duration curve at the state level for a user-specified state:
+tell.plot_state_load_duration_curve(state_to_plot = 'North Carolina',
+                                    year_to_plot = '2039',
+                                    gcam_target_year = '2039',
+                                    scenario_to_plot = 'rcp85hotter_ssp5',
+                                    data_input_dir = tell_data_dir,
+                                    image_output_dir = tell_image_dir,
+                                    image_resolution = 150,
+                                    save_images = True)
+
+
+
+
+

5.4. Plot the time-series of total hourly loads for a given BA

+

Our final visualization plots the time-series of the raw (unscaled) and +scaled total loads from tell at the BA level. The user specifies +which BA they want to plot using the “ba_to_plot” variable in the +function call.

+
# Plot the time-series of raw and scaled loads from TELL at the BA level for a user-specified BA (e.g., PJM, CISO, ERCO, etc.):
+tell.plot_ba_load_time_series(ba_to_plot = 'NYIS',
+                              year_to_plot = '2039',
+                              gcam_target_year = '2039',
+                              scenario_to_plot = 'rcp85hotter_ssp5',
+                              data_input_dir = tell_data_dir,
+                              image_output_dir = tell_image_dir,
+                              image_resolution = 150,
+                              save_images = True)
+
+
+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/user_guide.html b/user_guide.html new file mode 100644 index 00000000..5aecb671 --- /dev/null +++ b/user_guide.html @@ -0,0 +1,960 @@ + + + + + + + User Guide — TELL documentation + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ +
+
+
+
+ +
+

User Guide

+

This user guide is meant to explain how tell works and the concepts that it is built upon. More information about how to +run the model can be found in the tell quickstarter +notebook that contains detailed step-by-step instructions on how to run tell.

+
+

About tell

+

The Total ELectricity Load (tell) model projects the short- and long-term evolution of hourly electricity demand in response to future changes in +weather and climate. The purpose of tell is to generate end-of-century hourly profiles of electricity demand across the entire Conterminous +United States (CONUS) at a spatial resolution adequate for input to a unit commitment/economic dispatch (UC/ED) model while also maintaining consistency +with the long-term growth and evolution of annual state-level electricity demand projected by an economically driven human-Earth system model. tell takes +as input future projections of the hourly time-series of meteorology and decadal populations and uses the temporal variations in weather to project +hourly profiles of total electricity demand. The core predictions in tell are based on a series of multilayer perceptron (MLP) models for 54 independent +Balancing Authorities (BAs). Those MLP models are trained on historical observations of weather and electricity demand. Hourly projections from tell +are scaled to match the annual state-level total electricity loads projected by the U.S. version of the Global Change Analysis Model (GCAM-USA) which +captures the long-term co-evolution of the human-Earth system. Using this unique approach allows tell to reflect both changes in the shape +of the load profile due to variations in weather and the long-term evolution of energy demand due to changes in population, technology, and economics. +tell is unique from other load forecasting models in that it features an explicit spatial component that allows it to relate projected +loads to where they would occur spatially within a grid operations model. The output of tell is a series of hourly projections of future electricity +demand at the county-, state-, and BA-scale that are conceptually and quantitatively consistent with one another.

+

tell was designed to work using data from 54 BAs the U.S. and in conjunction with the GCAM-USA model. Thus, it is +not immediately extensible to other countries (e.g., in Europe). However, the fundamental modeling approach based on MLP +models trained on historical loads and meteorology data could easily be adapted to work in other regions with sufficient +data.

+
+
+

How It Works

+

The basic workflow for tell proceeds in six sequential steps:

+
    +
  1. Formulate empirical models that relate the historical observed meteorology to the hourly time-series of total electricity demand for 54 BAs that report their hourly loads in the EIA-930 dataset.

  2. +
  3. Use the empirical models to project future hourly loads for each BA based on IM3’s climate and population scenarios.

  4. +
  5. Distribute the hourly loads for each BA to the counties that BA operates in and then aggregate the county-level hourly loads from all BAs into annual state-level loads.

  6. +
  7. Calculate annual state-level scaling factors that force the bottom-up annual state-level total loads from tell to match the annual state-level total loads from GCAM-USA.

  8. +
  9. Apply the state-level scaling factors to each county- and BA-level time-series of hourly total demand.

  10. +
  11. Output yearly 8760-hr time-series of total electricity demand at the state-, county-, and BA-scale that are conceptually and quantitatively consistent with each other.

  12. +
+
+
+

Design Constraints

+

tell was designed with the following constraints:

+ + + + + + + + + + + + + + + + + + + + + + + +

Topic

Requirement

Spatial resolution and scope

Should cover the entire U.S. (excluding Alaska and Hawaii) and produce demands at an appropriately high spatial resolution for input into a nodal UC/ED model

Temporal resolution and scope

Should produce hourly projections of total electricity demand in one-year increments through the year 2100.

Forcing factors

Projections should respond to changes in meteorology and climate.

Multiscale consistency

Should produce hourly total electricity demand at the county-, state-, and BA-scale that are conceptually and quantitatively consistent with each other.

Open-source

Should be based entirely on publicly available data and be made available as an extensively-documented open-source model.

+
+
+

Fundamental Concepts

+

The following are the building blocks of how tell projects future loads.

+
+

Balancing Authorities

+

The core projections of tell occur at the scale of Balancing Authorities (BAs). BAs are responsible for the real-time balancing of electricity supply and demand within a given region of the electric grid. +For tell, BAs are useful because they represent the finest scale for which historical hourly load data is uniformly available across the U.S. This allows us to build an electric load projection +model that works across the entire country. tell uses historical (2015-2019) hourly load data from the EIA-930 dataset for BAs across the U.S. We note +that some smaller BAs are not included in the EIA-930 dataset. Other BAs are generation only or we were unable to geolocate them. Eight BAs (CISO, ERCO, MISO, ISNE, NYIS, PJM, PNM, and SWPP) started +reporting subregional loads in the EIA-930 dataset in 2018. Because we were unable to uniformly and objectively geolocate each of these subregions we opted to use the aggregate total loads for those BAs. +In total, we formulated a multi-layer perceptron (MLP) model for 54 out of the 68 BAs in the EIA-930 dataset.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

BA Code

BA Name

EIA BA Number

Characteristics

AEC

PowerSouth Energy Cooperative

189

AEC

AECI

Associated Electric Cooperative Incorporated

924

AECI

AVA

Avista Corporation

20169

AVA

AVRN

Avangrid Renewables

NA

Generation Only

AZPS

Arizona Public Service Company

803

AZPS

BANC

Balancing Authority of Northern California

16534

BANC

BPAT

Bonneville Power Administration

1738

BPAT

CHPD

Public Utility District No. 1 of Chelan County

3413

CHPD

CISO

California Independent System Operator

2775

CISO

CPLE

Duke Energy Progress East

3046

CPLE

CPLW

Duke Energy Progress West

NA

Not Geolocated

DEAA

Arlington Valley

NA

Generation Only

DOPD

Public Utility District No. 1 of Douglas County

5326

DOPD

DUK

Duke Energy Carolinas

5416

DUK

EEI

Electric Energy Incorporated

NA

Generation Only

EPE

El Paso Electric Company

5701

EPE

ERCO

Electric Reliability Council of Texas

5723

ERCO

FMPP

Florida Municipal Power Pool

14610

FMPP

FPC

Duke Energy Florida

6455

FPC

FPL

Florida Power and Light

6452

FPL

GCPD

Public Utility District No. 2 of Grant County

14624

GCPD

GLHB

GridLiance

NA

Not Geolocated

GRID

Gridforce Energy Management

NA

Generation Only

GRIF

Griffith Energy

NA

Generation Only

GRMA

Gila River Power

NA

Generation Only

GVL

Gainesville Regional Utilities

6909

GVL

GWA

NaturEner Power Watch

NA

Generation Only

HGMA

New Harquahala Generating Company

NA

Generation Only

HST

City of Homestead

8795

HST

IID

Imperial Irrigation District

9216

IID

IPCO

Idaho Power Company

9191

IPCO

ISNE

Independent System Operator of New England

13434

ISNE

JEA

JEA

9617

JEA

LDWP

Los Angeles Department of Water and Power

11208

LDWP

LGEE

Louisville Gas and Electric Company and Kentucky Utilities Company

11249

LGEE

MISO

Midcontinent Independent System Operator

56669

MISO

NEVP

Nevada Power Company

13407

NEVP

NSB

Utilities Commission of New Smyrna Beach

13485

NSB

NWMT

NorthWestern Corporation

12825

NWMT

NYIS

New York Independent System Operator

13501

NYIS

OVEC

Ohio Valley Electric Corporation

NA

Retired

PACE

PacifiCorp East

14379

PACE

PACW

PacifiCorp West

14378

PACW

PGE

Portland General Electric Company

15248

PGE

PJM

PJM Interconnection

14725

PJM

PNM

Public Service Company of New Mexico

15473

PNM

PSCO

Public Service Company of Colorado

15466

PSCO

PSEI

Puget Sound Energy

15500

PSEI

SC

South Carolina Public Service Authority

17543

SC

SCEG

South Carolina Electric and Gas Company

17539

SCEG

SCL

Seattle City Light

16868

SCL

SEC

Seminole Electric Cooperative

21554

SEC

SEPA

Southeastern Power Administration

NA

Generation Only

SOCO

Southern Company Services - Transmission

18195

SOCO

SPA

Southwestern Power Administration

17716

SPA

SRP

Salt River Project

16572

SRP

SWPP

Southwest Power Pool

59504

SWPP

TAL

City of Tallahassee

18445

TAL

TEC

Tampa Electric Company

18454

TEC

TEPC

Tucson Electric Power

24211

TEPC

TIDC

Turlock Irrigation District

19281

TIDC

TPWR

City of Tacoma Department of Public Utilities

18429

TPWR

TVA

Tennessee Valley Authority

18642

TVA

WACM

Western Area Power Administration - Rocky Mountain Region

28503

WACM

WALC

Western Area Power Administration - Desert Southwest Region

25471

WALC

WAUW

Western Area Power Administration - Upper Great Plains West

19610

WAUW

WWA

NaturEner Wind Watch

NA

Generation Only

YAD

Alcoa Power Generating - Yadkin Division

NA

Generation Only

+
+
+

Geolocating Balancing Authorities

+

As a spatially-explicit model, tell needs the ability to geolocate the loads it projects. Since the fundamental projections +in tell occur at the spatial scale of BAs, we needed to devise a way to determine where each BA operated within the U.S. +For tell, being able to do this geolocation using county boundaries has a number of benefits in terms of load disaggregation +and reaggregation - so we focused on techniques to map BAs to the counties they operate in. While there are multiple maps +of BA service territories available online, there are several fundamental challenges to using maps generated by others:

+

1. The provenance of the data and methodology underpinning most of the maps is unknown. In other words, there is no way to determine +how the BAs were placed and if the methods used to do so are robust.

+

2. The maps often depict the BAs as spatially unique and non-overlapping. For a county-scale mapping at least, we know this to be +untrue. Additionally, the maps are typically static representations of how BAs were configured at a single point in time. As the +actual territory of BAs can and does change over time, this presents challenges for placing BA loads occurring over a range of years.

+

3. Maps available online are often cartoon or stylized versions of reality with curvy lines that do not follow traditional geopolitical +boundaries. As such, to go from the cartoon map to an actual list of counties that a BA operates in would necessitate a number of +subjective decisions that are not reproducible from person to person.

+

Given these limitations, we devised our own method to geolocate BAs in tell. We eventually found a publicly available +dataset from the EIA that served as our foundation. The EIA-861 dataset is an annual +report describing the characteristics of the electric power industry in the U.S. Among other information, EIA-861 contains two sets of +data that are critical to tell:

+
    +
  • The “Service_Territory_YYYY.xlsx” spreadsheet provides a list of every county that a given utility operates in:

  • +
+_images/utility_to_county.png +
    +
  • The “Sales_Ult_Cust_YYYY.xlsx” spreadsheet provides the BA that each utility reports to in a given state:

  • +
+_images/utility_to_ba.png +

Using these two datasets in combination, tell reverse engineers the counties that each BA likely operated in within a given year. In +addition to being completely objective and reproducible, this method overcomes the limitations described above because it allows +more than one BA to be mapped to a single county and also allows the geolocation of BAs to evolve over time. tell +maps BA service territory annually from 2015-2020. The results of that mapping are summarized graphically in the map below. +The spatial extent of each BA in 2019 is shown in the link for each BA in the table above.

+_images/Overlapping_Balancing_Authorities_Map.png +

This figure shows the number of BAs that tell identifies as operating within each county in 2019. The bottom panel shows an example +of four different BAs reported operating in Brevard County, FL. While the majority of counties only have one BA identified, some counties +have as many as five. Note that a handful of counties had zero BAs identified as operating within them in 2019. Because we think these +BA-to-county mappings may be useful to many others the output files from the mapping process are included as .csv files below. They can be +reproduced within the tell package by running the tell.map_ba_service_territory function.

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Year

File

2015

Mapping

2016

Mapping

2017

Mapping

2018

Mapping

2019

Mapping

2020

Mapping

+
+
+

Load Disaggregation and Reaggregation

+

tell uses multiple instances of load disaggregation and reaggregation in order to cross spatiotemporal scales. The fundamental +projections in tell occur at the spatial scale of BAs. In order to compare those hourly load values at the BA-level with the +annual state-level load values produced by GCAM-USA, we first disaggregate the hourly projected BA-level loads to the county-level +and then reaggregate those hourly county-level loads to an annual total load projection for each state. For each BA we identify +the counties that BA operates in using the methodology described above. We then use the county-level populations for those counties +to determine the fraction of the BA’s total load that should be assigned to each county. A graphical depiction of this for the ISNE BA +is shown below. Using this approach, the load received by each county in a BA’s service territory has the same shape and temporal +patterns, but the magnitude varies depending on the population in that county relative to the total population in the BA’s service +territory. As there are spatial overlaps in BAs, many counties receive partial loads from more than one BA.

+_images/Load_Projection_Dissagregation_Example_ISNE.png +

Once the load projections from all BAs in tell have been disaggregated to the county-level, we next sum up the loads from all +counties in a given state to get annual state-level total loads which are scaled to match the projections from GCAM-USA. The scaling +factors for each state are then applied to all county- and BA-level hourly load values in that state. The final output of tell is thus +a series of 8760-hr time series of total electricity loads at the county-, state-, and BA-scale that are conceptually and quantitatively +consistent with each other.

+

It is important to note that the future evolution of population is also taken into account in tell. Projected annual changes in +population for each county and state are generated using the Shared Socioeconomic Pathways (SSPs) +scenarios. Those future populations are used to derive new weighting factors to be used in disaggregating and reaggregating future tell loads. +Thus, in an scenario where lots of people move to, for example, Southern California, the counties there would not only receive a higher +proportion of the BA-level loads for BAs operating there, but would also have an incrementally larger impact on the future total +hourly load profile for California as a whole.

+
+
+

Multilayer Perceptron (MLP) Models

+

tell uses a series of multilayer perceptron (MLP) models to project future loads. There is one unique MLP model for each BA. The MLP model +for each BA is trained and evaluated independently. The MLP models are trained on historical load data from the EIA-930 +dataset and weather from IM3’s historical runs using the Weather Research and Forecasting (WRF) model. In the production version of tell +the MLP models for each BA were trained on data from 2016-2018 and evaluated against observed loads from 2019. While the EIA-930 data extends past +the year 2019, COVID-19 induced significant changes in the diurnal profile of electricity demand (e.g., Burleyson et al. 2021) +so we opted not to use 2020+ data in the MLP model training or evaluation. In the future, tell could be retrained repeatedly as more and +more EIA-930 data becomes available.

+

Details of the MLP predictive variables are included in the table below. The default parameter settings for training the MLP models are stored +in the mlp_settings.yml file in /data folder in the tell repository. +The hyperparameters for the tell MLP models (e.g., hidden layer sizes, maximum iterations, and validation fraction) were determined +using a grid search approach. Hyperparameters were allowed to vary across BAs. Default hyperparameters for each BA are +also included in the /data/models folder in the tell repository.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Variable

Description

Units/Format

Temperature

2-m temperature from WRF (T2)

K

Specific humidity

2-m water vapor mixing ratio from WRF (Q2)

kg kg -1

Shortwave radiation

Downwelling shortwave radiative flux at the surface from WRF (SWdn)

W m -2

Longwave radiation

Downwwelling longwave radiative flux at the surface from WRF (GLW)

W m -2

Wind speed

10-m wind speed derived from the U and V wind components from WRF (U10 and V10)

m s -1

Hour of the day

Hour of the day in UTC

00-23 UTC

Day of the week

Is the day a weekday or weekend?

Weekdays (1) or Weekends (0)

Federal holiday

Is the day a federal holiday?

Yes (1) or No (0)

+

In general, the tell empirical models work quite well. 76% (41/54) of the BAs have an R2 value greater than 0.75 +while 83% (45/54) have a MAPE under 10%.

+_images/MLP_Summary_Statistics.png +

It’s illustrative to look at the error metrics as a function of load. To do this, we calculate the mean hourly load +for each BA during the evaluation year and then plot the error statistics as a function of that mean load. Analyzing +the data in this way demonstrates that the BAs with the poorly performing empirical models are almost universally the +smaller BAs. The largest BAs, which are critically important for the overall demand on the grid, generally perform quite +well. Of the 10 BAs with the largest mean demand, 9/10 have a MAPE value under 5% and an R2 value greater than 0.85. +Conversely, of the 10 worst performing BAs (judged by their MAPE value), 7/10 have an average hourly load less than +1700 MWh.

+_images/MLP_Summary_Statistics_vs_Load.png +

Because the empirical models that underpin tell are so critically important we created a separate analysis notebook +where users can explore the model’s performance characteristics collectively and for individual BAs. The MLP calibration +and evaluation notebook can be found +here.

+
+
+

Incorporating Detailed Sectoral Models

+

By design tell projects future time-series of the total hourly load at different spatial scales. These total loads +are responsive to variations in population and climate. It is important to note that tell does not resolve the +load profiles for individual sectors of the electric industry (e.g., residential, commercial, industrial, and commercial). +However, the model is designed so that it can be modified to reflect changes in these individual sectors in a relatively +straightforward way. We know that technologies in each of these sectors are currently and are likely to continue to evolve +quickly. For example, the rapid penetration of rooftop solar will modify future grid-scale electricity demand from residential +customers. Similarly, widespread adoption of electric vehicles will impact the magnitude and shape of the load profiles in the +residential, commercial, and transportation sectors. In order to reflect technology change in a given sector you need a detailed +understanding of that sector as well as an ability to simulate future changes due to specific technologies.

+

While tell was not designed for this level of detail, other detailed sectoral models are. We built tell to incorporate +technological changes by partnering with these detailed sectoral models. The figure below shows how this might work conceptually. +The top row reflects information that might come out of a detailed residential energy model. In panel (a) we show the diurnal +load profiles for residential customers in a given region. The load profile reflects a typical springtime load profile +in residential buildings. Now imagine that you wanted to simulate the impact of widespread rooftop solar adoption within that +region. Panel (b) shows the potential solar energy supply simulated by the detailed model. The solar energy curve follows a typical +sinusoidal pattern that peaks at solar noon. Finally, panel (c) shows the impact of rooftop solar on the residential demand profile.

+_images/Load_Perturbation_Incorporation_Example.png +

tell can take the output of the detailed residential buildings sector model and use it to modify the time-series +of total load that the model projects. The way to do this is to take the difference values produced by the detailed sectoral +model (i.e., the difference between the base and modified residential load profiles) and add those perturbations directly on top +of the total load time-series produced by tell. Panel (d) shows how this would play out in tell. The black line represents +the tell hourly total load time-series before the intervention and the red line shows the total load time-series after the +rooftop solar difference values from the residential model were added.

+

This approach means that tell doesn’t need to know anything about the residential energy sector or the fraction of the total +load it represents. All tell cares about is how the intervention you want to explore will translate into changes in the sectoral +load time-series. Note that in order to do this the detailed sectoral model needs to produce output at at least one of the spatial +scales in tell (i.e., counties, states, or BAs). This approach allows users of detailed sectoral models to explore how specific +interventions will impact future demands at the grid-scale without having to have complementary sectoral models of all other sectors. +Finally, if the detailed sectoral model projects changes in the load shape but doesn’t resolve the magnitude at a given spatial scale, +it should be possible to use year-over-year changes from the GCAM-USA sectoral models to scale the load shape changes before they are +passed on to tell.

+
+
+

Scenarios

+

tell is designed to work in conjunction with the U.S. version of the Global Change Analysis Model (GCAM-USA) +to explore different future scenarios of population and climate change. The models are configured to run the following +combinations of Representative Concentration Pathways (RCPs) +and Shared Socioeconomic Pathways (SSPs):

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Climate Scenario

Population Scenario

scenario_name

RCP 4.5 - Cooler

SSP3

rcp45cooler_ssp3

RCP 4.5 - Cooler

SSP5

rcp45cooler_ssp5

RCP 4.5 - Hotter

SSP3

rcp45hotter_ssp3

RCP 4.5 - Hotter

SSP5

rcp45hotter_ssp5

RCP 8.5 - Cooler

SSP3

rcp85cooler_ssp3

RCP 8.5 - Cooler

SSP5

rcp85cooler_ssp5

RCP 8.5 - Hotter

SSP3

rcp85hotter_ssp3

RCP 8.5 - Hotter

SSP5

rcp85hotter_ssp5

+
+
+
+

Outputs

+

tell produces four types of output files. Each type of output is written out as a .csv file or series of .csv files in tell_data/outputs/tell_output/scenario_name. +Each type of output file can be suppressed by commenting out the relevant output function in execute_forward.py. Missing values in each output file are +coded as -9999. All times are in UTC.

+
+

State Summary Data

+

This output file gives the annual total loads for each of the 48 states in the CONUS as well as the District of Columbia. It also contains the scaling factor for +each state that force the aggregate annual total loads from tell to agree with those produced by GCAM-USA.

+

Filename: TELL_State_Summary_Data_YYYY.csv

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Name

Description

Units/Format

Year

Year of load

NA

State_Name

Name of the state

NA

State_FIPS

FIPS code of the state

NA

State_Scaling_Factor

Scaling factor to force agreement between tell and GCAM-USA annual total loads

NA

GCAM_USA_Load_TWh

Annual total load for the state from GCAM-USA

TWh

Raw_TELL_Load_TWh

Unscaled annual total load for the state from TELL

TWh

Scaled_TELL_Load_TWh

Scaled annual total load for the state from TELL

TWh

+
+
+

Balancing Authority Hourly Load Data

+

This output file gives the hourly time-series of total loads for each of the BAs simulated by tell.

+

Filename: TELL_Balancing_Authority_Hourly_Load_Data_YYYY.csv

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Name

Description

Units/Format

BA_Code

Alphanumeric code for the BA

NA

BA_Number

Designated EIA number for the BA

NA

Time_UTC

Hour of the load in UTC

YYYY-MM-DD HH:MM:SS

Raw_TELL_BA_Load_MWh

Unscaled hourly total load for the BA from TELL

MWh

Scaled_TELL_BA_Load_MWh

Scaled hourly total load for the BA from TELL

MWh

+
+
+

State Hourly Load Data

+

This output file gives the hourly time-series of total loads for each of the 48 states in the CONUS and the District of Columbia.

+

Filename: TELL_State_Hourly_Load_Data_YYYY.csv

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Name

Description

Units/Format

State_Name

Name of the state

NA

State_FIPS

FIPS code of the state

NA

Time_UTC

Hour of the load in UTC

YYYY-MM-DD HH:MM:SS

Raw_TELL_State_Load_MWh

Unscaled hourly total load for the state from TELL

MWh

Scaled_TELL_State_Load_MWh

Scaled hourly total load for the state from TELL

MWh

+
+
+

County Hourly Load Data

+

This collection of output files gives the hourly time-series of total loads for each county in the CONUS and the District of Columbia. +These output files are stored in a subdirectory of the output directory named County_Level_Data. Note that since it takes a while to +write out the county-level output data this output is optional. To output county-level load projections just set the save_county_data +flag to True when calling the tell.execute_forward function.

+

Filename Format: TELL_statename_countyname_Hourly_Load_Data_YYYY.csv

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Name

Description

Units/Format

County_Name

Name of the county

NA

County_FIPS

FIPS code of the county

NA

State_Name

Name of the state the county is in

NA

State_FIPS

FIPS code of the state

NA

Time_UTC

Hour of the load in UTC

YYYY-MM-DD HH:MM:SS

Raw_TELL_County_Load_MWh

Unscaled hourly total load for the county from TELL

MWh

Scaled_TELL_County_Load_MWh

Scaled hourly total load for the county from TELL

MWh

+
+
+
+ + +
+
+ +
+
+
+
+ + + + \ No newline at end of file