# Geo Visualization

Geographical data is any data that contains geographical information.

There are 2 categories of geographical information:

1. **Spatial Objects**
   * shape and spatial extent matters &#x20;
   * the map is the main object of interest &#x20;
   * for example: counties, regions, buildings, lakes etc.
2. **Non-Spatial Geolocated Objects**
   * shape and spatial extent do not matter &#x20;
   * the map is only used as reference &#x20;
   * for example: cars, people, animals, weather stations etc.

## Types of Spatial Objects

* **Regions**\
  For example: country borders
* **Locations**  \
  For example: latitude, longitude
* **Identifiers**\
  Names/labels given to spatial objects, for example: zip code, street name, borough

**Geocoding** is the process of translating an identifier to a specific location (for example state name to location), while **Reverse Geocoding** is the process of translating a location to an identifier (for example location to state name).


---

# Agent Instructions: 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:

```
GET https://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/geo-visualization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
