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

Add Kuwait #2102

Merged
merged 5 commits into from
Dec 2, 2019
Merged

Add Kuwait #2102

merged 5 commits into from
Dec 2, 2019

Conversation

alixunderplatz
Copy link
Collaborator

closes #2101 and adds Kuwait to the map
@corradio it's up to you to make this zone colored (due to no breakdown but "unknown") or leave it grey but supply the data in the diagramms (like for the JP-zones) ;)

  • read electric load from Ministry of Energy & Water (updated several times / hour)

    • load = production due to no imports/exports with neighbour zones
  • assign installed capacity to solar, wind, oil and gas

  • assign carbon intensity of 595 g/kWh to the unknown mix (based on IEA shares for 2017)

  • Note: KW has no significant solar or wind capacity yet, but huge PV+CSP-solar projects are planned for future (GW-range)

SAMPLE OUTPUT:

fetch_production() ->
{'zoneKey': 'KW', 'datetime': datetime.datetime(2019, 11, 24, 12, 6, 49, 945003, tzinfo=tzfile('Asia/Kuwait')), 'production': {'unknown': 6284}, 'source': 'mew.gov.kw'}

- fetches real-time production data from official website
- production is assigned to "unknown" due to no further fuel type breakdown
- add bounding box
- add capacities
Copy link
Member

@corradio corradio left a comment

Choose a reason for hiding this comment

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

great!

@corradio corradio merged commit 761d23e into master Dec 2, 2019
@corradio corradio deleted the Add-Kuwait branch December 2, 2019 07:19
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.

Data for Kuwait
2 participants