Skip to main content

Quick visualization python software for NetCDF files

Project description

Coriolis

What is it ?

coriolis is a quick visualization python software developped using PyQt5 and xarray. It allows the user to get a quick insight of a NetCDF (.nc) file.

It provides multi-dimensional field main statistics, an embedded matplotlib canvas to visualize the data (1-D and 2-D plots) and some features to save the figure, scale the data, change the colorbar, use non-linear axis scales and others

An animation widget is also implemented. However, at this point, matplotlib is not fast enough to enable a confortable and quick visualization refreshment. Other software such as NcView should be used instead.

More importantly, coriolis allows the user to precisely select the data to plot, namely the needed slices can be easily given.

Example

How to install it ?

You need to install the dependencies before installing the package. They were not included within the package due to some issues with pip-installed PyQt5 package. We recommend therefore the Anaconda distribution for installing those dependencies.

In a pre-activated python3 environment, you can simply do :

$ conda install matplotlib xarray netcdf4 cartopy`
$ pip install coriolis

## How to use it ?

As for now, only NetCDF (.nc) files can be processed.

You can use the software by running the command :

$ coriolis yourfile.nc

How to customize it ?

If you want to customize the figures style, you can modify the custom.mplstyle file which is in the package.

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

coriolis-0.0.1.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

coriolis-0.0.1-py3-none-any.whl (33.3 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