Skip to content

Releases: C2SM/iconarray

v0.3.2

19 Jun 14:39
Compare
Choose a tag to compare

This release brings an enhancement to the iconarray.ind_from_latlon() function which was not performant on the ICON-1 domain of MCH. The new implementation uses a BallTree to search and can also return the N nearest points, rather than just one. For more information see #59.

v0.3.0

06 Mar 10:57
Compare
Choose a tag to compare

This release brings an enhancement to the iconarray.open_dataset() function, with support to filter by a single variable, irrespective of whether the data is GRIB or NETCDF. The standard xarray and cfgrib arguments can also now be passed to xarray/cfgrib via iconarray.open_dataset().

There is also an additional function iconarray.show_GRIB_shortnames() which prints the variable names available to use to filter GRIB files with iconarray.open_dataset(). This function does not load the entire dataset so is relatively quick.

Tests are added for the new fitler functionality.

v0.2.5

13 Feb 09:43
Compare
Choose a tag to compare
Bump version: 0.2.4 → 0.2.5

v0.2.1

25 Jan 10:15
Compare
Choose a tag to compare
Bump version: 0.2.0 → 0.2.1

v0.2.0

21 Nov 14:42
acf98d7
Compare
Choose a tag to compare
Grid improvements (#34)

Co-authored-by: Claire Merker <34312518+clairemerker@users.noreply.github.com>

v0.1.23

03 Nov 15:12
Compare
Choose a tag to compare
Bump version: 0.1.22 → 0.1.23

v0.1.22

01 Nov 16:28
Compare
Choose a tag to compare
Bump version: 0.1.21 → 0.1.22

v0.1.21

05 Jul 12:04
Compare
Choose a tag to compare
Bump version: 0.1.20 → 0.1.21

v0.1.19

31 May 12:22
Compare
Choose a tag to compare
formatoptions in import in plot folder

v0.1.18

31 May 12:05
Compare
Choose a tag to compare
v0.1.18 Pre-release
Pre-release
fix init.py