Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 338 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 338 Bytes

Windmap

Dense and fast windmap

Omegalib module

Tested with Omegalib 13.1

Compile:

cd windmap
mkdir build
cd build
cmake ..
make

Run with python script:


Standalone app

Tested with MacOS 10.13.1

cd windmap/app
mkdir build
cd build
cmake .. -DSTANDALONE_APP=On [-G Xcode]
make (or run build in XCode)