GitHunt

NEVADA (NetCDF Explorer and Visualizer for Atmospheric Data Analysis)

Presentation

NEVADA (NetCDF Explorer and Visualizer for Atmospheric Data Analysis) is a small software that allows to open and display bidimensionnal variables from NetCDF files.

This soft was designed to handle files up to 300 Mo.

Licence

This project is all under GNU General Public Licence v3.0.
Please read LICENCE for more informations.

Usage

Dependencies

To build and use NEVADA, you will need the following:

  • netcdf >= 4.9.0
  • gtk3
  • SDL2
  • gnuplot

Installation

To install NEVADA, just follow these steps:

$ git clone https://github.com/antoine-royer/NEVADA.git 
$ cd NEVADA
$ make
$ make install

If you want to delete the objects files from the compilation you can make clean.

Update

To update NEVADA:

$ cd NEVADA
$ make uninstall
$ git pull
$ make
$ make install

Note that make uninstall isn't necessary (actually it removes NEVADA from your system).

Uninstall

To remove NEVADA from your system:

$ cd NEVADA
$ make uninstall
$ cd ../
$ rm -rf NEVADA

Languages

C96.8%Shell1.7%Makefile1.5%

Contributors

GNU General Public License v3.0
Created March 22, 2023
Updated September 24, 2024
antoine-royer/NEVADA | GitHunt