From fbd8bc95e5f7c5fa7d45e28081d63ff613d290a5 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:55:42 +0700 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c79c401..b0cfeac 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ >

-## Absract +## Abstract Videos that are shot using commodity hardware such as phones and surveillance cameras record various metadata such as time and location. We encounter such geospatial videos on a daily basis and such videos have been growing in volume significantly. Yet, we do not have data management systems that allow users to interact with such data effectively. @@ -96,7 +96,7 @@ docker run --name "spatialyze-gsstore" \ --detach \ --publish 25432:5432 \ --volume spatialyze-gsstore-data:/var/lib/postgresql \ - mobilitydb/mobilitydb + mobilitydb/mobilitydb:14-3.2-1 ``` Setup the MobilityDB with customized functions ```bash