Skip to content

Releases: CNES/pangeo-pyinterp

Handling interpolation of mask grids.

03 Oct 11:46
Compare
Choose a tag to compare

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

30 Aug 14:53
Compare
Choose a tag to compare
  • 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.

25 Apr 12:59
Compare
Choose a tag to compare

Algorithms on geodetic objects.

23 Apr 10:49
Compare
Choose a tag to compare
  • #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.

06 Mar 14:38
Compare
Choose a tag to compare
  • Bugfix: an axis can be built from constant values.

Numpy datetime utilities

05 Mar 16:56
Compare
Choose a tag to compare
  • Added utilities for numpy dates
  • Modification of the documentation

Fixed a problem in the TemporalAxis class.

24 Jan 19:46
Compare
Choose a tag to compare
0.5.1

Fixed a problem in the TemporalAxis class.

Modification of the geohash interface

01 Jan 11:59
Compare
Choose a tag to compare
  • Bicubic interpolation.
  • Corrections of various problems.
  • Modification of the geohash interface.
  • Optimization of temporal axes.

geohash indexing

22 Sep 15:23
6bfc866
Compare
Choose a tag to compare
0.4.0

Updating the version number

Release GIL during RTree insertion or packing

13 May 09:47
848cb99
Compare
Choose a tag to compare