matplotlib / matplotlib/basemap

Lambert azimuthal equal-area projection for full globe

Open
#225 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
817
Forks
395
PR merge metrics
No merged PRs in 30d

Description

The Lambert azimuthal equal-area projection can show the full globe, as in the example image in the Wikipedia article. However, with Basemap(projection='laea',...) I'm only able to plot a small portion of the globe. Once the width or height are > 15 million or so, it gives an error "ValueError: width and/or height too large for this projection, try smaller values".

Is there a good reason why basemap's laea projection doesn't do the full sphere? I'm using release 1.0.7_1 from Macports.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported Basemap(projection='laea',...) failure with width or height above roughly 15 million, then inspect the Lambert azimuthal equal-area projection path and its size validation. Compare the behavior with the full-globe example linked in the issue; done means establishing whether full-globe plotting should work and either enabling it or documenting the limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.