Filtering on the wavenumber-frequency domain based on WK99.
Project description
KF Filter
A Python package for filtering equatorial waves in the wavenumber-frequency domain.
Features
- Implements wavenumber-frequency filtering for equatorial waves.
- Supports filtering for MJO and TD as well.
- Provides visualization tools for filter masks.
Installation
The easiest way to install is through pip.
pip install kf-filter
Usage
import xarray as xr
from kf_filter import KF
# Load your data as an xarray DataArray
data = xr.open_dataset("your_data.nc")["variable_name"]
# Initialize the KF filter
kf_filter = KF(data, sampling_per_day=2, time_taper_frac=0.1)
# Apply a Kelvin wave filter
filtered_data = kf_filter.kelvin_filter()
# Visualize the filter
kf_filter.visualize_filter("kelvin")
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kf_filter-0.0.5.tar.gz.
File metadata
- Download URL: kf_filter-0.0.5.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d43295efa8d924b5126da7d94a18a08f0026314491a6162350435a6ad29ce541
|
|
| MD5 |
0eca811bf9dca66265c3cf17ea095da5
|
|
| BLAKE2b-256 |
19be8276790877f790e2618aaa654953b5c59710c3c2a9380762056cc9a43b91
|
File details
Details for the file kf_filter-0.0.5-py3-none-any.whl.
File metadata
- Download URL: kf_filter-0.0.5-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e600140b14f9718a9b3c86b3d46d84aa4c3038b811d4138977a686b114e21a
|
|
| MD5 |
feca1eea51529cd3360b7f5c5ad24974
|
|
| BLAKE2b-256 |
1ed052a05052a0ec757ae99b43e08461c327c49b267322e967a9b53517f40605
|