calblueprint / ace-ny

4 stars 0 forks source link

[feat] Connect NYSERDA API and Download Data from NYISO #10

Closed itsliterallymonique closed 2 days ago

itsliterallymonique commented 1 week ago

This week, you will be collecting the necessary data from the NYSERDA database and NYISO database! You will need to do these things:

  1. Create a webscraper folder in our repo — this is where you will write the scripts for our web scraper a. You can write the webscraper scripts in Python
  2. Connect the web scraper to the NYSERDA API and create a function that will collect the following data from both the Small solar project data and Large-scale project data: a. Project Name b. Status c. Renewable Energy Technology d. Size (watts) e. Developer f. Proposed COD (commercial operations date) g. County h. Region i. Zip Code j. Latitude (georeference) k. Longitude (georeference)
    • if the small solar project data doesn’t have the data, it’s okay – you just need to take note of this!
  3. Create a function that will download the excel spreadsheet from the NYISO page a. Page: https://www.nyiso.com/connecting-to-the-grid – the sheet is downloaded by clicking: “View the Interconnection Queue” Screenshot 2024-10-07 at 4 00 19 PM
  4. Write documentation for these functions in our MTP Documentation Notion Page: https://www.notion.so/calblueprint/MTP-Documentation-4e9963e4e70d42209a1f26963b3da10b

PR Reviewers: Neha (@nehaahussain) and Monique (@itsliterallymonique)

deenasun commented 1 week ago

Questions:

diffs for the NYSERDA small-scale solar projects dataset:

itsliterallymonique commented 1 week ago

@deenasun