Skip to main content

Synoptic chart plots for EUREC4A

Project description

Synoptic charts for the EUREC4A field campaign

With this package you can add synoptic charts to any cartographic matplotlib plot. The charts were provided by Cécile MARIE-LUCE at Meteo-France, Guadeloupe and generated as part of the forecasting testbed during the EUREC4A field-campaign by the EUREC4A-UK team. The synoptic charts were created from analysis at 00:00UTC and cover January 1st to February 29th 2020.

Installation

The package can be installed with pip from pypi

python -m pip install eurec4a_synop

To use it simply import eurec4a_synop and call add_synop

import cartopy.crs as ccrs
import matplotlib.pyplot as plt
import eurec4a_synop

crs = ccrs.AzimuthalEquidistant(central_latitude=10.0, central_longitude=-45.0)
fig, ax = plt.subplots(subplot_kw=dict(projection=crs), figsize=(14, 16))

ax.set_extent([-80, -10, 0, 30], crs=ccrs.PlateCarree())
add_synop(ax=ax, date=datetime.datetime(year=2020, month=2, day=2))
ax.coastlines()
ax.gridlines(draw_labels=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eurec4a_synop-0.1.0.tar.gz (61.6 MB view details)

Uploaded Source

Built Distribution

eurec4a_synop-0.1.0-py3-none-any.whl (61.6 MB view details)

Uploaded Python 3

File details

Details for the file eurec4a_synop-0.1.0.tar.gz.

File metadata

  • Download URL: eurec4a_synop-0.1.0.tar.gz
  • Upload date:
  • Size: 61.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.2.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for eurec4a_synop-0.1.0.tar.gz
Algorithm Hash digest
SHA256 544b6b7006a54d7e845a87e853ec7f9b8d2638960a1d3197c5ef9462acf4362b
MD5 93e2d31affb3e4256c8d43e19863fa59
BLAKE2b-256 20b8b8fa47d6faa10fc8409ea9f2ca80597a32f520103523c1b95b5497ac1f7b

See more details on using hashes here.

File details

Details for the file eurec4a_synop-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: eurec4a_synop-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 61.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.2.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for eurec4a_synop-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c28c99c99d2f19dcf06629f8bac26a2bd915b071283286b48a082170635d862
MD5 ece16bfeb84144781fb164080ca2e600
BLAKE2b-256 6abe5691942844ec22158969f4b85bceefb1e2b842fe747dfc4e547774467825

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page