Published June 13, 2022
| Version v0.5.0
Software
Open
pmlmodelling/nctoolkit: v0.5.0
Description
This release enhances a couple of methods.
The subset method now lets users subset vertical levels using levels or depths. This requires a two element list, and the subsetting will give you the levels between the two given. So, ds.subset(levels = [0, 100]) would give you the top 100 metres in an oceanic dataset.
The match_points method now allows extrapolation to vertical depths, with the maximum distance extrapolated given by the max_extrap argument.
Files
pmlmodelling/nctoolkit-v0.5.0.zip
Additional details
Related works
- Is supplement to
- https://github.com/pmlmodelling/nctoolkit/tree/v0.5.0 (URL)