Metadata-Version: 2.1
Name: halem
Version: 0.1.2
Summary: The Route optimization for dynamic flow field searches the optimal route for a given flow field.
Home-page: https://github.com/TUDelft-CITG/Route_optimization_in_dynamic_currents
Author: Pieter van Halem
Author-email: pieter.vanhalem@vanoord.com
License: mit
Keywords: Route Optimization in Dynamic Flow Fields
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: simpy
Requires-Dist: networkx
Requires-Dist: shapely
Requires-Dist: scipy
Requires-Dist: netCDF4
Requires-Dist: click
Requires-Dist: matplotlib
Requires-Dist: IPython
Requires-Dist: geopy
Requires-Dist: pint
Requires-Dist: pyproj
Requires-Dist: plotly
Requires-Dist: simplekml
Requires-Dist: nose
Requires-Dist: Flask
Requires-Dist: Flask-cors
Requires-Dist: Dill (>=0.2.8)
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-timeout ; extra == 'testing'

[![CircleCI](https://circleci.com/gh/TUDelft-CITG/Route_optimization_in_dynamic_currents.svg?style=svg&circle-token=64796bff34a56507bad599a6cec980b7b8be0bb9)](https://circleci.com/gh/TUDelft-CITG/Route_optimization_in_dynamic_currents)

[![Coverage](https://oedm.vanoord.com/proxy/circleci_no_redirect/github/TUDelft-CITG/Route_optimization_in_dynamic_currents/master/latest/ddf5d3b409fbb3e3aa368be6b0b0907c53c40a87/tmp/artifacts/coverage.svg)](https://oedm.vanoord.com/proxy/circleci_no_redirect/github/TUDelft-CITG/Route_optimization_in_dynamic_currents/master/latest/ddf5d3b409fbb3e3aa368be6b0b0907c53c40a87/tmp/artifacts/index.html)
[ ![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/TUDelft-CITG/Route_optimization_in_dynamic_currents/blob/master/LICENSE.txt)

Route optimization in dynamic flow fields
====================================

## Features
This package contains route optimization for given currents. The following features are taken into account in this version:
* Spatial varing currents
* Temporal changing currents
* Variable shipping velocity
* minimal water depth


Does not (yet) take into account:
* Squad
* Inertial behaviour of the ship

## Implementation
This package is build for implementation into the Open CL-Sim package (currently under development). 


## Installation
The Package can be installed using pip. Type following code in the python command prompt:

``` bash
pip install halem
```


