Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use argparse subcommands with a single CLI console script #12

Open
munshkr opened this issue Nov 14, 2021 · 0 comments
Open

Use argparse subcommands with a single CLI console script #12

munshkr opened this issue Nov 14, 2021 · 0 comments
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Comments

@munshkr
Copy link
Member

munshkr commented Nov 14, 2021

Right now there are multiple CLI console scripts:

  • satproc_extract_chips
  • satproc_build_dataset
  • satproc_scale
  • satproc_match_histograms
  • satproc_smooth_stitch
  • satproc_polygonize

It would be better to have a single satproc CLI script and use subcommands like:

satproc extract_chips, satproc scale, satproc smooth_stitch or satproc polygonize, etc.

@munshkr munshkr added the type: feature Brand new functionality, features, pages, workflows, endpoints, etc. label Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

No branches or pull requests

1 participant