open weather vision (owvision in short) is a software system that allows you to
- record
- archive
- analyze
and
- share
the weather data of your personal weather station(s). It is a self-hostable, open source solution. You only need a Raspberry Pi visible in your network (or in the whole world😉) to get started!
To get started read the official documentation!
The software contained in this repository is the basic building block (the core) of the open weather vision software system.
The core is responsible for the storage of the weather data (e.g. history records, forecasts, ranking records, ...) in a database and provides a RESTful API that offers an authenticated way to control the entire system (e.g. create a new weather station, read a sensor, ...).
This does not include the recorder - the software that is responsible for communicating with a weather station via an interface and pushing realtime weather data to the core.
It also does not include any command line interface or graphical user interface to interact with owvision.