Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

Re: [netcdfgroup] Need help to convert .csv files to netCDF files

  • Subject: Re: [netcdfgroup] Need help to convert .csv files to netCDF files
  • From: Antonio Rodriges <antonio.rrz@xxxxxxxxx>
  • Date: Thu, 12 Mar 2015 23:36:31 +0300
I believe there is a simpler way for this case:

the lexicographic order of file names correspond to correct sequence of dates

TRMM_1998_01_0100_newntcl.csv
TRMM_1998_01_0103_newntcl.csv
TRMM_1998_01_0106_newntcl.csv,
TRMM_1998_01_0109_newntcl.csv
...
TRMM_1998_02_1512_newntcl.csv.

You may try to issue smth like this to get the file list in correct order
dir /B > file_list.txt
under Windows
or
ls ?? (google for params) > ./file_list.txt
in Linux



  • 2015 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: