msleckman / chart-challenge-22

#30DayChartChallenge 2022, USGS edition
0 stars 0 forks source link

Added ggplot and levelplot visualization options - need to build out ggplot and see if can be run faster. #7

Closed msleckman closed 2 years ago

msleckman commented 2 years ago

added quick ggplot visualization function in 3_visualization/src/raster_plotting_w_ggplot.

I like the flexibility that this gives me with ggplot but it takes a really long time to display the output.

@ceenell I' ve added this ggplot vis target p3_save_map_frames_ggplot that looks just like the previous vis target p3_save_map_frames. If we can go the ggplot route, i'd prefer it because of the better option for formatting and visualizing nicely in ggplot2.

I am wondering if you can help build the ggplot option out and also see if it can be run faster.

output example for reclassified_drb_backcasting_1900.tif (default col gradient is blue, to change).

image