Breakthrough-Energy / PreREISE

Generate input data for scenario framework
https://breakthrough-energy.github.io/docs/
MIT License
20 stars 28 forks source link

data: create remapped shape files and matching fractions #270

Closed limingzhou2004 closed 2 years ago

limingzhou2004 commented 2 years ago

Pull Request doc

Purpose

What is the larger goal of this change? The code generate a map of Control Areas, ISO subregions, and geographical zones, for spatial load assignment.

What the code is doing

How is the purpose executed? From the existing BA_County_map.json, we add the subregions of NYISO, ISONE, ERCOT, CISO, PJM. The CA/subregional level load is matched to this map. A matching table is created to allocate the load based on the overlapping area.

Testing

How did you test this change (unit/functional testing, manual testing, etc.)? To test, run python -m prereise.gather.data.remap_ba_area.remap_ba_area

Where to look

danielolsen commented 2 years ago

A couple of housekeeping comments, in addition to the outstanding comments on the code itself:

danielolsen commented 2 years ago

If there are files that we used to have, but are no longer included, then we'll want to remove those entries from the Attribution file (e.g. ercot_zone_mapping.csv, isone.zip).