Skip to content

Commit

Permalink
add link to remote data notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Oct 18, 2024
1 parent a89efb5 commit c9c842f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A more in-depth look into how LSDB works
:name: Advanced Topics

Topic: Import catalogs <tutorials/import_catalogs>
Topic: Accessing Remote Data <tutorials/remote_data>
Topic: Margins <tutorials/margins>
Topic: Performance Testing <tutorials/performance>

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/remote_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"If you're accessing HATS catalogs on a local file system, a typical path string like `\"/path/to/catalogs\"` will be sufficient. This tutorial will help you get started if you need to access data over HTTP/S, cloud storage, or have some additional parameters for connecting to your data.\n",
"\n",
"We use [`fsspec`](https://github.com/fsspec/filesystem_spec) and [`universal_pathlib`](https://github.com/fsspec/universal_pathlib) to create connections to remote sources for data. Please refer to their documentation for a list of supported filesystems and any filesystem-specific parameters.\n",
"We use [fsspec](https://github.com/fsspec/filesystem_spec) and [universal_pathlib](https://github.com/fsspec/universal_pathlib) to create connections to remote sources for data. Please refer to their documentation for a list of supported filesystems and any filesystem-specific parameters.\n",
"\n",
"Below, we provide some a basic workflow for accessing remote data, as well as filesystem-specific hints."
]
Expand Down

0 comments on commit c9c842f

Please sign in to comment.