HuidaeCho / longest_flow_path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is part of an ongoing publication.


Probably the simplest way to build the measurement application (using the GNU C++ compiler):

g++ -std=c++11 -O3 -fopenmp *.cpp -lgdal -o time_measurement

GDAL is the only external dependency required (used here to load and save geospatial raster data).

About


Languages

Language:C++ 90.5%Language:C 9.5%