Skip to content

PostGIS

Read from a PostGIS database.

geoarrow.rust.io.read_postgis

read_postgis(connection_url: str, sql: str) -> Optional[Table]

Read a PostGIS query into an Arrow Table.

Parameters:

  • connection_url (str) –

    description

  • sql (str) –

    description

Returns:

geoarrow.rust.io.read_postgis_async async

read_postgis_async(connection_url: str, sql: str) -> Optional[Table]

Read a PostGIS query into an Arrow Table.

Parameters:

  • connection_url (str) –

    description

  • sql (str) –

    description

Returns: