changes the library structure to be inline with the ORBIT format (demonstrated below)
changes the logging structure to be reliant on direct CSV writing in place of the formal logging infrastructure and conversion process (branch: ehancement/csv-logging)
fixes the process_times() computation to run quickly and efficiently with optimized pandas code (bug_fix/process-times)
rebuilds the documentation to be up to date
reruns the validation notebooks to ensure consistent results and to compare run times
<library>
├── project
├── config <- Project-level configuration files
├── port <- Port configuration files
├── plant <- Wind farm layout files
├── cables <- Export and Array cable configuration files
├── substructures <- Substructure configuration files
├── turbines <- Turbine configuration and power curve files
├── vessels <- Land-based and offshore servicing equipment configuration files
├── weather <- Weather profiles
├── results <- The analysis log files and any saved output data
ThIs PR:
See the changelog for complete details