-
Notifications
You must be signed in to change notification settings - Fork 961
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
chore(zones): Merge CA-NL-LB and CA-NL-NF into CA-NL #7582
base: master
Are you sure you want to change the base?
Conversation
Out of curiosity which data source do you have for it merged? for reference, the split was done in #3092 but then I think the parser was never actually written, I guess because the data source doesn't give a lot of data |
We will be using monthly data from https://www.cer-rec.gc.ca that will be processed into hourly values based on local weather patterns and sunset/sunrise. While not as accurate on a hourly level we've decided to do this for all the missing Canadian zones where we are missing data sources. If we can find better data sources for them in the future we will happily use those. |
Issue
The data source have these merged so we need to do so as well.
Part of: GMM-197
Description
Merges the zones so we can add a General Purpose Zone Estimation Model for it.
Double check
poetry run test_parser "zone_key"
pnpx prettier@2 --write .
andpoetry run format
in the top level directory to format my changes.