metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
103 stars 85 forks source link

Investigate capability to read radar fields. #108

Closed fionaRust closed 7 years ago

fionaRust commented 7 years ago

As a developers of IMPROVER we want access to Radar data so that we can begin to develop nowcasting

Related issues: #84

It was decided that this was better as the approach isn't agreed yet.

Acceptance criteria:

MoseleyS commented 7 years ago

MetDB Radar data page on Confluence TEPPV (under Nowcasting). The above page shows the result of extrating and plotting gridded radar data from the MetDB (the code is linked from there too). The upshot is that the 5km resolution radar data available from the MetDB are not sufficient for running a UK nowcast on a 2km standard grid.

gavinevans commented 7 years ago

Ok. After looking at your script for pulling back data from MetDB, I can understand that the data isn't on a sufficient resolution. Thanks for posting the code on the wiki page, although just to point out I assume that the script that you ran is a little different from the script on the wiki page, as I wouldn't have thought the datashape variable had been defined. Please update the issue when any progress is made. Thanks!

MoseleyS commented 7 years ago

Code corrected - you were right. datashape was being defined, but I had posted the code lines in the wrong order.

MoseleyS commented 7 years ago

Choices. We can ask for the data we need to be made available through MetDB or we can wait to see how the Service Hub will deliver these data. The latter is the preferred T&E method. If we need to demonstrate any Nowcast capability this year using a non-Service-Hub approach, we might as well use the simpler work-around of ingesting the current operational data used by the UK Nowcast.

Therefore, no further work is required on this ticket. It has absorbed about 1.5 days of effort. A slide has been added to the sprint demo presentation.

gavinevans commented 7 years ago

This looks fine. I'm happy for this issue to be closed.

fionaRust commented 7 years ago

Closing as no more work to be done right now.