In this work, we present a spatio-temporal database prototype.
We first linearly transform the geographic coordinates
into the integer domain,
and we treat each spatio-temporal
record as a 3D point.
We then pack these 3D points into a
Morton R-tree,
which is stored in a relational database table.
We implement a spatio-temporal database operation module
to operate the data in the relational database.