Extended geographic projections for d3-geo.
The main features of d3/d3-geo-projection are: Geospatial Mapping, Mapping Libraries, Web Mapping Frameworks.
Open-source alternatives to d3/d3-geo-projection include: zcreativelabs/react-simple-maps — Beautiful React SVG maps with d3-geo and topojson using a declarative api. fil/d3-geo-voronoi — Voronoi / Delaunay tessellations on the sphere. antvis/l7 — L7 is a WebGL-powered geospatial visualization engine and browser-based GIS engine designed for high-performance… markmarkoh/datamaps — Datamaps is a library for generating interactive, data-driven geographic visualizations within web applications. It… eurostat/gridviz — Gridviz is a JavaScript library for visualizing gridded data (or any tabular dataset with x/y coordinates for that… d3/d3-geo — This module uses spherical GeoJSON to represent geographic features in JavaScript. D3 supports a wide variety of…
Datamaps is a library for generating interactive, data-driven geographic visualizations within web applications. It utilizes scalable vector graphics to render maps, allowing for precise styling and responsive resizing across different screen sizes. The library provides a declarative configuration pattern that binds custom datasets to geographic regions. This enables the creation of choropleth maps, where regions are color-coded based on statistical values, and point-based overlays that represent individual data points as interactive bubbles. Beyond basic rendering, the toolset includes capa
L7 is a WebGL-powered geospatial visualization engine and browser-based GIS engine designed for high-performance rendering of large-scale 2D and 3D spatial datasets. It functions as a geographic data visualization library that leverages hardware acceleration to display massive datasets and heatmaps within a web browser. The engine features an abstracted basemap integration layer that decouples data visualization from the underlying map provider, allowing for the use of various map providers or offline deployments. It employs a system for visual variable mapping to translate numeric and catego
Beautiful React SVG maps with d3-geo and topojson using a declarative api.