Project

General

Profile

How to convert multiple text files to netCDF

Added by qikai sun over 1 year ago

Hello, everyone. I have multiple text files, The file name contains longitude and latitude information, and each file contains daily precipitation from 1961 to 2018. How to convert multiple text files to netCDF? Thanks all.


Replies (2)

RE: How to convert multiple text files to netCDF - Added by Karin Meier-Fleischer over 1 year ago

Hi,

CDO can't do it. I recommend to write a Python script to read the ASCII files, get the lon/lat coordinate values, create a time array and combine these into an xarray Dataset that can be written to netCDF.

    (1-2/2)