Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 834 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 834 Bytes

Weather DataHub Utilities

Example scripts for interactive with Weather DataHub for download of data.

The LICENCE file found here applies to all utilities present in this repository.

atmospheric_order_download

This is a Python script to connect to the API gateway and download GRIB2 files generated by referencing an order created. It supports retries and multiple parallel download streams.

map_images_download

This is a Python script to connect to the API gateway and download map images referencing an order previously created. It supports multiple data streams.

site_specific_download

This is a Python script to connect to the API gateway and retrieve a site-specific forecast in JSON format.

bpf_download (beta)

This is a Python script to connect to the API gateway and retrieve BPF forecast in JSON format.