d3-geo-polygon

Clipping and geometric operations for spherical polygons.

OTHER License

Downloads
645
Stars
108
d3-geo-polygon - v2.0.0-alpha.1 Latest Release

Published by Fil 4 months ago

What's Changed

  • Adds two new projections based on the Voronoi polyhedral method: Rhombic dodecahedral and Deltoidal hexecontahedral, contributed by @bathoorn (#59 and #60)
  • A polyhedral projection’s tree can now be built from any face (#63)
  • The module now reexports all the projections from d3-geo-projection that need polygon clipping (#65, #69), namely: geoBerghaus, geoGingery, geoHealpix, geoInterruptedBoggs, geoInterruptedHomolosine, geoInterruptedMollweide, geoInterruptedMollweideHemispheres, geoInterruptedSinuMollweide, geoInterruptedSinusoidal, geoTwoPointEquidistant, geoTwoPointEquidistantUsa, and the geoInterrupt projection factory.
  • A new clipPoint option for geoClipPolygon, specifying whether points should be clipped (#67)
  • Adopt type: module (#61)

deltoidal

Full Changelog: https://github.com/d3/d3-geo-polygon/compare/v1.12.1...v2.0.0-alpha.1

d3-geo-polygon - v1.12.1

Published by Fil about 4 years ago

  • upgrade dependencies (node, canvas 1-2, d3-geo 1-2)
d3-geo-polygon - v1.12.0

Published by Fil over 4 years ago

  • Cahill-Keyes inverse (using the Newton 2D method)
d3-geo-polygon - v1.11.0

Published by Fil over 4 years ago

  • adds projection.reflectX (cf. d3-geo 1.12)
d3-geo-polygon - v1.10.2

Published by Fil almost 5 years ago

  • fix clipping errors (#30)
d3-geo-polygon - v1.10.1

Published by Fil almost 5 years ago

d3-geo-polygon - v1.10.0

Published by Fil almost 5 years ago

d3-geo-polygon - v1.9.0

Published by Fil almost 5 years ago

d3-geo-polygon - v1.8.2

Published by Fil almost 5 years ago

d3-geo-polygon - v1.8.1

Published by Fil over 5 years ago

  • Fix Lee’s tetrahedral South aspect #28
d3-geo-polygon - v1.8.0

Published by Fil over 5 years ago

image

d3-geo-polygon - v1.7.0

Published by Fil over 5 years ago

Adds the Imago projection, engineered by Justin Kunimune (2017), and inspired by Hajime Narukawa’s AuthaGraph design (1999). Thank you, @jkunimune15 !

Details & parameters: https://observablehq.com/@fil/the-imago-projection

d3-geo-polygon - v1.6.2

Published by Fil almost 6 years ago

inline code from d3-geo-projection (#23)

d3-geo-polygon - v1.6.1

Published by Fil about 6 years ago

d3-geo-polygon - v1.6.0

Published by Fil about 6 years ago

  • Adds MultiPolygon clipping.

waterman

d3-geo-polygon - v1.5.1

Published by Fil about 6 years ago

  • fix clipping #7
d3-geo-polygon - v1.5.0

Published by Fil about 6 years ago

  • faster Voronoi projection