GithubHelp home page GithubHelp logo

Easier usage with d3.geoProject? about d3-geo-polygon HOT 2 OPEN

d3 avatar d3 commented on April 24, 2024 1
Easier usage with d3.geoProject?

from d3-geo-polygon.

Comments (2)

Fil avatar Fil commented on April 24, 2024

Yes; it would be nice to have this also for clipAngle — in your notebook it works by using:

{
  const clipAngle = d3.geoClipCircle(50/180*Math.PI);
  return d3.geoProject(land, {stream: stream => radians(clipAngle(degrees(stream)))});
}

(So maybe an issue to solve in d3-geo-projection rather than d3-geo-polygon.)

We should also account for rotation.

Since your code is working, is it not just a question of defining a syntax?

The polygon issue is similar to d3/d3-geo-projection#146 (comment) : d3.geoProject is not meant to be used to project to spherical coordinates.

from d3-geo-polygon.

mbostock avatar mbostock commented on April 24, 2024

Yep, an issue of syntax and abstraction. I would love to revisit the composable geographic projection pipeline idea. I wonder if there is some progress to be made there.

from d3-geo-polygon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.