Is your feature request related to a problem?
Hi, I have been working with ibis for a while now and in particular the DuckDB backend with the spatial extension. I noticed that some functions do not have a mapping to an ibis equivalent and would like to contribute some pull requests to correct that. In particular, the st_simplify function. The st_transform function is also a bit confusing as it is mapped to convert.
What is the motivation behind your request?
Expanding the geospatial capabilities of the duckdb backend
Describe the solution you'd like
More duckdb spatial functions available in ibis geospatial
What version of ibis are you running?
12.0.0
What backend(s) are you using, if any?
DuckDB
Code of Conduct
Is your feature request related to a problem?
Hi, I have been working with ibis for a while now and in particular the DuckDB backend with the spatial extension. I noticed that some functions do not have a mapping to an ibis equivalent and would like to contribute some pull requests to correct that. In particular, the st_simplify function. The
st_transformfunction is also a bit confusing as it is mapped toconvert.What is the motivation behind your request?
Expanding the geospatial capabilities of the duckdb backend
Describe the solution you'd like
More duckdb spatial functions available in ibis geospatial
What version of ibis are you running?
12.0.0
What backend(s) are you using, if any?
DuckDB
Code of Conduct