JuliaDataCubes / EarthDataLab.jl

Julia interface for Reading from the Earth System Datacube
http://earthsystemdatacube.net
Other
33 stars 14 forks source link

removeMSC without variable axis #241

Closed gdkrmr closed 3 years ago

gdkrmr commented 3 years ago

removeMSC fails when there is no variable axis:

c = Cube(cube_dir)
c = removeMSC(subsetcube(c, variable = "leaf_area_index"))

fails with

ERROR: ArgumentError: Axis variable not found in cube
gdkrmr commented 3 years ago

my bad