使用 ArcGIS Bathymetry 管理水深数据本章导读:ArcGIS Bathymetry 是ArcGIS平台的一个扩展模块,是用于现实和管理水下地形数据的一个扩展模块。目前大多数的介绍仅限于官方网站的英文说明,对绝大部分人来说,这是个比较陌生的软件以及需要比较专业的使用场景。笔者会在本章比较全面的介绍 ArcGIS Bathymetry 的功能以及使用场景。 BY 李远祥ArcGIS B
效果图源代码option = { globe: { displacementTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg', displacementScale: 0.1, displacementQuality: 'ultra', shading: '...
原创 2021-07-07 15:22:28
305阅读
效果图源代码option = { globe: { displacementTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg', displacementScale: 0.1, displacementQuality: 'ultra', shading: '...
C
原创 2022-03-24 15:13:42
290阅读
效果图源代码option = { backgroundColor: '#000', globe: { baseTexture: 'data-gl/asset/earth.jpg', heightTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg', displaceme...
原创 2021-07-07 10:11:18
263阅读
效果图源代码option = { backgroundColor: '#000', globe: { baseTexture: 'data-gl/asset/earth.jpg', heightTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg', displaceme...
C
原创 2022-03-24 15:13:41
167阅读
效果图源代码option = { backgroundColor: '#000', globe: { baseTexture: 'data-gl/asset/earth.jpg', heightTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg', displaceme...
原创 2021-07-07 10:11:17
286阅读
效果图源代码option = { backgroundColor: '#000', globe: { baseTexture: 'data-gl/asset/earth.jpg', heightTexture: 'data-gl/asset/bathymetry_bw_composite_4k.jpg', displaceme...
C
原创 2022-03-25 13:55:27
358阅读
效果图源代码option = { backgroundColor: '#000', globe: { baseTexture: "data-gl/asset/world.topo.bathy.200401.jpg", heightTexture: "data-gl/asset/bathymetry_bw_composite_4k.jpg",...
原创 2021-07-07 10:11:15
331阅读
效果图源代码option = { backgroundColor: '#000', globe: { baseTexture: "data-gl/asset/world.topo.bathy.200401.jpg", heightTexture: "data-gl/asset/bathymetry_bw_composite_4k.jpg",...
原创 2022-03-24 15:19:44
341阅读
记录第一次拿MATLAB画出能看的图!代码实现:clear all clc %%读取数据 Inpath = 'D:\MATLAB\bathymetry\ETOPO_2022_v1_60s_N90W180_bed.nc' ncdisp(Inpath) lon = ncread(Inpath,'lon'); lat = ncread(Inpath,'lat'); DEPTH = ncread(Inpa