chihacknight / il-solar-map

Explore solar deployments in Illinois
https://ilsolarmap.com
MIT License
3 stars 1 forks source link

data update for june 2024 #52

Closed derekeder closed 3 months ago

derekeder commented 3 months ago

Imported latest data:

New totals:

Additional changes

Testing instructions:

netlify[bot] commented 3 months ago

Deploy Preview for il-solar-map ready!

Name Link
Latest commit 5beae94f186e96ae46343fd84703cafbc2f39ff5
Latest deploy log https://app.netlify.com/sites/il-solar-map/deploys/66606f6ef47705000878c363
Deploy Preview https://deploy-preview-52--il-solar-map.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vkoves commented 3 months ago

@derekeder with Electrify Chicago I often spot check against the data portal as a validation that everything came through okay, is there a similar way we could check the overall numbers or what have you?

derekeder commented 3 months ago

@vkoves I use the data from the previous release and confirm that the past data doesn't change. typically, the numbers should only go up, and counts from past months should not change.

I also have a little script I've written that looks for dropped or missing solar projects from the Adjustable Block Program based on their unique project IDs: https://github.com/chihacknight/il-solar-map/blob/main/data/scripts/abp_compare.py

Open to ideas to automate this validation - would probably make sense as a new issue

derekeder commented 3 months ago

opened up #55 to address data validation tasks

@vkoves any objections to merging this in?