/50million

Reference for https://int21.io/post/50-million-points/index.html

Primary LanguageHTMLMIT LicenseMIT

Visualizing 50 Million Points with D3

Reference code for https://int21.io/post/50-million-points/index.html

This example code uses Node.js to generate LOD files as well as serve the site. To run the code, install a recent version of Node.js, open a console in the cloned repository and do the following:

Install dependencies:

npm install

Generate LOD files:

npm run pre-process

Run the web server:

npm start