Skip to content

Construct ArchGDAL. IFeatureLayer via named tuples or DataFrame #152

@zerefwayne

Description

@zerefwayne

I have a use case of filtering rows out of an ArchGDAL table and then return ArchGDAL.Table datatype. It would be helpful to construct an ArchGDAL.Table using an array of named tuples or even a DataFrame from DataFrames.jl.

struct Table{T<:Union{IFeatureLayer, FeatureLayer}}
layer::T
end

cc: @juliohm @visr

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions