https://github.com/sethherr/sprinkledrape
https://github.com/sethherr/sprinkledrape
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sethherr/sprinkledrape
- Owner: sethherr
- Created: 2017-09-02T23:16:57.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-09-03T00:27:07.000Z (over 7 years ago)
- Last Synced: 2025-02-10T22:28:42.526Z (3 months ago)
- Language: HTML
- Homepage: https://sethherr.github.io/sprinkledrape/
- Size: 1.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
I wanted a shower curtain with a map of the world with [a projection](https://xkcd.com/977/) other than Mercator.
I couldn't find one (in my lazy search) that was an interesting projection and covered the whole curtain. Since it's possible to print anything because the internet, I decided to make my own.
I decided on a tessellated [Peirce Quincuncial projection](https://en.wikipedia.org/wiki/Peirce_quincuncial_projection), e.g.
[Since custom, might as well go all in, programming ftw](https://sethherr.github.io/sprinkledrape)
## Tessellated map
Use [d3-geo-projection](https://github.com/d3/d3-geo-projection)
Some resources:
- [Mike Bostock's Peirce Quincuncial example](https://bl.ocks.org/mbostock/4310087)
- [Jason Davies tessellated beauty](https://www.jasondavies.com/maps/peirce/)First - [I copied](https://sethherr.github.io/sprinkledrape/jasondavies) what Jason Davies did (including stealing [his topojson](https://www.jasondavies.com/maps/world-50m.json)).
## What do the maps show?
It would be cool if the maps each showed something different and interesting. Some things I think might be interesting:
- Country names
- Water
- Population
- Wealth------
Disclaimer: I'm a map dilettante and know nothing about d3. Everything here is done wrong.