turf.voronoi report an error:Cannot read properties of null (reading '0')

Open
#2,464 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Domain
data

Research direction

Start at the turf.voronoi entry point and reproduce the error with the supplied points and bbox, paying particular attention to the two nearly identical coordinates. Trace the failing Voronoi calculation and add or update a regression test for this input; done means the call no longer throws and returns Voronoi polygons.

Written by the indexing model from the issue text.

Description

@turf/voronoi

When I used turf.voronoi to generate Voronoi polygons, the following error occurred:

Uncaught TypeError: Cannot read properties of null (reading '0')
    at turf.min.js:80:68643
    at new Ra (turf.min.js:80:69303)
    at r (turf.min.js:88:412086)
    at r.polygons (turf.min.js:88:412247)
    at t.voronoi (turf.min.js:88:412923)
    at turf.html:174:30

this points will report an error.the problem is [119.33893, 25.731901] and [119.338931, 25.731901].Could you please see why the error was reported?thanks.

points:
[
    [119.365891, 26.049549],
    [119.360972, 25.731612],
    [119.335263, 25.724399],
    [119.345076, 25.703511],
    [119.33893, 25.731901],
    [119.338931, 25.731901]
]
bbox:
[118.69595817618412, 25.493916216401107, 119.41693595938725, 26.139962823065883]
Dominant language
TypeScript
Stars
10.5k
Forks
1k
Avg merge
1h 11m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Turfjs/turf

All issues in Turfjs/turf

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.