Skip to main content

Package to subsample World Ocean Atlas climatology.

Project description

https://zenodo.org/badge/4645/castelao/pyWOA.svg https://readthedocs.org/projects/pywoa/badge/?version=latest https://img.shields.io/travis/castelao/pyWOA.svg https://img.shields.io/pypi/v/pyWOA.svg

Package to subsample World Ocean Atlas climatology.

Features

  • If the WOA database files are not localy available, download it.

  • Extract, or interpolate if necessary, climatologic data on requested coordinates;

  • Can request a single point, a profile or a section;

  • Ready to handle -180 to 180 or 0 to 360 coordinate system;

Quick howto use

Inside python:

from pyWOA import WOA

db = WOA()

To get temperature at one point:

t = db[‘TEMP’].extract(var=’t_mn’, doy=136.875, depth=0, lat=17.5, lon=-37.5)

To get one profile of salinity:

t = db[‘PSAL’].extract(var=’t_mn’, doy=136.875, depth=[0, 10, 15, 18], lat=17.5, lon=-37.5)

To get a full depth section of temperature:

t = db[‘TEMP’].extract(var=’t_mn’, doy=136.875, lat=17.5, lon=[-39, -37.5, -35])

History

0.0.1 (2015-12-13)

  • First release on PyPI. Extracted from CoTeDe to be a standalone package.

pre-released (~2006)

  • The first version was developed in support to quality control thermosalinographs at NOAA. It was later injected inside CoTeDe.

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

pyWOA-0.1.0.tar.gz (14.9 kB view hashes)

Uploaded Source

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