-
```sql
SELECT AddGeometryColumn ('public','geoname','the_geom',4326,'POINT',2);
UPDATE geoname SET the_geom = ST_PointFromText('POINT(' || longitude || ' ' || latitude || ')', 4326);
CREATE IND…
-
corpusops/postgis:10-2.4
-
corpusops/postgis:10-2.4
-
Postgis is the geospatial addon for Postgresql. I'm wondering if there is any way to use Gorp's methods for Update & Insert with it?
For example, updating a geography object (longitude,latitude) valu…
porjo updated
9 years ago
-
UGI self hosting of the data plane
- OGC server
- Postgresql with PostGIS
- MinIO
Ideal outcome: Simplified containerized deployment with minimal dependencies on weird container tech.
-
Both BigQuery and Postgres (with postgis extension) support a GEOMETRY data type. Will bigquery_fdw work with this?
-
I'm using atlas with `ent` and `CockroachDB`. It's been working fine so far using a `postgis` image as `--dev-url` when generating migrations like such:
```bash
atlas migrate diff $(name) \
--di…
-
Jira Link: [DB-4723](https://yugabyte.atlassian.net/browse/DB-4723)
I followed the instruction here https://docs.yugabyte.com/latest/api/ysql/extensions/#postgis
However, when running command:
…
-
## Expected behavior and actual behavior.
I have a layer with a postgis data source. If I also enable Clustering, the following error is thrown:
`error on line 66 at column 40: Specification…
-
Do you plan to implement DuckDB spatial extension support, mainly ST_Read?
Will it be PostGIS types support?