Hi,
I'm looking for a SpatialTemporal DB that can track moving objects and answer queries of the form: find all objects that were in position X at time X' and also were in position Y at time Y'.
Is it possible to write such a query in GeoWave?
I looked at:
https://github.com/locationtech/geowave/blob/master/examples/java-api/src/main/java/org/locationtech/geowave/examples/query/SpatialTemporalQueryExample.java
But I only saw queries of the form find all objects in some area at some time intervals.
Hi,
I'm looking for a SpatialTemporal DB that can track moving objects and answer queries of the form: find all objects that were in position X at time X' and also were in position Y at time Y'.
Is it possible to write such a query in GeoWave?
I looked at:
https://github.com/locationtech/geowave/blob/master/examples/java-api/src/main/java/org/locationtech/geowave/examples/query/SpatialTemporalQueryExample.java
But I only saw queries of the form find all objects in some area at some time intervals.