md_bay_historical
Query historical time-series data from a CBIBS buoy station for a specific variable over a date range to analyze trends.
Instructions
Get historical time-series data from a CBIBS buoy station. Query specific variable over a date range for trend analysis. Variables: 'water_temp' (Water Temperature (°C)), 'salinity' (Salinity (PSU)), 'dissolved_oxygen' (Dissolved Oxygen (mg/L)), 'ph' (pH), 'turbidity' (Turbidity (NTU)), 'chlorophyll' (Chlorophyll (µg/L)), 'wind_speed' (Wind Speed (m/s)), 'wind_direction' (Wind Direction (degrees)), ... (13 total). Stations: 'UP' (Upper Potomac), 'GR' (Gooses Reef), 'J' (Jamestown), 'FL' (First Landing), 'SR' (Stingray Point), 'PL' (Point Lookout), 'AN' (Annapolis), 'YS' (York Spit), 'N' (Norfolk), 'SN' (Susquehanna), 'S' (South).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| station | Yes | Station code | |
| end_date | Yes | End date (YYYY-MM-DD), e.g. '2024-06-30' | |
| variable | Yes | Measurement variable: 'water_temp' (Water Temperature (°C)), 'salinity' (Salinity (PSU)), 'dissolved_oxygen' (Dissolved Oxygen (mg/L)), 'ph' (pH), 'turbidity' (Turbidity (NTU)), 'chlorophyll' (Chlorophyll (µg/L)), 'wind_speed' (Wind Speed (m/s)), 'wind_direction' (Wind Direction (degrees)), ... (13 total) | |
| start_date | Yes | Start date (YYYY-MM-DD), e.g. '2024-06-01' |