
On the MeteoForge project¶
The MeteoForge project is the successor of the Weather Provider API and aims to more efficiently function as a tool to download and manipulate meteorological data without prior knowledge at several levels.
Where should I get started?¶
The MeteoForge project consists of three main supported components:
1. This package, which can be used to:
- create your own meteorological sources compatible with this project.
- Perform simple spatial and temporal actions without needing too much knowledge on specific packages, like list comparisons, polygon matching, etcetera.
2. The meteoforge-api package or Docker image, which can be used to:
- Easily run the MeteoForge API with the base source set from meteoforge-sources.
- Configure your own custom MeteoForge API with the sources you want it to handle, either from meteoforge-sources or any other compatible source (selfmade or otherwise).
3. The meteoforge-sources package, which can be used to:
- Directly request, download or parse data from the sources supported by this package.
Where to go from there?¶
- For more detailed documentation on the MeteoForge base component, go here: ...
- For more detailed documentation on the MeteoForge API component, go here: ...
- For more detailed documentation on the MeteoForge Sources component, go here: ...
If you want to know more