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

Renner's Hemispheric Projection #228

Closed
espinielli opened this issue Jun 10, 2024 · 13 comments
Closed

Renner's Hemispheric Projection #228

espinielli opened this issue Jun 10, 2024 · 13 comments

Comments

@espinielli
Copy link

I have found a nice projection in Fig 24, pag 62-63 in

Renner, George Thomas "Human Geography in the Air Age -- A Text for High School Students", 1942, The MacMillan Company, New York.

renner

It is also present/defined in Fig. 2D of

George T. Renner "The Globe and the Map", Teachers College Record 47 (7), 1-14
but I have no way to access this source.

Any suggestions where to find details/math for implementing it?

I put what I know in https://observablehq.com/@espinielli/renner-hemispheric-projection

@Fil
Copy link
Member

Fil commented Jun 10, 2024

The base is most probably a Mollweide?
https://observablehq.com/@fil/renners-hemispheric-projection

You can try to replace with geoFaheyRaw for a nicer(?) aspect ratio

(See below for apian II)

@rschmunk
Copy link
Contributor

rschmunk commented Jun 10, 2024

Not a Mollweide variant as the parallels are equally spaced. Looks like a variant of the Apian II aka Arago.

@rschmunk
Copy link
Contributor

rschmunk commented Jun 11, 2024

This is what I get emulating that map using the Apian II (Arago) as a start.

Renner

(This is using my own Java code and not using D3.)

@Fil
Copy link
Member

Fil commented Jun 11, 2024

Good call! I've updated my notebook.

@espinielli
Copy link
Author

eh, eh, I did it as well ;-)
(I am puzzled at not finding a description of it...)

@rschmunk
Copy link
Contributor

For extra confusion...

I noted that the graphic indicated Renner claimed copyright 1928. I started looking around to see if I could find what that publication might be. Didn't find it, but I did discover a monograph published in 1927 with a map that for an instant I thought was the same, then realized the two halves of the Northern Hemisphere were polyconics rather than pseudocylindrics.

1927_Renner-map _copy

This is from "Primitive religion in the tropical forest", inserted between pages 24 and 25.

@espinielli
Copy link
Author

yes @rschmunk I had tried to search for the patent too but no luck there...it's always archeology!

@rschmunk
Copy link
Contributor

I found a Library of Congress catalog listing 1928 copyrights, and the map section includes a "World climatic map" on "Renner's Homalographic Projection" published December that year in Seattle. It appears to be just that, a map. No book or article, just a map.

Renner may have then used it in a book published in 1930, although I'm still trying to get more info about that. It would not surprise me if it was also used in other geography book(s) he (co)authored, including one published in 1936.

@Fil
Copy link
Member

Fil commented Jun 11, 2024

There are lots of maps, including a chapter dedicated to projections in https://archive.org/details/globalgeography00renn/ but I didn't see that particular projection (I might have missed it it's a big book).

@rschmunk
Copy link
Contributor

I am reminded that the Apian II has been called the Equidistant Mollweide in at least one source, so @Fil's original guess wasn't entirely off-base.

@espinielli
Copy link
Author

There are lots of maps, including a chapter dedicated to projections in https://archive.org/details/globalgeography00renn/ but I didn't see that particular projection (I might have missed it it's a big book).

I went thru the whole book too and didn't find any plot of Renner's Hemispherical projection

@rschmunk
Copy link
Contributor

rschmunk commented Jun 12, 2024

The 1928 map was published by the University of Washington when Renner studied or taught there, but I couldn't find anything in their library catalog for that or for something else supposedly published there in 1930.

There's a book by White and Renner from 1936 that I thought might be a good possibility, but no. Most of the global maps there use the Denoyer projection.

@espinielli
Copy link
Author

espinielli commented Jun 14, 2024

I added (modern) climate zones in my notebook (still missing graticule coordinates labels...)
renner_climate

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

No branches or pull requests

3 participants