Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk committed Aug 11, 2023
1 parent cac09c3 commit c3a1b18
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 35 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ pip install lap # a bug in lap/poetry/conda that lap needs to be installed usin
### Start Spatialyze Geospatial Metadata Store [MobilityDB](https://github.com/MobilityDB/MobilityDB)
```bash
docker volume create spatialyze-gs-store-data
docker run --name "spatialyze-gs-store" \
-d \
-p 25432:5432 \
-v spatialyze-gs-store-data:/var/lib/postgresql \
mobilitydb/mobilitydb
docker run --name "spatialyze-gs-store" \
--detach \
--publish 25432:5432 \
--volume spatialyze-gs-store-data:/var/lib/postgresql \
mobilitydb/mobilitydb
```
Setup the MobilityDB with customized functions
```bash
Expand All @@ -104,7 +104,7 @@ To run MobilityDB every system restart
docker update --restart unless-stopped spatialyze-gs-store
```

### Try the demo.
### Try the demo (WIP 🚧)
In spatialyze repo:
```sh
jupyter-lab
Expand All @@ -116,11 +116,11 @@ The demo notebook first constructs the world. Then it queries for the trajectory
This paper is currently under review for [VLDB](https://vldb.org/2024/).
```bib
@misc{kittivorawong2023spatialyze,
title={Spatialyze: A Geospatial Video Analytics System with Spatial-Aware Optimizations},
author={Chanwut Kittivorawong and Yongming Ge and Yousef Helal and Alvin Cheung},
year={2023},
eprint={2308.03276},
archivePrefix={arXiv},
primaryClass={cs.DB}
title={Spatialyze: A Geospatial Video Analytics System with Spatial-Aware Optimizations},
author={Chanwut Kittivorawong and Yongming Ge and Yousef Helal and Alvin Cheung},
year={2023},
eprint={2308.03276},
archivePrefix={arXiv},
primaryClass={cs.DB}
}
```
Binary file removed data/amber_videos/traffic-overhead.mp4
Binary file not shown.
Binary file removed data/amber_videos/traffic-scene-mini.mp4
Binary file not shown.
Binary file removed data/amber_videos/traffic-scene-shorter.mp4
Binary file not shown.
Binary file removed data/amber_videos/traffic-scene.mp4
Binary file not shown.
Binary file removed data/h264_videos/BirdsInCage_h264.mp4
Binary file not shown.
Binary file removed data/h264_videos/CrowdRun_h264.mp4
Binary file not shown.
Binary file removed data/h264_videos/ElFuente1_h264.mp4
Binary file not shown.
Binary file removed data/h264_videos/ElFuente2_h264.mp4
Binary file not shown.
Binary file removed data/h264_videos/OldTownCross_h264.mp4
Binary file not shown.
Binary file removed data/h264_videos/Seeking_h264.mp4
Binary file not shown.
Binary file removed data/h264_videos/Tennis_h264.mp4
Binary file not shown.
23 changes: 0 additions & 23 deletions docker-compose.yml

This file was deleted.

0 comments on commit c3a1b18

Please sign in to comment.