-
Firstly, thank you for this package. This is exactly what I was looking for!
I have successfully ran the tool using shapefiles but I would prefer to load the vector sources from a postgreSQL/postGI…
-
### What is the bug or the crash?
When you execute a query in the qgis explorer to open PostGIS data with `right click -> execute SQL`, the user's name appears in the data source instead of the `auth…
-
Set up core database infrastructure for GeoLens.
Tasks:
- [ ] Create database initialization script
- [ ] Install and configure PostGIS extension
- [ ] Install and configure pgVector extension
…
-
Hi,
Does the latest Citus support the spatial join operators that are provided from PostGis?
This is because it seems the Citus documents shows that it fully supports what PostGis offers.
For examp…
-
I'm trying to execute the following:
``` go
package main
import (
"context"
"fmt"
"log"
"github.com/cridenour/go-postgis"
"github.com/jackc/pgx/v5"
)
func main() {
// Establis…
-
I'm currently getting Opaleye working with PostGIS and it'd be awesome if that was supported out of the box, but even if not it'd be a lot easier with a good tutorial for defining custom sql types wit…
-
Component should now refer to ST_\* function.
There is two ways:
- use only ST_ function and drop compatibility with PostGIS < 1.x
- test PostGIS version or add a checkbox to choose the postgis versi…
-
**Describe the bug**
_A clear and concise description of what the bug is._
INTERLIS Import with dataset that has missing attributes deckel.kote, abwasserknoten.sohlenkote and/or haltungspunkt.kote…
-
Hey,
Our Mapserver seems to lose the connection to the used DB (both are stored in docker containers) after some (varying) time.
I tried to play with the environment variables, as I thought it mig…
-
Since I need to store geometrical data in one of tables. So in order to be able to store the data I firstly created a normal text column type. Then in a new migration, changed the type like this `ALTE…