Tags give the ability to mark specific points in history as being important
-
v1.2.1
Release: v1.2.1bf77637f · ·- Release date: 2026/03/23 - Changes and new features: - Reintroduced MBTiles creation functionality - Vectorize create_shapefile function to improve performance - Adding the ability to handle malformed time steps in NetCDFs, returning a warning and skipping the malformed time step if there's any problems with parsing instead of erroring out - Mask cli
-
v1.1.14
Release: v1.1.14fb090618 · ·* Release date: 2025/11/29 * Changes and new features: * Bugfixes: * It accepts now time units as 'years since' but NES transforms it to 'days since' * climatology_bounds read as metadata * It now accepts 'lon' and 'longitude' in the convert_longitude method * CLI: nes nc2rline force input and output units * New Command Line Interface nes with: * nes diff * nes diffper * New Functionalities: * Nes().get_totals() -> Dictionary with variable names as keys and total sum as value. * Nes().get_min(var_name) * Nes().get_max(var_name) * Nes().daily_statistic(op=[nanmax, nanmean, nanmin]) -> new functionalities -
v1.1.9
Release: v1.1.9c59116c4 · ·* Add additional names for the time variable * Added MOCAGE format * Bugfix on vertical interpolation. * Selecting function allows now to select negative latitudes on 0-360 ones. * Reorder functionality (0 360 to -180 180) as an entry point * Coordinates metadata conventions.
-
v1.1.7.post2
Release: v1.1.7.post25916e11c · ·* Release date: 2024/10/02 * Changes and new features: * Remove mpich requirement