Skip to content

TelcoSense/telcotemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelcoTemp

TelcoTemp CLI for temperature predictions based on operational data from CML and/or meteo stations. It computes temperature maps for every hour and stores them locally in png format.

The main processes include:

  1. Data ingestion — reading temperature data from InfluxDB.
  2. Preprocessing — cleaning, filtering, and handling missing values.
  3. Processing — applying interpolation, spatial operations, or neural-network methods.
  4. Storing results — saving processed data locally and into a database
  5. Configuration & logging — use config files to control behavior; log steps / errors for traceability.

HOW TO RUN

Activate the virtual env and install dependecies using either conda env in env_info/*.yml or requirements.txt, e.g.:

pip install -r env_info/requirements.txt

Set the configs: start the MariaDB and InfluxDB instances and provide IPs and passwords/tokens.

Run the combined calculation by:

python ./run.py

Acknowledgements

This output was financed through the project “Spatial Air Temperature Monitoring Using Microwave Links Data” (SS07020434), which is co-funded with state support from the Technology Agency of the Czech Republic under the Environment for Life Programme and further funded within the National Recovery Plan from the European Recovery and Resilience Facility.

Technology Agency of the Czech Republic      European Union

About

CLI version of telcotemp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages