Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.66 KB

caiso-pnode-locations

Quick and dirty location information for CAISO PDNODEs.

Why?

CAISO does not make PNODE location information publicly available. However, I would like to replicate the Price Map reports as closely as possible:

http://www.caiso.com/pricemap/Pages/default.aspx

What?

The PNODES are named, not randomly, but seemingly by the nearby City (or perhaps nearby county?). So this project uses various fuzzy match algorithms comparing the PNODE name to the names of various cities. The output of this project is a table of PNODEs, a match score, and the matching City and most importantly, the lat/long of the City.

How?

  • Download city lat/longs from opendatasoft
  • Download CAISO network maps with listed PNODES
  • Fuzzy match the PDNODEs to the city names
  • Generate output file
  • Profit!

Original Data

City Location

CAISO Network and Resource Modeling

Links