[ 源代码: node-d3-geo ]
软件包:node-d3-geo(1.11.9-6)
Shapes and calculators for spherical coordinates
The edges of a spherical polygon are geodesics (segments of great circles), not straight lines. Projected to the plane, geodesics are curves in all map projections except gnomonic, and thus accurate projection requires interpolation along each arc.
D3 uses adaptive sampling inspired by a popular line simplification method to balance accuracy and performance.
Node.js is an event-based server-side JavaScript engine.
其他与 node-d3-geo 有关的软件包
|
|
|
|
-
- dep: node-d3-array
- Array manipulation, ordering, searching, summarizing, etc