# Source

Renewable Energy Power Plants, 1 MW or more (English) (SHP)
http://open.canada.ca/data/en/dataset/490db619-ab58-4a2a-a245-2376ce1840de

# Data conversion

Download the file above and unzip it. You might need to update the command below based on the file names.

Convert the data to GeoJSON, including lat/lon conversion. (Note that in line with the GeoJSON standards, the coordinates will actually be in the order lon/lat.)

`ogr2ogr -f "GeoJSON" -t_srs "+proj=latlong" renewable_power.json PowerPlantsRenewGE1MW_NorthAmerica_201708_SHP/PowerPlantsRenewGE1MW_NorthAmerica_201708.shp`