# Bike Data Requests

## Data Prep

Occasionally, the DTS Team will receive requests from the public for bike facilities in the City of Austin. The DTS team can create an export shapefile of the CTN using the following query:

`BICYCLE_FACILITY IS NOT NULL AND REC_BICYCLE_AAANETWORK = 'CouncilAdopted' OR REC_BICYCLE_AAANETWORK =`&#x20;

`'CouncilAdoptedAltAlignment'`

Since the CTN compiles data about every aspect of the City of Austin's on- and off-street transportation network, it can be difficult to find the the data request among its many fields. For this reason, only the following fields should be included with data requests about the City's bike map:

* FULL\_STREET\_NAME
* BICYCLE\_FACILITY
* BIKE\_LEVEL\_OF\_COMFORT

Save the shapefile in: ...\ATD\_GIS\CTN\CTN\_Exports\_Layers\Export Shapefile as  bikeFacilities\_MMDDYYYY

## Data Delivery

Along with the zipped shapefile, feel free to include a link to the [Active Transportation edits to the CTN wiki](https://app.gitbook.com/@atd-dts/s/atd-geospatial/comprehensive-transportation-network/active-transportation-edits-to-the-ctn) for reference.


---

# 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/active-transportation/bike-data-requests.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.
