aionthebeach / virtual-reef

A virtual reef visualization for California Reef Check
Apache License 2.0
2 stars 2 forks source link

Remove data embedding from chart in reef-check.ipynb #37

Open prafulfillment opened 3 years ago

prafulfillment commented 3 years ago

We're using quiltdata to render charts and our current chart (last cell) is > 6MB so we want to stop embedding data.

Vega and vega-lite don’t require data embedding (the chart can reference data in a CSV or other external source). What I’m hoping to find is a way to use Python to create vega specs w/o embedding the source data.

-- Kevin @quilt