Closed mvisalli closed 5 years ago
Hi @bbest
As I've been trying to create some maps for the slides I noticed that the vents layer looks really weird in molleweide:
vents <- get_d_prjres("r_phys_vents","_mol50km") plot(vents)
It seems strange that the max is 200 and none of the vent regions are showing up
when comparing to geographic coordinate system:
vents2 <- get_d_prjres("r_phys_vents","") plot(vents2)
We end up with a more reasonable map with max of 7 and some vent fields popping out.
Any idea what's going on here?
Ok something funky is definitely going on
1 cell with a value of 205 84511 cells with a value of 0
Hi @bbest
As I've been trying to create some maps for the slides I noticed that the vents layer looks really weird in molleweide:
It seems strange that the max is 200 and none of the vent regions are showing up
when comparing to geographic coordinate system:
We end up with a more reasonable map with max of 7 and some vent fields popping out.
Any idea what's going on here?