geocode_oneline_address
Convert a single-line U.S. address into interpolated coordinates, a matched address, Tigerline ID, and address range components through the Census Geocoding API.
Instructions
Geocode a single address provided as one line (e.g. '101 Marietta St, Atlanta, GA, 30303'). Returns matched address, interpolated coordinates, Tigerline ID, and address range components. Missing fields (city, state, ZIP) can be omitted or represented with commas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The full address on one line, comma-separated. Example: '4600 Silver Hill Rd, Washington, DC, 20233' | |
| benchmark | No | Benchmark name or ID (default: "Public_AR_Current"). Use list_benchmarks for options. |