Skip to content
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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amotl
Copy link
Member

@amotl amotl commented Feb 8, 2021

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.

@amotl amotl force-pushed the collab/bom branch 2 times, most recently from 57ea5da to ee61f3b Compare February 8, 2021 22:54
@codecov
Copy link

codecov bot commented Feb 8, 2021

Codecov Report

Base: 89.42% // Head: 89.31% // Decreases project coverage by -0.10% ⚠️

Coverage data is based on head (600a3b8) compared to base (246c125).
Patch coverage: 0.00% of modified lines in pull request are covered.

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     
Flag Coverage Δ
unittests 89.31% <0.00%> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
wetterdienst/provider/bom/wdo.py 0.00% <0.00%> (ø)
wetterdienst/__init__.py 71.42% <0.00%> (ø)
wetterdienst/metadata/resolution.py 100.00% <0.00%> (ø)
wetterdienst/api.py 87.50% <0.00%> (ø)
wetterdienst/provider/noaa/ghcn/__init__.py 100.00% <0.00%> (ø)
wetterdienst/provider/dwd/mosmix/__init__.py 100.00% <0.00%> (ø)
wetterdienst/metadata/parameter.py 100.00% <0.00%> (ø)
wetterdienst/metadata/unit.py 100.00% <0.00%> (ø)
wetterdienst/util/parameter.py 100.00% <0.00%> (ø)
wetterdienst/metadata/period.py 69.69% <0.00%> (ø)
... and 2 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@amotl amotl force-pushed the collab/bom branch 3 times, most recently from 66e8c20 to 134b7a5 Compare March 27, 2021 22:09
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.
@amotl amotl changed the title Demo for retrieving data from Australian Bureau of Meteorology (BOM) Demo for retrieving Water Data Online (WDO) data from Australian Bureau of Meteorology (BOM) Dec 12, 2022
@amotl amotl added the enhancement New feature or request label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant