Metadata-Version: 2.1
Name: dnplot
Version: 0.2.2
Summary: Plotting of data imported by the DNORA package
Author-email: Konstantinos Christakos <konstantinosc@met.no>, Jan-Victor Björkqvist <janvb@met.no>, Dominykas Jasas <dominykas.jasas@stud.vilniustech.lt>
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: cartopy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: dash
Requires-Dist: scipy
Requires-Dist: cmocean
Requires-Dist: scikit-learn
Project-URL: repository, http://github.com/bjorkqvi/dnplot

# dnplot 💻

**dnplot** is a tool designed for the visualization of [**dnora**](https://github.com/MET-OM/dnora) objects, such as 🌬️ wind, 🌊 wave and ocean current data.

![dnplot Visualization](https://github.com/bjorkqvi/dnplot/blob/doc/docs/files/spectra_plotly.gif)


## Quick Installation 🚀 

Ready to dive in? You can easily install **dnplot** using pip:

```shell
$ pip install dnplot 
```

## Docs 📚
Looking for more details? Our documentation (currently under development) provides information about the package, its features, and how to use it. Explore it [here](https://dnora.readthedocs.io/en/latest/index.html).

