-
**Summary**
Problem: users of the current RDS build need the database pre-created and the `postgis` extension already installed, or else they need superuser access to the RDS instance.
**Impact*…
-
`flask database init` doesn't `create extension postgis_raster` so `raster2pgsql` fails:
```
$ raster2pgsql *.tif -s 4326 -d -M -C -I -F -t 25x25 public.elevation | psql -d ogn
Processing 1/4: 30…
-
There's a package [Dart JTS](https://pub.dev/packages/dart_jts#-example-tab-) which is a port of Java Topology Suite which Java ORM libraries like Hibernate Spatial use to support PostGIS datatypes.
…
-
I guess a `to_postgis` feature would be helpful for many users. Similar to `to_sql`
-
I spent a little time looking into possible optimizations of `read_postgis`, since it is pretty slow for my example dataset, which is ~21,000 records (a lot of complex multipolygons) with 56 columns, …
-
Jira Link: [DB-1220](https://yugabyte.atlassian.net/browse/DB-1220)
### Description
See https://docs.yugabyte.com/latest/api/ysql/extensions/#postgis for PostGIS installation instructions.
Can …
-
Jira Link: [DB-796](https://yugabyte.atlassian.net/browse/DB-796)
### Description
See https://docs.yugabyte.com/latest/api/ysql/extensions/#postgis for Postgis installation instructions.
Can be…
-
# Set up PostGIS extension
Enable PostGIS extension in our PostgreSQL database through Hasura migrations to support geographical features in our rental platform.
## Problem
We need geographical…
-
Research and document how this process would work.
-
```
FROM yugabytedb/yugabyte:2.7.1.1-b1
RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
RUN yum update -y
RUN yum install -y po…