Downloading data

The Area Analytics app also allows users to download the data for local analysis. Two file formats are supported: GeoJSON and CSV.

To download the results of your analysis, use the Download data button in the upper right corner of the web application. This will trigger a popup where you can define the name of your file, the file type, and the aggregation method for the data (only for CSV).

Download data button located in the upper right corner of the web application interface
Download data popup dialog with fields for file name, file type selector, and aggregation method options

The CSV file is essentially the same as the data table located at the bottom of the report results in the web application, but having this table in CSV format allows users to manage the data however they see fit, for example, in tools like Microsoft Excel.

CSV file opened in a spreadsheet application showing traffic data in rows and columns

The GeoJSON, on the other hand, contains all data in a file with a JSON structure, providing information about your geometry and the values for your entire regions (yearly, monthly, daily, and hourly).

GeoJSON file displayed in a text editor showing JSON structure with geometry and traffic value properties