Skip to content

Commit ed62bf9

Browse files
committed
build(release): 🔖 0.1.7
Also update README.md
1 parent 7a9347b commit ed62bf9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HAPIClient"
22
uuid = "0ce0b37c-8851-4c5b-98a3-e691a5f19c53"
33
authors = ["Zijin Zhang <zzj956959688@gmail.com> and contributors"]
4-
version = "0.1.6"
4+
version = "0.1.7"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ csa_end = DateTime(2001, 6, 11, 0, 1, 0)
5454
csa_data = hapi(CSA, csa_dataset, csa_parameters, csa_start, csa_end)
5555
```
5656

57+
Recommended way to access variable properties:
58+
59+
```julia
60+
var = data[1]
61+
# to retrieve the values
62+
parent(var)
63+
# to retrieve the timestamps
64+
times(var)
65+
# to retrieve the metadata
66+
meta(var)
67+
```
68+
5769
### Visualization
5870

5971
For visualization, see [SPEDAS.jl quickstart](https://beforerr.github.io/SPEDAS.jl/dev/tutorials/getting-started/).

0 commit comments

Comments
 (0)