-
Notifications
You must be signed in to change notification settings - Fork 2
Description
(xdem-dev) root@d41d881b76b9:/home# python3.6 scripts/0_query_s1.py --download_dir data/s1/ --query_result s1_scenes.csv --date_start 2016/06/01 --date_end 2022/06/10 --aoi_path data/area.geojson
Connecting to API and searching images, depending on your AOI size and time period, this process may take a while. Be patient :)
/usr/local/lib/python3.6/dist-packages/tzlocal/unix.py:177: UserWarning: Can not find any timezone configuration, defaulting to UTC.
warnings.warn("Can not find any timezone configuration, defaulting to UTC.")
'type': 'GEOMETRY_SIMPLIFICATION'
'report': 'Shape Simplified: shape of 4741 simplified to 199 with proximity threshold of 0.004'
'type': 'REVERSE'
'report': Reversed polygon winding order
Traceback (most recent call last):
File "scripts/0_query_s1.py", line 199, in
baseline = baseline[(baseline.TemporalBaseline.notnull()) &
File "/usr/local/lib/python3.6/dist-packages/pandas/core/generic.py", line 5141, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'TemporalBaseline'