-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We can use code to select swarm data which meets criteria (|Dst|<10nT, Kp<2)
request.set_range_filter("Dst",minimum=-10,maximum=10)
request.set_range_filter("Kp",maximum=2)
But, how we can select swarm data which meets (d|Dst|/dt<3nT/hour, d|Kp|/dt<2/3hour)
And, how to select swarm data which meets the local time between 21:00-3:00.
Metadata
Metadata
Assignees
Labels
No labels