moon_wac_global_20k / README.md
pawlo2013's picture
Update README.md
94b102f verified
metadata
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

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.