Pyxccd is a Python library for implementing Continuous Change Detection (CCD) algorithms, including CCDC and other variants. It provides tools for time series analysis of remote sensing data. The current version is 1.0.3, released on 2025-08-18. Released under the MIT license, it requires Python >= 3.9.
pip install pyxccdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load example data, fit CCDC, and print detected changes.
Update code to handle DataFrame output; use `.to_dict()` if needed.
Run `from pyxccd import download_example_data; download_example_data()` before loading data.
Replace `n_components` with `n_breakpoints` in the constructor.
Use top-level imports (e.g., `from pyxccd import CCDC`).