New features for the CLI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 394
- Forks
- 95
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 7
Description
The CLI is useful for quickly inspecting data and provides an accessible way for users unfamiliar with Python to interact with the tool. I plan to expand the CLI functionalities, including:
- Retrieving the extent of the data.
- Displaying the Directed Acyclic Graph (DAG) of coordinate transformations.
- Extracting downscaled versions of images (e.g., PNGs) from large Zarr images.
These new features will enhance the CLI experience and make it more versatile. I've opened an issue to discuss the implementation of these features.
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
No files or tests are identified in the issue. Start by locating the existing Python CLI entry points and commands for inspecting data, then review how coordinate transformations and large Zarr images are represented. Define the expected output for data extent, transformation DAG display, and downscaled PNG extraction before implementing and testing each feature.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100