kaburia / filter-stations

Making it easier to navigate and clean TAHMO weather station data for ML development
https://pypi.org/project/filter-stations/
16 stars 2 forks source link

Generating maps #8

Open kaburia opened 7 months ago

kaburia commented 7 months ago

The Interactive Maps class currently relies on a file, which limits its ability to plot data based on different arguments such as station, multiple stations, country, region, and radius. To improve its functionality, the class needs to be modified so that it can generate an interactive map based on any of these parameters without requiring the file. For instance, an input could be a specific station or station sensor, and the class would return an interactive map displaying data for that station.