Closed vpipkt closed 5 years ago
@vpipkt
I don't understand the cast error, but I suspect a red herring here.
FWIW, the error is technically on point because what's going on is that the struct layout of proj_raster
has a double in the first field, but TileUDT
expects the first field to be a string... basically a clear sign I missed this use case.
Initially saw this in doing a
df.groupby.agg(rf_agg_local_mean('proj_raster))
in Python. The use ofrf_tile
was the immediate work around.I don't understand the cast error, but I suspect a red herring here.
I will file a PR with a (ignored) unit test.