Allow specificying config on sync (allow multiple datasets in a directory)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
As a user with 3-5 datsets to tile all living in the same directory, I want to be able to run mtsds --sync --config=isochrones_low.config (which would then point to isochrones_low.recipe) to specify which one to update.
Currently I have to edit my recipe and config every time, or put everything in separate directories just for MTS.
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
Start by tracing the `mtsds --sync` command and how its config and recipe paths are selected. Verify the behavior with multiple datasets in one directory; done means `--config=isochrones_low.config` selects the corresponding recipe without editing files or separating directories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100