Skip to content

Commit

Permalink
Updated write.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Dec 30, 2020
1 parent bf1bf9b commit de2ffde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoDataFrames"
uuid = "62cb38b5-d8d2-4862-a48e-6a340996859f"
authors = ["Maarten Pronk <[email protected]> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
2 changes: 1 addition & 1 deletion src/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function read(fn::AbstractString, layer::Union{Integer,AbstractString}=0)
df
end

function write(fn::AbstractString, table, layer_name::AbstractString="data", geom_column::Symbol=:geom, crs::GFT.GeoFormat=GFT.EPSG(4326), driver::Union{Nothing,AbstractString}=nothing)
function write(fn::AbstractString, table; layer_name::AbstractString="data", geom_column::Symbol=:geom, crs::GFT.GeoFormat=GFT.EPSG(4326), driver::Union{Nothing,AbstractString}=nothing)
rows = Tables.rows(table)
sch = Tables.schema(rows)

Expand Down

0 comments on commit de2ffde

Please sign in to comment.