# US map using counties data

## Creating US map using US Counties data

US Counties can be used to build a US Map with any custom grouping of Counties using VitaraMap tools.

## Vitara County grouping tool <a href="#vitara-county-grouping-tool" id="vitara-county-grouping-tool"></a>

County grouping is done using the same tool used for ZipCode grouping.

Click on the link to access the tool:

[VitaraMaps - Tool for merging counties](https://cloud.vitaracharts.com/maptools/zipcode.html)

The below is screenshot of the tool.

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

### **Steps 1:**

After navigating to the webpage select the “US County Map” as shown in the image above.

### **Step 2:**

To arrange counties based on column data, select a “Data” file (csv format) with at least two columns of data.

### **Step 3:**

Fill “Group By” and “Apply Grouping To” fields to merge and export.

## Example of County’s aggregation: <a href="#example-of-countys-aggregation" id="example-of-countys-aggregation"></a>

The sample below shows counties organized into states (approximate data for county and state categorization is utilized).

FIPS indicates the county code and related states in the image below.

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

Now using this data, merge tool fields can be filled as shown below.

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

Merge and Export to create a geojson shapefile with the specified grouping information.

The screenshot below is of a Vitara map chart made from a county map of the United States, sorted by state.

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


---

# 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://docs.vitaracharts.com/maps-user-guide/us-map-using-counties-data.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.
