Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion examples/aef-mosaic/src/aef/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
*
* See https://source.coop/tge-labs/aef-mosaic.
*/
export const ZARR_URL = "https://data.source.coop/tge-labs/aef-mosaic";
// We use the S3 URL directly to work around current source.coop bug of not sending Content-Length header
// export const ZARR_URL = "https://data.source.coop/tge-labs/aef-mosaic";
export const ZARR_URL =
"https://s3.us-west-2.amazonaws.com/us-west-2.opendata.source.coop/tge-labs/aef-mosaic";

/** Path to the embeddings array within the root group. */
export const VARIABLE = "embeddings";
Expand Down
Loading