geocode_coordinates
ActiveTool of io.github.blackboxfoundry/livedatalink
Reverse-geocode a longitude/latitude pair with the Census Geocoder (keyless). Returns the Census geographies (state, county, tract, block, congressional district) containing the point, with GEOIDs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"longitude",
"latitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Latitude (y), e.g. 38.84"
},
"longitude": {
"type": "number",
"description": "Longitude (x), e.g. -76.92"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries