Metadata-Version: 2.4
Name: TCdone
Version: 0.1.4
Summary: A Python package to download and manage tropical cyclone datasets like IBTrACS
Author-email: Cong Gao <cong.gao@princeton.edu>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: tqdm
Dynamic: license-file

# TCdone

**TCdone** is a Python package for downloading and organizing tropical cyclone datasets.

Currently supports:
- 🌎 IBTrACS (International Best Track Archive for Climate Stewardship)

## Example

```python
from TCdone import download_ibtracs
download_ibtracs()
