Skip to content

Releases: axiom-data-science/extract_model

v0.5.1

01 Apr 21:50
6bb5f40
Compare
Choose a tag to compare

Added another notebook of docs for time series examples.

v0.5: Added functionality for nearest point selection

01 Apr 17:20
238c2d1
Compare
Choose a tag to compare

Can select nearest point to input lon/lat location, and do basic interpolation or selection in time and vertical.

Added preprocessing functions for ROMS, HYCOM, and POM, and placeholders for others.

Also added more docs for more examples.

v0.4

08 Sep 17:32
208132a
Compare
Choose a tag to compare

With this release, Datasets are no longer input into extract_model — instead, DataArrays (in which the desired variable to be interpolated has already been selected) should be input. All of the docs and tests have been updated accordingly.

Package dependencies still

29 Jun 20:45
de6ddd6
Compare
Choose a tag to compare

Pinned version required for cf-xarray which should fix the problem that has been on-going.

Fixed up package dependencies

29 Jun 19:20
dce0382
Compare
Choose a tag to compare
Merge pull request #28 from kthyng/main

updated package listings

Removed pandas from reqs lists

28 Jun 17:53
ccfc78a
Compare
Choose a tag to compare

Wasn't actually being used.

Improved logic

25 Jun 20:21
4463f2a
Compare
Choose a tag to compare

This version integrates a new capability in cf-xarray to identify variables using custom attributes criteria. It cleans up the code in this package.

Update docs

16 Jun 19:14
a0afc51
Compare
Choose a tag to compare
v0.2.2

Update README.md

Loosening Python version restrictions

14 Jun 16:35
7caff69
Compare
Choose a tag to compare
v0.2.1

Loosening unnecessary Python version restrictions

Ready for conda-forge

09 Jun 21:51
74d1aa8
Compare
Choose a tag to compare
Merge pull request #20 from kthyng/main

precommit fix