Map Data Vis Using NYC Open Data Json & OpenFrameworks
1890 Views, 3 Favorites, 0 Comments
Map Data Vis Using NYC Open Data Json & OpenFrameworks
1. find data in which you are interested.
2. export a json file
3. in the url window, delete everything after .json and refreshes without an error.
2. export a json file
3. in the url window, delete everything after .json and refreshes without an error.
Step 2: Finding Coordinates
Your json file will be messy!
2. Copy json code
2. Go to Json Pretty Print and paste the code
3. Scroll down to Data tag to get the coordinates
2. Copy json code
2. Go to Json Pretty Print and paste the code
3. Scroll down to Data tag to get the coordinates
Step 3: Make Map With Coordinates
1. Design or download a map of the area in which you are interested
2. Use google maps to figure out coordinates of the area
3. Program coordinates in C++
2. Use google maps to figure out coordinates of the area
3. Program coordinates in C++
Step 4: Visualize!
Here is the final data vis!