Skip to content

GeoDataFrames.read(path2file) => GeoDataFrame(path2file) #113

@alex-s-gardner

Description

@alex-s-gardner

Rasters has a nice single point of entry, which is the Raster() function:

these all work to define a raster:

ras = Raster(path2file)
ras = Raster(rand(X(1:10), Y(1:11)))
ras = Raster(path2file; lazy=true)

I'm wondering if it makes sense to have a GeoDataFrame() function:

df = GeoDataFrame(path2file)

it would add some uniformity across the ecosystem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions