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

Add Equal Earth projection #1085

Closed
berniejenny opened this issue Aug 8, 2018 · 4 comments
Closed

Add Equal Earth projection #1085

berniejenny opened this issue Aug 8, 2018 · 4 comments
Labels
feature request good first issue Issues that offers a good place to start for new contributors help wanted

Comments

@berniejenny
Copy link

Equal Earth is a projection inspired by the Robinson projection, but unlike the Robinson projection retains the relative size of areas. The projection is described in this publication:

Bojan Savric, Tom Patterson & Bernhard Jenny (2018).
The Equal Earth map projection.
International Journal of Geographical Information Science.
http://doi.org/10.1080/13658816.2018.1504949

Java code is available here: https://github.com/OSUCartography/JMapProjLib/blob/master/src/com/jhlabs/map/proj/EqualEarthProjection.java

@kbevers kbevers added help wanted feature request good first issue Issues that offers a good place to start for new contributors labels Aug 8, 2018
@kbevers
Copy link
Member

kbevers commented Aug 8, 2018

Interesting paper! And the projection is definitely a worthy candidate for inclusion in PROJ,I think. I'd be happy to mentor a pull request implementing and documenting the new projection. If you are quick it can be included in PROJ v. 5.2.0 scheduled for release September 1st.

@jdugge
Copy link
Contributor

jdugge commented Aug 16, 2018

@kbevers I've given this a shot, using @mbloch's and @berniejenny's Java / JavaScript code as a reference.

Could you take a look and tell me what's next (tests, documentation)?

@rouault
Copy link
Member

rouault commented Aug 16, 2018

tell me what's next (tests, documentation)?

Tests can be added to test/gie/builtins.gie (not completely sure if that's the most appropriate one), and docs in docs/source/operations/projections/ (new file + reference to it in docs/source/operations/projections/index.rst)

@thareUSGS
Copy link
Contributor

I look forward to using the Equal Earth projection on Mars - doh. 🌝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request good first issue Issues that offers a good place to start for new contributors help wanted
Projects
None yet
Development

No branches or pull requests

5 participants