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
Rasters has a nice single point of entry, which is the Raster() function:
these all work to define a raster:
I'm wondering if it makes sense to have a GeoDataFrame() function:
it would add some uniformity across the ecosystem