sort coordinates
Some datasets have different coordinates order.
For example
- m1: lat = [-180,0,180]
- m2: lat = [180,0,-180]
It is recommended that the output models keep a common order between them. The best+simple option is just to run "dataset.sort(coords)" after merging.