LORC月球表面高程数据集
收藏魔搭社区2026-01-04 更新2024-08-31 收录
下载链接:
https://modelscope.cn/datasets/BugBubbles/KaguyaLORC
下载链接
链接失效反馈官方服务:
资源简介:
## Preface
The original labels download site is https://astropedia.astrogeology.usgs.gov/download/Moon/Research/Craters/lunar_crater_database_robbins_2018. The original Digital Elevation Model download link is https://astrogeology.usgs.gov/search/map/moon_lro_lola_selene_kaguya_tc_dem_merge_60n60s_59m. For overview you can check the [jpg format photo](KaguyaLORC/lro_lrockaguya_demmerge_60n60s_1024.jpg).
We thank the USGS Astrogeology Science Center for providing the data. And if you use this dataset in your works, we would appreciate your reference to the original publication:
```
@article{robbinsNewGlobalDatabase2019,
title = {A {{New Global Database}} of {{Lunar Impact Craters}} {$>$}1–2 Km: 1. {{Crater Locations}} and {{Sizes}}, {{Comparisons With Published Databases}}, and {{Global Analysis}}},
shorttitle = {A {{New Global Database}} of {{Lunar Impact Craters}} {$>$}1–2 Km},
author = {Robbins, Stuart J.},
date = {2019-04},
journaltitle = {Journal of Geophysical Research: Planets},
shortjournal = {JGR Planets},
volume = {124},
number = {4},
pages = {871--892},
issn = {2169-9097, 2169-9100},
doi = {10.1029/2018JE005592},
url = {https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2018JE005592},
urldate = {2024-04-16},
langid = {english},
}
```
## Description
The structure of this dataset is:
```bash
.
├── dem_images # 8bit png
├── dem_int16 # 16bit npz files
├── dem_labels # 8bit png with crater visualization
├── labels # crater labels in txt in subfig region
│ ├── circle # circle modeled craters
│ └── ellipse # ellipse modeled craters
└── textures # texture images of craters
```
Each part of subfig is 960x960 resolution extracted from original 61440*184320 DEM image. Each directory has 64 subdirectories standing for 64 row divied from original DEM. Each subdirectory has 192 files standing for 192 columns and each files will be named as "xxx_row_col_960.suffix".
## Download
This dataset can be downloaded as below:
:modelscope-code[]{type="sdk"}
:modelscope-code[]{type="git"}
## 前言
本数据集的原始标签下载地址为:https://astropedia.astrogeology.usgs.gov/download/Moon/Research/Craters/lunar_crater_database_robbins_2018。原始数字高程模型(Digital Elevation Model, DEM)下载链接为:https://astrogeology.usgs.gov/search/map/moon_lro_lola_selene_kaguya_tc_dem_merge_60n60s_59m。如需概览数据,可查看[JPG格式影像](KaguyaLORC/lro_lrockaguya_demmerge_60n60s_1024.jpg)。
我们感谢美国地质调查局天体地质科学中心(USGS Astrogeology Science Center)提供本数据集。若您在研究成果中使用本数据集,请引用如下原始文献:
@article{robbinsNewGlobalDatabase2019,
title = {A {{New Global Database}} of {{Lunar Impact Craters}} {$>$}1–2 Km: 1. {{Crater Locations}} and {{Sizes}}, {{Comparisons With Published Databases}}, and {{Global Analysis}}},
shorttitle = {A {{New Global Database}} of {{Lunar Impact Craters}} {$>$}1–2 Km},
author = {Robbins, Stuart J.},
date = {2019-04},
journaltitle = {Journal of Geophysical Research: Planets},
shortjournal = {JGR Planets},
volume = {124},
number = {4},
pages = {871--892},
issn = {2169-9097, 2169-9100},
doi = {10.1029/2018JE005592},
url = {https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2018JE005592},
urldate = {2024-04-16},
langid = {english},
}
## 数据集说明
本数据集的目录结构如下:
bash
.
├── dem_images # 8位PNG格式文件
├── dem_int16 # 16位NPZ格式文件
├── dem_labels # 带有撞击坑可视化效果的8位PNG格式文件
├── labels # 子图区域内的撞击坑标签文本文件
│ ├── circle # 圆形建模撞击坑
│ └── ellipse # 椭圆形建模撞击坑
└── textures # 撞击坑纹理影像文件
本数据集的每个子图分辨率均为960×960,源自原始61440×184320的数字高程模型影像。数据集的每个目录包含64个子目录,分别对应原始DEM划分出的64行;每个子目录包含192个文件,分别对应192列,所有文件均以"xxx_row_col_960.suffix"格式命名。
## 下载方式
本数据集可通过如下方式获取:
:modelscope-code[]{type="sdk"}
:modelscope-code[]{type="git"}
提供机构:
maas
创建时间:
2024-07-08
搜集汇总
数据集介绍

背景与挑战
背景概述
LORC月球表面高程数据集是一个包含月球表面数字高程模型(DEM)和陨石坑标签的数据集,数据来源于美国地质调查局(USGS)的天体地质科学中心。数据集结构清晰,包含多种格式和类型的数据文件,适用于月球表面地形和陨石坑的研究。
以上内容由遇见数据集搜集并总结生成



