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.2.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file dynamicopy-0.3.2.tar.gz
.
File metadata
- Download URL: dynamicopy-0.3.2.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb0111b4529698e1149cb7d207e5643cf77db95ccf8b52b51659f66f3fc9471f |
|
MD5 | 99a59bb6a8e5059e3ac86f3224338016 |
|
BLAKE2b-256 | 5e4264c9fdabe0ab6aa743bf5a51c4363674f21a8f7c598e39d0f7f9ea7554e4 |
File details
Details for the file dynamicopy-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: dynamicopy-0.3.2-py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 023e359fe06c47dbc05237875c77ca1727919616bb583efda7d0f675ffa563b8 |
|
MD5 | 814ef4d30ace50251a64b6b298764859 |
|
BLAKE2b-256 | 1bd62ede948cd5e6fd9802f6863772ed44b0f22324cf30d2b234388c3e330165 |