Metadata-Version: 2.4
Name: ncviewer
Version: 1.0.2
Summary: NetCDF file viewer inspired by ncview
Author-email: Omar Ramos Pérez <omar.ramos@unison.mx>
License: MIT
Project-URL: Homepage, https://github.com/OmarRamosPerez/NCVIEWER
Project-URL: Repository, https://github.com/OmarRamosPerez/NCVIEWER
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyQt5>=5.15
Requires-Dist: matplotlib>=3.5
Requires-Dist: netCDF4>=1.5
Requires-Dist: numpy>=1.21
Requires-Dist: cftime>=1.5

# NCViewer

NetCDF file viewer inspired by ncview, built with PyQt5 and Matplotlib.

## Features

- Browse NetCDF variables and dimensions.
- 2D and 1D plotting with colormap selection.
- Navigate time/levels with arrow controls.
- Displays time as formatted date when available.
- Geographic coordinates (lon/lat) on axes.

## Installation

Simply run:

```bash
pip install ncviewer
