Code Monkey home page Code Monkey logo

wispy's Introduction

wispy maps

As in https://www.flickr.com/photos/walkingsf/sets/72157628616533659

Cartogram tool

Requires the "cart" cartogram tool with my slight modifications at https://github.com/ericfischer/cart

Put that in a sibling directory to this one and

( cd ../cart; make cart interp )

Making the density map

With a file containing lines in this format:

user date time lat,lon

For example,

curl -O http://sfgeo.org/data/tourist-local/1-RESIDENT.gz

Accumulate a grid of density:

cc -g -Wall -O3 -o gather-density gather-density.c -lm
zcat 1-RESIDENT.gz | ./gather-density > density

The end of the output will look like

1000 1000
51.366408 -0.324268 51.584092 0.025234

Keep those numbers. You will need them.

Making the cartogram

Then make a cartogram, using the "1000 1000" part as the bounds:

../cart/cart 1000 1000 density density.out

Making the image

cc -g -Wall -O3 -o mapback mapback.c -lm -ljpeg

zcat 1-RESIDENT.gz | ./plot-motion | ./invert 1000 1000 51.366408 -0.324268 51.584092 0.025234 | ../cart/interp 1000 1000 density.out | ./mapback 1000 1000 density.out 

And at the end you should get a file called out.jpg with the wispy image.

wispy's People

Contributors

e-n-f avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

fagan2888

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.