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
Due to null coordinate meta.geojson for station Minicoy.
FAILED tests/test_observations.py::test_ssh_catalog_subset_expected_fields[uhslc-fast] - AttributeError: 'NoneType' object has no attribute 'x'
FAILED tests/test_observations.py::test_ssh_catalog_subset_expected_fields[uhslc-rqds] - AttributeError: 'NoneType' object has no attribute 'x'
FAILED tests/test_observations.py::test_ssh_catalog_subset[uhslc-fast] - AttributeError: 'NoneType' object has no attribute 'x'
FAILED tests/test_observations.py::test_ssh_catalog_subset[uhslc-rqds] - AttributeError: 'NoneType' object has no attribute 'x'
FAILED tests/test_observations.py::test_ssh_retrieve_data[uhslc-fast] - AttributeError: 'NoneType' object has no attribute 'x'
FAILED tests/test_observations.py::test_ssh_retrieve_data[uhslc-rqds] - AttributeError: 'NoneType' object has no attribute 'x'
Emailed UHSLC on 4-7-2024 about this.
The text was updated successfully, but these errors were encountered:
geojson was fixed, however the testcases still fail with a different error:
File C:\DATA\dfm_tools\dfm_tools\observations.py:309 in <lambda>
time_min = uhslc_gpd[timespan_var].apply(lambda x: x["oldest"])
TypeError: string indices must be integers, not 'str'
This happens with geopandas>=1.0.0 only, there was no issue in older versions. This is reported on 7-7-2024 in geopandas/pyogrio#445.
Due to null coordinate meta.geojson for station Minicoy.
Emailed UHSLC on 4-7-2024 about this.
The text was updated successfully, but these errors were encountered: