Skip to content

clarification#900

Open
HansVRP wants to merge 2 commits into
masterfrom
hv_update_documentation
Open

clarification#900
HansVRP wants to merge 2 commits into
masterfrom
hv_update_documentation

Conversation

@HansVRP
Copy link
Copy Markdown
Contributor

@HansVRP HansVRP commented May 27, 2026

No description provided.

Copy link
Copy Markdown
Member

@soxofaan soxofaan left a comment

Choose a reason for hiding this comment

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

minor note to consider

tile_grid = gpd.read_parquet("my_tile_grid.parquet")

# Only tiles intersecting the AOI are returned
gdf = split_area(aoi=bbox, tile_grid=tile_grid)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

UI design consideration:
you are using/mixing aoi and bbox here, while in most comparable parts of the openEO API we use spatial_extent (or just extent when it's already obvious from the context that it is a spatial extent).
It might be beneficial to consider improving consistency

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.

3 participants