Skip to content

DFO-Ocean-Navigator/netcdf-timestamp-mapper

Repository files navigation

CodeFactor Codacy Badge

Dependencies

  • Ubuntu 16.04 or newer.
  • GCC 7.4 or newer.
  • Miniconda3 x64 (latest version) (conda env create --file environment.yml).

Building

  • Follow Dependencies above.
  • conda activate index-tool.
  • Clone this repo and move into the directory.
  • git submodule update --init --recursive
  • make to build the program, make test to build the tests, and make clean to...clean.

Documentation