Adding the library that translates atmospheric filenames to NDN names
* Provide API that takes schema files and filenames returns NDN names
* Checks name-fields with metadata and raises possible errors
Change-Id:Ie19faa73e194a726276abc320822694652f6d04c
Refs: #2714
diff --git a/lib/ndn_cmmap_translators/README.md b/lib/ndn_cmmap_translators/README.md
new file mode 100644
index 0000000..2b03783
--- /dev/null
+++ b/lib/ndn_cmmap_translators/README.md
@@ -0,0 +1,7 @@
+This is a python3 library that provides an interface for translating netCDF
+filenames to NDN names. The library reads the filenames, metadata and user
+input for the translation. User defined schemas are defined in a conf file.
+For a sample conf file, see etc/cmip5/cmip5.conf.
+
+== Installation ==
+export PYTHONPATH=$PYTHONPATH:<path_to_lib>