Metadata-Version: 2.1
Name: ecscrape
Version: 0.0.1
Summary: Scrape the ECMWF IFS forecast.
License: MIT
Author: Lukas Kluft
Author-email: lukas.kluft@mpimet.mpg.de
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
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
Requires-Dist: aiohttp
Requires-Dist: aiohttp_retry
Requires-Dist: easygems
Requires-Dist: gribscan
Requires-Dist: healpy (>=1.16.3)
Requires-Dist: numcodecs
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: xarray
Description-Content-Type: text/markdown

# ecScrape

This repository provides a Python script to scrape forecast data from the ECMWF.

The script downloads all GRIB files of the latest forecast, creates GRIB indices,
remaps onto the HEALPix grid, and stores the resulting dataset in a rechunked Zarr store.

