GEE数据集:法国(大陆)5米DEM IGN RGE Alti

举报
此星光明 发表于 2023/02/25 17:58:13 2023/02/25
【摘要】 ​法国(大陆)5米DEM IGN RGE AltiRGE ALTI® 5米数据集描述了法国的地面高程,空间分辨率为5x5米。它由国家地理和森林信息研究所(IGN - https://www.ign.fr/)制作。IGN或国家地理和森林信息研究所,是国家地理和森林信息的运营商。该研究所介入支持公共风险预防和区域规划政策的评估和实施,完整的数据集描述可在此获得。RGE ALTI®是通过机载激光雷...

法国(大陆)5米DEM IGN RGE Alti
RGE ALTI® 5米数据集描述了法国的地面高程,空间分辨率为5x5米。它由国家地理和森林信息研究所(IGN - https://www.ign.fr/)制作。IGN或国家地理和森林信息研究所,是国家地理和森林信息的运营商。该研究所介入支持公共风险预防和区域规划政策的评估和实施,完整的数据集描述可在此获得。RGE ALTI®是通过机载激光雷达获得的调查或通过航空图像的相关性进行更新。你可以在这里找到数据集描述。你也可以在这里找到该文件的谷歌翻译版本的英文。

数据集预处理
数据集由Guillaume Attard从ASCII文件中进行预处理,并转换为子区域数据集。然后,这些图像被合并为一个单一的地球引擎图像。

在ETALAB许可证下的建议引文
关于许可证和引文指南的其他信息可以在这里找到

https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-licence.pdf

文献引用: 

Ministry of xxx—Original data downloaded from http://www.data.gouv.fr/fr/ datasets/xxx/, updated on 14 February 2017.
 

代码

var rge_alti5 = ee.Image("projects/sat-io/open-datasets/IGN_RGE_Alti_5m");

Map.centerObject(rge_alti5,6)

Map.addLayer(rge_alti5, {}, 'elev', false);

// Use the terrain algorithms to compute a hillshade with 8-bit values.
var shade = ee.Terrain.hillshade(rge_alti5);
Map.addLayer(shade, {}, 'hillshade', false);

// Create an "ocean" variable to be used for cartographic purposes
var ocean = rge_alti5.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
  rge_alti5.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/IGN-RGE-France-DEM-5m

License

The dataset is licensed under a Etalab Open License 2.0. The “Reuser” is free to reuse the “Information” - to reproduce it, copy it, - to adapt, modify, extract and transform it, to create "Derived Information", products or services, - to communicate, distribute, redistribute, publish and transmit it, - to exploit it for commercial purposes, for example by combining it with other information, or by including it in its own product or application.

Created by: National Institute of Geographic and Forest Information (IGN)

Curated in GEE by: Guillaume Attard and Samapriya Roy

Keywords: digital elevation model, terrain, remote sensing, France

会议沙龙| 无人机植被遥感前沿技术与应用学习班[专家授课|限时报名]

GEE数据集:NOAA海平面上升数字高程模型(DEMs)

GEE数据集:冰岛DEM v1.0 10m

GEE数据集:沿海国家高程数据库(CoNED)项目--地形测量数字高程模型(TBDEMs)

GEE:全球海洋深度数据集General Bathymetric Chart of the Oceans

【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。