-
This will be a list of TODOs for the overall project of writing a query engine for Zarr files (and eventually other raster formats... maybe). I'm going to split the overall project in 3 phases, number…
-
**Is your feature request related to a problem? Please describe.**
At the moment Taswira is able to visualize only GCBM output. It has the table names, raster patterns and other things hard-coded int…
-
@timrobertson100 suggests to inform users of fossils and living specimens that the user might not know are included per default.
This seems reasonable, but where and when to inform about that? It i…
-
A common use case for the data returned by EDR query will be to generate a summary value from the data for the area and time of interest, adding **optional** support for basic data aggregation methods…
-
Hi,
I'm using your gem to make "withinDistance" spatial queries with rails and neo4jrb gem.
Here's my problem, I attached an after_save callback that calls the "add_to_spatial_layer" method to add …
-
**Introduction**
STING (a STatistical INformation Grid approach) clustering algorithm.
The general idea is to divide spatial aria into rectangular cells at different levels of resolution which for…
-
Below is a checklist of tasks that need taking care of in different time-windows. Unless otherwise indicated, @stijnhofhuis will be in charge of the tasks.
**Before sharing MS with remaining co-au…
-
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…
-
I've wasted a lot of time figuring out why my Spatial queries stopped working after I've upgraded from ElasticSearch 0.90.X to version 1.X...
It seams django-haystack is not yet compatible with Elasti…
-
How would I write in C# the following query?
db.Reports.find({"Loc" : {'$within' : { '$box': [[40.73083, -73.99756], [40.741404, -73.988135]] }}})
I looked in the tests and did not see any queries…