mapbox / mapbox/mapboxgl-jupyter
Allow selection of points in Map
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 681
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
Rendering points as output of calculations and other processing is a good first step.
A user should be able to select points, and groups of points, for further analysis. This is similar to the `Keep Only` or `Exclude` functions that are used in Tableau's mapping functions.
Kept (selected data) or Excluded (All - Selected) should then be exported back to a DF for additional analysis.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing point-rendering path in the Mapbox GL JS and Python Jupyter integration. Compare the requested Keep Only and Exclude behavior with the current map interaction and dataframe export flow. Done means users can select individual or grouped points and export both selected and excluded data back to a dataframe.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jupyter-notebook, python
- Domain
- data, data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100