MakieOrg / GeoMakie.jl

Geographical plotting utilities for Makie.jl
https://geo.makie.org
MIT License
161 stars 23 forks source link

Add more examples + a basic metadata framework #233

Closed asinghvi17 closed 4 weeks ago

asinghvi17 commented 1 month ago

https://geo.makie.org/previews/PR233 The metadata framework doesn't apply to anything yet, but it should do so quite soon! I will have to guard against garbage collection somehow, though. Maybe by setting the value of cover to the relevant module?

The actual implementation will come in the next PR.

asinghvi17 commented 4 weeks ago

@lazarusA you might be interested in examples/basic.jl and docs/example_meta_block.jl here - they have a first prototype for in-code evaluation of an example's metadata (title, description, cover) which we can forward to the Gallery prototype here. (Just have to figure out how to embed/downsize the image now :D)

asinghvi17 commented 4 weeks ago

TODOs for the next PR: