Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

v0.1.4

Choose a tag to compare

@jacobbieker jacobbieker released this 17 Sep 10:22
· 2073 commits to main since this release
f871028
Update NetCDFDataset to work with SatFlow (#107)

* Add customizable required keys

* Add customizable required keys

* Add TODO ideas relating to #97

* Start on subsetting data

* Add customizable required keys

* Add customizable required keys

* Add TODO ideas relating to #97

* Start on subsetting data

* Readd required keys

* Run black formatting

* Add init

* Add subsetting temporal data

* Rename to better reflect current index

* Add some higher imports

* Add Example

* Fix circular import, subset time sin/cos etc.

* Remove duplicated file

* Update constants

* Run black

* Remove todo

* Split out subselecting into own function

* Move datetime feature names to required_keys

* Add check for required keys

* Add unittest for subselect_data

* Update docstring

* Add docstring

* Update version

* Import more constants

* Add 30 second explanation

* Remove extra checks, PR comment

* Update subselect_data for xarray

* Update with simpler version

* Passing test

* Make test shorter, add test file

* Update nowcasting_dataset/dataset/datasets.py

Co-authored-by: Jack Kelly <jack@OpenClimateFix.org>

* Update nowcasting_dataset/dataset/datasets.py

Co-authored-by: Jack Kelly <jack@OpenClimateFix.org>

* Update nowcasting_dataset/dataset/datasets.py

Co-authored-by: Jack Kelly <jack@OpenClimateFix.org>

* Reduce code duplication in subselect

* Change how Datetimes selected

* Fix positional arg

* Simplify a bit further

* Simplify a bit further

* Fix error

Co-authored-by: Jack Kelly <jack@OpenClimateFix.org>