Skip to content

Code base to evaluate Tangara's sensors by comparing them from a time series, searching missing data, outliers and offline sensors.

License

Notifications You must be signed in to change notification settings

sebaxtian/tangara-evaluation

Repository files navigation

tangara-evaluation

Base code to evaluate Tangara's sensors by comparing them through a time series, identifying missing data, detecting outliers, and assessing offline sensors.

Tangara Activismo del Aire

Requirements

How to use

Please read and execute each step below:

Step 1

Add Poetry to your PATH:

$promt> export PATH="$HOME/.local/bin:$PATH"

Also you can add Poetry to your .bashrc file:

$promt> nano ~/.bashrc

Install poetry by script:

$promt> ./install-poetry.sh

Step 2

Command to tell Poetry which Python version to use for the current project:

$promt> poetry env use 3.12

Step 3

Activating the virtual environment:

$promt> poetry shell

Step 4

Installing dependencies:

$(tangara-evaluation-py3.12)> poetry install --no-root

Optional

Displaying the environment information:

$promt> poetry env info

Adds required packages to your pyproject.toml and installs them:

$promt> poetry add jupyter

Deactivate the virtual environment and exit:

$(tangara-superset-py3.12)> exit
# To deactivate the virtual environment without leaving the shell use deactivate
$(tangara-superset-py3.12)> deactivate

Tangara Evaluation

A base code was created inside the folder src please check out the README.md file.


That's all for now ...


License

GPL-3.0 License

About me

https://about.me/sebaxtian

About

Code base to evaluate Tangara's sensors by comparing them from a time series, searching missing data, outliers and offline sensors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published