File size: 2,499 Bytes
9208c61
 
f28f7be
9208c61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f28f7be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13b9bba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c5379b0
 
 
a4e496e
 
 
 
 
9208c61
 
 
 
 
f28f7be
 
 
 
13b9bba
 
 
 
c5379b0
 
a4e496e
 
9208c61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
dataset_info:
- config_name: revisit_constellation
  features:
  - name: case_id
    dtype: string
  - name: split
    dtype: string
  - name: benchmark
    dtype: string
  - name: index_metadata
    struct:
    - name: case_id
      dtype: string
    - name: max_num_satellites
      dtype: int64
    - name: path
      dtype: string
    - name: split
      dtype: string
    - name: target_count
      dtype: int64
    - name: uniform_revisit_threshold_hours
      dtype: float64
  - name: files
    list:
    - name: content
      dtype: string
    - name: path
      dtype: string
  splits:
  - name: test
    num_bytes: 32967
    num_examples: 5
  download_size: 38884
  dataset_size: 32967
- config_name: satnet
  features:
  - name: case_id
    dtype: string
  - name: split
    dtype: string
  - name: benchmark
    dtype: string
  - name: index_metadata
    struct:
    - name: case_id
      dtype: string
    - name: maintenance_window_count
      dtype: int64
    - name: path
      dtype: string
    - name: request_count
      dtype: int64
    - name: split
      dtype: string
    - name: week
      dtype: int64
    - name: year
      dtype: int64
  - name: files
    list:
    - name: content
      dtype: string
    - name: path
      dtype: string
  splits:
  - name: test
    num_bytes: 3248419
    num_examples: 5
  download_size: 3254244
  dataset_size: 3248419
- config_name: spot5
  features:
  - name: case_id
    dtype: string
  - name: split
    dtype: string
  - name: benchmark
    dtype: string
  - name: index_metadata
    struct:
    - name: case_id
      dtype: string
    - name: instance_file
      dtype: string
    - name: is_multi_orbit
      dtype: bool
    - name: path
      dtype: string
    - name: split
      dtype: string
  - name: files
    list:
    - name: content
      dtype: string
    - name: path
      dtype: string
  splits:
  - name: single_orbit
    num_bytes: 934024
    num_examples: 14
  - name: multi_orbit
    num_bytes: 1766774
    num_examples: 7
  - name: test
    num_bytes: 1147997
    num_examples: 5
  download_size: 3862333
  dataset_size: 3848795
configs:
- config_name: revisit_constellation
  data_files:
  - split: test
    path: revisit_constellation/test-*
- config_name: satnet
  data_files:
  - split: test
    path: satnet/test-*
- config_name: spot5
  data_files:
  - split: single_orbit
    path: spot5/single_orbit-*
  - split: multi_orbit
    path: spot5/multi_orbit-*
  - split: test
    path: spot5/test-*
---