Metadata-Version: 2.3
Name: GeoDSKit
Version: 0.2.0
Summary: A modern comprehensive geographic datasets handler kit.
License: MIT
Author: SongshGeo
Author-email: songshgeo@gmail.com
Requires-Python: >=3.8.1,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: netcdf
Requires-Dist: click (>=8)
Requires-Dist: future-annotations (>=1.0.0)
Requires-Dist: netCDF4 (>=1) ; extra == "netcdf"
Requires-Dist: typing-extensions (>=4.12.2)
Requires-Dist: xarray (>=2023) ; extra == "netcdf"
Description-Content-Type: text/markdown

# GeoDSKit

A modern comprehensive geographic datasets handler kit.

![kfRdDh](https://songshgeo-picgo-1302043007.cos.ap-beijing.myqcloud.com/uPic/kfRdDh.png)

## Features

- [ ] Search and automatically download [NOAA](https://www.ncei.noaa.gov/) datasets.
- [ ] Handle local CMIP6 datasets with standard naming convention in batch.
- [x] NetCDF4 file handler.
- [x] Find and filter geospatial dataset files.

## Installation

```bash
pip install geo-dskit
```

