-
PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL.
I would love to see support for …
-
Version 2.1.212
`set mode mysql` enabled
When DATABASE instead of SCHEMA is specified it fails.
```
CREATE DATABASE `mydb`;
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL state…
-
H2GIS offers several spatial functions to perform geometry analysis. To speed up searching some functions as ST_Intersects needs the && operator. The syntax looks like
a.the_geom && b.the_geom and ST…
-
why lan , lng flip in database ? after 3 house research about why geom function not work in sql i found lat , lng is fliped !!!!!!!!!!!!!!!!!!!!1
this create more probleam in use dunction
like …
-
SQL requets with use of Spatial indexes fails and turn the database connection down from FMDatabase.
Error returned by database: "no such module: rtree"
Solved by adding another flag in "Other C Fla…
-
Would it be possible to get support for spatial types ? (eg sql geography) and queries ?
Not sure how you'd go about doing it for each provider, i think EFcore abstracts it using https://github.com…
-
in KPDB builds ([example](https://github.com/NYCPlanning/data-engineering/actions/runs/6158541533/job/16711536762)), the aggregation SQL queries take ~2 hours. all other stages combined take ~20 minut…
-
Using supplied input files, GDAL 2.2.4, and sqlite3 I'm not able to create .gpkg that passes NSG test (docker version).
Download input files to local dir.
Import vector data.
`ogr2ogr -f GPKG P…
-
```
What steps will reproduce the problem?
1. import two tables in QSpatilaite
2. create spatial indexes
select createspatialindex( 'GeoSirene_2006_27561' ,'geometry' )
select createspatialindex( 'C…
-
EDIT: SEE NEW COMMENTS.
When we read a parquet file that was written with to_parquet (ibis) and contains a geometry column, it reads it back as binary. This is a bug on our end, as this doesn't ha…