Commit graph

24 commits

Author SHA1 Message Date
Winni Neessen fcc7626a76
Added PressureQFE to current weather 2023-06-23 12:35:52 +02:00
Winni Neessen 4d60f35c6a
Added WindGust to current weather 2023-06-23 12:05:40 +02:00
Winni Neessen a7feae910b
Switch from kn to m/s as default unit for Speed types 2023-06-23 11:52:36 +02:00
Winni Neessen 03d274846e
Added weather symbol to current weather
- Also refactored some types
- Introduced GenericString type
2023-05-24 22:00:47 +02:00
Winni Neessen 80a4d74032
Major restructuring in favour of current weather reading
- Renamed types from ObservationXXX to generic type names
- Put generic types into their own files
- Added CurrentWeatherByCoordinates
- Added Source type and made it available for Temperature types
2023-05-22 17:13:36 +02:00
Winni Neessen e424c49f97
Added ObservationDirection type and implemented Winddirection observation 2023-05-21 17:28:53 +02:00
Winni Neessen d61117cd23
Added ObservationSpeed type and implemented Windspeed observation 2023-05-21 15:32:40 +02:00
Winni Neessen dec578e751
Added CODE_OF_CONDUCT.md, CONTRIBUTING.md and updated mail address in CopyrightText 2023-05-21 11:46:23 +02:00
Winni Neessen 1dba4b13d4
Added ObservationLatestByLocation that combines geolocation lookup, station lookup and observation lookup. 2023-05-21 11:05:43 +02:00
Winni Neessen 0998ff5f14
Added GlobalRadiation and renamed precipitation timespans to general timespans 2023-05-20 18:20:24 +02:00
Winni Neessen 4cde745064
Added DewpointMean observation 2023-05-20 16:28:50 +02:00
Winni Neessen 7e0fb3789a
Added TemperatureMean observation 2023-05-20 16:17:28 +02:00
Winni Neessen e7a08eb910
Renamed Datetime to DateTeim 2023-05-20 16:11:09 +02:00
Winni Neessen 983c09907f
Altered Value() methods to return math.NaN if Observation is not available. 2023-05-20 10:52:31 +02:00
Winni Neessen 4bc501b6d8
Completed refactoring the whole Observation API. Also updated examples in README.md 2023-05-19 20:17:20 +02:00
Winni Neessen b66ff0985e
Refactored the whole Observation API to be much more accessible 2023-05-19 19:26:34 +02:00
Winni Neessen 1cf27fc8b9
More String/Float64 methods and tests for the Observation type. 2023-05-18 12:28:49 +02:00
Winni Neessen 4af3f224e6
More String/Float64 methods and tests for the Observation type. 2023-05-18 12:09:56 +02:00
Winni Neessen 5552a72712
More String/Float64 methods for the Observation type. Also simplified the tests by putting them into their own functions 2023-05-18 11:52:53 +02:00
Winni Neessen de0689d10d
Implementing Float64 type methods as well for Observation 2023-05-17 19:42:23 +02:00
Winni Neessen f8bde0f406
More observation methods and tests 2023-05-17 17:13:06 +02:00
Winni Neessen cc2e048ebb
More Observation data fields 2023-05-16 20:36:49 +02:00
Winni Neessen 4a1aed7b97
More observation data 2023-05-16 17:57:19 +02:00
Winni Neessen 18cf41f940
More observation data and test coverage 2023-05-16 12:02:19 +02:00