Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
itsliterallymonique opened this issue Oct 7, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@itsliterallymonique
Copy link
Collaborator

itsliterallymonique commented Oct 7, 2024

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)

@itsliterallymonique itsliterallymonique added the enhancement New feature or request label Oct 7, 2024
@itsliterallymonique itsliterallymonique added this to the Web Scraper milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants