Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 727 Bytes

File metadata and controls

25 lines (20 loc) · 727 Bytes

NetCDF Generator

A python based GUI application for converting tabular data (CSV/Excel) to NetCDF format with multi-dimensional support and theme customization.

Features

  • 🎨 Light/Dark theme switching
  • 📊 Support for multiple dimensions and variables
  • 🌐 Custom grid resolution configuration
  • 🔧 NaN/Zero fill value handling
  • 📁 Export to NetCDF4 format
  • 🚀 Xarray backend for efficient processing

Installation

  1. Clone the repository
    git clone https://github.com/vikasm25/NetCDF-Generator.git
    cd netcdf-converter
    
  2. Install dependencies
    pip install -r requirements.txt
    
  3. Run the application
     python main.py