Added
-
Adds support for resampling variables with without the horizontal grid
dimensions varying fastest. Specifically SMAP L3landcover_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.