Metadata-Version: 2.4
Name: easyclimate_map
Version: 2026.3.0
Summary: Easily obtain map data
Author-email: shenyulu <shenyulu2020@gmail.com>
License: BSD 3-Clause License
        
        Copyright (c) 2026-, Shenyulu
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: homepage, https://github.com/shenyulu/easyclimate-map
Project-URL: documentation, https://easyclimate-map.readthedocs.io/en/latest/
Project-URL: source, https://github.com/shenyulu/easyclimate-map
Project-URL: download, https://pypi.org/project/easyclimate-map/#files
Project-URL: tracker, https://github.com/shenyulu/easyclimate-map/issues
Keywords: climate,atmosphere,weather,meteorology
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas
Requires-Dist: py7zr
Requires-Dist: rich
Requires-Dist: zarr
Requires-Dist: cartopy
Requires-Dist: scipy
Requires-Dist: xarray>=2025.06.0
Dynamic: license-file

<img src="https://github.com/shenyulu/easyclimate-map/blob/main/docs/source/_static/easyclimate_map_logo_mini.png?raw=true" alt="easyclimate-map">

<h2 align="center">Easily obtain map data</h2>

<p align="center">
<a href="https://easyclimate-map.readthedocs.io/en/latest/"><strong>Documentation</strong> (latest)</a> •
<a href="https://easyclimate-map.readthedocs.io/en/main/"><strong>Documentation</strong> (main branch)</a> •
<a href="https://shenyulu.github.io/easyclimate-map/"><strong>Documentation</strong> (Dev)</a> •
<a href="https://shenyulu.github.io/easyclimate-map/src/contributing.html"><strong>Contributing</strong></a>
</p>


![PyPI - Version](https://img.shields.io/pypi/v/easyclimate-map)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easyclimate-map)
![PyPI - Downloads](https://img.shields.io/pypi/dm/easyclimate-map)
[![Documentation Status](https://readthedocs.org/projects/easyclimate-map/badge/?version=latest)](https://easyclimate-map.readthedocs.io/en/latest/?badge=latest)

<div align="center">
<center>English / <a href = "readme/README_zh_CN.md">简体中文</a> / <a href = "readme/README_ja_JP.md">日本語</a></center>
</div>


## 🤗 What is easyclimate-map?

The easyclimate-map is designed to Easily obtain map data for [easyclimate](https://github.com/shenyulu/easyclimate).

>   🚨 **This package is still undergoing rapid development.** 🚨
>
>   All of the API (functions/classes/interfaces) is subject to change.
>   There may be non-backward compatible changes as we experiment with new design ideas and implement new features.
>   This is not a finished product, use with caution.

## 😯 How to install?

The `easyclimate-map` package can be installed using Python package installer [pip](https://pip.pypa.io/en/stable/getting-started/).

```
pip install easyclimate-map
```

For requirements, Please refer to [Installation Guide](https://easyclimate-map.readthedocs.io/en/latest/install.html).


## 🪐 Legal Notice

Use of this software constitutes acceptance of the terms set forth in the [Legal Notice](https://easyclimate-map.readthedocs.io/en/latest/legal.html).
