Use an independent package for frame conversion
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 23
- Forks
- 9
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 4
Description
Rather than implementing our own frame conversion, we may use external packages like pyproj or pymap.
Let's pay attention to performances before switching to such package, ie is it feasible to convert a large (10,000+) array of positions.
Contributor guide
No contributing guide indexed for this repository
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 locating the existing frame-conversion implementation and measure its performance on arrays of 10,000 or more positions. Compare pyproj and pymap for conversion correctness and throughput; done means a suitable independent package is selected with performance evidence supporting the switch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100