pmlmodelling/nctoolkit: v0.2.4
Description
This minor release adds new features. Code written for prior releases are compatible with this release.
Improved temporal statisticsCalculating temporal statistics has been streamlined. Temporal methods are now prefixed with the letter t, and accept grouping options. So, for example, data.tmean(["year", "month"])
will calculate the mean value for each month in each year.
The select
and shift
methods have been tweaked to make life slightly easier for users, and allow partial matches for args. For example data.shift(hours = 1)
and data.shift(hour = 1)
are both valid.
open_url is now able to keep attempting to download files for a set period until complete.
open_thredds now has a wait option to stop
Bug fixesIssues related to user specified temp folders not being set are now fixed.
Renamings and deprecationsExisting temporal statistics methods, such as mean, max etc., have now been deprecated and the new methods tmean etc. should be used.
vertical_cum_sum
has been renamed to vertical_cumsum
. vertical_cum_sum
is now deprecated.
Files
pmlmodelling/nctoolkit-v0.2.4.zip
Files
(210.9 MB)
Name | Size | Download all |
---|---|---|
md5:d4fa627215a9cb735924d5573c9ef09a
|
210.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pmlmodelling/nctoolkit/tree/v0.2.4 (URL)