Tagged articles
24 articles
Page 1 of 1
Dunmao Tech Hub
Dunmao Tech Hub
Sep 4, 2025 · Fundamentals

How to Implement a Forest Fire Spread Model in Java: Step‑by‑Step Guide

This article documents a Java implementation of a forest fire spread algorithm based on Wang Zhengfei's model, detailing the purpose, parameter definitions, and a series of computational methods—including wind and slope corrections, flame intensity, coordinate conversion, and spread speed—while noting the limitations of default parameter values.

Environmental ModelingForest Fire SimulationGeospatial
0 likes · 8 min read
How to Implement a Forest Fire Spread Model in Java: Step‑by‑Step Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 8, 2025 · Databases

ByteHouse GIS: High‑Performance Geospatial Analytics and Benchmark Comparison with ClickHouse, StarRocks, PostGIS, and DuckDB

The article explains ByteHouse's GIS capabilities, describing its R‑Tree and Google S2 spatial index implementation, OGC‑compatible data types and functions, and presents benchmark results that show ByteHouse outperforming ClickHouse, StarRocks, PostGIS, and DuckDB on key geospatial queries.

BenchmarkByteHouseGIS
0 likes · 13 min read
ByteHouse GIS: High‑Performance Geospatial Analytics and Benchmark Comparison with ClickHouse, StarRocks, PostGIS, and DuckDB
Python Programming Learning Circle
Python Programming Learning Circle
Jul 10, 2024 · Big Data

Using the TransBigData Python Library for Mobile Signaling Data Processing, Analysis, and Visualization

This article introduces the open‑source Python package TransBigData, explains how to install it, and demonstrates step‑by‑step methods for reading mobile signaling data, preprocessing, identifying stays and moves, extracting home and work locations, and visualizing individual activity patterns using Jupyter notebooks.

Big DataGeospatialPython
0 likes · 8 min read
Using the TransBigData Python Library for Mobile Signaling Data Processing, Analysis, and Visualization
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 29, 2022 · Frontend Development

Comprehensive Guide to Using Entity and Primitive Methods for 3D Earth Visualization with Cesium

This article provides an in‑depth tutorial on creating and customizing Cesium entities and primitives—including boxes, points, and various geometric shapes—explaining their properties, visual attributes, performance considerations, and offering complete JavaScript code examples for interactive 3D earth visualizations.

3d-visualizationCesiumEntity
0 likes · 18 min read
Comprehensive Guide to Using Entity and Primitive Methods for 3D Earth Visualization with Cesium
Java High-Performance Architecture
Java High-Performance Architecture
Jun 15, 2022 · Databases

How Redis Implements High‑Performance ‘Nearby People’ Search with GEOADD & GEORADIUS

This article explains the Redis Geo module’s GEOADD and GEORADIUS commands, analyzes their source code, and details the geohash‑based algorithm that enables efficient “nearby people” queries by converting coordinates to 52‑bit scores, searching nine‑grid cells, and filtering by spherical distance.

GEOADDGEORADIUSGeoHash
0 likes · 20 min read
How Redis Implements High‑Performance ‘Nearby People’ Search with GEOADD & GEORADIUS
Python Crawling & Data Mining
Python Crawling & Data Mining
Mar 16, 2021 · Fundamentals

Find Nearest Geographic Points in Large Excel Files with Python

This article demonstrates a step‑by‑step Python workflow for reading two Excel sheets, calculating haversine distances between latitude‑longitude pairs, identifying the nearest point for each record, and exporting the results, complete with code snippets, progress display, and performance advantages over traditional GIS tools.

ExcelGeospatialdata-processing
0 likes · 6 min read
Find Nearest Geographic Points in Large Excel Files with Python
Suning Technology
Suning Technology
Sep 29, 2020 · Databases

How SuNing’s O2O System Uses PostGIS & Citus for Scalable Geospatial Retail

Facing the post‑pandemic slowdown of e‑commerce growth, SuNing pioneered an O2O “smart retail” strategy by integrating online and offline channels through its “Anytime Business System,” which combines PostGIS‑enabled geospatial analysis, PostgreSQL high‑availability clustering with Citus, and seamless data flow across front‑end, transaction, and support layers.

CitusGeospatialO2O
0 likes · 17 min read
How SuNing’s O2O System Uses PostGIS & Citus for Scalable Geospatial Retail
21CTO
21CTO
Jan 5, 2020 · Artificial Intelligence

US Tightens AI Software Exports: What It Means for China and Global Tech

Starting January 6, the U.S. government will enforce new export restrictions on AI software, especially geospatial image analysis tools, requiring licenses for shipments to China, a move that could impact drone, autonomous vehicle, and mapping companies worldwide while sparking debate among policymakers.

AIChinaExport controls
0 likes · 6 min read
US Tightens AI Software Exports: What It Means for China and Global Tech
Xianyu Technology
Xianyu Technology
Dec 12, 2018 · Big Data

Community Data Normalization Using Prefix Matching and Text Similarity

The study presents a four‑step pipeline that normalizes community data for rental platforms by clustering records using longest‑common‑prefix patterns, geographic filtering, Levenshtein similarity, and pattern‑based parent‑child assignment, achieving under 8 % false positives and 5 % false negatives.

GeospatialReal Estateclustering
0 likes · 10 min read
Community Data Normalization Using Prefix Matching and Text Similarity
Manbang Technology Team
Manbang Technology Team
Nov 15, 2018 · Fundamentals

Introduction to GIS and Its Application in Highway Logistics Platforms

This article explains the fundamentals of Geographic Information Science (GIS), recounts John Snow's historic cholera map as an early GIS example, and details how GIS technology can be leveraged to build a road‑logistics platform that enables real‑time monitoring, dispatch, path planning, and data‑driven decision making for transportation companies.

Data visualizationGISGeospatial
0 likes · 10 min read
Introduction to GIS and Its Application in Highway Logistics Platforms
Baidu Maps Tech Team
Baidu Maps Tech Team
Mar 1, 2016 · Frontend Development

How Baidu Maps Turns Massive Geodata into Interactive Visual Stories

This article explores how Baidu Map’s open platform leverages web‑based visualization libraries such as ECharts, MapV, Canvas, SVG and WebGL to render point, line and polygon geospatial data—including heatmaps, clustering, and 3D charts—while addressing performance challenges of large‑scale datasets and outlining the front‑end technologies used.

Baidu MapsCanvasData visualization
0 likes · 12 min read
How Baidu Maps Turns Massive Geodata into Interactive Visual Stories
Architect
Architect
Feb 20, 2016 · Databases

Understanding GeoHash: Spatial Indexing and Its Application in Proximity Queries

This article explains the GeoHash algorithm, how it converts latitude‑longitude coordinates into hierarchical string codes, the precision trade‑offs of different code lengths, the binary encoding process, the use of space‑filling curves, and practical considerations when applying GeoHash for nearby point‑of‑interest searches.

Database IndexGeoHashGeospatial
0 likes · 9 min read
Understanding GeoHash: Spatial Indexing and Its Application in Proximity Queries