pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
457 stars 166 forks source link

Refactor importers #218

Open dnerini opened 3 years ago

dnerini commented 3 years ago

The current importer module includes a fairly arbitrary list of importers that are specific to data formats used by various national weather services. This list cannot grow indefinitely each time a new use case appears.

Instead, we should leverage the recent option to use importer plugins and only keep importers that are general enough.

I therefore suggest to

RubenImhoff commented 2 years ago

For the nwp_importers work in progress in the separate pysteps-nwp-importers repo. See: https://github.com/pySTEPS/pysteps-nwp-importers/pull/1