> For the complete documentation index, see [llms.txt](https://docs.fractalworks.io/joule/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalworks.io/joule/components/analytics/analytic-tools/advanced-analytics/geospatial.md).

# Geospatial

## Overview

Event based geospatial analytics provide the ability to create location aware solutions. Joule provides a small set of processor optimised for **real-time geospatial analytics**.

Users can define geofences of interest and configure triggers to inform them of occupancy.

### Example applications

1. Fleet management
2. Asset management
3. Geo-marketing
4. Personalised recommendations

## Available geospatial options

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Entity geo tracker</strong></mark></td><td>Real-time entity geo tracking for advanced use cases</td><td></td><td><a href="/pages/NzOZJeOgWzhjFn64JLBd">/pages/NzOZJeOgWzhjFn64JLBd</a></td></tr><tr><td><mark style="color:orange;"><strong>Geofence occupancy trigger</strong></mark></td><td>Trigger geospatial events in real-time to drive location based use cases</td><td></td><td><a href="/pages/AWj88xU7vp6Y3Kwaqg3J">/pages/AWj88xU7vp6Y3Kwaqg3J</a></td></tr><tr><td><mark style="color:orange;"><strong>Geo search</strong></mark></td><td></td><td>Real-time view on what entities are nearby with respect to geofence radius</td><td><a href="/pages/XOGJzNlgfyLRQoTXHLI3">/pages/XOGJzNlgfyLRQoTXHLI3</a></td></tr><tr><td><mark style="color:orange;"><strong>IP address resolver</strong></mark></td><td>Take an IP address and perform a geo location search</td><td></td><td><a href="/pages/xaFoiXfKyWfKrJ6QQdPc">/pages/xaFoiXfKyWfKrJ6QQdPc</a></td></tr><tr><td><mark style="color:orange;"><strong>Reverse geocoding</strong></mark></td><td>Google reverse geocode using longitude and latitude to street address</td><td></td><td><a href="/pages/YbBWm1u6f4FdyCyA2GGe">/pages/YbBWm1u6f4FdyCyA2GGe</a></td></tr></tbody></table>

## Supporting Services

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Spatial index</strong></mark></td><td>Optimised data structure for spatial search</td><td></td><td><a href="/pages/vfdA45ONYP9jiGzxugof">/pages/vfdA45ONYP9jiGzxugof</a></td></tr></tbody></table>


---

# 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://docs.fractalworks.io/joule/components/analytics/analytic-tools/advanced-analytics/geospatial.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.
