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.