Pacote para calcular o Índice de Qualidade da Água (IQA)
Project description
IQA/WQI Calculator
Este pacote fornece uma função IQA / WQI para calcular o Índice de Qualidade da Água (IQA).
Exemplo de uso
from iqa_calculator import IQA
resultado = IQA(
oxigenio_dissolvido=8.0,
coliformes_fecais=200,
ph=7.0,
dbo=5.0,
nitrogenio_total=1.0,
fosforo_total=0.1,
turbidez=2.0,
solidos_totais=500,
altitude=100,
temperatura=25
)
print(resultado) # Saída: 0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iqa_calculator-1.0.0.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iqa_calculator-1.0.0.tar.gz.
File metadata
- Download URL: iqa_calculator-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497f6bb8c872cecc35185f21116d8e4317c5c1533c23cd2d14b8ca3c97cc9273
|
|
| MD5 |
b547866c04b7279568b219e5e93d2122
|
|
| BLAKE2b-256 |
97ba6f12829616a8d9d7bda46ebb4c825fd14376df3e75d9c968f886ddf463de
|
File details
Details for the file iqa_calculator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: iqa_calculator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61b73c002876da455e7b97d9a68ccc3d00a409099795c786c79ace31a8e29250
|
|
| MD5 |
f3e89b253b377612380b362a84edf8af
|
|
| BLAKE2b-256 |
a03d050dfafcb2e04b8369ca65544abbf884a20d13a1eb186dcf339b836e23bc
|