expose maxar api token to tests #13
Annotations
2 errors, 8 warnings, and 10 notices
E1101:
.nox/pylint/lib/python3.10/site-packages/coincident/overlaps/__init__.py#L62
Instance of 'IntervalIndex' has no 'overlaps' member
|
Format
Process completed with exit code 1.
|
W0212:
.nox/pylint/lib/python3.10/site-packages/coincident/search/__init__.py#L73
Access to a protected member _format_intersects of a client class
|
W0212:
.nox/pylint/lib/python3.10/site-packages/coincident/search/__init__.py#L134
Access to a protected member _format_datetime of a client class
|
Check Python 3.10 on macos-14
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
Check Python 3.12 on macos-14
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
Check Python 3.10 on ubuntu-latest
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
Check Python 3.11 on ubuntu-latest
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
Check Python 3.11 on macos-14
Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
Check Python 3.12 on ubuntu-latest
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1
|
C0115:
.nox/pylint/lib/python3.10/site-packages/coincident/datasets/maxar.py#L16
Missing class docstring
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/datasets/maxar.py#L17
Class constant name "wv01" doesn't conform to UPPER_CASE naming style
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/datasets/maxar.py#L18
Class constant name "wv02" doesn't conform to UPPER_CASE naming style
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/datasets/maxar.py#L19
Class constant name "wv03_vnir" doesn't conform to UPPER_CASE naming style
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/datasets/maxar.py#L20
Class constant name "ge01" doesn't conform to UPPER_CASE naming style
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/search/_stac.py#L28
Constant name "modifier" doesn't conform to UPPER_CASE naming style
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/search/_stac.py#L32
Argument name "featureCollection" doesn't conform to snake_case naming style
|
C0103:
.nox/pylint/lib/python3.10/site-packages/coincident/search/_stac.py#L66
Variable name "featureCollection" doesn't conform to snake_case naming style
|
C0112:
.nox/pylint/lib/python3.10/site-packages/coincident/search/_stac.py#L104
Empty function docstring
|
C0415:
.nox/pylint/lib/python3.10/site-packages/coincident/search/_stac.py#L106
Import outside toplevel (maxar_platform.discovery)
|