Census Block
census_blockResolve a US latitude/longitude (decimal degrees) to its Census block, county, and state FIPS codes and names. Returns the 15-digit block FIPS, 5-digit county FIPS, 2-digit state FIPS, state code/name, and a bounding box. Pairs with the US Census API (FIPS codes are its join keys). Coordinates outside the US yield null FIPS values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees (e.g. 38.8976). | |
| lon | Yes | Longitude in decimal degrees (e.g. -77.0365). | |
| censusYear | No | Census vintage for the block geography: "2020" (default) or "2010". |