udsleeds / openinfra

Open access data for transport research: tools, modelling and simulation
https://udsleeds.github.io/openinfra/
Other
31 stars 4 forks source link

Add logo #103

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

I think this is a solid basis of a logo: image

Can we have a bash at putting this in a nice hex sticker? Pre-requisite for fun-loving R package builders!

https://github.com/GuangchuangYu/hexSticker

hulsiejames commented 2 years ago

openinfra_hex_logo It's a start, but by no means finished - but shows it will work.

Would like to have a transparent background to get rid of the white background and plot boarder.

Robinlovelace commented 2 years ago

Looking good! I vote make the map take up the entire hex and also render the network as part of the creation process.

GretaTimaite commented 2 years ago

some reproducible code for ggplot

library(ggplot2)
library(hexSticker)

plot = ggplot2::ggplot(data = sotm_data)+
  ggplot2::geom_sf(ggplot2::aes())

plot1 = plot + ggplot2::theme_void() + hexSticker::theme_transparent()

sticker(plot1, package="hexSticker", p_size=20, s_x=1, s_y=.75, s_width=1.3, s_height=1,
        filename="ggplot2.png")
Robinlovelace commented 2 years ago

Heads-up @hulsiejames and @GretaTimaite looking at this now after request from the Leeds Digital Festival people.

Robinlovelace commented 2 years ago

Plan, edit the image above in the browser-based app http://viliusle.github.io/miniPaint/

Robinlovelace commented 2 years ago

Work in progress...

image

Robinlovelace commented 2 years ago

openinfra

Good enough for now? Can reopen if we need to update the logo...

Robinlovelace commented 2 years ago

Just cc'd you into an email for context.

hulsiejames commented 2 years ago

Very nice! I had another go with HexSticker last weekend, but much prefer the quality of the result you have achieved. Browser based paint looks cool too.