JuliaGeo / GeoJSON.jl

Utilities for working with GeoJSON data in Julia
https://juliageo.org/GeoJSON.jl/stable/
MIT License
68 stars 10 forks source link

Add two argument `write` that writes to disk. #35

Closed rafaqz closed 2 years ago

rafaqz commented 2 years ago

Its a bit confusing that you have to do write("filename.json", GeoJSON.write(obj)).

We could add a GeoJSON.write(filename, obj) version that wrapped that.

visr commented 2 years ago

Agreed, would be good to have!

visr commented 2 years ago

Fixed by #42.