Metadata-Version: 2.1
Name: blendernc
Version: 0.4.11
Summary: Blender add-on to import datasets (netCDF, grib, and zarr)
Home-page: https://github.com/blendernc/blendernc
License: MIT
Keywords: visualization,3D
Author: josuemtzmo
Author-email: josue.martinezmoreno@anu.edu.au
Requires-Python: >=3.7,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Bottleneck (==1.2.1)
Requires-Dist: cfgrib (>=0.9.9,<0.10.0)
Requires-Dist: click (>=7,<8)
Requires-Dist: cmocean (>=2.0,<3.0)
Requires-Dist: dask (>=2021.8.1,<2022.0.0)
Requires-Dist: ecmwflibs (>=0.3.13,<0.4.0)
Requires-Dist: matplotlib (>=3.4.3,<4.0.0)
Requires-Dist: netCDF4 (>=1.5.7,<2.0.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: psutil (>=5.8.0,<6.0.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: toolz (>=0.11.1,<0.12.0)
Requires-Dist: xarray (>=0.19.0,<0.20.0)
Requires-Dist: zarr (>=2.9.4,<3.0.0)
Project-URL: Changelog, https://github.com/blendernc/blendernc/blob/master/CHANGELOG.md
Project-URL: Repository, https://github.com/blendernc/blendernc
Description-Content-Type: text/markdown

# BlenderNC

![Read the Docs](https://img.shields.io/readthedocs/blendernc) ![Github CI](https://github.com/blendernc/blendernc/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/blendernc/blendernc/branch/master/graph/badge.svg?token=NYJMMGIMPJ)](https://codecov.io/gh/blendernc/blendernc) [![Maintainability](https://api.codeclimate.com/v1/badges/bbd6f981e5f5a26c6a56/maintainability)](https://codeclimate.com/github/blendernc/blendernc/maintainability) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![GitHub](https://img.shields.io/github/license/blendernc/blendernc?color=lightblue) ![blender support](https://img.shields.io/badge/blender-2.83--2.93-blueviolet) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/blendernc/blendernc?label=tag) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/blendernc/blendernc/master.svg)](https://results.pre-commit.ci/latest/github/blendernc/blendernc/master) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/relekang/python-semantic-release)


<!--INFO-->

**BlenderNC** is an open source add-on and Python module to visualize **netCDF**, **grib**, and **zarr** datasets in [**Blender**](www.blender.org).

BlenderNC builds upon [**xarray**](https://github.com/pydata/xarray) and [**dask**](https://dask.org) to lazy load, manipulate, and display datasets as images in Blender.

#### Why BlenderNC?

Science visualization is a fundamental part of science communication and the exploration of large datasets. However, production quality real-time visualization and animation of scientific data has remained unreachable to the scientific community. BlenderNC main goal is to facilitate the generation of quality animations of scientific gridded data with a powerful and simple interface. For example:

- Quick load of datasets:

<img src="https://raw.githubusercontent.com/blendernc/blendernc/master/docs/images/quick_load_gif.gif" width="70%" />

- Nodes tree for more complex visualizations:

<img src="https://raw.githubusercontent.com/blendernc/blendernc/master/docs/images/GEBCO_blendernc.png" width="70%" />

- Math computations in BlenderNC node tree.

Documentation
-------------

Learn more about BlenderNC in the official documentation at [https://blendernc.readthedocs.io](https://blendernc.readthedocs.io)

Contributing
------------

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. More information about contributing to BlenderNC can be found at our [Contribution page](https://blendernc.readthedocs.io/en/latest/contribute.html).

Use Github to:
- report bugs,
- suggest features,
- provide examples,
- and view the source code.

Support
-------

**BlenderNC** is supported by:

<div style="width:100%">
<a href="https://esowc.ecmwf.int">
<img src="https://raw.githubusercontent.com/blendernc/blendernc/master/docs/images/logo_ESoWC.png" width="47%" style='margin-bottom:5px' />
</a>
<a href="http://cosima.org.au/">
<img src="https://raw.githubusercontent.com/blendernc/blendernc/master/docs/images/logo_cosima.png" width="47%" style='float:right;'/>
</a>
</div>

To implement and improve support of weather and climate data visualizations in GRIB format and visualize numerical models of the global ocean and sea-ice.

---

#### Authors
[@josuemtzmo](https://github.com/josuemtzmo)
[@orioltinto](https://github.com/orioltinto)

#### Contributors
[@whatnick](https://github.com/whatnick)
[@navidcy](https://github.com/navidcy)
[@stephansiemen](https://github.com/stephansiemen)


