NetCDF Rainfall Data to Excel

Customer: AI | Published: 27.02.2026

I have a set of NetCDF files that store climate-related rainfall information. I need each file parsed and exported into a clear, well-labeled Excel workbook where rainfall totals (or means, if that is what the variable represents) appear month by month across the full record. Dates must be easy to filter or pivot against, so please place one complete time series per sheet or, if you prefer, one sheet that stacks every grid-cell or station vertically with a month column beside it—whichever keeps the file light and readable. Python with xarray/netCDF4 and pandas is fine, but any tool chain that preserves data fidelity works for me as long as you document it briefly so I can reproduce the workflow later. Deliverables: • One Excel file per original NetCDF (unless you can combine logically) containing monthly rainfall values, with units retained. • A short “read-me” outlining the conversion steps and libraries used. I will provide the NetCDFs and any metadata you need as soon as we start; please return the first sample file so I can confirm the layout before you process the remainder.