Tagged articles
3 articles
Page 1 of 1
AI Info Trend
AI Info Trend
Aug 21, 2025 · Fundamentals

How to Achieve Millimeter‑Accurate Coordinate Conversion for Construction Projects

This article explains why converting field‑collected WGS84 coordinates to the Beijing 54 system requires millimeter‑level precision, compares manual error rates with standardized tools, and introduces a free online converter that supports batch processing and detailed reporting to boost surveying efficiency.

Beijing 54WGS84coordinate conversion
0 likes · 5 min read
How to Achieve Millimeter‑Accurate Coordinate Conversion for Construction Projects
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 20, 2024 · Backend Development

Integrating Tianditu Map Service with Java: Reverse Geocoding, Nearby Search, and Coordinate Conversion

This article explains how to replace a paid map service with the free Tianditu API by implementing reverse geocoding, nearby and text search, and coordinate system conversion in Java, providing complete code examples and practical considerations for cost‑effective map integration.

GeocodingTianditubackend-development
0 likes · 17 min read
Integrating Tianditu Map Service with Java: Reverse Geocoding, Nearby Search, and Coordinate Conversion
360 Tech Engineering
360 Tech Engineering
Sep 23, 2019 · Frontend Development

Converting Geographic Coordinates to 3D Positions in three.js

This article explains how to transform latitude‑longitude geographic coordinates into three‑dimensional spherical coordinates for a three.js globe, covering both manual trigonometric calculations and the library's built‑in THREE.Spherical and THREE.Vector3 utilities with code examples.

Three.jsWebGLcoordinate conversion
0 likes · 5 min read
Converting Geographic Coordinates to 3D Positions in three.js