GeoDataFrames.jl
GeoDataFrames.jl copied to clipboard
feature request: `df = GeoDataFrame(path2file)`
trafficstars
In Ratesrs.jl you can define a Raster as Raster(path2file).. I'm wondering if it would be cleaner to have a similar API for GeoDataFrames where df = GeoDataFrame(path2file) which would be equivalent to df = GeoDataFrames.read(path2file).
I recognize that GeoDataFrame is not a Type so maybe this goes against the broader Julia standard.