Google Earth Engine ——数据全解析专辑(Australian 5M DEM)澳大利亚5m DEM(局部)!

简介: Google Earth Engine ——数据全解析专辑(Australian 5M DEM)澳大利亚5m DEM(局部)!

The Digital Elevation Model (DEM) 5 Metre Grid of Australia derived from LiDAR model represents a National 5 metre (bare earth) DEM which has been derived from some 236 individual LiDAR surveys between 2001 and 2015 covering an area in excess of 245,000 square kilometres. These surveys cover Australia's populated coastal zone; floodplain surveys within the Murray Darling Basin, and individual surveys of major and minor population centres. All available 1 metre resolution LiDAR-derived DEMs have been compiled and resampled using a neighbourhood-mean method to 5 metre resolution datasets for each survey area, and then merged into a single dataset for each State. Each state's dataset is provided as a separate image within the image collection.

 

The acquisition of the individual LiDAR surveys and derivation of the 5m product has been part of a long-term collaboration between Geoscience Australia, the Cooperative Research Centre for Spatial Information (CRCSI), the Departments of Climate Change and Environment, State and Territory jurisdictions, Local Government and the Murray Darling Basin Authority under the auspices of the National Elevation Data Framework and Coastal and Urban DEM Program. The source datasets have been captured to standards that are generally consistent with the Australian ICSM LiDAR Acquisition Specifications with require a fundamental vertical accuracy of at least 0.30m (95% confidence) and horizontal accuracy of at least 0.80m (95% confidence).

There are several areas close to Perth with null (NaN) values around (115.85, -31.99), (115.72, -33.75), and (115.10, -33.43).


源自 LiDAR 模型的澳大利亚数字高程模型 (DEM) 5 米网格代表了国家 5 米(裸地)DEM,该 DEM 源自 2001 年至 2015 年间约 236 次单独的 LiDAR 调查,覆盖面积超过 245,000 平方公里。这些调查涵盖澳大利亚人口稠密的沿海地区;墨累达令盆地内的洪泛区调查,以及主要和次要人口中心的个别调查。所有可用的 1 米分辨率 LiDAR 衍生的 DEM 都已使用邻域均值方法编译并重新采样到每个调查区域的 5 米分辨率数据集,然后合并为每个州的单个数据集。每个州的数据集在图像集合中作为单独的图像提供。


获得单独的 LiDAR 调查和 5m 产品的推导是澳大利亚地球科学、空间信息合作研究中心 (CRCSI)、气候变化和环境部、州和领地辖区之间长期合作的一部分,地方政府和墨累达令流域管理局在国家高程数据框架和沿海和城市 DEM 计划的支持下。源数据集的捕获标准与澳大利亚 ICSM LiDAR 采集规范基本一致,基本垂直精度至少为 0.30m(95% 置信度),水平精度至少为 0.80m(95% 置信度)。


珀斯附近有几个区域的空 (NaN) 值在 (115.85, -31.99)、(115.72, -33.75) 和 (115.10, -33.43) 附近。

Dataset Availability

2015-12-01T00:00:00 - 2015-12-01T00:00:00

Dataset Provider

Geoscience Australia

Collection Snippet

ee.ImageCollection("AU/GA/AUSTRALIA_5M_DEM")

Resolution

5 meters

Bands Table

Name Description Units
elevation Elevation Meters

引用:

Geoscience Australia, 2015. Digital Elevation Model (DEM) of Australia derived from LiDAR 5 Metre Grid. Geoscience Australia, Canberra.

代码:

var dataset = ee.ImageCollection('AU/GA/AUSTRALIA_5M_DEM');
var elevation = dataset.select('elevation');
var elevationVis = {
  min: 0.0,
  max: 150.0,
  palette: ['0000ff', '00ffff', 'ffff00', 'ff0000', 'ffffff'],
};
Map.setCenter(140.1883, -35.9113, 8);
Map.addLayer(elevation, elevationVis, 'Elevation');


相关文章
|
3月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
658 0
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
3月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
33 0
|
3月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
112 0
|
1月前
|
SQL 存储 人工智能
Google BigQuery深度解析:云端大数据分析服务的威力
【4月更文挑战第8天】本文是关于Google Cloud Platform的BigQuery在大数据和云技术领域的应用分析。BigQuery的核心特性包括无服务器、全托管架构,实现高性能的超大规模并行处理,并严格遵循安全与合规标准。在实战应用中,它用于数据湖分析、机器学习与AI,以及实时数据分析与BI。BigQuery的极致性能、易用性和与GCP生态的整合,使其成为云端大数据分析的强大工具,适用于各种行业场景,帮助企业释放数据价值。作者将持续分享相关技巧和最佳实践。
47 0
|
2月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
273 0
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
3月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
32 0
|
3天前
PandasTA 源码解析(二十三)
PandasTA 源码解析(二十三)
31 0
|
3天前
PandasTA 源码解析(二十二)(3)
PandasTA 源码解析(二十二)
26 0
|
3天前
PandasTA 源码解析(二十二)(2)
PandasTA 源码解析(二十二)
26 2
|
3天前
PandasTA 源码解析(二十二)(1)
PandasTA 源码解析(二十二)
22 0

推荐镜像

更多