python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does ST_Transform fail when transforming to 4326?
I have a postgis table with some data which looks like this:
distance
id
nr
X
Y
description
strecke
point
gsal_strecke
rikz
gsal_km_anf_p
gsal_km_end_p
gsal_geo_compound
rk
kilometer
basepoint
...
jdoe
Votes: 0
Answers: 0
Create extension postgis error with docker. All libs installed
I've a problem when creating extension postgis, in postgresql and Docker. I've read many post and tutorials, but I've failed :)
I'm working on WSL :
# uname -a
Linux 6019b3c71dfc 5.10.16.3-microsoft-s...

fabrice
Votes: 0
Answers: 2
python geoalchemy2 error when creating a table
iam working on a project that uses geographical points.
From the past i have some knowledge with sqlalchemy so i decided to use geoalchmy2.
I created a postgres database with GIS using a docker image:...
Daniel Hartung
Votes: 0
Answers: 1
Visualize PostGIS geography bounding boxes to understand the "&&" operator
I have a point at (-130.2, 30.5) and a box at (-130, 30, -129, 31). As geometry, the && operator reports no bounding box intersection, while as geography, it does:
WITH src(point, envelope) AS...
sjones
Votes: 0
Answers: 1