Tag Archives: weather

NautiCalc v0.6.0

New version with first implementation of weather data from SMHI (http://www.smhi.se/oppnadata)

In this release NautiCalc shows forecast for the coming hour. Parameters shown are wind direction, wind speed and gust speed.

bild

Weather-API 0.2 available

Changes in this version:

  • Added method <GetForecast(DateTime) to support fetching data for a certain time. Return null if no data available for time.
  • Renamed class <SMHI> to <Weather> to make it a bit more flexible
  • Renamed class <TimeSeriesData> to <TimeSeries>

Read more here