Notes on How to Install python netCDF4 package on Window

Installing netCDF on Window Operating System is different from that on Unix Machine as shown in post https://podaac.jpl.nasa.gov/forum/viewtopic.php?f=84&t=595
The following command should be used:
instead of
Hope this saves you some headache too.
The following command should be used:
- Code: Select all
$> pip install netcdf4
instead of
- Code: Select all
$> conda install -c anaconda netcdf4
Hope this saves you some headache too.