ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
2 lines • 3.14 kB
JavaScript
'use strict';var chunkZ6HDFNEQ_js=require('./chunk-Z6HDFNEQ.js'),chunkSDEP44OM_js=require('./chunk-SDEP44OM.js');var i=chunkSDEP44OM_js.a.object({}).describe("Input parameters for listing current weather information from all stations."),n=chunkSDEP44OM_js.a.object({StationID:chunkSDEP44OM_js.a.int().describe("Numeric ID of the weather station.")}).describe("Input parameters for getting current weather information by station ID."),a=chunkSDEP44OM_js.a.object({StationID:chunkSDEP44OM_js.a.int().describe("Numeric ID of the weather station."),SearchStartTime:chunkSDEP44OM_js.a.string().datetime().describe("UTC datetime when the search time range begins (ISO-8601 format)."),SearchEndTime:chunkSDEP44OM_js.a.string().datetime().describe("UTC datetime when the search time range ends (ISO-8601 format).")}).describe("Input parameters for searching historical weather information by station and time range."),o=chunkSDEP44OM_js.a.object({StationList:chunkSDEP44OM_js.a.string().describe("Comma-separated list of weather station IDs.")}).describe("Input parameters for getting current weather information for multiple stations.");var d=chunkSDEP44OM_js.a.object({BarometricPressure:chunkSDEP44OM_js.a.number().nullable().describe("Atmospheric pressure in millibars (not adjusted for elevation)."),Latitude:chunkSDEP44OM_js.a.number().describe("Latitude of the weather station in decimal degrees."),Longitude:chunkSDEP44OM_js.a.number().describe("Longitude of the weather station in decimal degrees."),PrecipitationInInches:chunkSDEP44OM_js.a.number().nullable().describe("Precipitation amount in inches."),ReadingTime:chunkZ6HDFNEQ_js.d().describe("UTC datetime when the weather reading was taken."),RelativeHumidity:chunkSDEP44OM_js.a.number().nullable().describe("Relative humidity as a percentage (0-100)."),SkyCoverage:chunkSDEP44OM_js.a.string().nullable().describe("Sky coverage condition code."),StationID:chunkSDEP44OM_js.a.int().describe("Numeric ID of the weather station."),StationName:chunkSDEP44OM_js.a.string().nullable().describe("Display name of the weather station."),TemperatureInFahrenheit:chunkSDEP44OM_js.a.number().nullable().describe("Current air temperature in degrees Fahrenheit."),Visibility:chunkSDEP44OM_js.a.int().nullable().describe("Average visibility distance in meters (computed every 3 minutes)."),WindDirection:chunkSDEP44OM_js.a.number().nullable().describe("Wind direction in degrees clockwise from north (0-359)."),WindDirectionCardinal:chunkSDEP44OM_js.a.string().nullable().describe("Wind direction in cardinal format (e.g., 'N', 'S', 'WSW')."),WindGustSpeedInMPH:chunkSDEP44OM_js.a.number().nullable().describe("Maximum wind gust speed in miles per hour."),WindSpeedInMPH:chunkSDEP44OM_js.a.number().nullable().describe("Average wind speed in miles per hour.")}).describe("Current atmospheric conditions from a WSDOT Road Weather Information System station, including temperature, humidity, wind, visibility, barometric pressure, and precipitation.");exports.a=i;exports.b=n;exports.c=a;exports.d=o;exports.e=d;//# sourceMappingURL=chunk-WWNUTANK.js.map
//# sourceMappingURL=chunk-WWNUTANK.js.map