windfarm_name |
CharField |
Name of the Windfarm |
description |
TextField |
Description of the Windfarm |
windfarm_type |
CharField |
Type of the Windfarm |
windfarm_status |
CharField |
Status of the Windfarm |
optr_name |
CharField |
Operator Name of the Windfarm |
optr_group_co_name |
CharField |
Operator Group Name |
capacity |
FloatField |
Capacity of the Windfarm |
coast_distance |
FloatField |
Distance of the windfarm from the coastline |
number_turbines |
IntegerField |
Number of Turbines of the Windfarm |
power_mw |
FloatField |
Power in MW of the Windfarm |
start_year |
IntegerField |
Start year of the Windfarm |
admin_area_name |
CharField |
Country where the Windfarm is located |
mps_est_shore_status |
CharField |
Calculated attribute showing whether the planned windfarm is on or offshore |
mps_est_elevation_min_m |
FloatField |
Calculated attribute giving the minimum elevation in meters above or below sea level |
mps_est_elevation_max_m |
FloatField |
Calculated attribute giving the maximum elevation in meters above or below sea level |
mps_est_area_sqkm |
FloatField |
Calculated attribute showing the area of the planned windfarm in Sqkm |
mps_est_coast_distance_km |
FloatField |
Calculated attribute showing the distance of the planned windfarm to the coast |
mps_created_time |
DateTimeField |
Date time that the planned windfarm was created in the database |
updt |
DateTimeField |
Last updated time |
mps_project_tag |
TextField |
Project |
mps_datasource_tags |
TextField |
Data source tags |