-
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 …
-
## What problem does this solve or what need does it fill?
More optimizations could be done in systems that could iterate over queries in a batched, packed way rather than individually. A clear exa…
-
At the moment queries seems a bit slow, mostly for datatables (I think it does a COUNT and then a SELECT ... FROM ...). I've been suggested (from [ADASS](https://adass2020.es/) conference networking) …
-
What do people think about updating some of the index classes to use generics? It would be nice to not cast the return values from spatial index queries, etc.
-
Hello,I want to know whether the camera and lidar's extinsic params are used during bev features generation. I think the code bellow is to get the bev features, and the input 'mlvl_feats' is the curre…
-
I couldn't find this in the spec (part 1 or 3) or in an earlier issue, apologies if I overlooked something.
Is there a way to implement a filter where the client sends a POINT geometry in the reque…
-
Hi. I have a spatial database (it's mysql, but I could port to postgress), and would like to deploy/migrate the beautiful OGC server you've made to my open source app.
Do you think such thing woul…
-
I'm doing some experimenting with the IRSA module today.
https://gist.github.com/keflavich/33140330d1e1695d0d24ffdfdf9934fc
A question came up about the API:
```
------------------------------…
-
Given that all the point intersection queries are executed with srid of 3857:
https://github.com/chargetrip/clusterbuster/blob/a47d2469e208a730b8e06dd4d189cce3a1b9059a/lib/queries/base.ts#L16-L24
…
-
- [x] Get basic input form parsing working
- [x] Get text tokens from unstructured text
- [x] Choose entity recognition service
- [x] Document entity recognition service decision
- [ ] Hook recognised…