Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

ntu-as-cooklab/sailing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sailing

This is a sailing simulation based on CFSR wind and ocean current data. The goal is to simulate the sailing route of a sailing ship during different seasons based on a simple model, which may be helpful for studies on human migration across the ocean.

Prerequisites

Instructions

Install prerequisites (on Ubuntu):

$ make deps

To build & install,

$ make install

Download data:

$ make DATA_DIR=/data2 nc

To run,

$ sudo bin/sailing

Project directory structure

  • src: Source files for main application
  • www: Source files for browser frontend