GeoInterface.jl
GeoInterface.jl copied to clipboard
`GeoInterface.geometry(::FeatureCollection)` should return an iterator over each geometry in the feature collection
Does this make sense? Currently you have to do (GI.geometry(x) for x in GI.getfeature(fc)) which is a mouthful.