netCDF4 is not automatically installed. If user blindly follows the getting started tutorial, they will stumble upon an error when running ``` Env = Environment( railLength=5.2, latitude=32.990254, longitude=-106.974998, elevation=1400, date=(2020, 3, 4, 12) # Tomorrow's date in year, month, day, hour UTC format ) Env.setAtmosphericModel(type='Forecast', file='GFS') ``` which results in the following error: ``` [NameError: name 'netCDF4' is not defined]() ``` There should be a reminder in the tutorial telling the user to install the optional package