d3-geo VS d3-selection

Compare d3-geo vs d3-selection and see what are their differences.

d3-geo

Geographic projections, spherical shapes and spherical trigonometry. (by d3)

d3-selection

Transform the DOM by selecting elements and joining to data. (by d3)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
d3-geo d3-selection
6 2
999 551
-0.2% 0.0%
4.8 2.5
24 days ago 7 months ago
JavaScript JavaScript
GNU General Public License v3.0 or later ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

d3-geo

Posts with mentions or reviews of d3-geo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-30.

d3-selection

Posts with mentions or reviews of d3-selection. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-06.
  • Creating an interactive SVG map on the web
    3 projects | dev.to | 6 Oct 2022
    import * as d3 from "https://cdn.skypack.dev/[email protected]"; // create a D3 selection of the SVG itself - https://github.com/d3/d3-selection const svg = d3.select("#map"); // create a D3 selection of the image element const image = svg.selectChild("#image"); // create and configure an instance of zoom behaviour - https://github.com/d3/d3-zoom const zoom = d3.zoom().on("zoom", zoomed); // apply configured zoom behaviour to our svg svg.call(zoom); function zoomed(event) { const { transform } = event; // apply calculated transform to the image image.attr("transform", transform.toString()); }
  • Open Source Adventures: Episode 28: Introduction to D3
    14 projects | dev.to | 3 Apr 2022
    jQuery-like data manipulation framework

What are some alternatives?

When comparing d3-geo and d3-selection you can also consider the following projects:

react-simple-maps - Beautiful React SVG maps with d3-geo and topojson using a declarative api.

d3-fetch - Convenient parsing for Fetch.

topojson - An extension of GeoJSON that encodes topology! 🌐

d3-interpolate - Interpolate numbers, colors, strings, arrays, objects, whatever!

amusicalplanet

d3-color - Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.

historical-basemaps - Collection of georeferenced boundaries of world countries and cultural regions for use in mapping historical data on global or continental scale

d3-array - Array manipulation, ordering, searching, summarizing, etc.

sea-labels - GeoJSON of multilingual sea labels positioned with curved lines

d3-chord - Visualizations relationships or network flow with a circular layout.

d3-format - Format numbers for human consumption.

d3-dsv - A parser and formatter for delimiter-separated values, such as CSV and TSV.