Skip to content

feat: implement ST_Expand#672

Closed
bradh wants to merge 1 commit into
duckdb:mainfrom
bradh:st_extend_2025-08-31
Closed

feat: implement ST_Expand#672
bradh wants to merge 1 commit into
duckdb:mainfrom
bradh:st_extend_2025-08-31

Conversation

@bradh

@bradh bradh commented Aug 31, 2025

Copy link
Copy Markdown
Contributor

It returns a bounding polygon expanded by a specified amount. A common use case is doing a "near" search on a point.

This is a postgis function, not found by me in OGC MM.

See https://postgis.net/docs/ST_Expand.html

@bradh bradh changed the title feat: implement ST_Extend feat: implement ST_Expand Aug 31, 2025
It returns a bounding polygon expanded by a specified amount. A common
use case is doing a "near" search on a point.

This is a postgis function, not found by me in OGC MM.

See https://postgis.net/docs/ST_Expand.html
@Maxxen

Maxxen commented Oct 31, 2025

Copy link
Copy Markdown
Member

Thanks for the PR! I've included it as part of this merge #700

@Maxxen Maxxen closed this Oct 31, 2025
@bradh
bradh deleted the st_extend_2025-08-31 branch October 31, 2025 19:43
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