summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-31Started splitting Response init into smaller piecesHEAD0.1.0masterAki
2023-03-30Fixed formatting blanksAki
2023-03-29Readded Prediction.at(parameter, level)Aki
2023-03-28Ensure that pressure is sorted along and apply same order to all profilesAki
2023-03-28Temporarily removed levels from Response and PredictionAki
2022-10-08Added helpers to access specific scalar valuesAki
2022-10-08Extended error handling and edge cases in Response initializationAki
2022-10-08Converted to numpy array and transponed the valuesAki
The current format will allow easy access to vertical profiles which in turn will ease up dewpoint calculations.
2022-10-07Added quick accessors for levels and parameters in PredictionAki
2022-10-07Initialize Response's levels and parameters directly in __init__Aki
2022-10-07Ordered StrEnum members to allow sorting LevelsAki
2022-10-07Removed iterator responsibility from PredictionAki
2022-10-07Renamed EntryView to PredictionAki
2022-10-06Documented point forecast moduleAki
2022-10-06Renamed Endpoint to PointForecastAki
2022-10-06Fixed entryview conditionAki
2022-10-06Fixed typo from refactoringAki
2022-10-06Fixed unit notationAki
2022-10-06Added wrapper for responsesAki
2022-10-05Point forecast now allows Request or arguments for requestAki
2022-10-04Fixed bad relative importAki
2022-10-04Wrapped and shuffled endpoint config around to Windy classAki
2022-10-02Tweaked request interface a bitAki
I'm still not happy with it, but I think I just need to roll a dice once or twice more, and then just settle on the outcome, because there is no point wasting much more time on such a trivial module as this one.
2022-10-02Added missing key to request bodyAki
2022-09-26Merged Config into RequestAki
2022-09-26Made a proper package out of the moduleAki
2022-09-24Separated config, request, and function that makes real requestAki
Experimenting a little bit with different forms to see what seems alright as public API. Feels like an overkill, since the whole thing is dead simple, but let's do it regardless.
2022-09-23Extended Enums for Levels and ModelsAki
2022-09-22Created stub request to point forecast endpointAki