MalaGIS

Sharing GIS Technologies, Resources and News.

Exploring Nano Banana's Novel Applications in the GIS Field

Recently, Nano Banana has been explosively popular, with many novel use cases emerging online, such as generating figurines, image restoration, and architectural image generation models. Attracted by these, we also tried it out and discovered two small applications related to GIS. Today, we'd like to share the prompts with you (Code is Cheap, show me the talk).

more >>

Cesium Mars: A Unified High-Precision Digital Base for Mars Visualization and Simulation

Last year, our team introduced how to load lunar datasets in Cesium. Now, one year later, Cesium has officially begun supporting the Mars dataset—Cesium Mars. Cesium Mars is a 3D Tileset designed to enable developers and researchers to quickly create visualizations and simulations of Mars. The dataset integrates laser altimeter data (MOLA) from NASA's Mars Global Surveyor (MGS), high-resolution stereo camera imagery (HRSC) from ESA's Mars Express, and color satellite image rendering, realistically recreating the visual appearance of Mars.

more >>

How to Automatically Run a Python Script on QGIS Startup

In the previous article titled "Displaying Selected Layer Count in QGIS with PyQGIS - MalaGIS", the author introduced a method to quickly view the number of selected layers using QGIS's Python API. However, if you need this functionality, you must open QGIS, then open the Python Console, locate the saved Python script file, and run it every single time. Although this process is simple, it can become tedious after repeated use. So, is there a way to automatically run a Python script when QGIS starts up? The author searched online and finally found a temporarily viable method to share today.

more >>

Implementing IP-Based Location Positioning in QGIS

Preface: This article is compiled based on the author's experience with internet mapping services. While consumer map applications offer automatic location detection, professional GIS tools like QGIS lack this functionality natively. This guide demonstrates how to implement this feature.

more >>

Displaying Selected Layer Count in QGIS with PyQGIS

When working with numerous layers in QGIS, it is often necessary to select multiple layers simultaneously for operations. However, with a large number of layers, it becomes difficult to quickly discern exactly how many are selected—don't worry, you can easily solve this by writing a small tool with PyQGIS!

Today, we share two methods to display the count of selected layers in real-time. These methods are straightforward to implement, with clear code, and can be tried by those in need.

more >>

How to Render Albers Projection in Web Maps Using OpenLayers and Leaflet

Recently, I was assigned another GIS dashboard project. My manager asked me to research the mainstream design styles currently on the market. Coincidentally, I had previously introduced a collection of such dashboard works in an article titled "Open-Source Dashboard Templates for GIS Developers: BigDataView Project". Combined with various examples shared within our community group, I managed to complete the task.

During the research process, I noticed an interesting phenomenon: many dashboards still use maps in the EPSG:3857 projection, which results in a "tilted" depiction of China's map. Therefore, using OpenLayers and Leaflet as examples, and with the help of various AI tools, I created two demos to implement the rendering of the Albers projection on the web.

more >>

AI-Powered Quick Map Production: A Case Study of China's 2024 Birth Rate Visualization

Yesterday, someone in a group shared a map of China's 2024 birth rate, which looked quite interesting. However, this map was different from the usual ones—regions with lower birth rates were colored redder. Someone asked if it could be quickly recreated.

Two years ago, I might have been too lazy to bother because redrawing the map would require manually extracting and recording data from the map one by one, then importing it into QGIS or ArcGIS for data processing, and finally producing the map. But in 2025, the era of AI, this task is a breeze. Today, I'll share a set of AI-based rapid map production methods. Next time you encounter such a demand, just go for it!

more >>

Converting China Standard Map Service EPS Files to SHP Format

Recently, many have asked why the China National Standard Map Service doesn’t offer SHP format downloads and whether EPS files can be converted to SHP format.

Regarding the first question, I don’t know the exact reason. Personally, I suspect it may relate to the unique coordinate system used by the standard map service (refer to "What Projection Coordinate System Does the National Standard Map Use?"). So, can we convert the currently provided EPS format maps to SHP?

The answer is: Yes, but it’s largely unnecessary.

I recently experimented with this process and documented the steps below for those interested.

more >>

Sentinel-2 Super-Resolution: SR4RS vs. S2DR3

Remote sensing imagery is crucial for global monitoring but often limited by sensor spatial resolution and the high cost of acquiring ultra-high-resolution data. The Sentinel-2 (S2) mission provides multispectral imagery across 13 bands at 10m, 20m, and 60m resolutions. However, these resolutions may not capture fine details required for tasks like land cover mapping, agricultural monitoring, or disaster assessment. Super-Resolution (SR) technology addresses this by reconstructing high-resolution images from low-resolution inputs, significantly enhancing spatial detail in S2 imagery for more precise data support.

more >>

Unlocking Global Insights: Google's AlphaEarth Foundations and Satellite Embedding Dataset Revolutionize Geospatial Analysis

Google has officially launched AlphaEarth Foundations, a PB-scale AI model for integrating satellite data, accompanied by a groundbreaking 64-dimensional Satellite Embedding Dataset. This innovation distills multi-year, multi-satellite observations into a single 10m × 10m pixel, compressing dozens of data sources – including satellite imagery, radar, elevation, and climate data – into unified 64-dimensional "information capsules". This fundamentally redefines geospatial analysis methodologies.

more >>

Copyright © 2020-2025 MalaGIS Drive by Typecho & Lingonberry Sitemap

Back to top