- Use
pydantic
to create custom BoundingBox class forDatasetSearchParameters
. transform_itrf
will calculate plate for source ITRF if not given withtarget_epoch
.- Add support for ILATM1B v2 and BLATM1B v1.
- Add support for ILVIS2 v1 and v2.
- Improve API, providing ability to search across datasets and save to intermediate parquet file.
- Add jupyter notebook showing use of
iceflow
alongsideicepyx
- Use
pydantic
to manage and validate dataset & dataset search parameters. - Fixup use of
pandera
to actually run validators. - Use
np.nan
for nodata values instead of0
. - Update package structure to be namespaced to
nsidc
and publish to PyPi.
- Initial release