Skip to content

ecoinvent/nerc-regions

Repository files navigation

nerc-regions

This repo documents the construction of a map of NERC regions (USA only) after the decision to dissolve the SPP. This repo was created to support the geographical data system of the ecoinvent database.

The resulting NERC region geopackage is available for download.

Note: NERC regions do not have exact or discrete boundaries. The data system of ecoinvent assumes perfect boundaries and no overlaps, but this is a system construct, not a reflection of the real world, which is messier. Use the maps produced here with caution.

GIS data for NERC regions

The notebook Comparing maps shows multiple possible input data sets for NERC regions (including SPP). After analyzing their strengths and weaknesses, a hand-traced map previously used in the ecoinvent database was selected, as this was as good as the other possibilities, and had an open license.

Partitioning SPP

The notebook Partitioning SPP shows how the SPP territory was dissolved and allocated to MRO, SERC, TRE, and WECC. We partitioned based on the data in the 218 eGrid database. This approach is limited by the input data, as there are no clear boundaries between the regions. The initial idea was to use Voronoi tessellation, but this produced weird artifacts. Instead, I used a weighted K nearest neighbors classifier from scikit-learn to get smoother boundaries, and then hand-traced these boundaries, using my own judgment to avoid the creation of "islands" or other weird artifacts.

Creating the new NERC regions

The notebook Construct NERC regions from cutouts and Natural Earth shows how NERC regions were built up using various GIS "cutout" geometries and shapely GIS operations.

Shapes in the Great Lakes may look a bit strange, but this is because our Natural Earth Admin 1 input data includes large lakes.

License

The code is licensed BSD 3-clause, the data is licensed CC0.

About

Creating a map for NERC regions without SPP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published