From 5c204d1287ae194d31d475787454428af8bd9568 Mon Sep 17 00:00:00 2001 From: nickb <nickb@ssec.wisc.edu> Date: Thu, 6 Apr 2017 14:45:01 -0500 Subject: [PATCH] more info --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8f09d23..fda2142 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ docker build -t nbearson/docker-science-stack . docker push nbearson/docker-science-stack ``` +# What's In The Box? + +* HDF4 `$HDF4` +* HDF5 `$HDF5` +* netCDF `$NETCDF` +* NCO utilities +* Python 2.7 + * pyhdf + * netcdf4-python + + # Why? * I want to try out an a new version of GCC without having to worry about properly isolating it from the rest of my machine and deleting it later. -- GitLab