You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See Issue #6 for a reprex - since @mfherman is using two census geometries, the ID is GEOID in both cases and we get this for output:
> aw_interpolate(
+si_zcta,
+tid=GEOID,
+source=si_tract,
+sid=GEOID,
+weight="sum",
+output="tibble",
+extensive="popE"+ )
# A tibble: 13 x 2GEOIDpopE*<chr><dbl>110301NA210302NA310303NA410304NA510305NA610306NA710307NA810308NA910309NA1010310NA1110311NA1210312NA1310314NA
Renaming one of the ID variables from GEOID to anything else fixes it. Not sure how to handle this yet. For now, @mfherman, rename your target ID variable until we address this.
The text was updated successfully, but these errors were encountered:
See Issue #6 for a
reprex
- since @mfherman is using two census geometries, the ID isGEOID
in both cases and we get this for output:Renaming one of the ID variables from
GEOID
to anything else fixes it. Not sure how to handle this yet. For now, @mfherman, rename your target ID variable until we address this.The text was updated successfully, but these errors were encountered: