watershed_at
Identify the named watershed or basin for any location in Mecklenburg County by providing an address or coordinates. Get watershed name, resolved address, and summary.
Instructions
Look up the named watershed/basin containing a location.
Point-in-polygon query against the City of Charlotte "Watershed Basins"
layer, which covers all of Mecklenburg County. Provide either
address or both lat/lon.
Args:
address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC".
lat: Latitude, used with lon if address is not given.
lon: Longitude, used with lat if address is not given.
Returns:
Dict with watershed (name/tile_name/basin_index), lat, lon,
resolved_address, and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||