-
### What happens?
trying to create a table in a remote Postgis database
wuth `create table postgres_db.test_table (id int, location geometry );`
duckdb return a generic error:
```
INTERNAL Error:…
-
### Feature description
dlt should support geo types like shapes, geometries & geographies and different CRS as best as possible to allow data loading/transfer of such data in spatial databases like …
-
Problem 1
- grimzy/laravel-mysql-spatial[1.0.0, ..., 1.1.4, 2.0.0, ..., 2.1.3] require illuminate/database ^5.2 -> found illuminate/database[v5.2.0, ..., v5.8.36] but these were not loaded, like…
-
### Feature description
As a spatial data developer working with DM Database. I need an OGR to implement spatial data conversion with other data sources.
Currently, I have successfully implemented…
-
Given
```bash
duckdb -s "
install spatial;
load spatial;
create table test(id int, foobar geometry);
insert into test values(1, ST_GeomFromText('POLYGON((1 2,1 4,3 4,3 2,1 2))'));
" test.db
…
-
Biodiversity databases such as the [Global Biodiversity Information Facility](https://www.gbif.org) (GBIF) or [Atlas of Living Australia](https://www.ala.org.au) (ALA) contain large amounts of open da…
-
### What is the bug or the crash?
Hi everyone.
As reported in [this issue](https://github.com/qgis/QGIS/issues/56541), some users are having problems with the spatial extents of vector layers: u…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
I want to enable [UseSorting] on my query.
I use SpatialData (po…
-
Hi, thanks for the library! It's very helpful for reducing the size of GeoJSONs.
I was curious if there was a way for me to add/remove features from an existing Topology.
In my use case, I am co…
-
### Summary
As a
GIS developer and web map viewer supporter
I want to be able to
display spatial data associated with granule level data stored in files
…