MerginMaps / MerginMaps/python-api-client
Impose geodiff push limits
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 23
- Forks
- 12
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
Let's limit the size of single push by imposing:
- 10 000 changes in all gpkg files / per push
- 10 MB as max size of all gpkg-diff files / per push
And split the work into multiple pushes. For splitting the workload we need https://github.com/MerginMaps/geodiff/issues/224
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 reading geodiff issue 224, which is identified as a prerequisite for splitting the workload, then trace the push implementation in this Python API client. Done means enforcing both per-push limits—10,000 changes across GPKG files and 10 MB of GPKG-diff files—and splitting oversized work into multiple pushes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100