-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo for retrieving Water Data Online (WDO) data from Australian Bureau of Meteorology (BOM) #352
base: main
Are you sure you want to change the base?
Conversation
57ea5da
to
ee61f3b
Compare
Codecov ReportBase: 89.42% // Head: 89.31% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #352 +/- ##
==========================================
- Coverage 89.42% 89.31% -0.11%
==========================================
Files 90 102 +12
Lines 6516 7217 +701
Branches 655 667 +12
==========================================
+ Hits 5827 6446 +619
- Misses 528 607 +79
- Partials 161 164 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
66e8c20
to
134b7a5
Compare
BOM/WDO means: - Australian Bureau of Meteorology (BOM) - Water Data Online (WDO) It will use `kiwis-pie`, a Python library for querying a WISKI system using KiWIS.
d8e6098
to
0bdd184
Compare
082c75d
to
bc1ca15
Compare
07934b8
to
a9ce842
Compare
cef9020
to
783eeab
Compare
c6deea1
to
5023bab
Compare
b9dadd9
to
f4d1daf
Compare
Dear Benjamin,
because I know you will like this, I finally submitted a demo program already created the other day to make it ready for picking up. Attaching to #303, this is quite a nice start to acquire data from Water Data Online (WDO) published by the Australian Bureau of Meteorology (BOM).
For interfacing with their API, the program uses
kiwis-pie
, a Python library for querying a WISKI system using KiWIS.Cheers,
Andreas.
P.S.: I added this to the
collab
branch prefix. So, please feel free to pick this up any time you like.