Upload dataset
Browse files- README.md +51 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -2,6 +2,57 @@
|
|
2 |
license: other
|
3 |
license_name: license
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
|
|
|
2 |
license: other
|
3 |
license_name: license
|
4 |
license_link: LICENSE
|
5 |
+
configs:
|
6 |
+
- config_name: default
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: data/train-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: 'Unnamed: 0'
|
13 |
+
dtype: int64
|
14 |
+
- name: id
|
15 |
+
dtype: int64
|
16 |
+
- name: date
|
17 |
+
dtype: int64
|
18 |
+
- name: bbox
|
19 |
+
dtype: int64
|
20 |
+
- name: geometry
|
21 |
+
dtype: int64
|
22 |
+
- name: satellite
|
23 |
+
dtype: int64
|
24 |
+
- name: track
|
25 |
+
dtype: int64
|
26 |
+
- name: direction
|
27 |
+
dtype: int64
|
28 |
+
- name: mode
|
29 |
+
dtype: int64
|
30 |
+
- name: band
|
31 |
+
dtype: int64
|
32 |
+
- name: polarization
|
33 |
+
dtype: int64
|
34 |
+
- name: azimuth_res
|
35 |
+
dtype: int64
|
36 |
+
- name: range_res
|
37 |
+
dtype: int64
|
38 |
+
- name: rows
|
39 |
+
dtype: int64
|
40 |
+
- name: cols
|
41 |
+
dtype: int64
|
42 |
+
- name: image_href
|
43 |
+
dtype: int64
|
44 |
+
- name: label
|
45 |
+
dtype: int64
|
46 |
+
- name: image
|
47 |
+
dtype: int64
|
48 |
+
- name: water
|
49 |
+
dtype: int64
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 137104
|
53 |
+
num_examples: 902
|
54 |
+
download_size: 98158
|
55 |
+
dataset_size: 137104
|
56 |
---
|
57 |
|
58 |
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ce58f02ff7c4d4d8e21ec297e1a6a60f3409dd097832891f10bb7e34d89bb84
|
3 |
+
size 98158
|