> For the complete documentation index, see [llms.txt](https://www.uppermonroe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.uppermonroe.com/hot-topics/road-related-construction-or-redesign-projects/project-2025-street-chip-sealing.md).

# PROJECT: 2025 Street Chip Sealing

<figure><img src="/files/Sr0e78B4mL7HCCR4V5IG" alt=""><figcaption><p>This is NOT an interactive map. <a href="https://www.cityofrochester.gov/departments/department-environmental-services-des/chip-seal">CLICK HERE TO GO TO A LIVE VERSION OF THE MAP</a></p></figcaption></figure>

<https://www.cityofrochester.gov/departments/department-environmental-services-des/chip-seal>

## Chip Seal

The City of Rochester utilizes a low-cost surface treatment known as “Chip Seal” to extend the life of local streets.&#x20;

Chip sealing involves spreading a thin layer of clean, crushed stone over a thin layer of asphalt emulsion and setting the stone with a roller. This treatment slows the deterioration of the street surface by sealing out moisture, thereby protecting the asphalt pavement surface from freeze-thaw problems and base failures.

The City will also perform spot milling and resurfacing of deteriorated pavement, crack sealing, and other basic pavement maintenance treatments prior to the Chip Seal treatment.

Streets are chosen for the Chip Seal program based on a rotating basis of target areas, pavement conditions, and avoiding conflicts with other planned work. Streets can be Chip Sealed several times before they require a more intensive and costly treatment.

On the day of the surface treatment on a given street, on-street parking will be prohibited and travel limited while crews are working. We apologize for any inconvenience this may cause you. Please plan ahead to find alternative parking areas. Other streets in your area may also be receiving chip seal treatment on the same day.

After the treatment is applied, a 15 mile per hour speed limit will be in effect until City street sweepers can remove loose stone from the road surface. Please use caution and observe this speed limit.

Please see the map above for Upper Monroe streets included in the 2025 Chip Seal Program, which is scheduled to begin in July.&#x20;

If you live on an impacted street, you will receive a notice on your door one day prior to the chip seal application.  Please look for this notice. &#x20;

<br>


---

# 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://www.uppermonroe.com/hot-topics/road-related-construction-or-redesign-projects/project-2025-street-chip-sealing.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.
