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
feat: Enhance astronomical data fetching and display with hourly forecast
- Added functionality to fetch hourly weather forecasts from the weather.gov API.
- Updated the AstroFetcher class to include hourly forecast data in the display.
- Modified the display_astronomical_data function to render both astronomical data and hourly forecasts.
- Introduced new Pydantic models for parsing hourly forecast GeoJSON responses.
- Refactored service layer to include new fetching methods for hourly forecasts.
- Updated UI components to support the new dashboard layout combining astronomical and forecast data.
- Adjusted metrics naming for clarity and consistency.
- Added tests for the new forecast model to ensure proper parsing and validation.
0 commit comments