Closed rmarquarlops closed 2 years ago
I think that adding platform = None
here might solve the issue (line 65 of sentinel1_meta.py) but I am not sure, maybe you can try that @agrouaze ?
Issue reproduced with additional line:
cli = dask.distributed.Client()
explanation: the s1meta is defined as BlockingActorProxy
when using dask
cluster and it needs all the attributes to be defined the class.
adding platform = None
indeed solve the issue.
xsar version '0.8.4.dev10+gdaa434a'
Description of expected behavior and the observed behavior When trying to open a WV file from 2019, I get
AttributeError: type object 'Sentinel1Meta' has no attribute platform'
Code for reproduction