You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: refactor data loading services and update dependencies
- Removed unused function `fetch_astronomical_data_from_api` and replaced it with `fetch_weather_point_data` in the data_loader module.
- Updated the `resolve_point_metadata` function to return `WeatherPointDataFeature` instead of `WeatherGovFeature`.
- Modified `fetch_hourly_forecast_from_api` to utilize the new `fetch_weather_point_data` function.
- Added a new function `fetch_current_conditions_by_station` to retrieve current weather conditions for a given station ID.
- Updated imports in `forecast_table.py` and test files to reflect changes in model imports.
- Updated `uv.lock` to upgrade `black` to version 26.3.1 and `ruff` to version 0.15.6.
0 commit comments