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.1.tar.gz
(29.0 kB
view details)
Built Distribution
File details
Details for the file dynamicopy-0.3.4.1.tar.gz
.
File metadata
- Download URL: dynamicopy-0.3.4.1.tar.gz
- Upload date:
- Size: 29.0 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 | 5455d4e08af27939f7560d20c5cf27ea415e755949ba0c1fb41f88e5039f3e0c |
|
MD5 | 5d07546ec43e8d8f5d92462c3853fe6f |
|
BLAKE2b-256 | 0c37762c19ef19f2af6031d97430d6f8f59b9b2257cabb22f9497beb1668340a |
File details
Details for the file dynamicopy-0.3.4.1-py3-none-any.whl
.
File metadata
- Download URL: dynamicopy-0.3.4.1-py3-none-any.whl
- Upload date:
- Size: 30.8 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 | 60024dba154c2adc63384dbb26145c92d9aa373dc04b0596a11dc4656a9e40f6 |
|
MD5 | 0fb8bc1b6af133143b95371d4086de6c |
|
BLAKE2b-256 | 8d9c0af0c9990d53af3c4b40b50db2bac6a06cbe9a6e0d6698c3d7bc764489d4 |