Metadata-Version: 2.1
Name: blendernc
Version: 0.4.0
Summary: Blender add-on to import datasets (netCDF, grib, and zarr)
Home-page: https://github.com/blendernc/blendernc
Author: josuemtzmo
Author-email: josue.martinezmoreno@anu.edu.au
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython
Requires-Dist: numpy

# 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)

<!--INFO-->

---
### Important:
##### <span style="color: red;"> The BlenderNC API has been updated for future development and consistency to support `netCDF`, `grib`, and `zarr` formats. In other words, previous versions to 0.4.0 are not compatible. Users are required to update their BlenderNC nodetree to use the renamed nodes. Version 0.3.3 is the last version with support for the previous API.</span>
---

**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/gebco_example/gebco_camera_view.png" 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)




