Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions windIO/examples/plant/plant_wind_farm/multiple_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ layouts:
y: [
6490.2719, 6316.9180, 6455.3421, 6043.4997, 5631.6572, 5219.8148, 5665.8933, 5093.7148, 4521.5362, 3949.3577, 4876.4446, 4143.9299, 3411.4153, 2678.9006, 4086.9958, 3416.8405, 2746.6851, 2076.5297, 1406.3743, 3297.5471, 2665.4498, 2033.3525, 1401.2557, 769.1637, 137.0718
]
z: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
crs: +proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs
turbine_types: [1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1]
turbine_identifiers: [
"WT01", "WT02", "WT03", "WT04", "WT05", "WT06", "WT07", "WT08", "WT09", "WT10",
Expand All @@ -15,5 +17,4 @@ layouts:
]
turbine_types:
0: !include ../plant_energy_turbine/IEA37_10MW_turbine.yaml
1: !include ../plant_energy_turbine/IEA37_15MW_turbine.yaml

1: !include ../plant_energy_turbine/IEA37_15MW_turbine.yaml
2 changes: 1 addition & 1 deletion windIO/schemas/plant/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ definitions:
crs:
title: (Optional) Coordinate reference system
description: Coordinate reference system described as a PROJ string
type: array
type: string

data_types:
decimal:
Expand Down