pmlmodelling/nctoolkit: v0.4.4
Description
A minor release with enhancements.
This version introduces a new class called Matchpoint which will allow automated matchups between netCDF files and point observations in pandas dataframes. This class is created using nc.open_matchpoint. Matchups are generated by using the add_data, add_points, add_depths, and matchup methods.
For datasets, ds now provides a more informative summary of dataset contents.
The split method now automatically sorts the files, so that they are sorted by date when temporal splitting occurs.
The methods surface, merge_time and tvariance``` have been removed after periods of deprecation. Usetop,mergeandtvar`` instead.
Files
pmlmodelling/nctoolkit-v0.4.4.zip
Additional details
Related works
- Is supplement to
- https://github.com/pmlmodelling/nctoolkit/tree/v0.4.4 (URL)