Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.
This repository was archived by the owner on May 8, 2019. It is now read-only.

Why not use coord_proj("+proj=laea")? #12

Description

@mdsumner

A rhetorical question, but should be interesting to explore different approaches.

How would you make this map?

image

The chlorophyll-a data:

u <- "https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/A20022132017243.L3m_MC_CHL_chl_ocx_9km.nc"
download.file(u, basename(u), mode = "wb")

The chlorophyll-a palette (breaks and colours):

pal <- palr::chlPal(palette = TRUE)

The projection and extents:

  • outer boundary is -20 (20S)
  • central longitude is 180, central latitude -90
  • inner graticule is xx <- c(0, 90, 180, 270, 360); yy <- c(-60, -40)
"+proj=laea +lat_0=-90 +lon_0=180 +datum=WGS84 +ellps=WGS84 +no_defs +towgs84=0, 0, 0"

The fronts are from orsifronts::orsifronts:

subset(orsifronts::orsifronts, front %in% c("pf", "saf"))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions