The data we will be using in this tutorial is simulated data along a road network from Open Street Map. The dataset includes a gzipped .geojson
file containing the road network and a gzipped .csv
file with 100,000 simulated trips along the network.
In real-world cases, you might be working with much larger data sets, but don’t worry, the platform can handle it.
You can download the data here:
The data files are compressed with gzip to reduce file size for storage, download, and upload. The xyzt.ai platform accepts gzipped files, so you can upload them directly. However, try unzipping the files at least once to inspect their contents. |
Go to the next part: Step 1: Create the roads data set