tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
Resolves the first half of #185. Rather than dropping support for
This should address https://github.com/tobac-project/tobac/issues/122 and bring our utils module closer to what we have in `v2.0-dev`. This should pair nicely with https://github.com/tobac-project/tobac/pull/179 and is another (small) step toward bridging the...
I came across this while working on #127: the `feature_detection.feature_detection_multithreshold` function (which most users will be using for feature detection) is missing the `dxy` parameter in RC_v1.4.0: https://github.com/tobac-project/tobac/blob/29e55984248b2a1dfb2205834dd3df0e2ad9a7a3/tobac/feature_detection.py#L535
This PR resolves #52 which has been a long existing issue reporting that not all feature IDs can be found in the segmentation mask output and that some features result...
I realized that we are currently quite inconsistent with importing modules in functions vs. importing modules at the top of the `tobac` modules. An example is that in some modules,...
Currently, we only run tests on the latest versions of Python and our dependent libraries. We should probably expand this to test multiple python versions. This should be doable through...
We should probably put *tobac* on PyPI. This isn't urgent and it does make our release process more cumbersome, but it's important for non-conda users. The tutorial is here: https://packaging.python.org/en/latest/tutorials/packaging-projects/
Conda-forge is about to drop support for Python 3.7 (https://conda-forge.org/docs/user/announcements.html#dropping-python-3-7) and they have already dropped support for Python 3.6 and below. With that, I think it would be in our...
I have ported the 4 converting decorators that enable a rudimentary xarray support from tobac v2 to 1.5. I also added some tests and fixed some bugs I found during...
The `.zenodo.json` file that we are implementing in #139 can be finicky on the Zenodo side. We should add a CI to automatically validate this file. Zenodo does not(!) release...