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.2.tar.gz
(30.1 kB
view details)
Built Distribution
File details
Details for the file dynamicopy-0.3.4.2.tar.gz
.
File metadata
- Download URL: dynamicopy-0.3.4.2.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 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 | 1a93cd6dc3dfdeae83beae162db87f69e590818a3019773e452e233d2469cbfd |
|
MD5 | eaf526ebcea820bfbe9cd8983017ee05 |
|
BLAKE2b-256 | affa477e16e257354a860b1b15d79c2f539c04538d4d20214e8c7db14755223b |
File details
Details for the file dynamicopy-0.3.4.2-py3-none-any.whl
.
File metadata
- Download URL: dynamicopy-0.3.4.2-py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 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 | 4a58588e2fd887d76ac69285c888c22fe4c7f69a353671d5db5b0eef86574805 |
|
MD5 | e49a0c680093cc4a587131010154db43 |
|
BLAKE2b-256 | e7a3f330d15bae9f6e5f4abc4bfa4e20378dc5f994c722a2e6b96931e49b4346 |