You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting datum and coordinate conversion parameters via the coordinate reference construct attributes, the new settings do not appear in the parent coordinate reference construct:
In [1]: import cfdm
In [2]: cr = cfdm.CoordinateReference()
In [3]: cr.datum.set_parameter('test', 123)
In [4]: cr.dump()
Coordinate Reference:
The text was updated successfully, but these errors were encountered:
When setting datum and coordinate conversion parameters via the coordinate reference construct attributes, the new settings do not appear in the parent coordinate reference construct:
The text was updated successfully, but these errors were encountered: