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 814174f commit 64bb775
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/markdown/public_data_access.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ 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.

```python
my_data = IceCubeData(update=True)
my_data = IceCubeData()

# The available datasets
my_data.datasets
```

You can use the `find` method to pick out datasets you are interested in.
Expand Down

0 comments on commit 64bb775

Please sign in to comment.