-
# Overview
Right now there are two ways of naming being followed for temporal types.
After a small discussion with @estebanzimanyi and @mahmsakr, we felt it might be a good idea to get a more exte…
-
Hi
I was try to install and configure Mobility DB. I have done following steps successfully
$ docker pull codewit/mobilitydb
$ docker volume create mobilitydb_data
$ docker run --name "mobili…
-
"GiST and SP-GiST indexes can be created for table columns of temporal types. The GiST index implements an R-tree for temporal alphanumeric types and a TB-tree for temporal point types."
I'm not qu…
-
Hello,
Why https://docs.mobilitydb.com/ does not response during last 3-5 days? Where could I get the documentation?
BR,
Alina.
-
Does mobilitydb-sqlalchemy operate on TGeogPoint? Doesn't TGeomPoint use planar geometries for calculations (distance, etc.) whereas TGeogPoint uses spherical geometries for those calculations? Does…
-
Hi,
The domain the documentation is published at
http://mobilitydb.com/
is not available :disappointed:
-
So I have tried two similar queries using `atValue`, but with different results:
```
mobilitydb=# SELECT asText(atValue(tgeompoint '[Point(0 0 0)@2012-01-01, Point(2 2 2)@2012-01-03)', 'Point(1 1 …
-
Dear Esteban
last month, i installed MobilityDB using docker in my Ubuntu platform
this database was working fine..
Until i have try to using the temporal operators like &=, #
-
Dear Esteban
MobilityDB is a good extension for MOs objects..
I have executed the following query
select d.id,twavg(speed(trip)) ,
startValue(atMax (speed(trip)*3.6))
from delivery d, truck …
-
Sirs,
First, thank you for creating this extension. It works great, but I've run into an issue with inserts.
I use R, and within a loop it issues a dbWriteTable to create a temporary table of t…