Como visualizar e animar modelos (geofísicos). Mostrar dados brutos

Veja também outros artigos da série "Como visualizar e animar modelos (geofísicos)":



Dependendo do projeto e da escala dos dados, podemos escolher diferentes opções de visualização - e, no entanto, para qualquer escala de dados, é importante nos permitir avaliar visualmente essa escala. Por exemplo, no nível regional, exibir em um globo terrestre facilitará o entendimento da escala e da localização da área de estudo. Então, vamos lidar com a exibição de dados no globo.


Dados de observação da Terra no globo


Da esquerda para a direita: Anomalia magnética terrestre EMAG2, Grade de gravidade de ar livre Sandwell e Smith, Dados de batimetria em grade GEBCO.


Formulação do problema


- , . , . — , , ( ? ? ?), ( ? ? ?). , , .



.


, (, ). () . " " — ParaView , .


( ) NetCDF. GDAL ( ):


gdal_translate -of NetCDF -r average -tr .25 0.25 EMAG2_V2.tif EMAG2_V2.15min.nc
gdal_translate -of NetCDF -r average -tr .25 0.25 grav_28.1.nc grav_28.1.15min.nc
gdal_translate -of NetCDF -r average -tr .25 0.25 GEBCO_2019.nc GEBCO_2019.15min.nc 

Planet texture maps web site, 8081_earthmap4k.jpg:


8081_earthmap4k.jpg


ParaView ImageMagick:


convert -flip -crop 50%x100% 8081_earthmap4k.jpg _converted.png
convert _converted-1.png _converted-0.png +append 8081_earthmap4k.fixed.jpg

, ParaView.


ParaView


NetCDF ParaView, "Spherical Coordinates" ( , NetCDF , , ) "Calculator"


( 1 + (elevation/6370000)*40)*(cos(coordsY/180*3.141592) * cos(coordsX/180*3.141592) * iHat + cos(coordsY/180*3.141592) * sin(coordsX/180*3.141592) * jHat + sin(coordsY/180*3.141592) * kHat)

"6370000" ( , ), "40" . , "Coordinate Results" (elevation). GEBCO 2019 Gridded Bathymetry Data :


Mapa GEBCO 2019 Batimetria no Globo


, "TextureMaptoSphere" "Texture" 8081_earthmap4k.fixed.jpg:


Textura do mapa no globo


( ), , :


Mapear terremotos no globo


, . — , !


, :


Modelo de inversão da gravidade no globo para a região da Indonésia


, .



Download the global GEBCO_2019 Grid in netCDF format (11 Gbytes, 12 Gbytes uncompressed) — The GEBCO_2019 Grid is the latest global bathymetric product released by the General Bathymetric Chart of the Oceans (GEBCO) and has been developed through the Nippon Foundation-GEBCO Seabed 2030 Project.


WGM2012 Earth's Gravity Anomalies (2-arc-minute resolution) — WGM2012 is the first release of a high resolution grids and maps of the Earth's gravity anomalies (Bouguer, isostatic and surface free-air), computed at global scale in spherical geometry.


EMAG2: Earth Magnetic Anomaly Grid (2-arc-minute resolution) — Magnetic anomaly maps provide insight into the subsurface structure and composition of the Earth's crust. Anomalies trending parallel to the isochrons (lines of equal age) in the oceans reveal the temporal evolution of oceanic crust.


Planet texture maps web site


GDAL - GDAL é uma biblioteca de tradutores para formatos de dados geoespaciais de varredura e vetor que é lançada sob uma licença de código aberto do estilo X / MIT pela Open Source Geospatial Foundation .


ImageMagick - ImageMagick é um software gratuito entregue como uma distribuição binária pronta para executar ou como código-fonte que você pode usar, copiar, modificar e distribuir em aplicativos abertos e proprietários.


COMO: Visualização no Globo é um artigo mais técnico em inglês no LinkedIn.


All Articles