Skip to content

ufechner7/KiteUtils.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiteUtils

Stable Dev Build Status Coverage

Utilities for simulating kite power systems.

This package is the foundation of Julia Kite Power Tools, which consist of the following packages:

What to install

If you want to run simulations and see the results in 3D, please install the meta package KiteSimulators . If you have already KiteSimulators installed, use using KiteSimulators instead of using KiteUtils. If you just want to learn how this package works quickly just install only this package.

Installation

Download Julia 1.9 or later, if you haven't already. You can add KiteUtils from Julia's package manager, by typing

using Pkg
pkg"add KiteUtils"

at the Julia prompt. You can run the unit tests by typing:

pkg"test KiteUtils"

Provides

  • functions for coordinate system transformations
  • functions for reading configuration files
  • the default configuration file settings.yaml
  • functions for logging, reading and writing log files
  • types for the state of a kite power, logging and configuration parameters

Related

Documentation Stable Version Development Version

Author: Uwe Fechner (uwe.fechner.msc@gmail.com)