Metadata-Version: 2.1
Name: geophysics-analysis
Version: 0.0.3
Summary: A collection of functions for the analysis of geophysical fields
Home-page: UNKNOWN
Author: Michael Needham
Author-email: m.needham@colostate.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# geophysics_analysis
A collection of functions for the analysis of geophysical fields.

Ver 0.0.3.

### What's New:
* Change np.mean() to np.nanmean() for ga.sounding() and ga.region_avg()
* Remove printout for ga.nc_val() and ga.nc_dim()


