We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0e54d commit e7f60ecCopy full SHA for e7f60ec
src/lib/components/StationChart.svelte
@@ -61,8 +61,8 @@
61
const d = [];
62
selectedStations.forEach((station) => {
63
d.push(
64
- asyncBufferFromUrl({ url: `${base}/data/${station}_5min_data.parquet` }).then(file => (
65
- // asyncBufferFromUrl({ url: `https://storage.googleapis.com/bsecdata/${station}_5min_data.parquet` }).then(file => (
+ // asyncBufferFromUrl({ url: `${base}/data/${station}_5min_data.parquet` }).then(file => (
+ asyncBufferFromUrl({ url: `https://storage.googleapis.com/bsecdata/${station}_5min_data.parquet` }).then(file => (
66
parquetQuery({
67
file,
68
compressors: { SNAPPY: snappyUncompressor() },
0 commit comments