d3-geo-3d
v3.1.1-3d.0.1
Published
Geospatial projections and shapes with experimental elevation (3D) support.
Maintainers
Readme
d3-geo-3d
⚠️ Status: Work in progress — APIs may change. Not an official D3 package.
Installation
npm install @jcolot/d3-geo-3d
# or
npm install d3-geo-3dUsage
import { geoProjection } from "@jcolot/d3-geo-3d";
// Now supports elevation: [longitude, latitude, elevation]What’s Different from d3-geo?
- Elevation parameter: Coordinates are now
[λ, φ, h]wherehis height (in meters). - Compatibility: Works with existing D3 workflows, but experimental.
Resources
Acknowledgments
This project is a fork of d3-geo by Mike Bostock.
All credit for the original design belongs to the D3 contributors.
This fork is maintained by Julien Colot.
