CellularSpace:save creates new columns apparently using forEachElement, which makes columns in different order each time it is saved. Keep the original columns in the same order, and add the new ones alphabetically.
@pedro-andrade-inpe, alphabetically is better but not good enough, for luccme is better to keep the order always because the huge number of variables. Ensure insertion order facilitates the analysis.
CellularSpace:save creates new columns apparently using
forEachElement
, which makes columns in different order each time it is saved. Keep the original columns in the same order, and add the new ones alphabetically.