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
Currently, ar1.dump() works, but ar2.dump() does not work.
Expected Output
I expect to reproduce (more or less) the strings for ardef_fixed and ardef_dyn.
Actual Result, Traceback if applicable
Traceback (most recent call last):
File "/data/gholl/checkouts/protocode/load-dynamic-area.py", line 33, in <module>print(ar2.dump())
^^^^^^^^AttributeError: 'DynamicAreaDefinition' object has no attribute 'dump'
Versions of Python, package at hand and relevant dependencies
pyresample main
The text was updated successfully, but these errors were encountered:
I would like to be able to dump the YAML code for a
DynamicAreaDefinition
, just like how this is already possible for anAreaDefinition
.Code Sample, a minimal, complete, and verifiable piece of code
Problem description
Currently,
ar1.dump()
works, butar2.dump()
does not work.Expected Output
I expect to reproduce (more or less) the strings for
ardef_fixed
andardef_dyn
.Actual Result, Traceback if applicable
Versions of Python, package at hand and relevant dependencies
pyresample main
The text was updated successfully, but these errors were encountered: