Skip to content
New issue

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

Refactor for boundary lat/lon extraction #546

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Some cleanout and notes

e638557
Select commit
Loading
Failed to load commit list.
Open

Refactor for boundary lat/lon extraction #546

Some cleanout and notes
e638557
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 27, 2023 in 1s

91.56% of diff hit (target 94.08%)

View this Pull Request on Codecov

91.56% of diff hit (target 94.08%)

Annotations

Check warning on line 608 in pyresample/bilinear/_base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/bilinear/_base.py#L607-L608

Added lines #L607 - L608 were not covered by tests

Check warning on line 46 in pyresample/boundary/area_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/area_boundary.py#L46

Added line #L46 was not covered by tests

Check warning on line 128 in pyresample/boundary/area_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/area_boundary.py#L128

Added line #L128 was not covered by tests

Check warning on line 132 in pyresample/boundary/area_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/area_boundary.py#L132

Added line #L132 was not covered by tests

Check warning on line 46 in pyresample/boundary/base_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/base_boundary.py#L46

Added line #L46 was not covered by tests

Check warning on line 50 in pyresample/boundary/base_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/base_boundary.py#L50

Added line #L50 was not covered by tests

Check warning on line 64 in pyresample/boundary/base_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/base_boundary.py#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 68 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 73 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L73

Added line #L73 was not covered by tests

Check warning on line 78 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L78

Added line #L78 was not covered by tests

Check warning on line 82 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L82

Added line #L82 was not covered by tests

Check warning on line 89 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L84-L89

Added lines #L84 - L89 were not covered by tests

Check warning on line 92 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 94 in pyresample/boundary/planar_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/planar_boundary.py#L94

Added line #L94 was not covered by tests

Check warning on line 35 in pyresample/boundary/simple_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/simple_boundary.py#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 67 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L67

Added line #L67 was not covered by tests

Check warning on line 152 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L152

Added line #L152 was not covered by tests

Check warning on line 157 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L157

Added line #L157 was not covered by tests

Check warning on line 169 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L169

Added line #L169 was not covered by tests

Check warning on line 171 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L171

Added line #L171 was not covered by tests

Check warning on line 175 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L173-L175

Added lines #L173 - L175 were not covered by tests

Check warning on line 177 in pyresample/boundary/spherical_boundary.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/boundary/spherical_boundary.py#L177

Added line #L177 was not covered by tests

Check warning on line 285 in pyresample/geometry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/geometry.py#L285

Added line #L285 was not covered by tests

Check warning on line 365 in pyresample/geometry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/geometry.py#L363-L365

Added lines #L363 - L365 were not covered by tests

Check warning on line 423 in pyresample/geometry.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pyresample/geometry.py#L419-L423

Added lines #L419 - L423 were not covered by tests