blob: 2b037839197d8ea244e022bbdec450a582b2801d [file] [log] [blame] [view]
susmit shannigrahi7c5de012015-03-30 16:18:01 -06001This is a python3 library that provides an interface for translating netCDF
2filenames to NDN names. The library reads the filenames, metadata and user
3input for the translation. User defined schemas are defined in a conf file.
4For a sample conf file, see etc/cmip5/cmip5.conf.
5
6== Installation ==
7export PYTHONPATH=$PYTHONPATH:<path_to_lib>