Cara memvisualisasikan dan menghidupkan model (geofisika). Tampilkan data mentah

Lihat juga artikel lain dalam seri "Cara memvisualisasikan dan menghidupkan model (geofisika)":



Bergantung pada proyek dan skala data, kita dapat memilih opsi visualisasi yang berbeda - namun, untuk skala data apa pun, penting untuk memungkinkan kita mengevaluasi skala ini secara visual. Misalnya, pada tingkat regional, menampilkan pada bola Bumi akan membuatnya mudah untuk memahami skala dan lokasi area studi. Jadi kita akan berurusan dengan tampilan data di dunia.


Data Pengamatan Bumi di Globe


Dari kiri ke kanan: EMAG2 Earth Magnetic Anomaly, Grid Gravitasi Udara Sandwell dan Smith, GEBCO Gridded Bathymetry Data.


Perumusan masalah


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



.


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


Peta GEBCO 2019 Bathymetry on the Globe


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


Tekstur peta di dunia


( ), , :


Peta Gempa Bumi di Dunia


, . — , !


, :


Model Pembalikan Gravitasi di Dunia untuk Wilayah Indonesia


, .



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 adalah perpustakaan penerjemah untuk format data geospasial raster dan vektor yang dirilis di bawah Lisensi Open Source gaya X / MIT oleh Open Source Geospatial Foundation .


ImageMagick - ImageMagick adalah perangkat lunak gratis yang dikirim sebagai distribusi biner yang siap dijalankan atau sebagai kode sumber yang dapat Anda gunakan, salin, ubah, dan distribusikan dalam aplikasi terbuka dan berpemilik.


HOWTO: Visualisasi di The Globe adalah artikel yang lebih teknis dalam bahasa Inggris di LinkedIn.


All Articles