Skip to main content

Create the dataset

Database Structure

Template Database

Download the SQLite file and edit the tables within.

TableTypeDescription
bewa_OverviewTableThe table that defines your trips. One trip per row.
bewb_EventsTableThe table containg detailed notes from your trips. One row per day (date).
bewx_ParticipantGroupsTableYour travel groups. Feel free to edit.
bewx_TripDomainsTableTrip types.
bewxx_SettingsTableApp settings storage (used when you bind the file to browser via File API).

For more detailed instructions, follow the Trip Syntax.

Coordinate tool

To obtain coordinates for a given position, you can use the Coordinate Tool and easily copy and paste the coordinates into the SQLite file.

Views

Views

The template contains some views too, used by the app. Do not edit these!

ViewTypeDescription
IIBa_OverviewViewUsed by the app. Do not edit.
IIBaa_OverviewCountryViewUsed by the app. Do not edit.
IIBb_EventsViewUsed by the app. Do not edit.
IIBc_BorderCrossingsViewUsed by the app. Do not edit.