Metadata-Version: 2.1
Name: halem
Version: 0.1.3
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
Description: [![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
        ```
        
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
Provides-Extra: testing
