-
It looks like renderer believes PostGIS database server is not initialized :
```bash
[jibl@pc-100 carto-proto]$ docker logs -f postgis
LOG: database system was shut down at 2018-10-22 15:21:19 UT…
-
The current `geopandas.GeoDataFrame.from_postgis` and `geopandas.read_postgis` methods are actually not very PostGIS specific. I've gotten it to work with spatialite tables using dbapi2 interfaces as …
-
I'm having a bit of trouble running what we have so far. I get an exception from Django[1] and a few postgresql log entries[2] that make me suspect I don't have postgis installed correctly. If I set D…
-
Hi!
I use QfieldSync to synchronise field data from several tablets with a Postgis database.
Overall, the synchronisation works well, but sometimes I noticed incomplete synchro (some entities a…
-
It would be great if there were some additional Postgis operators supported. In particular, I find the need for
1) ST_LineLocatePoint (https://postgis.net/docs/ST_LineLocatePoint.html)
2) ST_DumpPo…
-
misssing container dependencies
-
corpusops/postgis:10-2.4
-
corpusops/postgis:10-2.4
-
If it's possible can you create a version of postgres with postgis installed?
-
I have a table that I've created like this,
```sql
CREATE TABLE foo (
coords geography(POINT)
);
```
When I try to select from it too a `geo_types::Point`, I get
> thread 'tokio-runti…