ibis icon indicating copy to clipboard operation
ibis copied to clipboard

refactor(geospatial): move geospatial tests to backend test suite

Open cpcloud opened this issue 1 year ago • 0 comments

We have a number of backends that can support geospatial, and at least 3 that currently do. We should avoid adding anymore geospatial API tests that are backend specific and move any that are to the backend test suite.

Support backends

  • duckdb
  • postgres
  • bigquery

Upstream support but no Ibis support

  • mysql
  • mssql
  • snowflake
  • trino
  • clickhouse (these don't follow the postgis API unfortunately and in general the support is extremely limited)

cpcloud avatar Jan 06 '24 11:01 cpcloud