Skip to content

Commit

Permalink
minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
philvarner committed Jun 4, 2024
1 parent c3dc043 commit 2e80745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosaic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"metadata": {},
"source": [
"For a given zoom level, download all of the tiles into a local directory\n",
"The local layout is like `/tiles/{mosaic_id}/tiles/{z}/{x}/{y}/{param_hash}`\n",
"The local layout is like `tiles/{mosaic_id}/tiles/{z}/{x}/{y}/{param_hash}`\n",
"e.g., `tiles/6900be40-a0d8-407f-a5d5-cc431310686c/tiles/4/0/0/f6914f4a30a75d202ad1ae24ea6c89961a995f0bfd65838dd5896e106fea1ec5`\n",
"the hash is used because there are two parameters (one path and one query param) that determine what the resulting tile\n",
"will will look like. The local path structure mimics the URL structure used for the tile of\n",
Expand Down

0 comments on commit 2e80745

Please sign in to comment.