For the complete documentation index, see llms.txt. This page is also available as Markdown.

Database

Local data downloads and comments.

Sample screenshot

Descriptions

  1. Create local comments: Operator-entered free-text comments that will be available in the comments table to be used for manual analysis. May be useful when adjusting settings (changed model or threshold), noting environmental conditions (road work happening), etc.

  2. Download Database: Will trigger the entire database for download in unencrypted, compressed format.

    1. Very large databases may take several minutes to compress and download; e.g. 3 GB database file may take up to 5-minutes to compress and several minutes to download, depending on connection speed.

    2. Database size is indicated in Megabytes (MB)

    3. Database is in SQLite format (.sqlite), a open-source relational database format. Read more at sqlite.org. Once downloaded, you may browse database structure by using sqlitebrowser.org or programmatically via sqlite libraries; e.g.built-in Python sqlite3 library.

    4. Database is compressed in Tar Gzip format (.tar.gz). On Linux or Mac, uncompress with tar -xvzf. On Windows download the open source 7-Zip application.

  3. Download JSON: Customizable data export in unencrypted, uncompressed JSON format by object event type or full tables with a data start/end date time. View in your preferred text editor.

Last updated

Was this helpful?