--- 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: 6695419599.324 num_examples: 21541 download_size: 4574722175 dataset_size: 6695419599.324 configs: - config_name: default data_files: - split: train path: data/train-* --- ![wac_global_mosaic](wac_global_mosaic.png) 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). 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. The dataset contains 3 zoom levels (5,6,7) at (1024, 4096, 16384) tiles respectively so in total 21541 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.