3D Visualization of Geospatial Big Data by Lexcube! (Python) | by Mahyar Aboutalebi, Ph.D. πŸŽ“ | Feb, 2024

Learn how to work with Lexcube, a Python package for in the space- domain!

Mahyar Aboutalebi, Ph.D. πŸŽ“
Towards Data Science
  1. 🌟 Introduction
  2. 🌐 Lexcube
  3. πŸ“°
  4. πŸ“‚ Data Cube with Random Numbers
  5. πŸ—‚οΈ Data Cube with Climate Data
  6. πŸ”„ Raster Layers to Xarray
  7. 🌍 3D Visualization of Xarray by Lexcube
  8. πŸ“¦ What Else Can We Do with Lexcube
  9. πŸ“ Conclusion
  10. πŸ“š References

🌟 Introduction

Data visualization in three dimensions (latitude, longitude, and time) is fascinating, isn’t it? As a geospatial data scientist, I have always wanted to know the easiest way to plot a cubic dataset created by merging hundreds of raster layers. While reading my feeds on LinkedIn, I found a great Python library called Lexcube, which has recently become available for Jupyter Notebook. For additional information about Lexcube, please refer to this article and/or check out Lexcube on .

First of all, I’d like to thank Miguel Mahecha for that post on LinkedIn and also Maximilian SΓΆchting and his team for developing a valuable tool for the geospatial data community. Secondly, here is a hands-on exercise to help you use this package to visualize your cubic data in a 3D plot. All the steps have been coded in Python in Google Colab and by the end of this story, you will learn how to convert your raster layers to the Xarray format and then use it in Lexcube to create a 3D plot of your data.

If, like me, you were searching for a package for 3D visualization of your data, this story is for you. I have no affiliation with Lexcube and just wanted to my experience by writing this post.

🌐 Lexcube

Leipzig Explorer of Data Cubes, or Lexcube, is an interactive data visualization tool developed by Maximilian SΓΆchting as a Ph.D. project under the supervision of Gerik Scheuermann and Miguel Mahecha at Leipzig . The tool is designed to handle large Earth data cubes. The project received funding from several institutions and agencies, including the Space Agency (ESA). In May , a web version of this tool became…

Source link