tree_canopy_at
Find tree canopy coverage for any location in Charlotte or Mecklenburg County by address or coordinates, returning canopy percentage, acres, vegetation, and impervious surface data.
Instructions
Get tree canopy stats for the area containing a location.
Point-in-polygon query against the joint City of Charlotte / TreesCharlotte
2022 tree canopy assessment layer, which stacks multiple geography levels
(Neighborhood Profile Area, Council District, Jurisdiction, County, ...)
for the same point. The finest available level is returned as primary
(Neighborhood Profile Area preferred, per plan); all matched levels are
included under by_geography for context. 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 primary (geography/value/canopy_percent/canopy_acres/
vegetation_percent/impervious_percent), by_geography (all matched
levels), 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 | |||