-
Hello,
I was following **BUILD.md** and the last step before starting the service was to execute:
```
chcon -t container_file_t ./data/whosonfirst-data-admin-us-latest.spatial.db; podman run --…
-
### Tested versions
Reproducible in: 4.3stable and 4.4dev3
### System information
Godot v4.3.stable - Windows 10.0.26100 - Vulkan (Forward+) - dedicated AMD Radeon RX 6600 (Advanced Micro Dev…
-
Author Name: **Jonathan Moules** (Jonathan Moules)
Original Redmine Issue: [4330](https://issues.qgis.org/issues/4330)
Redmine category:vectors
---
Hi,
Earlier today I loaded three shapefiles into …
-
```
Currently de.blau.android.osm.Storage class uses ArrayLists to store references
to OSM objects. While this works for a small number of objects, it makes any
spatial queries painful, particularly…
-
as of 0.3a6
min repro:
```python
import siibra
p = siibra.parcellations['1.18']
space = siibra.spaces['colin']
r = p.decode_region('Area hPO1 (POS) left')
r.spatial_props(space)
```
e…
-
> We may reconsider the feature later. But it will be no early than the end of this year.
pingcap do not have plan for geo index https://github.com/pingcap/tidb/issues/673#issuecomment-251132927, …
-
Hi - I get the following error when I run the attached code:
Error in if (const(t, min(1e-08, mean(t, na.rm = TRUE)/1e+06))) { :
missing value where TRUE/FALSE needed
I couldn't find out why…
-
It looks like the Overpass system performs absolutely terribly for any nontrivial query, and seems completely incapable of returning results in reasonable time for relatively straightforward queries l…
-
```
DDL:
drop dataverse twitter if exists;
create dataverse twitter;
use dataverse twitter;
create type TwitterUserType as open {
screen-name: string,
lang: string,
friends-count: int32,…
-
Given https://github.com/neo4j-contrib/spatial/issues/106 it seems necessary to add spatial nodes explicitly to the index associated with a layer and not just to the layer itself.
Also cf the discuss…