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
For example, it's pretty hard to actually get features out of a Wrappers.FeatureCollection. You have to monkey around a bit, and access fc.parent[i].parent.$feature_name.
It would be nice to let FeatureCollections subscribe to the Tables.jl interface and let Feature objects be getproperty'ed.
What do people here think? It could even be an extension on Tables.jl so as to not add a dependency.
The text was updated successfully, but these errors were encountered:
For example, it's pretty hard to actually get features out of a
Wrappers.FeatureCollection
. You have to monkey around a bit, and accessfc.parent[i].parent.$feature_name
.It would be nice to let FeatureCollections subscribe to the Tables.jl interface and let Feature objects be
getproperty
'ed.What do people here think? It could even be an extension on Tables.jl so as to not add a dependency.
The text was updated successfully, but these errors were encountered: