Skip to content

crz11111/SpaceAV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpaceAV

Build dependencies

  • C++ compiler with support for C++20
  • CMake >= 3.11
  • Git

Build instructions

Checkout repository

git clone https://github.com/crz11111/SpaceAV.git SpaceAV
cd SpaceAv
cd SFC

Build with Docker

docker build -t sfc -f Dockerfile .

Run with Docker

docker run -v <csv_data_directory_absolute_path>:<container_mount_absolute_directory> sfc <csv_data_mount_absolute_path> <output_csv_data_mount_directory_absolute_path> -query <x1> <y1> <z1> <x2> <y2> <z2> <shortest_acceptable_event_duration_in_micro_second> <expected_event_duration_in_micro_second>

Example:

docker run -v /Users/crz11111/SpaceAV/SFC/data:/opt/csvdata sfc /opt/csvdata/data.csv /opt/csvdata -query 0.1 0.1 0.1 0.5 0.5 0.5 100000 110000

CSV file format

Required CSV format as https://github.com/crz11111/SpaceAV/tree/work-on-morton/SFC/data

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages