File size: 1,721 Bytes
a07d810
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54c8123
 
 
 
a07d810
 
 
 
 
 
05d7ea1
 
1942e58
 
 
106b91a
fa11ec3
106b91a
94b102f
05d7ea1
6409b44
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: metadata
    struct:
    - name: COL
      dtype: int64
    - name: LL_LAT
      dtype: float64
    - name: LL_LON
      dtype: float64
    - name: LR_LAT
      dtype: float64
    - name: LR_LON
      dtype: float64
    - name: ROW
      dtype: int64
    - name: SQ_KM_AREA
      dtype: float64
    - name: UL_LAT
      dtype: float64
    - name: UL_LON
      dtype: float64
    - name: UR_LAT
      dtype: float64
    - name: UR_LON
      dtype: float64
    - name: ZOOM
      dtype: int64
    - name: file_name
      dtype: string
  splits:
  - name: train
    num_bytes: 7186134931.168
    num_examples: 21858
  download_size: 4696076327
  dataset_size: 7186134931.168
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---


![wac_global_mosaic](wac_global_mosaic.png)


The dataset contains ~22k .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). 
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, 
notice that the dataset does not contain the north and south pole. Also notice that the tiles are all squares.
The dataset contains 5 zoom levels (3,4,5,6,7) at (256, 512,1024, 4096, 16384) tiles respectively so in total ~22k images are avaliable.
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 
contains the square area in km that the image covers. We use the EPSG:4326 coordinate reference system.