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

Create production parser for India as a whole #1664

Merged
merged 4 commits into from
Nov 6, 2018

Conversation

systemcatch
Copy link
Collaborator

Currently we're assigning the combined renewable generation to 'unknown' which is fairly harsh, maybe we can come up with a better fixed intensity?

Let me know if anything needs to be adjusted so it doesn't show up on the map.

ref #1623

Little slow but it works.

(EM-env) chris@ThinkPad:~/electricitymap/parsers$ python IN.py 
fetch_production() -> 
{'datetime': datetime.datetime(2018, 11, 3, 17, 54, 43, 501302, tzinfo=tzfile('/usr/share/zoneinfo/Asia/Kolkata')), 'source': 'meritindia.in', 'storage': {}, 'production': {'unknown': 2470.0, 'gas': 7897.0, 'hydro': 23462.0, 'coal': 120586.0, 'nuclear': 4037.0}, 'zoneKey': 'IN'}

Copy link
Contributor

@brunolajoie brunolajoie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Chris!
Can you update the default CO2 factor of "unknown" for india to

26 g/kWh
Source: Assumes 43% solar PV and 57% wind

And the capacity installed
Solar: 26GW
Wind: 34GW
Coal: 196GW
Hydro: 50GW
Gas: 25GW
Nuclear: 6.7GW
biomass: 9.4GW
Source: https://mercomindia.com/solar-indias-installed-power-capacity/

@systemcatch
Copy link
Collaborator Author

@brunolajoie happy with my additions?

Copy link
Contributor

@brunolajoie brunolajoie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@systemcatch
Copy link
Collaborator Author

I'll merge unless you guys have any further comments?

@corradio
Copy link
Member

corradio commented Nov 6, 2018

go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants