mapbox / mapbox/streetcar

Streetcar CLI

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.