All of these need fixing to say what order the area elements are in: - https://github.com/roocs/daops/blob/3282f630090fa1097b889f80fb559d6d1378b5cc/daops/ops/subset.py#L54-L55 - https://github.com/roocs/clisops/blob/870c78046a0e4b516350e33200027a2dd41dd099/clisops/ops/subset.py#L218 - https://github.com/roocs/roocs-utils/blob/7c19fe79ffc6999bd7e67a93041db7d8ef75e638/roocs_utils/parameter/area_parameter.py#L12-L17 It turns out that the answer is **west, south, east, north**: https://github.com/roocs/roocs-utils/blob/7c19fe79ffc6999bd7e67a93041db7d8ef75e638/roocs_utils/parameter/area_parameter.py#L48-L54
All of these need fixing to say what order the area elements are in:
daops/daops/ops/subset.py
Lines 54 to 55 in 3282f63
https://github.com/roocs/clisops/blob/870c78046a0e4b516350e33200027a2dd41dd099/clisops/ops/subset.py#L218
https://github.com/roocs/roocs-utils/blob/7c19fe79ffc6999bd7e67a93041db7d8ef75e638/roocs_utils/parameter/area_parameter.py#L12-L17
It turns out that the answer is west, south, east, north:
https://github.com/roocs/roocs-utils/blob/7c19fe79ffc6999bd7e67a93041db7d8ef75e638/roocs_utils/parameter/area_parameter.py#L48-L54