├── .editorconfig ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── bin └── mcp2png ├── data ├── 223029297_T_ONTIME_1701_cat_1.json ├── 223029297_T_ONTIME_1701_cat_2.json ├── 223029297_T_ONTIME_1701_cat_3.json ├── 223029297_T_ONTIME_1701_cat_4.json ├── 223029297_T_ONTIME_1701_cat_5.json ├── 223029297_T_ONTIME_1701_cat_6.json ├── 223029297_T_ONTIME_1701_cat_7.json ├── 223029297_T_ONTIME_1701_data.json ├── 877093214_T_ONTIME_REPORTING.csv ├── 877093214_T_ONTIME_REPORTING.zip ├── README.md ├── aggregate.py ├── census.snappy_cat_a.json ├── census.snappy_cat_a.png ├── census.snappy_cat_aob.json ├── census.snappy_cat_b.json ├── census.snappy_cat_b.png ├── census.snappy_cat_h.json ├── census.snappy_cat_h.png ├── census.snappy_cat_haob.json ├── census.snappy_cat_o.json ├── census.snappy_cat_o.png ├── census.snappy_cat_w.json ├── census.snappy_cat_w.png ├── census.snappy_data.2classes.json ├── census.snappy_data.3classes.json ├── census.snappy_data.json ├── census_data.json ├── census_data_2classes.json ├── csv2json.py ├── csv2json1.1.py ├── felec_fillon_a.json ├── felec_hamon_a.json ├── felec_lepen_a.json ├── felec_macron_a.json ├── felec_melenchon_a.json ├── flight.csv ├── flight_carriers2017_cat_AA.json ├── flight_carriers2017_cat_DL.json ├── flight_carriers2017_cat_UA.json ├── flight_carriers2017_data.json ├── flight_cat_AA.json ├── flight_cat_AA.png ├── flight_cat_DL.json ├── flight_cat_DL.png ├── flight_cat_UA.json ├── flight_cat_UA.png ├── flight_data.json ├── flight_delays2017_cat_1.json ├── flight_delays2017_cat_2.json ├── flight_delays2017_cat_3.json ├── flight_delays2017_cat_4.json ├── flight_delays2017_cat_5.json ├── flight_delays2017_cat_6.json ├── flight_delays2017_cat_7.json ├── flight_delays2017_cat_AA.json ├── flight_delays2017_cat_DL.json ├── flight_delays2017_cat_UA.json ├── flight_delays2017_data.json ├── franceD.json ├── francePresElec_data.3classes.json ├── francePresElec_data.json ├── image2json.py ├── json2lz4.py ├── json2png.py ├── load-census.sh ├── mn2json.py ├── mn_cat_1.json ├── mn_cat_1.png ├── mn_cat_2.json ├── mn_cat_2.png ├── mn_cat_3.json ├── mn_cat_3.png ├── mn_cat_4.json ├── mn_cat_4.png ├── mn_data.json ├── mn_sample.txt ├── mnist.txt ├── mnist2json.py ├── mnist_cat_0.json ├── mnist_cat_1.json ├── mnist_cat_2.json ├── mnist_cat_3.json ├── mnist_cat_4.json ├── mnist_cat_5.json ├── mnist_cat_6.json ├── mnist_cat_7.json ├── mnist_cat_8.json ├── mnist_cat_9.json ├── mnist_data.json ├── mnist_labels.txt ├── notMNIST2LV.py ├── notMNIST2csv.py ├── notMNIST_merge.py ├── notMNIST_xylab_cat_A.json ├── notMNIST_xylab_cat_B.json ├── notMNIST_xylab_cat_C.json ├── notMNIST_xylab_cat_D.json ├── notMNIST_xylab_cat_E.json ├── notMNIST_xylab_cat_F.json ├── notMNIST_xylab_cat_G.json ├── notMNIST_xylab_cat_H.json ├── notMNIST_xylab_cat_I.json ├── notMNIST_xylab_cat_J.json ├── notMNIST_xylab_data.json ├── nyc_crime_cat_BURGLARY.json ├── nyc_crime_cat_BURGLARY.png ├── nyc_crime_cat_FELONY ASSAULT.json ├── nyc_crime_cat_FELONY ASSAULT.png ├── nyc_crime_cat_GRAND LARCENY OF MOTOR VEHICLE.json ├── nyc_crime_cat_GRAND LARCENY OF MOTOR VEHICLE.png ├── nyc_crime_cat_GRAND LARCENY.json ├── nyc_crime_cat_GRAND LARCENY.png ├── nyc_crime_cat_MURDER & NON-NEGL. MANSLAUGHTE.json ├── nyc_crime_cat_MURDER & NON-NEGL. MANSLAUGHTE.png ├── nyc_crime_cat_RAPE.json ├── nyc_crime_cat_RAPE.png ├── nyc_crime_cat_ROBBERY.json ├── nyc_crime_cat_ROBBERY.png ├── nyc_crime_data.json ├── parq2json.py ├── us-10m.v1.json └── us.json ├── dist ├── dist │ ├── canvas-renderer.d.ts │ ├── color.d.ts │ ├── composer.d.ts │ ├── data-buffer.d.ts │ ├── derived-buffer.d.ts │ ├── gaussian-blur.d.ts │ ├── image.d.ts │ ├── index.d.ts │ ├── interp.d.ts │ ├── largest-rect-in-poly.d.ts │ ├── legend.d.ts │ ├── mask.d.ts │ ├── parser.d.ts │ ├── path.d.ts │ ├── point.d.ts │ ├── rect.d.ts │ ├── scale.d.ts │ ├── tile.d.ts │ ├── tiling.d.ts │ ├── ts │ │ ├── assembly.d.ts │ │ ├── canvas-renderer.d.ts │ │ ├── class-buffer.d.ts │ │ ├── color.d.ts │ │ ├── composer.d.ts │ │ ├── config.d.ts │ │ ├── configuration.d.ts │ │ ├── data-buffer.d.ts │ │ ├── derived-buffer.d.ts │ │ ├── gaussian-blur.d.ts │ │ ├── image.d.ts │ │ ├── index.d.ts │ │ ├── interp.d.ts │ │ ├── largest-rect-in-poly.d.ts │ │ ├── legend.d.ts │ │ ├── mask.d.ts │ │ ├── parser.d.ts │ │ ├── path.d.ts │ │ ├── point.d.ts │ │ ├── rect.d.ts │ │ ├── scale.d.ts │ │ ├── tile.d.ts │ │ ├── tiling.d.ts │ │ ├── util.d.ts │ │ ├── vega-extractor.d.ts │ │ └── weaving.d.ts │ ├── util.d.ts │ ├── vega-extractor.d.ts │ └── weaving.d.ts ├── multiclass-density-maps.js ├── multiclass-density-maps.js.map └── ts │ ├── assembly.d.ts │ ├── assembly.js │ ├── assembly.js.map │ ├── canvas-renderer.d.ts │ ├── canvas-renderer.js │ ├── canvas-renderer.js.map │ ├── class-buffer.d.ts │ ├── class-buffer.js │ ├── class-buffer.js.map │ ├── color.d.ts │ ├── color.js │ ├── color.js.map │ ├── composer.d.ts │ ├── composer.js │ ├── composer.js.map │ ├── config.d.ts │ ├── config.js │ ├── config.js.map │ ├── configuration.d.ts │ ├── configuration.js │ ├── configuration.js.map │ ├── data-buffer.d.ts │ ├── data-buffer.js │ ├── data-buffer.js.map │ ├── derived-buffer.d.ts │ ├── derived-buffer.js │ ├── derived-buffer.js.map │ ├── gaussian-blur.d.ts │ ├── gaussian-blur.js │ ├── gaussian-blur.js.map │ ├── image.d.ts │ ├── image.js │ ├── image.js.map │ ├── index.d.ts │ ├── index.js │ ├── index.js.map │ ├── interp.d.ts │ ├── interp.js │ ├── interp.js.map │ ├── largest-rect-in-poly.d.ts │ ├── largest-rect-in-poly.js │ ├── largest-rect-in-poly.js.map │ ├── legend.d.ts │ ├── legend.js │ ├── legend.js.map │ ├── mask.d.ts │ ├── mask.js │ ├── mask.js.map │ ├── parser.d.ts │ ├── parser.js │ ├── parser.js.map │ ├── path.d.ts │ ├── path.js │ ├── path.js.map │ ├── point.d.ts │ ├── point.js │ ├── point.js.map │ ├── rect.d.ts │ ├── rect.js │ ├── rect.js.map │ ├── scale.d.ts │ ├── scale.js │ ├── scale.js.map │ ├── tile.d.ts │ ├── tile.js │ ├── tile.js.map │ ├── tiling.d.ts │ ├── tiling.js │ ├── tiling.js.map │ ├── util.d.ts │ ├── util.js │ ├── util.js.map │ ├── vega-extractor.d.ts │ ├── vega-extractor.js │ ├── vega-extractor.js.map │ ├── weaving.d.ts │ ├── weaving.js │ └── weaving.js.map ├── examples ├── MultiClass Density Maps Benchmark.ipynb ├── bootstrap.js ├── example-maps-parsed.html ├── example-scatterplots-parsed.html ├── flight.html ├── notMNIST.html ├── playground.html ├── reproduction.html ├── teaser.html └── test.html ├── favicon.ico ├── index.html ├── logo.png ├── motivation.png ├── package.json ├── specs ├── census_data_color_max.mdm.json ├── mn_data_max.mdm.json └── mn_data_mean.mdm.json ├── src ├── assembly.ts ├── canvas-renderer.ts ├── class-buffer.ts ├── color.ts ├── config.ts ├── data-buffer.ts ├── gaussian-blur.ts ├── image.ts ├── index.ts ├── interp.ts ├── largest-rect-in-poly.ts ├── legend.ts ├── mask.ts ├── path.ts ├── point.ts ├── rect.ts ├── scale.ts ├── tile.ts ├── tiling.ts ├── typings │ ├── lz4.d.ts │ ├── multivariate-normal.d.ts │ ├── pngjs3.d.ts │ ├── tdigest.d.ts │ └── topojson-client.d.ts ├── util.ts ├── vega-extractor.ts └── weaving.ts ├── teaser.png ├── tsconfig.json ├── webpack.config.js ├── webpack.prod.js └── wiki └── specification.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/README.md -------------------------------------------------------------------------------- /bin/mcp2png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/bin/mcp2png -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_1.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_2.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_3.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_4.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_5.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_6.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_cat_7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_cat_7.json -------------------------------------------------------------------------------- /data/223029297_T_ONTIME_1701_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/223029297_T_ONTIME_1701_data.json -------------------------------------------------------------------------------- /data/877093214_T_ONTIME_REPORTING.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/877093214_T_ONTIME_REPORTING.csv -------------------------------------------------------------------------------- /data/877093214_T_ONTIME_REPORTING.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/877093214_T_ONTIME_REPORTING.zip -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/README.md -------------------------------------------------------------------------------- /data/aggregate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/aggregate.py -------------------------------------------------------------------------------- /data/census.snappy_cat_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_a.json -------------------------------------------------------------------------------- /data/census.snappy_cat_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_a.png -------------------------------------------------------------------------------- /data/census.snappy_cat_aob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_aob.json -------------------------------------------------------------------------------- /data/census.snappy_cat_b.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_b.json -------------------------------------------------------------------------------- /data/census.snappy_cat_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_b.png -------------------------------------------------------------------------------- /data/census.snappy_cat_h.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_h.json -------------------------------------------------------------------------------- /data/census.snappy_cat_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_h.png -------------------------------------------------------------------------------- /data/census.snappy_cat_haob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_haob.json -------------------------------------------------------------------------------- /data/census.snappy_cat_o.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_o.json -------------------------------------------------------------------------------- /data/census.snappy_cat_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_o.png -------------------------------------------------------------------------------- /data/census.snappy_cat_w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_w.json -------------------------------------------------------------------------------- /data/census.snappy_cat_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_cat_w.png -------------------------------------------------------------------------------- /data/census.snappy_data.2classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_data.2classes.json -------------------------------------------------------------------------------- /data/census.snappy_data.3classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_data.3classes.json -------------------------------------------------------------------------------- /data/census.snappy_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census.snappy_data.json -------------------------------------------------------------------------------- /data/census_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census_data.json -------------------------------------------------------------------------------- /data/census_data_2classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/census_data_2classes.json -------------------------------------------------------------------------------- /data/csv2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/csv2json.py -------------------------------------------------------------------------------- /data/csv2json1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/csv2json1.1.py -------------------------------------------------------------------------------- /data/felec_fillon_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/felec_fillon_a.json -------------------------------------------------------------------------------- /data/felec_hamon_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/felec_hamon_a.json -------------------------------------------------------------------------------- /data/felec_lepen_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/felec_lepen_a.json -------------------------------------------------------------------------------- /data/felec_macron_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/felec_macron_a.json -------------------------------------------------------------------------------- /data/felec_melenchon_a.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/felec_melenchon_a.json -------------------------------------------------------------------------------- /data/flight.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight.csv -------------------------------------------------------------------------------- /data/flight_carriers2017_cat_AA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_carriers2017_cat_AA.json -------------------------------------------------------------------------------- /data/flight_carriers2017_cat_DL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_carriers2017_cat_DL.json -------------------------------------------------------------------------------- /data/flight_carriers2017_cat_UA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_carriers2017_cat_UA.json -------------------------------------------------------------------------------- /data/flight_carriers2017_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_carriers2017_data.json -------------------------------------------------------------------------------- /data/flight_cat_AA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_cat_AA.json -------------------------------------------------------------------------------- /data/flight_cat_AA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_cat_AA.png -------------------------------------------------------------------------------- /data/flight_cat_DL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_cat_DL.json -------------------------------------------------------------------------------- /data/flight_cat_DL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_cat_DL.png -------------------------------------------------------------------------------- /data/flight_cat_UA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_cat_UA.json -------------------------------------------------------------------------------- /data/flight_cat_UA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_cat_UA.png -------------------------------------------------------------------------------- /data/flight_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_data.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_1.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_2.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_3.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_4.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_5.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_6.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_7.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_AA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_AA.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_DL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_DL.json -------------------------------------------------------------------------------- /data/flight_delays2017_cat_UA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_cat_UA.json -------------------------------------------------------------------------------- /data/flight_delays2017_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/flight_delays2017_data.json -------------------------------------------------------------------------------- /data/franceD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/franceD.json -------------------------------------------------------------------------------- /data/francePresElec_data.3classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/francePresElec_data.3classes.json -------------------------------------------------------------------------------- /data/francePresElec_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/francePresElec_data.json -------------------------------------------------------------------------------- /data/image2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/image2json.py -------------------------------------------------------------------------------- /data/json2lz4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/json2lz4.py -------------------------------------------------------------------------------- /data/json2png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/json2png.py -------------------------------------------------------------------------------- /data/load-census.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/load-census.sh -------------------------------------------------------------------------------- /data/mn2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn2json.py -------------------------------------------------------------------------------- /data/mn_cat_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_1.json -------------------------------------------------------------------------------- /data/mn_cat_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_1.png -------------------------------------------------------------------------------- /data/mn_cat_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_2.json -------------------------------------------------------------------------------- /data/mn_cat_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_2.png -------------------------------------------------------------------------------- /data/mn_cat_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_3.json -------------------------------------------------------------------------------- /data/mn_cat_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_3.png -------------------------------------------------------------------------------- /data/mn_cat_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_4.json -------------------------------------------------------------------------------- /data/mn_cat_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_cat_4.png -------------------------------------------------------------------------------- /data/mn_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_data.json -------------------------------------------------------------------------------- /data/mn_sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mn_sample.txt -------------------------------------------------------------------------------- /data/mnist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist.txt -------------------------------------------------------------------------------- /data/mnist2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist2json.py -------------------------------------------------------------------------------- /data/mnist_cat_0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_0.json -------------------------------------------------------------------------------- /data/mnist_cat_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_1.json -------------------------------------------------------------------------------- /data/mnist_cat_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_2.json -------------------------------------------------------------------------------- /data/mnist_cat_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_3.json -------------------------------------------------------------------------------- /data/mnist_cat_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_4.json -------------------------------------------------------------------------------- /data/mnist_cat_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_5.json -------------------------------------------------------------------------------- /data/mnist_cat_6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_6.json -------------------------------------------------------------------------------- /data/mnist_cat_7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_7.json -------------------------------------------------------------------------------- /data/mnist_cat_8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_8.json -------------------------------------------------------------------------------- /data/mnist_cat_9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_cat_9.json -------------------------------------------------------------------------------- /data/mnist_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_data.json -------------------------------------------------------------------------------- /data/mnist_labels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/mnist_labels.txt -------------------------------------------------------------------------------- /data/notMNIST2LV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST2LV.py -------------------------------------------------------------------------------- /data/notMNIST2csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST2csv.py -------------------------------------------------------------------------------- /data/notMNIST_merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_merge.py -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_A.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_A.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_B.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_B.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_C.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_D.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_D.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_E.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_E.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_F.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_F.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_G.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_G.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_H.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_H.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_I.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_I.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_cat_J.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_cat_J.json -------------------------------------------------------------------------------- /data/notMNIST_xylab_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/notMNIST_xylab_data.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_BURGLARY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_BURGLARY.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_BURGLARY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_BURGLARY.png -------------------------------------------------------------------------------- /data/nyc_crime_cat_FELONY ASSAULT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_FELONY ASSAULT.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_FELONY ASSAULT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_FELONY ASSAULT.png -------------------------------------------------------------------------------- /data/nyc_crime_cat_GRAND LARCENY OF MOTOR VEHICLE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_GRAND LARCENY OF MOTOR VEHICLE.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_GRAND LARCENY OF MOTOR VEHICLE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_GRAND LARCENY OF MOTOR VEHICLE.png -------------------------------------------------------------------------------- /data/nyc_crime_cat_GRAND LARCENY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_GRAND LARCENY.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_GRAND LARCENY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_GRAND LARCENY.png -------------------------------------------------------------------------------- /data/nyc_crime_cat_MURDER & NON-NEGL. MANSLAUGHTE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_MURDER & NON-NEGL. MANSLAUGHTE.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_MURDER & NON-NEGL. MANSLAUGHTE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_MURDER & NON-NEGL. MANSLAUGHTE.png -------------------------------------------------------------------------------- /data/nyc_crime_cat_RAPE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_RAPE.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_RAPE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_RAPE.png -------------------------------------------------------------------------------- /data/nyc_crime_cat_ROBBERY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_ROBBERY.json -------------------------------------------------------------------------------- /data/nyc_crime_cat_ROBBERY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_cat_ROBBERY.png -------------------------------------------------------------------------------- /data/nyc_crime_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/nyc_crime_data.json -------------------------------------------------------------------------------- /data/parq2json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/parq2json.py -------------------------------------------------------------------------------- /data/us-10m.v1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/us-10m.v1.json -------------------------------------------------------------------------------- /data/us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/data/us.json -------------------------------------------------------------------------------- /dist/dist/canvas-renderer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/canvas-renderer.d.ts -------------------------------------------------------------------------------- /dist/dist/color.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/color.d.ts -------------------------------------------------------------------------------- /dist/dist/composer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/composer.d.ts -------------------------------------------------------------------------------- /dist/dist/data-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/data-buffer.d.ts -------------------------------------------------------------------------------- /dist/dist/derived-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/derived-buffer.d.ts -------------------------------------------------------------------------------- /dist/dist/gaussian-blur.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/gaussian-blur.d.ts -------------------------------------------------------------------------------- /dist/dist/image.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/image.d.ts -------------------------------------------------------------------------------- /dist/dist/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/index.d.ts -------------------------------------------------------------------------------- /dist/dist/interp.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/interp.d.ts -------------------------------------------------------------------------------- /dist/dist/largest-rect-in-poly.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/largest-rect-in-poly.d.ts -------------------------------------------------------------------------------- /dist/dist/legend.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/legend.d.ts -------------------------------------------------------------------------------- /dist/dist/mask.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/mask.d.ts -------------------------------------------------------------------------------- /dist/dist/parser.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/parser.d.ts -------------------------------------------------------------------------------- /dist/dist/path.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/path.d.ts -------------------------------------------------------------------------------- /dist/dist/point.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/point.d.ts -------------------------------------------------------------------------------- /dist/dist/rect.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/rect.d.ts -------------------------------------------------------------------------------- /dist/dist/scale.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/scale.d.ts -------------------------------------------------------------------------------- /dist/dist/tile.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/tile.d.ts -------------------------------------------------------------------------------- /dist/dist/tiling.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/tiling.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/assembly.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/assembly.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/canvas-renderer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/canvas-renderer.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/class-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/class-buffer.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/color.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/color.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/composer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/composer.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/config.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/config.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/configuration.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/configuration.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/data-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/data-buffer.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/derived-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/derived-buffer.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/gaussian-blur.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/gaussian-blur.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/image.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/image.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/index.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/interp.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/interp.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/largest-rect-in-poly.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/largest-rect-in-poly.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/legend.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/legend.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/mask.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/mask.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/parser.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/parser.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/path.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/path.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/point.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/point.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/rect.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/rect.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/scale.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/scale.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/tile.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/tile.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/tiling.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/tiling.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/util.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/util.d.ts -------------------------------------------------------------------------------- /dist/dist/ts/vega-extractor.d.ts: -------------------------------------------------------------------------------- 1 | export default function extract(spec: any): Promise; 2 | -------------------------------------------------------------------------------- /dist/dist/ts/weaving.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/ts/weaving.d.ts -------------------------------------------------------------------------------- /dist/dist/util.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/util.d.ts -------------------------------------------------------------------------------- /dist/dist/vega-extractor.d.ts: -------------------------------------------------------------------------------- 1 | export default function extract(spec: any): Promise; 2 | -------------------------------------------------------------------------------- /dist/dist/weaving.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/dist/weaving.d.ts -------------------------------------------------------------------------------- /dist/multiclass-density-maps.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/multiclass-density-maps.js -------------------------------------------------------------------------------- /dist/multiclass-density-maps.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/multiclass-density-maps.js.map -------------------------------------------------------------------------------- /dist/ts/assembly.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/assembly.d.ts -------------------------------------------------------------------------------- /dist/ts/assembly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/assembly.js -------------------------------------------------------------------------------- /dist/ts/assembly.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/assembly.js.map -------------------------------------------------------------------------------- /dist/ts/canvas-renderer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/canvas-renderer.d.ts -------------------------------------------------------------------------------- /dist/ts/canvas-renderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/canvas-renderer.js -------------------------------------------------------------------------------- /dist/ts/canvas-renderer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/canvas-renderer.js.map -------------------------------------------------------------------------------- /dist/ts/class-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/class-buffer.d.ts -------------------------------------------------------------------------------- /dist/ts/class-buffer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/class-buffer.js -------------------------------------------------------------------------------- /dist/ts/class-buffer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/class-buffer.js.map -------------------------------------------------------------------------------- /dist/ts/color.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/color.d.ts -------------------------------------------------------------------------------- /dist/ts/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/color.js -------------------------------------------------------------------------------- /dist/ts/color.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/color.js.map -------------------------------------------------------------------------------- /dist/ts/composer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/composer.d.ts -------------------------------------------------------------------------------- /dist/ts/composer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/composer.js -------------------------------------------------------------------------------- /dist/ts/composer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/composer.js.map -------------------------------------------------------------------------------- /dist/ts/config.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/config.d.ts -------------------------------------------------------------------------------- /dist/ts/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/config.js -------------------------------------------------------------------------------- /dist/ts/config.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/config.js.map -------------------------------------------------------------------------------- /dist/ts/configuration.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/configuration.d.ts -------------------------------------------------------------------------------- /dist/ts/configuration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/configuration.js -------------------------------------------------------------------------------- /dist/ts/configuration.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/configuration.js.map -------------------------------------------------------------------------------- /dist/ts/data-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/data-buffer.d.ts -------------------------------------------------------------------------------- /dist/ts/data-buffer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/data-buffer.js -------------------------------------------------------------------------------- /dist/ts/data-buffer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/data-buffer.js.map -------------------------------------------------------------------------------- /dist/ts/derived-buffer.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/derived-buffer.d.ts -------------------------------------------------------------------------------- /dist/ts/derived-buffer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/derived-buffer.js -------------------------------------------------------------------------------- /dist/ts/derived-buffer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/derived-buffer.js.map -------------------------------------------------------------------------------- /dist/ts/gaussian-blur.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/gaussian-blur.d.ts -------------------------------------------------------------------------------- /dist/ts/gaussian-blur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/gaussian-blur.js -------------------------------------------------------------------------------- /dist/ts/gaussian-blur.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/gaussian-blur.js.map -------------------------------------------------------------------------------- /dist/ts/image.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/image.d.ts -------------------------------------------------------------------------------- /dist/ts/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/image.js -------------------------------------------------------------------------------- /dist/ts/image.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/image.js.map -------------------------------------------------------------------------------- /dist/ts/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/index.d.ts -------------------------------------------------------------------------------- /dist/ts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/index.js -------------------------------------------------------------------------------- /dist/ts/index.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/index.js.map -------------------------------------------------------------------------------- /dist/ts/interp.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/interp.d.ts -------------------------------------------------------------------------------- /dist/ts/interp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/interp.js -------------------------------------------------------------------------------- /dist/ts/interp.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/interp.js.map -------------------------------------------------------------------------------- /dist/ts/largest-rect-in-poly.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/largest-rect-in-poly.d.ts -------------------------------------------------------------------------------- /dist/ts/largest-rect-in-poly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/largest-rect-in-poly.js -------------------------------------------------------------------------------- /dist/ts/largest-rect-in-poly.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/largest-rect-in-poly.js.map -------------------------------------------------------------------------------- /dist/ts/legend.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/legend.d.ts -------------------------------------------------------------------------------- /dist/ts/legend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/legend.js -------------------------------------------------------------------------------- /dist/ts/legend.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/legend.js.map -------------------------------------------------------------------------------- /dist/ts/mask.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/mask.d.ts -------------------------------------------------------------------------------- /dist/ts/mask.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/mask.js -------------------------------------------------------------------------------- /dist/ts/mask.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/mask.js.map -------------------------------------------------------------------------------- /dist/ts/parser.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/parser.d.ts -------------------------------------------------------------------------------- /dist/ts/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/parser.js -------------------------------------------------------------------------------- /dist/ts/parser.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/parser.js.map -------------------------------------------------------------------------------- /dist/ts/path.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/path.d.ts -------------------------------------------------------------------------------- /dist/ts/path.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/path.js -------------------------------------------------------------------------------- /dist/ts/path.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/path.js.map -------------------------------------------------------------------------------- /dist/ts/point.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/point.d.ts -------------------------------------------------------------------------------- /dist/ts/point.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/point.js -------------------------------------------------------------------------------- /dist/ts/point.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/point.js.map -------------------------------------------------------------------------------- /dist/ts/rect.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/rect.d.ts -------------------------------------------------------------------------------- /dist/ts/rect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/rect.js -------------------------------------------------------------------------------- /dist/ts/rect.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/rect.js.map -------------------------------------------------------------------------------- /dist/ts/scale.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/scale.d.ts -------------------------------------------------------------------------------- /dist/ts/scale.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/scale.js -------------------------------------------------------------------------------- /dist/ts/scale.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/scale.js.map -------------------------------------------------------------------------------- /dist/ts/tile.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/tile.d.ts -------------------------------------------------------------------------------- /dist/ts/tile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/tile.js -------------------------------------------------------------------------------- /dist/ts/tile.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/tile.js.map -------------------------------------------------------------------------------- /dist/ts/tiling.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/tiling.d.ts -------------------------------------------------------------------------------- /dist/ts/tiling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/tiling.js -------------------------------------------------------------------------------- /dist/ts/tiling.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/tiling.js.map -------------------------------------------------------------------------------- /dist/ts/util.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/util.d.ts -------------------------------------------------------------------------------- /dist/ts/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/util.js -------------------------------------------------------------------------------- /dist/ts/util.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/util.js.map -------------------------------------------------------------------------------- /dist/ts/vega-extractor.d.ts: -------------------------------------------------------------------------------- 1 | export default function extract(spec: any): Promise; 2 | -------------------------------------------------------------------------------- /dist/ts/vega-extractor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/vega-extractor.js -------------------------------------------------------------------------------- /dist/ts/vega-extractor.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/vega-extractor.js.map -------------------------------------------------------------------------------- /dist/ts/weaving.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/weaving.d.ts -------------------------------------------------------------------------------- /dist/ts/weaving.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/weaving.js -------------------------------------------------------------------------------- /dist/ts/weaving.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/dist/ts/weaving.js.map -------------------------------------------------------------------------------- /examples/MultiClass Density Maps Benchmark.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/MultiClass Density Maps Benchmark.ipynb -------------------------------------------------------------------------------- /examples/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/bootstrap.js -------------------------------------------------------------------------------- /examples/example-maps-parsed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/example-maps-parsed.html -------------------------------------------------------------------------------- /examples/example-scatterplots-parsed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/example-scatterplots-parsed.html -------------------------------------------------------------------------------- /examples/flight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/flight.html -------------------------------------------------------------------------------- /examples/notMNIST.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/notMNIST.html -------------------------------------------------------------------------------- /examples/playground.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/playground.html -------------------------------------------------------------------------------- /examples/reproduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/reproduction.html -------------------------------------------------------------------------------- /examples/teaser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/teaser.html -------------------------------------------------------------------------------- /examples/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/examples/test.html -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/index.html -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/logo.png -------------------------------------------------------------------------------- /motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/motivation.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/package.json -------------------------------------------------------------------------------- /specs/census_data_color_max.mdm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/specs/census_data_color_max.mdm.json -------------------------------------------------------------------------------- /specs/mn_data_max.mdm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/specs/mn_data_max.mdm.json -------------------------------------------------------------------------------- /specs/mn_data_mean.mdm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/specs/mn_data_mean.mdm.json -------------------------------------------------------------------------------- /src/assembly.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/assembly.ts -------------------------------------------------------------------------------- /src/canvas-renderer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/canvas-renderer.ts -------------------------------------------------------------------------------- /src/class-buffer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/class-buffer.ts -------------------------------------------------------------------------------- /src/color.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/color.ts -------------------------------------------------------------------------------- /src/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/config.ts -------------------------------------------------------------------------------- /src/data-buffer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/data-buffer.ts -------------------------------------------------------------------------------- /src/gaussian-blur.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/gaussian-blur.ts -------------------------------------------------------------------------------- /src/image.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/image.ts -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/interp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/interp.ts -------------------------------------------------------------------------------- /src/largest-rect-in-poly.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/largest-rect-in-poly.ts -------------------------------------------------------------------------------- /src/legend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/legend.ts -------------------------------------------------------------------------------- /src/mask.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/mask.ts -------------------------------------------------------------------------------- /src/path.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/path.ts -------------------------------------------------------------------------------- /src/point.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/point.ts -------------------------------------------------------------------------------- /src/rect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/rect.ts -------------------------------------------------------------------------------- /src/scale.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/scale.ts -------------------------------------------------------------------------------- /src/tile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/tile.ts -------------------------------------------------------------------------------- /src/tiling.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/tiling.ts -------------------------------------------------------------------------------- /src/typings/lz4.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/typings/lz4.d.ts -------------------------------------------------------------------------------- /src/typings/multivariate-normal.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/typings/multivariate-normal.d.ts -------------------------------------------------------------------------------- /src/typings/pngjs3.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/typings/pngjs3.d.ts -------------------------------------------------------------------------------- /src/typings/tdigest.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/typings/tdigest.d.ts -------------------------------------------------------------------------------- /src/typings/topojson-client.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/typings/topojson-client.d.ts -------------------------------------------------------------------------------- /src/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/util.ts -------------------------------------------------------------------------------- /src/vega-extractor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/vega-extractor.ts -------------------------------------------------------------------------------- /src/weaving.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/src/weaving.ts -------------------------------------------------------------------------------- /teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/teaser.png -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/tsconfig.json -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/webpack.config.js -------------------------------------------------------------------------------- /webpack.prod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/webpack.prod.js -------------------------------------------------------------------------------- /wiki/specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-/Multiclass-Density-Maps/HEAD/wiki/specification.md --------------------------------------------------------------------------------