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.4.3.tar.gz
(34.1 kB
view details)
Built Distribution
File details
Details for the file dynamicopy-0.3.4.3.tar.gz
.
File metadata
- Download URL: dynamicopy-0.3.4.3.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fad273b83ce92fa8962bac83dcee3e91f99b071a649f836ef79fc0724108ad9 |
|
MD5 | c6376181fb1108efa3f19535e50243fd |
|
BLAKE2b-256 | d6130d94b655cf8d7b31dc25f38cbb9fb66054a2dc0261f0a2a7ce311793052b |
File details
Details for the file dynamicopy-0.3.4.3-py3-none-any.whl
.
File metadata
- Download URL: dynamicopy-0.3.4.3-py3-none-any.whl
- Upload date:
- Size: 4.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cbe9931af9abee7971f7e66d9a0b92f7ab4e63bf2c5765ae0071e9520fc08d6 |
|
MD5 | cb13fec235ae630173a58cb66c5e6de9 |
|
BLAKE2b-256 | 0d6a5af1bce99bec3b90a94e4327c64fa7ec210cfc5475ab72b37a57a2095105 |