I want to make really big, detailed maps (of sociology)

Ideas

  • Are there any direct contradictions, clear cut disagreements, either over time or at a single time? What does the map of these contradictions look like?

Maps exist...

Eigenfactor makes some amazing maps! like this one, this one, and this one. Don't forget to use your mouse!

phanerozoic

And an even better timeline tool, timeline JS

AND I discovered this guy

Don't forget scimaps. Led to Kim, flowing data, Outlier conference, this amazing viz
For more, look to viz research and a list of frameworks.

Thinking about using Grasshopper for creating the shapes, but looks overly complicated and only barely useful for my purposes.

Linked jazz

Linked Jazz, e.g. Art Tatum. Hosted now by semantic lab. Very cool...
This one looks cool, but low quality.

Misc

ray shading the antarctic peninsula
Puzzle printing: The tweet, and the marketing, and the printing / shipping / etc

Tiling / Rendering / Whatever

polymaps seems to make amazing maps (e.g., e.g.)

  • uses TileStache server
    • rendered with mapnik, "Generates vector tiles from OGR datasources in GeoJSON usable in Polymaps.", etc.

This just looks like the answer.

So what is the format I need to generate to render my map?


  • There are algorithms for constrained graphing, e.g., e.g., e.g., but these seem to all be for super small graphs. They're really cool however, and if I can use them for large graphs, I should just do that.
  • Physics simulations could provide the solution, as long as I can specify individual forces however I like (specify a field equation, e.g.)
  • Matter.js is SO COOL. This could be the whole thing, if it were scalable (which it CERTAINLY is not).

+Embedding spaces of some sort could be the answer...

  • Maybe Ben would be able to understand and guide me on this kind of stuff.
  • Look at this!

actually producing the tiles?

seadragon

OpenSeadragon seems like a useful tool.
Still not exactly sure how to modify what happens at different zoom levels (or indeed whether this is even possible) but it's easy & infinitely zoomable...
e.g. this blockchain viz
or infinite zoom on an image just using google maps like the sky map
this bitcoin map uses seadragon
and this cell zoom
super deep zoom
another deep one
the only network seadragon I could find
purportedly Gephi will export to Seadragon... sounds dumb

Animation

(using Unreal Engine)

point clouds & giant 3d viz

  • infinite fractal zoom for inspiration
  • potree for efficient in-browser point cloud viz
  • this had some giant point cloud visualization, like I'm trying to build. clunkyish but has an API // "Deep scatterplots" (code, explorer, blog)
  • with svg
  • Barnes-Hut always useful & important to learn, along with an interface (d3) for it, tutorial
  • this could be useful for 50k interactive points (3d or 2d)Interactive 3D / 2D webgl-accelerated scatter plot point renderer. Core functionality from the embedding projector, capable of rendering and interacting with tens of thousands of points.