Julia Community 🟣

Cover image for Greece's map made with Makie.jl (MakiePlots)
Olga Eleftherakou
Olga Eleftherakou

Posted on

Greece's map made with Makie.jl (MakiePlots)

using GeoJSON, GeoMakie, GLMakie, Downloads, Colors
Greece = Downloads.download("https://raw.githubusercontent.com/codeforgermany/click_that_hood/main/public/data/greece-prefectures.geojson")
geo = GeoJSON.read(read(Greece))
poly(geo, strokecolor = :deepskyblue3, color = (:darkslategray2, 0.5), strokewidth = 1)
Enter fullscreen mode Exit fullscreen mode

Try making maps with Makie for different countries in different colours!😉

Top comments (4)

Collapse
 
logankilpatrick profile image
Logan Kilpatrick

Hey @oeleftherakou it would be awesome to see some additional commentary from you here on how this code works and such. Right now, just with the code, it's not super clear how I can more generally reproduce this setup for other countries and such.

Collapse
 
oeleftherakou profile image
Olga Eleftherakou

Hey @logankilpatrick ! I will prepare a complete article about it. This was only a sample!

Collapse
 
svilupp profile image
Jan Siml

Exactly the snippet I needed! Thank you

Collapse
 
adrianmirel2197 profile image
adrianMirel2197

Ca inginer geodez pot spune ca harta Grecieie a ieșit minunat.