Google Earth Engine(GEE)——swissSURFACE3D光栅(DSM)数据集

简介: Google Earth Engine(GEE)——swissSURFACE3D光栅(DSM)数据集

swissSURFACE3D光栅(DSM)

该数据集目前只对内部人员计划中的人开放。

swissSURFACE3D Raster是一个数字表面模型(DSM),它代表了地球的表面,包括可见的和永久的景观元素,如土壤、自然覆盖物和各种建设性工作,但电力线和桅杆除外。 swissSURFACE3D Raster是由swissSURFACE3D的机载LiDAR数据得出的。为了对地表进行建模,使用了以下元素(分类LiDAR点)。

土壤(第2类)

植被(第3类)

建筑物(第6类)

桥梁/人行桥/高架桥(17级)

水(第9类)

为了改善大型河流和湖泊的表面表现,实施了地形景观模型TLM的水道向量。

免责声明:数据集的全部或部分描述是由作者或其作品提供的。

数据预处理

数据集经过了预处理,并以多种格式分发。提供了云端优化的Geotiff文件,并编写了一个程序来获取所有的和当前的31321块瓷砖。

参考文献:

swissSURFACE3D Raster digital surface model (DSM). Last accessed **date** original data from https://www.swisstopo.admin.ch/en/geodata/height/surface3d-raster.html

 

 

代码:

var swiss3d = ee.ImageCollection("projects/sat-io/open-datasets/swissSURFACE3D");
print('Collection size',swiss3d.size())
Map.setCenter(8.54379, 47.36675,10)
swiss3d = swiss3d.mosaic().setDefaultProjection('EPSG:3857',null,0.5)
// Use the terrain algorithms to compute a hillshade with 8-bit values.
var shade = ee.Terrain.hillshade(swiss3d);
Map.addLayer(shade, {}, 'hillshade', false);
// Create an "ocean" variable to be used for cartographic purposes
var ocean = swiss3d.lte(0);
Map.addLayer(ocean.mask(ocean), {palette:'000022'}, 'ocean', false);
// Create a custom elevation palette from hex strings.
var elevationPalette = ['006600', '002200', 'fff700', 'ab7634', 'c4d0ff', 'ffffff'];
// Use these visualization parameters, customized by location.
var visParams = {min: 1, max: 3000, palette: elevationPalette};
// Create a mosaic of the ocean and the elevation data
var visualized = ee.ImageCollection([
  // Mask the elevation to get only land
  swiss3d.mask(ocean.not()).visualize(visParams), 
  // Use the ocean mask directly to display ocean.
  ocean.mask(ocean).visualize({palette:'000022'})
]).mosaic();
// Note that the visualization image doesn't require visualization parameters.
Map.addLayer(visualized, {}, 'elev palette');

代码链接:https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:elevation-bathymetry/swiss3D-RASTER

License & Terms of Use

The free geodata and geoservices of swisstopo may be used, distributed and made accessible. Furthermore, they may be enriched and processed and also used commercially. A reference to the source is mandatory. In the case of digital or analogue representations and publications, as well as in the case of dissemination, one of the following source references must be attached in any case:

  • Bundesamt für Landestopografie swisstopo
  • Office fédéral de topographie swisstopo
  • Ufficio federale di topografia swisstopo
  • Uffizi federal da topografia swisstopo
  • Federal Office of Topography swisstopo
  • ©swisstopo

Provided by: Federal Office of Topography swisstopo

Curated in GEE by : Samapriya Roy

keywords: LIDAR, Digital Surface Model, DSM, Topography

Last updated on GEE: 2023-01-28

 

相关文章
|
2月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
1225 1
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
2月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
153 0
|
2月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
325 1
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
2月前
|
API Go 网络架构
GEE Colab——如何从本地/Google云盘/Google Cloud Storage (GCS)上传和下载
GEE Colab——如何从本地/Google云盘/Google Cloud Storage (GCS)上传和下载
151 4
|
2月前
|
机器学习/深度学习 存储 人工智能
GEE Colab——初学者福音快速入门 Google Colab(Colaboratory)
GEE Colab——初学者福音快速入门 Google Colab(Colaboratory)
116 3
|
2月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
50 0
|
2月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
67 0
|
2月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
40 0
|
2月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
106 0
|
2月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
46 0

热门文章

最新文章