Skip to content

Commit

Permalink
update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
specktakel committed Nov 7, 2024
1 parent 64bb775 commit e138699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/markdown/public_data_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e138699

Please sign in to comment.