Visualisieren und Animieren von (geophysikalischen) Modellen. Rohdaten anzeigen

Siehe auch andere Artikel in der Reihe "Visualisieren und Animieren von (geophysikalischen) Modellen":



Abhängig vom Projekt und der Größe der Daten können wir verschiedene Visualisierungsoptionen auswählen. Für jede Datenskala ist es jedoch wichtig, dass wir diese Skala visuell bewerten können. Auf regionaler Ebene wird es beispielsweise durch die Anzeige auf einer Erdkugel leicht, sowohl die Größe als auch den Standort des Untersuchungsgebiets zu verstehen. Wir werden uns also mit der Anzeige von Daten auf dem Globus befassen.


Erdbeobachtungsdaten auf dem Globus


Von links nach rechts: EMAG2 Erdmagnetische Anomalie, Sandwell und Smith Free Air Gravity Grid, GEBCO Gridded Bathymetry Data.


Formulierung des Problems


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



.


, (, ). () . " " — 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 :


Karte GEBCO 2019 Bathymetrie auf dem Globus


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


Kartentextur auf dem Globus


( ), , :


Karte Erdbeben auf dem Globus


, . — , !


, :


Gravitationsinversionsmodell auf dem Globus für die Region Indonesien


, .



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 ist eine Übersetzerbibliothek für Raster- und Vektor-Geodatenformate, die von der Open Source Geospatial Foundation unter einer Open Source- Lizenz im X / MIT-Stil veröffentlicht wird .


ImageMagick - ImageMagick ist eine kostenlose Software, die als sofort einsatzbereite Binärdistribution oder als Quellcode geliefert wird und die Sie sowohl in offenen als auch in proprietären Anwendungen verwenden, kopieren, ändern und verteilen können.


HOWTO: Visualization on The Globe ist ein technischerer Artikel in englischer Sprache auf LinkedIn.


All Articles