-
A major "sleeper" need of the CriticalMAAS program is to manage arbitrary compilations of mapping data. Right now we manage each map separately, and have only the "carto" seamless compilation. Instead…
-
We are a big user of the sqlite plugin with the [Trailforks app](https://www.trailforks.com/apps/map/). We do a lot of spatial queries and are very limited to what we can do with normal SQL.
Any po…
-
During the course, it became clear how often and students want to apply masks to meshes and then reference synapses and or skeletons. One idea to support these use cases more naturally, is to extend …
-
JAR databasen kaldes stadig med Queries som indeholder Index Hints. Disse må komme fra koden.
Disse skal fjernes lige som det er udført fra [https://jar-cowi.atlassian.net/browse/JAR-1693](https://ja…
-
# Performing Spatial Queries (QGIS3) — QGIS Tutorials and Tips
[https://www.qgistutorials.com/en/docs/3/performing_spatial_queries.html](https://www.qgistutorials.com/en/docs/3/performing_spatial_q…
-
## Background
Our team is using Databricks on GCP and we are dependent on UDFs. As you can see [here](https://docs.gcp.databricks.com/en/udf/unity-catalog.html), they are only available on GCP from D…
-
Thanks for this - first time using spatialite and I find this extremely helpful.
I am now running the executemany portion and my tuple length is 230k - it has been running awhile now (just at 1hr m…
-
Dear iulian,
First thanks for the project, it was quite hard to find a recent build.
I managed to compile the AAR, I just add the System.loadLibrary to the SQLiteDatabase java class.
My exist…
-
Quick question:
I have gone through tutorial for aggregation using the GIS tools for Hadoop using Hortonworks sandbox but now I would like to move to AWS for testing purposes. I have created a cluster…
-
I have tried to run the code on the CPU by adding this line of code:
```
cfg = setup_cfg(config_file)
cfg.defrost()
cfg.MODEL.DEVICE='cpu'
```
but i got this error :
```
DeepSolo/ade…