- Use the gps-digital-forensics starter project to get started. You'll see that the stage has a nice grid for a background image, and the sprite has a circle costume to stamp coordinates with.
- Now get the GPS coordinates into a Snap list. You'll need separate numbers for each longitude and latitude, so each element of your main list of data should be a list with two entries (one for each coordinate).
- There is an example script in the starter project that draws a dot at
50
, 50
. Use your list of data to draw each coordinate on the screen.
Now that you've visualized the data, discuss with your peers:
- Do you have any hypotheses for the case?
- How could you test them?