This is a repo for 3D data visualization of 2018 Central Park Squirrel Census.
Find the data here: https://data.cityofnewyork.us/Environment/2018-Central-Park-Squirrel-Census-Squirrel-Data/vfnx-vebw
All the visualization is made out of the dataset above in Blender. To run the script and generate the visualization, make sure to download Blender (https://www.blender.org/) first.
- Hectar scatter plot: https://skfb.ly/oO6sN
- Activity bar chart: https://skfb.ly/oO6tn
- Have Blender installed on your computer
- Pull the repo
- open ".blend" files
- Toggle the collections to hide and unhide objects
- Click on the "Scripts" Tab to view all the scripts (see how to run scripts below)
e.g. "Bar Chart Collection" and "Scatter Plot Collection" to see work sample 1 and 2.
- In ".blend" file, open "Scripting" workspace.
- Use the "browser text to be linked" button to switch between scripts.
- if you could not find any script file open in Blender, Select "Text" >>> "Open", open the files file from "Scripts" folder with corresponding names.
- Run it with "run script" button (little triangle). The button will run the current script only.
- Console output
-
For Windows user: Editor Type >>> Python Console
-
For MacOS user: few extra steps 🙄 to follow from this tutorial - https://www.youtube.com/watch?v=RbQCzk-ef3g
-
I'm not sure about other operating systems
Before run "Scatter_Black", "Scatter_Cinnamon", and "Scatter_Gray", be sure to create a sphere object with corresponding material in the viewport and select that object. This is to take advantage of linked objects that save spaces, so that you won't find a 400 MB file when exporting😢.