nasa / stitchee

Harmony service that concatenates netCDF4 data files along an existing dimension
https://stitchee.readthedocs.io/
Apache License 2.0
6 stars 0 forks source link

Expose sorting variable argument in the command line interface #233

Closed danielfromearth closed 3 weeks ago

danielfromearth commented 3 months ago

As discussed with @cheyenneland, time_variable is an argument to stitchee() and is used for determining the file order before concatenation, but time_variable is not yet exposed in the CLI defined in run_stitchee.py. Being able to set time_variable when running stitchee from the command line will allow setting it to the appropriate value for each mission's data.

danielfromearth commented 2 months ago

@cheyenneland, this has been merged into the develop branch, with a new name of sorting_variable and a default to not sort the input datasets. So I think this is ready to test with CERES data.