Update README.md
Browse files
README.md
CHANGED
|
@@ -43,3 +43,10 @@ configs:
|
|
| 43 |
- split: train
|
| 44 |
path: data/train-*
|
| 45 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
- split: train
|
| 44 |
path: data/train-*
|
| 45 |
---
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
The dataset contains 21541 .png images of the moon surface taken by the lunar orbiter, at periods (1/20/2010 to 1/28/2010, 5/30/2010 to 6/6/2010, 7/24/2010 to 7/31/2010).
|
| 49 |
+
the images are bounded be the following coordinates ([-180.0, -85.0511287798066, 180.0, 85.0511287798066])i.e coordinates of the left low and right upper corner
|
| 50 |
+
The dataset contains 3 zoom levels (5,6,7) at (1024, 4096, 16384) tiles respectively so in total 21541 images are avaliable.
|
| 51 |
+
The resolution is 512x512, each image has a metadata which contains the coordinates of the image footprint i.e the coordinates of the corners it also
|
| 52 |
+
contains the square area in km that the image covers.
|