A python based GUI application for converting tabular data (CSV/Excel) to NetCDF format with multi-dimensional support and theme customization.
- ๐จ 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
- Clone the repository
git clone https://github.com/vikasm25/NetCDF-Generator.git cd netcdf-converter - Install dependencies
pip install -r requirements.txt
- Run the application
python main.py