Socket
Socket
Sign inDemoInstall

metofficeamd

Package Overview
Dependencies
7
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    metofficeamd

Python wrapper for Met Office Weather DataHub AMD API


Maintainers
2

Readme

MetOfficeAMD

Python wrapper around MetOffice Atmospheric Model Data REST API

codecov

IN DEVELOPMENT

MetOfficeAMD is a simple wrapper for the API provided by the British Met Office https://metoffice.apiconnect.ibmcloud.com/metoffice/production/_ known as Weather DataHub. It can be used to retrieve weather observations and forecasts. The aim is to forecus on the AMD - Atmosphere Model Data REST API https://metoffice.apiconnect.ibmcloud.com/metoffice/production/product/17502/api/16908

Access

Your need to register and obtain a API key and secret. This should be placed in environment variables as API_KEY and API_SECRET

Installation

pip install metofficeamd

Data variables

When the data is loaded they are given a short name

  • lcc : Low-level cloud cover in %.
  • mcc : Medium-level cloud cover in %.
  • hcc : High-level cloud cover in %.
  • sde : Snow depth in meters.
  • dswrf : Downward longwave radiation flux - ground
  • t : Air temperature at 1 meter above surface in Kelvin.
  • r : Relative humidty in %.
  • vis : Visibility in meters.
  • si10 : Wind speed in meters per second, 10 meters above surface.
  • prate : Precipitation rate at the surface in kg/m^2/s.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc