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