You can find the documentation for the project by following this link
https://filter-stations.netlify.app/
All methods require an API key and secret, which can be obtained by contacting TAHMO.
- The
retreive_dataclass is used to retrieve data from the TAHMO API endpoints. - The
Filterclass is used to filter weather stations data based on things like distance and region. - The
pipelineclass is used to create a pipeline of filters to apply to weather stations based on how they correlate with water level data. - The
Interactive_mapsclass is used to plot weather stations on an interactive map.
For instructions on shedding weather stations based on your water level data and gauging station coordinates, please refer to the water_level_pipeline.md file.