Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 14:56
· 1 commit to main since this release
86d5dce

Added

  • Adds support for resampling variables with without the horizontal grid
    dimensions varying fastest. Specifically SMAP L3 landcover_class and
    landcover_class_fraction have dimension order ('/y', '/x', '/lc_type'),
    we reorder the dimesions to put the horizontal dims last to resample
    properly. We leave this order in the output file.

  • Adds support for output file compression.