# Active Parking Permits

1. Open the **Active Parking Permits Project** to process data&#x20;
   1. &#x20;Open Project, signing into Special\_Events\_Publisher AGOL account
2. The PLANNINGCADASTRE.amanda\_row\_permits layer in the Working Map has the following definition queries set:&#x20;
   1. PERMIT\_TYPE = Parking Permit&#x20;
   2. FOLDERSTATUS = Active&#x20;
3. Select by Location where:

   `PLANNINGCADASTRE.amanda_row_permits`&#x20;

   `Within a distance`&#x20;

   `Parking_Spaces (paystations)`&#x20;

   `Search distance of 25 ft`&#x20;

   `Select Apply (clicking OK misses some records, likely due to a bug)`
4. Export AMANDA ROW Permits to Project FGDB as `parkingpermits_current`  to overwrite the last export
5. Select by Location where:&#x20;

   `Parking_Spaces (paystations)`&#x20;

   `Within a distance`&#x20;

   `ParkingPermits_Current`&#x20;

   `Search Distance of 25 ft`&#x20;

   `Select Apply ( clicking OK misses some records, likely due to a bug)`
6. Export selected paystations to Project FGDB as `parking_meter_spaces_permits` to overwrite the last export
7. Go to the Active Parking Permits to AGOL Map&#x20;
   1. It should have parking\_meter\_spaces\_permits and ParkingPermits\_Current layers
8. Publish “Active Parking Permits to AGOL” Map to AGOL, overwriting the ParkingSpaces\_Permits\_New feature layer
9. No update to the Web Map is required
10. Before closing the Project, go back to the Working Map, Save, then Exit


---

# 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://atd-dts.gitbook.io/atd-geospatial/special-events/active-parking-permits.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.
