> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/rentals/export-rentals-trip-path-data.md).

# Export rentals trip path data

This option will export all the rentals in your system for a given time range in GeoJSON format. You will find the "Export Routes" button is on the "Rentals" section next to the "Export" button.

<figure><img src="/files/jdArEZiPh20L4kD7PbBw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After you hit export, and once our servers are done with processing your data, you will receive an email with a zipped file. This contains your rentals location information . Exporting the file can take a few minutes if the volume of the rentals/locations is high.
{% endhint %}

<figure><img src="/files/0fOs3lrKPBel8BrG8Ixv" alt=""><figcaption></figcaption></figure>

The file will be compressed with the zip format and will also have a timestamp on the file name, ie: `movatic_data_2023-07-20_160035.json.zip`&#x20;

## Visualizing the data

You can use the exported GeoJSON data to map and visualize the trip paths of your users with tools such as [Kepler](https://kepler.gl). You can create layers and filter the data according to your needs.

{% hint style="info" %}
Before uploading your GeoJSON file to Kepler, make sure to unzippe it first.&#x20;

To see the data in Polygon and Trip layers, please refer to [this](https://www.loom.com/share/ffff59c64bc6417284d41b1d2d9b0197?sid=45a49cbc-9913-48b3-88bf-8fe6980bd8da) video. For the rest you can follow the instructions in [this](https://www.loom.com/share/fcdc5930c6b44f68a7a3b81ef52e72a6?sid=41a45fc2-44cd-4742-b4fb-e70a3af320e2) and [this](https://www.loom.com/share/3c4a96b645cc4a01af9cf84d37084ad9?sid=916a54c8-afe5-490e-9d60-7ecc97c2ba6d) video.
{% endhint %}

### Polygon

<figure><img src="/files/hoas7Z2KCp2IzmoVuRgR" alt=""><figcaption><p>Example of the Polygon layer</p></figcaption></figure>

On a Polygon layer you can see the rental ID, reporter name (which can be user's device or the rented hardware and other hardware assigned to it with GPS capabilities).

### Trip

On a Trip layer you can see the animated path of the rentals. This layer provides playback controls which you can use to slowdown, pause or speed up the visualization.&#x20;

<figure><img src="/files/I0LEQ5LeFdkPHjYO8jtc" alt=""><figcaption></figcaption></figure>

You can also pause the visualization and click one of the trails to get more information about that particular rental.

### &#x20;Points

With the Points layer we can see all the gathered coordinates of each rental as points in the map.&#x20;

<figure><img src="/files/HYoHgzduYKNRwuw8edJP" alt=""><figcaption></figcaption></figure>

### Arc&#x20;

With the Arc layer we can see an "Arc" between the start and end point of the rental.&#x20;

<figure><img src="/files/Rh4cQnkfiDF7Cae6qmQh" alt=""><figcaption></figcaption></figure>

For a better appreciation of this layer, we recommend to set the visualization as 3D map:

<figure><img src="/files/POW5DjBlpJWbkwl3dQ8V" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HWYA0hXx6n0OdITqB8KX" alt=""><figcaption></figcaption></figure>

Set different colors for the start (source) and end (target) sides of the arc.&#x20;

<figure><img src="/files/F7je6uknH5alhgm4AcbI" alt=""><figcaption></figcaption></figure>

### Line

In a Line layer, you will see a straight line between the start and end rental points.&#x20;

### Grid

With the Grid layer, you can visualize the points grouped in cells which have different colors depending on the density.

<div><figure><img src="/files/zXBZsNJDVNguUupqJpDx" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/lFn1QTnz53C5ndkmIsr0" alt="" width="563"><figcaption><p>Info displayed when you click a cell</p></figcaption></figure></div>

### Hexbin

The Hexbin layer is similar to a Grid layer but with a different style.&#x20;

<figure><img src="/files/4YlSpk0n9Aj7NtKtO0kF" alt=""><figcaption><p>Hexbin layer</p></figcaption></figure>

### Cluster

The Cluster layer allows you to see grouped data. The visualization can be more or less grouped depending on the desired zoom on the map.&#x20;

<div><figure><img src="/files/M3G5Ea6vakrHziEdMuKN" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c16CMppYRUJV340DbsT8" alt=""><figcaption></figcaption></figure></div>

You can also manipulate the **radius** of the layer to group more or less points as needed.

### Heatmap

In a Heatmap layer the data or points of the rentals overlap creating zones in the map that provide visual cues of the density of the points.

<figure><img src="/files/2q7yW1iEnQyO7rDWU70T" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To have a better understanding of the colors and density, you can see the legend of each layer by clicking the "Show Legend" button in the upper right corner.&#x20;

We recommend renaming the layers so that you're able to find the legend of the desired layer more easily. &#x20;
{% endhint %}

<figure><img src="/files/eIIIwy8Vw8CyXXSxx0mv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/admin-site/rentals/export-rentals-trip-path-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
