We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fiona>=1.10.0
dfmt.observations.uhslc_ssh_read_catalog()
engine="fiona"
"JSONDecodeError: Extra data: line 1 column 2 (char 1)"
Wait until one of these issues is fixed and then update dfm_tools code and/or minimal versions to resolve the failing testcases:
FAILED tests/test_modelbuilder.py::test_cmems_nc_to_ini_midnight_centered - ModuleNotFoundError: No module named 'tests' FAILED tests/test_observations.py::test_ssh_catalog_subset_expected_fields[uhslc-fast] - json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1) FAILED tests/test_observations.py::test_ssh_catalog_subset_expected_fields[uhslc-rqds] - json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1) FAILED tests/test_observations.py::test_ssh_catalog_subset[uhslc-fast] - json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1) FAILED tests/test_observations.py::test_ssh_catalog_subset[uhslc-rqds] - json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1) FAILED tests/test_observations.py::test_ssh_retrieve_data[uhslc-fast] - json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1) FAILED tests/test_observations.py::test_ssh_retrieve_data[uhslc-rqds] - json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1)
The text was updated successfully, but these errors were encountered:
The geojson was updated as suggested in Toblerity/Fiona#1451 (comment), so the tests pass again.
Sorry, something went wrong.
No branches or pull requests
dfmt.observations.uhslc_ssh_read_catalog()
usesengine="fiona"
since pyogrio does not parse dicts properly as documented in BUG: geojson is not read correctly with geopandas>=1.0.0 geopandas/pyogrio#445fiona>=1.10.0
raises"JSONDecodeError: Extra data: line 1 column 2 (char 1)"
as documented in JSONDecodeError withfiona>=1.10.0
Toblerity/Fiona#1451.Wait until one of these issues is fixed and then update dfm_tools code and/or minimal versions to resolve the failing testcases:
The text was updated successfully, but these errors were encountered: