Package to subsample World Ocean Atlas climatology.
Project description
Package to subsample World Ocean Atlas climatology.
Free software: 3-clause BSD style license - see LICENSE.rst
Documentation: https://pyWOA.readthedocs.org.
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
File details
Details for the file pyWOA-0.1.0.tar.gz
.
File metadata
- Download URL: pyWOA-0.1.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80ea0d98cb6dd78e926729148e9a635fff8f12d5f766e4e3ae874929e91f97bb |
|
MD5 | 0f2e59c21a86722df7fa59d6e9a0792d |
|
BLAKE2b-256 | 35ab7064893cab5d3118c6bfa85010d87488afa9b51bb139f9deb8eeeed7cedb |