export {
  getWeather,
  readCachedWeather,
  describeWeatherCode,
  renderWeatherLine,
  geocodeCityZip,
  getSeasonProfile,
  getMonthlyRainNormal,
  getRainHistory,
  compressWeatherSignals,
  monthLabel,
} from './weatherService';
export type { GpsPrecision, WeatherSignals } from './weatherService';

export {
  getRegionContext,
  renderRegionLine,
  lightRegionFromGardenLocation,
} from './climateService';
