From e13869969faa9244b411665381f72433e8c0b0e3 Mon Sep 17 00:00:00 2001 From: Julian Kuhlmann Date: Thu, 7 Nov 2024 14:04:56 +0100 Subject: [PATCH] update interface --- docs/markdown/public_data_access.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/markdown/public_data_access.md b/docs/markdown/public_data_access.md index c401ccb..d376d85 100644 --- a/docs/markdown/public_data_access.md +++ b/docs/markdown/public_data_access.md @@ -20,11 +20,10 @@ IceCube has a bunch of public datasets available at [https://icecube.wisc.edu/sc from icecube_tools.utils.data import IceCubeData ``` -The `IceCubeData` class provides this functionality. Upon initialisation, `IceCubeData` queries the website using HTTP requests to check what datasets are currently available. By default, this request is cached to avoid spamming the IceCube website. However, you can use the keyword argument `update` to override this. +The `IceCubeData` class provides this functionality. ```python my_data = IceCubeData() - ``` You can use the `find` method to pick out datasets you are interested in.