A TopoJSON file of time zones, derived from https://github.com/evansiroky/timezone-boundary-builder. Simplified using Mapshaper.
CSV table from IBM - Time zone IDs that can be specified for the user.timezone property.
A TopoJSON file of time zones, derived from https://github.com/evansiroky/timezone-boundary-builder. Simplified using Mapshaper.
CSV table from IBM - Time zone IDs that can be specified for the user.timezone property.
This is the "Iris" dataset. Originally published at UCI Machine Learning Repository: Iris Data Set, this small dataset from 1936 is often used for testing out machine learning algorithms and visualizations (for example, Scatter Plot). Each row of the table represents an iris flower, including its species and dimensions of its botanical parts, sepal and petal, in centimeters.
The HTML page provides the basic code required to load the data and display it on the page (as JSON) using D3.js.
For a more up to date code example with React & D3, see (VizHub: Stylized Scatter Plot)[https://vizhub.com/curran/3d631093c2334030a6b27fa979bb4a0d?edit=files&file=index.js].
const fetch = require('node-fetch'); | |
const fs = require('fs'); | |
const { PrettyTable } = require('prettytable'); | |
// Sample series IDs and years | |
const seriesIds = ['CUUR0000SA0', 'SUUR0000SA0']; | |
const startYear = '2011'; | |
const endYear = '2014'; | |
async function fetchBLSData() { |
This data was extracted from npm-stat and contains the weekly downloads data for the D3 Package.
A dataset about cities of the world.
Downloaded from Simplemaps: World Cities Database.
A new file worldcitiesReduced.csv
was created by manually removing columns not deemed necessary for initial visualization of this data.
You can find historical hurricane data from several reliable sources, including:
NOAA National Hurricane Center (NHC): They provide comprehensive data on past hurricanes, including tracks, intensities, and summaries. You can access the NHC archive here.
NOAA National Centers for Environmental Information (NCEI): They offer a range of climate data, including hurricane tracks and impacts. You can explore their hurricane data here.
HURDAT2 (Hurricane Database): Maintained by NOAA, this database includes detailed information on North Atlantic hurricanes. You can find HURDAT2 here.
International Best Track Archive for Climate Stewardship (IBTrACS): This global hurricane data repository compiles information from multiple agencies. You can access IBTrACS data here.
This program allows you to explore the world's cities.
Each circle represents a city. Each filled in pixel of a circle represents 50,000 people. When city circles overlap, they appear brighter, so brightness can be interpreted as population density.
The data comes from Geonames and shows only cities with population >100,000.
license: mit |
This dataset of Eminem songs was compiled by pasting this entire page Wikipedia: Eminem production discography into ChatGPT3.5.
node_modules | |
*.swp |