A set of tool to use and analyse netCDF data
Project description
DynamicoPy
This is a package designed to ease your analysis of climate models data with netCDF file.
You can install this package with pip : pip install dynamicopy
PyPI release here : https://pypi.org/project/dynamicopy/
How to use the package ? Imagine you have a u.nc netCDF4 file.
1 / Load the data
u = var_load('u', 'u.nc')
2 / Load its coordinates
lon, lat = get_lon_lat('u.nc')
3 / Plot it on a map
lon_lat_plot_map(lon, lat, u)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dynamicopy-0.3.3.1.tar.gz
(14.7 kB
view details)
Built Distribution
File details
Details for the file dynamicopy-0.3.3.1.tar.gz
.
File metadata
- Download URL: dynamicopy-0.3.3.1.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d61c451f704a1bafb34727981594aff7a5585f0cfbd3d06d0d6b95fac4d2d2c6 |
|
MD5 | 8029092f4c7da28227d2b44322e68da4 |
|
BLAKE2b-256 | 75978fd3e75511b1f4978b6011585bad8afb597bd6e7d7208a5165b13522e78f |
File details
Details for the file dynamicopy-0.3.3.1-py3-none-any.whl
.
File metadata
- Download URL: dynamicopy-0.3.3.1-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa7793a6e2f324855ef00d0af32fea42b8dd2af5e8ad57f40ae6dab8304099a6 |
|
MD5 | 368981855bcfcfcceb14675b698b5b97 |
|
BLAKE2b-256 | bbed36679edda0795dfa51de2956b8c1fddb9fced90488e0ea1cb520fb8e46a5 |