You can find the documentation for the project by following this link
https://filter-stations.readthedocs.io/en/latest/
All methods require an API key and secret, which can be obtained by contacting TAHMO.
- The
RetrieveDataclass is used to retrieve data from the TAHMO API endpoints. - The
RainLoaderclass is used to get our DSAIL unified weather dataset from HuggingFace (See the documentation for more information on this) - The
Kieniclass is used to get weather data for stations 100km around Kieni from the central point.with water level data.
To get started on the module test it out on Google Colab
For earlier versions (<= v0.6.2) use the link below for documentation
https://filter-stations.netlify.app/
If you use this package in your research, please cite it using the following BibTeX entry:
@misc{filter-stations,
author = {Austin Kaburia},
title = {filter-stations},
year = {2024},
publisher = {Python Package Index},
journal = {PyPI},
howpublished = {\url{https://pypi.org/project/filter-stations/}},
}