Add optional MultiPolygon output to union
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 132
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Here https://github.com/mapbox/supermercado/blob/master/supermercado/uniontiles.py#L29-L35 we spit out each separate feature as a single feature; let's add an option to output to MultiPolygon
cc @vincentsarago
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 in supermercado/uniontiles.py at lines 29-35, where separate features are emitted. Trace the current union output and determine how an optional MultiPolygon mode should be exposed, then verify that the default behavior still emits separate features and the option produces a MultiPolygon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100