Giter Club home page Giter Club logo

Comments (2)

miguelcositis avatar miguelcositis commented on July 19, 2024

@tnier01 @jsten07 @PondiB @njakuschona can you give us a hand with these doubts? thanks in advance and amazing work

from cms_routing.

njakuschona avatar njakuschona commented on July 19, 2024

Hallo @lee-liew and @miguelcha20,

thank you very much for the interests in our work. A small note beforehand: This project was developed as part of a study project at the University of Münster. The goal here was rather a proof of concept for the method than to get accurate results. But I will gladly explain how we came up with these parameters.

In general, the first step for us was to model the speed over ground for different weather conditions. We created a model, calculating this SOG, by using different variables, like Wave Height, Wind direction, Salinity. We did this for all cardinal directions. The input SOG_E here in line 188 is this model for travelling in the east direction. During our research, we found out that the most container ships are not using 100% of their engine power. Mostly they use 70% to 85% (https://doi.org/10.3141/2549-05). To allow our algorithm to use different engine loads, we wanted to calculate different SOG for different engine loads. Herewith we assumed that our initial SOG used 70% EP. The Formulate to calculate SOG to Engine Power is: Engine Power = constant * SOG^3 (https://www.wingd.com/en/documents/general/papers/engine-selection-for-very-large-container-vessels.pdf/). So in line 189 we calculate these constant for every grid cell and then in the following lines the SOG for an engine power of 80% and 60%. Actually, we do not want to know the SOG for each cell, but how much time the boat needs to travel through this cell in minutes. Therefore, we divide the real world length of each cell in meters by the speed in meters per minutes. Since the SOG was given in knots, we converted it in meters per minute by multiplying it with 30.87.

I hope the explanation helps you. If you have any further questions, please do not hesitate to contact us. We have also written a report about the whole project, which we could share if you are interested.

from cms_routing.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.