You're viewing a demo portfolio

Join the waitlist
PRSM

geocode_coordinates

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →