Skip to content

Instantly share code, notes, and snippets.

0478ae7d41ed6e02a77ff7d883e8d81eea20811625d4ddb24d484501f7132851b0e3ef2c2d113140869bd16649c0ff40b3faa1b47fa6e9076c056e024ede63be08;bogdano
@pkkr
pkkr / ISS.pde
Created November 11, 2015 23:17 — forked from denkspuren/ISS.pde
Track the International Space Station (ISS) with Processing
// http://open-notify.org/Open-Notify-API/ISS-Location-Now/
// https://developers.google.com/maps/documentation/static-maps/intro
// https://developers.google.com/maps/documentation/static-maps/
JSONObject json;
double latitude, longitude;
int zoomVal = 3;
PImage img;