Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hex logo #20

Closed
Aariq opened this issue Nov 28, 2022 · 10 comments · Fixed by #57
Closed

Hex logo #20

Aariq opened this issue Nov 28, 2022 · 10 comments · Fixed by #57
Labels
help wanted Extra attention is needed

Comments

@Aariq
Copy link
Member

Aariq commented Nov 28, 2022

Gotta have a hex logo for the package, right?

@Aariq Aariq added the help wanted Extra attention is needed label Nov 28, 2022
@jeremylweiss
Copy link
Member

Craig B. at CCT has put together a bunch of icons that we're using on the new AZMet website (under construction). Maybe the station one here: https://staging.azmet.arizona.edu/past-data/station-level-summaries ?

@dlebauer
Copy link

dlebauer commented Dec 9, 2022

Maybe put the icon inside an outline of the state?

@jeremylweiss
Copy link
Member

@dlebauer
Copy link

dlebauer commented Dec 9, 2022

Picture6
???

@jeremylweiss
Copy link
Member

I imagine we could ask Craig B. at CCT to combine the two

@Aariq
Copy link
Member Author

Aariq commented Dec 9, 2022

Looks nice, maybe put the package name in there somewhere too? Maybe some dots representing the active stations?

@Aariq
Copy link
Member Author

Aariq commented Dec 9, 2022

library(azmetr)
library(ggplot2)
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
library(maps)
az <- map_data("state", "arizona")
ggplot() + 
  geom_polygon(data = az, aes(x = long, y = lat, group = group), color = "black", fill =  "lightblue") +
  geom_point(data = station_info, aes(x = longitude, y = latitude)) +
  coord_map() +
  theme_void()

Created on 2022-12-09 with reprex v2.0.2

@jeremylweiss
Copy link
Member

jeremylweiss commented Aug 8, 2023

az-weatherstation

@Aariq
Copy link
Member Author

Aariq commented Aug 8, 2023

Very nice! You can use usethis::use_logo() to add it to the package

@KristinaRiemer
Copy link

This logo looks great!

@Aariq Aariq linked a pull request Aug 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants