pawlo2013 commited on
Commit
286387b
·
verified ·
1 Parent(s): 44dab90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -14,9 +14,11 @@ pretty_name: 'EarthLoc 2021 Database '
14
 
15
 
16
 
17
- # 🌍 Satellite Image WebDataset (EarthLoc-Compatible)
18
 
19
- This dataset contains 1024x1024 satellite images stored using the [WebDataset](https://github.com/webdataset/webdataset) format. The data is **sharded across 11 `.tar` archives**, and each sample contains:
 
 
20
 
21
  - A JPEG image `.jpg`
22
  - A unique key `__key__` corresponding to the original image path
@@ -49,6 +51,7 @@ For more details on how the key structure encodes geospatial metadata, refer to
49
 
50
 
51
 
 
52
  ## 🧪 Example: Displaying the First Image in a Shard
53
 
54
  You can inspect a sample using the following code in a Jupyter notebook:
 
14
 
15
 
16
 
17
+ # 🌍 Sentinel 2021 Image WebDataset
18
 
19
+ This dataset contains 150k 1024x1024 satellite images accross (9,10,11) zooms and bounded within (-60,60) latitude.
20
+ Stored using the [WebDataset](https://github.com/webdataset/webdataset) format.
21
+ The data is **sharded across 11 `.tar` archives**, and each sample contains:
22
 
23
  - A JPEG image `.jpg`
24
  - A unique key `__key__` corresponding to the original image path
 
51
 
52
 
53
 
54
+
55
  ## 🧪 Example: Displaying the First Image in a Shard
56
 
57
  You can inspect a sample using the following code in a Jupyter notebook: