Releases: axiom-data-science/extract_model
v0.6
extract_model
can now be installed on Windows. If installing on Windows, horizontal interpolation will not work since xESMF
will not work properly since ESMPy
cannot be installed on Windows. Tests will run on Windows because those that use horizontal interpolation will not error out.
v0.5.3
filter: can be used to easily filter a Dataset down to certain variables by their standard names, but also looks for the variables necessary to decode vertical depth coordinates.
sub_grid hadn't been written to account for both cases of dimensions and coordinates with the same name vs. not. Now it works for both scenarios.
Also cf-xarray is now available on conda-forge with the necessary changes so can integrate that.
v0.5.2: Improved subset function
Now subset
function has been split into sub_bbox
and sub_grid
.
v0.5.1
v0.5: Added functionality for nearest point selection
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
Package dependencies still
Pinned version required for cf-xarray which should fix the problem that has been on-going.
Fixed up package dependencies
Merge pull request #28 from kthyng/main updated package listings
Removed pandas from reqs lists
Wasn't actually being used.
Improved logic
This version integrates a new capability in cf-xarray
to identify variables using custom attributes criteria. It cleans up the code in this package.