Streetcar CLI
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I've started work on a CLI (command line interface) for processing the imagery. This would eventually replace the Mapillary python scripts, and be something we can run in the cloud.
My thought is to use the `commander` package and support commands that are kind of git-like (this is just brainstorming):
``` bash
streetcar help
streetcar init - scan a folder of images and cut into sequences
streetcar info - info about the images (time, miles driven)
streetcar sequence - list / modify a sequence (trim start/end, etc)
streetcar remote - list / setup remotes
streetcar upload - upload a sequence to a remote
```
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
The issue names no files, tests, or existing entry point. Start by reviewing the current Mapillary Python scripts and determine which CLI command is in scope first. The issue does not define a concrete completion criterion; done would need an agreed command, behavior, and validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100