wmo-im / synop2bufr

Python package to transform SYNOP data into the WMO BUFR format.
https://synop2bufr.readthedocs.io
Apache License 2.0
6 stars 2 forks source link

create pygeoapi plugin #32

Open tomkralidis opened 1 year ago

tomkralidis commented 1 year ago

Implement pygeoapi plugin in the same pattern as implemented in csv2bufr.

david-i-berry commented 1 year ago

@tomkralidis @maaikelimper @RoryPTB synop2bufr requires metadata to be passed to the transform function, we need to decide how to include this - via the webform and a secondary upload, via a call to the WIS2box API, or the read of a file from the filesystem where the process is running.

yanbodiaosou commented 11 months ago

I want to deal with hourly data of SYNOP to BUFR, synop2bufr can do this? Please reply as soon as possible

RoryPTB commented 10 months ago

@yanbodiaosou Yes synop2bufr is intended to be able to handle hourly SYNOP data. Give it a try and let me know how it goes.