Skip to content

A tool for producing metadata describing a climate dataset

License

Notifications You must be signed in to change notification settings

sashakames/autocurator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autocurator

A tool for producing metadata describing a climate dataset

Prerequisites

conda installation

create a conda environment with libnetcdf, gcc compiler.

build / test steps

conda create -n autocur -c conda-forge libnetcdf gcc
source activate autocur
make
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib
./bin/autocurator

About

A tool for producing metadata describing a climate dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • Makefile 1.1%
  • Other 0.5%