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

Remove CONUS/AK Search Constraint (cryocloud dev) #10

Merged
merged 6 commits into from
Oct 17, 2024
Merged

Conversation

Jack-Hayes
Copy link
Member

Same as PR here except with a satisfactory Pixi dev build. Using CryoCloud remote branch rather than local

@scottyhq
Copy link
Member

Go ahead and delete this test as well since we'll no longer check that polygons are in CONUS or Alaska

def test_polygon_out_of_bounds():

@scottyhq
Copy link
Member

Note the CI has caught an 'unused import' (https://github.com/uw-cryo/coincident/actions/runs/11388752896/job/31686459113?pr=10) since we've gotten rid of the code you can also remove that import at the top of the file

#AK = box(*(-179.99, 51.21, -129.63, 71.35))
#if not aoi.within(CONUS) and not aoi.within(AK):
# message = "Requested search polygon not within Continental U.S. or Alaska"
# raise ValueError(message)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead and delete this rather than comment out

@scottyhq scottyhq merged commit dad5b63 into main Oct 17, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants