Metadata-Version: 2.3
Name: global-temperature
Version: 0.1.0
Summary: 
License: MIT
Author: zacwang
Author-email: zacwang15@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2.2.4,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pandera[pandas] (>=0.23.1,<0.24.0)
Requires-Dist: pyarrow (>=19.0.1,<20.0.0)
Requires-Dist: pygeohash (>=3.0.1,<4.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: scipy (>=1.15.2,<2.0.0)
Project-URL: homepage, https://github.com/ZacWang15/global-temperature
Project-URL: repository, https://github.com/ZacWang15/global-temperature
Description-Content-Type: text/markdown

# Global Temperature

This project provides average monthly temperature (celsius degree) globally in land area by 0.1 degree x 0.1 degree grids.

The data is at monthly interval from 1990 till now and dataset will update every month for the current year.

The tool can match a latitude, longitude point to the nearest point in the grid and return the celsius degree according to year, month you pass to it.

## Converage
The yellow area in the [photo](https://global-temperature.com/coverage.png) is the coverage of the project.


## Install


## How to use

You can find usage examples in the [`examples.py`](examples.py) file.

[View the examples.py file](https://github.com/ZacWang15/global-temperature/blob/master/examples.py)


## Code License
The code in this project is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute it for any purpose.

## Data License
This project relies on data from the ERA5 dataset, provided by the European Centre for Medium-Range Weather Forecasts (ECMWF). The ERA5 data is governed by the [Copernicus Licence Agreement](https://apps.ecmwf.int/datasets/licences/copernicus/).

By using this project, you agree to comply with the terms of the Copernicus Licence Agreement when accessing or using ERA5 data.
