https://github.com/aetperf/pymeteofr
Python wrapper of the Météo-France web services (WCS only)
https://github.com/aetperf/pymeteofr
Last synced: 5 months ago
JSON representation
Python wrapper of the Météo-France web services (WCS only)
- Host: GitHub
- URL: https://github.com/aetperf/pymeteofr
- Owner: aetperf
- License: mit
- Created: 2020-01-22T10:27:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-27T08:02:25.000Z (9 months ago)
- Last Synced: 2025-10-24T22:55:34.780Z (8 months ago)
- Language: Python
- Homepage: https://pymeteofr.readthedocs.io
- Size: 809 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
[](https://travis-ci.org/aetperf/pymeteofr)
[](https://pymeteofr.readthedocs.io/en/latest/)
[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/release/python-360/)
[](https://github.com/psf/black)
# PyMeteoFr
Python wrapper of the Météo-France web services ([WCS](https://www.ogc.org/standards/wcs) only).
```python
from IPython.display import Image
from pymeteofr import Fetcher
fetcher = Fetcher(token="__xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx__")
fetcher.select_product(dataset='arome', area='polynésie')
fetcher.select_coverage_id("Temperature at specified height level above ground")
fetcher.check_run_time(horizon=24)
fetcher.set_bbox_of_interest(208, -18.5, 212, -16)
fetcher.create_3D_array()
fetcher.make_movie(root_name="tahiti")
Image(filename="./data/tahiti.gif")
```
## Requirements
[gifsicle](https://www.lcdf.org/gifsicle/) is required for the gif file optimization.
Free software: MIT License
Copyright (c) 2020, Architecture & Performance