Releases: CNES/pangeo-pyinterp
Releases · CNES/pangeo-pyinterp
Handling interpolation of mask grids.
The grids defining, for example, the land/sea masks are coded on 8-bit integers with very high resolution. The use of these grids with the library requires the transformation of floating values coded on 32 bits. To avoid this, the library allows native processing of this type of grid to reduce the memory footprint when using such grids.
Univariate statistics
- Calculates univariate statistics.
- Binning using streaming histogram to evaluate quantiles.
- Refactoring of the tests to include them in the distribution.
- Using unordered_map instead of map to optimize geohash queries.
- Store the geohash index on fs mapping.
- Timedelta64 are also temporel axes.
Fixed an issue on the find_index function exposed in Python.
- find_index does not handle circles
Algorithms on geodetic objects.
- #7 Within functionality flipped for IDW
- Checks if the coordinates are covered by a polygon
- Calculates the distance between geodetic objects
Fixed an issue in the Axis class and inherited classes.
- Bugfix: an axis can be built from constant values.
Numpy datetime utilities
- Added utilities for numpy dates
- Modification of the documentation
Fixed a problem in the TemporalAxis class.
0.5.1 Fixed a problem in the TemporalAxis class.
Modification of the geohash interface
- Bicubic interpolation.
- Corrections of various problems.
- Modification of the geohash interface.
- Optimization of temporal axes.
geohash indexing
0.4.0 Updating the version number
Release GIL during RTree insertion or packing
0.3.2 v0.3.2