NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

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: