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

Example: Write a GeoInterface to geojson #37

Closed alex-s-gardner closed 2 years ago

alex-s-gardner commented 2 years ago

I've just added an example of how to great a GeoInterface object and write it to disk as a geojson.

I struggled to figure this out so thought an example might help whomever comes next

yeesian commented 2 years ago

This is great, thank you so much!