Hello,
The older version of the package had a geo2dict function to convert the continents json into a dictionary.
What is the alternative way to doing that with the new updates to the package ?
GeoJSON.read(read(joinpath(@__DIR__,"..","data","continents","continents.json")))
conts = geo2dict(continents)
coords = conts["features"][id]["geometry"]["coordinates"]
Thanks
Hello,
The older version of the package had a geo2dict function to convert the continents json into a dictionary.
What is the alternative way to doing that with the new updates to the package ?
Thanks