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
Yeah this is expected (for me that is), as this writes tables, dataframes and the like. It expects something that supports the Tables.jl interface. I had a check (istable), but apparently the Tables.jl devs discourage doing that, as it doesn't always hold. So this is the other side of the coin, that you get a vague error message. We should improve that.
Writing a vector just needs wrapping in a named tuple:
load data
write geopackage with attributes [works as expected]
write geopackage with geometry only [I would have thought this would work but it doesn't]
The text was updated successfully, but these errors were encountered: