Skip to content

#259 normalize "EPSG:123"-style CRS to integer #754

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

soxofaan
Copy link
Member

in bbox spatial_extent of load_collection and related

leftover for #259

in bbox `spatial_extent` of `load_collection` and related
@soxofaan soxofaan force-pushed the issue259-spatial-extent-normalize-crs branch from 5fd19ef to d8ebc6a Compare March 25, 2025 07:55
@@ -3043,6 +3043,8 @@ def _get_geometry_argument(
and isinstance(argument, dict)
and all(k in argument for k in ["west", "south", "east", "north"])
):
if "crs" in argument:
Copy link
Member Author

Choose a reason for hiding this comment

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

just use to_bbox_dict (or related) here instead of reinventing that wheel?

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.

1 participant