Skip to content

Instantly share code, notes, and snippets.

@systemcatch
Created August 1, 2017 18:05
Show Gist options
  • Save systemcatch/8cf05aeae16718c6bf37997cfbb7043d to your computer and use it in GitHub Desktop.
Save systemcatch/8cf05aeae16718c6bf37997cfbb7043d to your computer and use it in GitHub Desktop.
Costa Rica Power Plants
power_plants = {
'Aeroenergía': 'wind',
'Altamira': 'wind',
'Angostura': 'hydro',
'Arenal': 'hydro',
'Balsa Inferior': 'hydro',
'Barranca': 'unknown',
'Barro Morado': 'geothermal',
'Bijagua': 'hydro',
'Birris12': 'hydro',
'Birris3': 'hydro',
'Boca de Pozo': 'hydro',
'CNFL': 'unknown',
'Cachí': 'hydro',
'Campos Azules': 'wind',
'Canalete': 'unknown',
'Cariblanco': 'hydro',
'Carrillos': 'hydro',
'Caño Grande': 'hydro',
'Caño Grande III': 'hydro',
'Chiripa': 'wind',
'Chocosuelas': 'hydro',
'Chucás': 'hydro',
'Cubujuquí': 'hydro',
'Daniel Gutiérrez': 'hydro',
'Dengo': 'hydro',
'Don Pedro': 'hydro',
'Doña Julia': 'hydro',
'Echandi': 'hydro',
'El Angel': 'hydro',
'El Angel Ampliación': 'hydro',
'El Embalse': 'hydro',
'El General': 'hydro',
'El Viejo': 'biomass',
'Garabito': 'oil',
'Garita': 'hydro',
'Guápiles': 'oil',
'Hidrozarcas': 'hydro',
'Intercambio Norte': 'unknown',
'Intercambio Sur': 'unknown',
'La Esperanza (CoopeL)': 'hydro',
'La Joya': 'hydro',
'Los Negros': 'hydro',
'Los Santos': 'wind',
'MOVASA': 'wind',
'Matamoros': 'unknown',
'Miravalles I': 'geothermal',
'Miravalles II': 'geothermal',
'Miravalles III': 'geothermal',
'Miravalles V': 'geothermal',
'Moín II': 'oil',
'Moín III': 'oil',
'Orosí': 'wind',
'Orotina': 'unknown',
'Otros': 'unknown',
'PE Mogote': 'wind',
'PEG': 'wind',
'Pailas': 'geothermal',
'Parque Solar Miravalles': 'solar',
'Peñas Blancas': 'hydro',
'Pirrís': 'hydro',
'Plantas Eólicas': 'wind',
'Platanar': 'hydro',
'Pocosol': 'hydro',
'Poás I y II': 'hydro',
'Reventazón': 'hydro',
'Río Lajas': 'hydro',
'Río Macho': 'hydro',
'San Antonio': 'oil',
'San Lorenzo (C)': 'hydro',
'Sandillal': 'hydro',
'Suerkata': 'hydro',
'Taboga': 'biomass',
'Tacares': 'hydro',
'Tejona': 'wind',
'Tilawind': 'wind',
'Torito': 'hydro',
'Toro I': 'hydro',
'Toro II': 'hydro',
'Toro III': 'hydro',
'Tuis (JASEC)': 'hydro',
'Valle Central': 'wind',
'Vara Blanca': 'hydro',
'Ventanas-Garita': 'hydro',
'Vientos de La Perla': 'wind',
'Vientos de Miramar': 'wind',
'Vientos del Este': 'wind',
'Volcán': 'hydro'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment