This dataset of Eminem songs was compiled by pasting this entire page Wikipedia: Eminem production discography into ChatGPT3.5.
A NodeJS script that lists a file system tree in a JSON format compatible with 3d-hierarchy.
| node_modules | |
| *.swp |
Data for New York census tracts, downloaded from https://www.census.gov/cgi-bin/geo/shapefiles/index.php?year=2023&layergroup=Census+Tracts and processed using https://mapshaper.org/.
| node_modules | |
| package-lock.json |
Images used in VizHub
A port of VizHub: Marks and Channels to vanilla JavaScript.
A demonstration of basic D3 usage to implement the concept of Marks and Channels. Includes usage of:
- Point Marks by X, Y, Size
- Line mark varying in length
- Scaling factors
- SVG Rectangles
selection.each()- SVG Path Elements
This the data for the DVS SOTI Challenge Data.
The files here are direct TSV exports from the 2022SOTI_SurveyDataForPublic Google Sheet. TSV format was used because the CSV exports were not valid CSV (there were issues around commas being included in non-quoted strings that was messing up the parsing).