Resolve Reference to loc_id
resolve_referenceFree geography utility. Converts one value, or a bounded list of values, from an external or adjacent geographic reference system into the DaedalMap loc_id universe. Examples: from_system='zip' value='00601'; from_system='nws_fire' value='AKZ317'; from_system='admin_boundary' value='Fairfax County'. Returns ranked loc_id matches with bridge vintage, overlap weights, and provenance where applicable. No payment required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso3 | No | Country hint for system-specific crosswalks. Default USA. | |
| as_of | No | ISO date or year used to select a time-bounded identity assertion, especially for historical names and codes. | |
| items | No | Reference values to resolve in one call. Default public cap is deployment-configurable. | |
| limit | No | Maximum ranked matches to return. Default 10. | |
| value | No | Identifier or name in the input system. Examples: 00601, USA-Z-00601, AKZ317, USA-NWSFZ-AKZ317, Fairfax County, Mediterranean Sea. | |
| batch_id | No | Optional caller-supplied batch id for tracing. | |
| min_share | No | Optional minimum area-share threshold for overlap matches. | |
| request_id | No | Optional caller-supplied request id for tracing. | |
| from_system | No | Input reference system, such as loc_id, census_geoid/us_census_geoid, admin_boundary, zip, zcta, overlay_zcta, nws_zone, nws_fire, overlay_nws_fire_weather_zone, tribal, water_body, marine_eez, nuts, historical_country/iso3166_3, or a catalog family id. | |
| country_hint | No | Optional country hint for admin/name resolution. | |
| admin_level_hint | No | Optional admin-level hint for admin/name resolution. | |
| target_admin_level | No | Admin target level for crosswalk-backed resolution. Default admin_2. Accepts admin_0..admin_5, 0..5, or names such as country, state, county, tract, block_group, or block. | |
| relationship_vintage | No | Optional relationship vintage to require, such as usa_geometry_current or census_2020_relationship_files. |