Metadata-Version: 2.4
Name: nc2
Version: 0.3.1
Summary: NC² NetCDF viewer
Home-page: https://github.com/rhettadam/NC2
Author: Rhett R. Adam
Author-email: rhettadambusiness@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26.4
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: netCDF4>=1.6.2
Requires-Dist: cartopy>=0.23.0
Requires-Dist: ttkbootstrap>=1.10.1
Requires-Dist: Pillow>=10.2.0
Requires-Dist: imageio>=2.33.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Welcome To NCÂ²

[![PyPI version](https://badge.fury.io/py/nc2.svg)](https://pypi.org/project/nc2/)

## What are NetCDF Files?

NetCDF (Network Common Data Form) is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. NetCDF files are widely used in climate science, meteorology, oceanography, and other fields to store and distribute large datasets. These files are valuable for their ability to store multi-dimensional data (such as temperature, humidity, and wind speed) efficiently, making them essential for researchers and scientists dealing with complex environmental data.

## NCview and Panoply

Programs such as NCview and Panoply have become indispensable tools for scientists working with NetCDF files.

    NCview: NCview is a simple yet powerful visual browser for NetCDF files. It allows users to quickly view the data stored in these files through various plotting options. NCview is particularly useful for scientists who need to quickly check the contents of their datasets.

    Panoply: Panoply, developed by NASA, is another powerful tool that provides more advanced features than NCview. It allows users to visualize georeferenced and other arrays from NetCDF, HDF, and GRIB datasets. Panoply offers a range of plotting options, including latitude-longitude, latitude-vertical, and time-latitude plots, making it a versatile tool for in-depth data analysis.

Both NCview and Panoply are essential for scientists who need to visualize and analyze their data quickly. However, these tools come with limitations, such as less intuitive user interfaces and a lack of customization options for publication-quality plots.

## What is NCÂ²?

![Logo4](https://github.com/user-attachments/assets/377cbe6b-5433-42c3-94a3-8f8b73f4ee7f)


NCÂ² is a next-generation NetCDF viewer designed to overcome the limitations of traditional tools like NCview and Panoply. Built with CartoPy and Matplotlib, NCÂ² offers a versatile and user-friendly platform for visualizing and analyzing NetCDF data. Hereâ€™s what NCÂ² brings to the table:

    Modern GUI: NCÂ² features a clean and intuitive graphical user interface (GUI) that significantly reduces the learning curve for new users. 

    Familiar Tools: NCÂ² is built with familiar scientific Python libraries, including CartoPy for cartographic projections and Matplotlib for plotting. This makes it easy for users who are already familiar with these tools to extend and customize their data visualizations.

    Publication-Quality Plots: One of the standout features of NCÂ² is its ability to produce publication-quality plots. Users can create highly customizable plots that meet standards required for scientific publications, ensuring that their visualizations are both accurate and aesthetically pleasing.

    Versatility: NCÂ² is designed to handle a wide range of NetCDF data types. Whether you are working with atmospheric data, oceanographic measurements, or climate model outputs, NCÂ² provides the tools you need to visualize and analyze your data effectively.

    Easy Customization: NCÂ² offers a variety of customization options, allowing users to tailor their plots to their specific needs. From adjusting color maps and scales to adding annotations and labels, NCÂ² makes it easy to create detailed and informative visualizations.

    Advanced Features: In addition to basic plotting functionalities, NCÂ² provides advanced features such as time series analysis, depth profiling, and GIF generations. These features enable users to gain deeper insights into their data and conduct more comprehensive analyses.

Explore the features and capabilities of NCÂ², and see how it can enhance your research and data analysis workflows.

![Screenshot from 2024-07-23 22-41-41](https://github.com/user-attachments/assets/6a7d6af4-5c5b-495b-92e0-08599935cb88)

## Installation

To install NCÂ², run the following command:

```sh
pip install nc2
```
After installation, you can run NCÂ² from the command line as follows:

```sh
nc2 path/to/your/file.nc
```

## Contact Me!

rhettadambusiness@gmail.com

Rhett R. Adam 7/25/24

VU Undergrad EES

## License

NCÂ² is distributed under the GPL-3.0 License. See the LICENSE file for details.

Copyright (c) 2024 Rhett R. Adam

