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
I've opened a new ticked cause the discussion that goes in the geometry issue is continuing elsewhere and may be confusing :)
To recapitulate:
When running Floodpy_app.query_S1_data() there comes this error: TypeError: Cannot compare tz-naive and tz-aware datetime-like objects
and it finishes with the same error: TypeError: Cannot compare tz-naive and tz-aware datetime-like objects
In this part of the code you can see that there are 2 date types: one with the timezone indication (right) and one without (left). Could this be the cause?
@kleok , I apologize for not checking yet your changes, but I am absent from my computer. You marked it as completed, but I can check this anyway when back. Thank you!
@kleok ,
I've opened a new ticked cause the discussion that goes in the geometry issue is continuing elsewhere and may be confusing :)
To recapitulate:
When running
Floodpy_app.query_S1_data()
there comes this error:TypeError: Cannot compare tz-naive and tz-aware datetime-like objects
So, to continue the discussion from here:
The plot is Ok and the .cdsapirc is Ok. I've added this to the code of
Query_Sentinel_1_products.py
, so you can see the formats that are parsed:Output:
and it finishes with the same error:
TypeError: Cannot compare tz-naive and tz-aware datetime-like objects
In this part of the code you can see that there are 2 date types: one with the timezone indication (right) and one without (left). Could this be the cause?
BTW, I use SNAP 10 (I'ts written SNAP 9.0+).
The text was updated successfully, but these errors were encountered: