duckdb / duckdb_spatial

MIT License
492 stars 41 forks source link

Any plans to add geometric style control arguments? #264

Closed benerain closed 9 months ago

benerain commented 9 months ago

For example, when I use the buffer function, I want to be able to control the style of the end caps and joins of the resulting buffer. Specifically, I want to be able to set the end cap style to ROUND, BEVEL, or SQUARE, and the join style to ROUND, MITER, or BEVEL. How can I do this in DuckDB? or Is there a workaround for this?

Maxxen commented 9 months ago

Hi! Thanks for reporting this suggestion! This is currently not possible, but it doesn't seem like it would be too hard to add, we just need to add another parameter to st_buffer. I will see if I can sneak it in in the next PR I make.

Youssef-Harby commented 5 months ago

Any updates on this ? @Maxxen

Maxxen commented 5 months ago

@Youssef-Harby implemented in #271