GeoDataFrames.jl icon indicating copy to clipboard operation
GeoDataFrames.jl copied to clipboard

feature request: `df = GeoDataFrame(path2file)`

Open alex-s-gardner opened this issue 11 months ago • 2 comments
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.

alex-s-gardner avatar Nov 25 '24 19:11 alex-s-gardner