Description:
Updates to use the new antimeridian.bbox function. Includes a test fix, where I inappropriately changed the test to ask for the incorrect bbox.
Includes some sidecar fixes:
Explicitly catch some deprecation warnings during testing
Fix documentation to state that some antimeridian functions are deprecated as of v0.4.8
PR checklist:
[x] Code is formatted (run scripts/format).
[x] Code lints properly (run scripts/lint).
[x] Tests pass (run scripts/test).
[x] Documentation has been updated to reflect changes, if applicable.
Related Issue(s):
Description: Updates to use the new
antimeridian.bbox
function. Includes a test fix, where I inappropriately changed the test to ask for the incorrect bbox.Includes some sidecar fixes:
PR checklist:
scripts/format
).scripts/lint
).scripts/test
).