Skip to main content

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


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.1.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

dynamicopy-0.3.1-py3-none-any.whl (25.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page