Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3/d3-geo
Geographic projections, spherical shapes and spherical trigonometry.
https://github.com/d3/d3-geo
Last synced: 4 days ago
JSON representation
Geographic projections, spherical shapes and spherical trigonometry.
- Host: GitHub
- URL: https://github.com/d3/d3-geo
- Owner: d3
- License: other
- Created: 2016-03-03T17:49:37.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T20:45:13.000Z (6 months ago)
- Last Synced: 2024-11-25T20:02:14.680Z (18 days ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-geo
- Size: 6.13 MB
- Stars: 1,031
- Watchers: 44
- Forks: 160
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frontend-gis - d3-geo - A library for creating maps based on D3.js. ![GitHub stars](https://img.shields.io/github/stars/d3/d3-geo?style=social) (👨💻 JavaScript Libraries / Mapping)
README
# d3-geo
This module uses spherical [GeoJSON](http://geojson.org/geojson-spec.html) to represent geographic features in JavaScript. D3 supports a wide variety of common and [unusual](https://github.com/d3/d3-geo-projection) map projections. And because D3 uses spherical geometry to represent data, you can apply any aspect to any projection by rotating geometry.
## Resources
- [Documentation](https://d3js.org/d3-geo)
- [Examples](https://observablehq.com/collection/@d3/d3-geo)
- [Releases](https://github.com/d3/d3-geo/releases)
- [Getting help](https://d3js.org/community)