Add example for Planetary Computer GeoParquet with PyArrow #922
test-python.yml
on: pull_request
Run pre-commit on Python code
7s
Matrix: Build and test Python
Annotations
20 errors and 5 warnings
Ruff (INP001):
examples/planetary_computer_geoparquet.py#L1
examples/planetary_computer_geoparquet.py:1:1: INP001 File `examples/planetary_computer_geoparquet.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (D100):
examples/planetary_computer_geoparquet.py#L1
examples/planetary_computer_geoparquet.py:1:1: D100 Missing docstring in public module
|
Ruff (I001):
examples/planetary_computer_geoparquet.py#L1
examples/planetary_computer_geoparquet.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
examples/planetary_computer_geoparquet.py#L5
examples/planetary_computer_geoparquet.py:5:8: F401 `os` imported but unused
|
Ruff (ERA001):
examples/planetary_computer_geoparquet.py#L8
examples/planetary_computer_geoparquet.py:8:1: ERA001 Found commented-out code
|
Ruff (T201):
examples/planetary_computer_geoparquet.py#L15
examples/planetary_computer_geoparquet.py:15:1: T201 `print` found
|
Ruff (T201):
examples/planetary_computer_geoparquet.py#L18
examples/planetary_computer_geoparquet.py:18:1: T201 `print` found
|
Ruff (T201):
examples/planetary_computer_geoparquet.py#L21
examples/planetary_computer_geoparquet.py:21:5: T201 `print` found
|
Ruff (PLR1722):
examples/planetary_computer_geoparquet.py#L22
examples/planetary_computer_geoparquet.py:22:5: PLR1722 Use `sys.exit()` instead of `exit`
|
Ruff (T201):
examples/planetary_computer_geoparquet.py#L24
examples/planetary_computer_geoparquet.py:24:1: T201 `print` found
|
Build and test Python (3.9):
examples/planetary_computer_geoparquet.py#L79
"AzureStore" is not a known attribute of module "obstore" (reportAttributeAccessIssue)
|
Build and test Python (3.9):
examples/planetary_computer_geoparquet.py#L92
"fsspec" is not a known attribute of module "obstore" (reportAttributeAccessIssue)
|
Build and test Python (3.9):
examples/planetary_computer_geoparquet.py#L127
"relative_path" is possibly unbound (reportPossiblyUnboundVariable)
|
Build and test Python (3.9)
3 errors
|
Build and test Python (3.10)
The job was canceled because "_3_9" failed.
|
Build and test Python (3.10)
The operation was canceled.
|
Build and test Python (3.11)
The job was canceled because "_3_9" failed.
|
Build and test Python (3.11)
The operation was canceled.
|
Build and test Python (3.12)
The job was canceled because "_3_9" failed.
|
Build and test Python (3.12)
The operation was canceled.
|
Run pre-commit on Python code
Could not parse version from /home/runner/work/obstore/obstore/pyproject.toml. Using latest version.
|
Build and test Python (3.9)
Cache not found for keys: v0-rust-test-python-Linux-x64-ef02d19b-83270cd2, v0-rust-test-python-Linux-x64-ef02d19b
|
Build and test Python (3.10)
Cache not found for keys: v0-rust-test-python-Linux-x64-ef02d19b-83270cd2, v0-rust-test-python-Linux-x64-ef02d19b
|
Build and test Python (3.11)
Cache not found for keys: v0-rust-test-python-Linux-x64-ef02d19b-83270cd2, v0-rust-test-python-Linux-x64-ef02d19b
|
Build and test Python (3.12)
Cache not found for keys: v0-rust-test-python-Linux-x64-ef02d19b-83270cd2, v0-rust-test-python-Linux-x64-ef02d19b
|