Visualize your own data
mainTo visualize your own dataset, follow these steps:
Prepare your data: Create a CSV, Parquet, or Feather file. It must contain columns named
xandy. You can include additional columns for categorical information or other aesthetics.Tile the data: Use the
quadfeatherlibrary to create the quadtree tiles required for efficient loading.cd deepscatter quadfeather --files ../path/to/your-data.csv --tile_size 50000 --destination tilesView the visualization: Run the development server and open the simplest implementation file:
npm run devThen navigate to
http://localhost:3345/index-simplest-way-to-start.htmlin your browser.
quadfeather --files ../some-path-to/your-data.csv --tile_size 50000 --destination tiles
npm run dev