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

Allow --bbox to be a file containing four bounding-box coordinates #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hugovk
Copy link
Collaborator

@hugovk hugovk commented Oct 20, 2024

I sometimes want to generate the map for different-sized bounding boxes, or over different areas.

To avoid having to look them up each time, this allows saving the coordinates in a file for re-use. For example, these are equivalent:

stravavis "activities/202307*" --bbox 24.782802,59.922486,25.254511,60.29785
echo 24.782802,59.922486,25.254511,60.29785 > helsinki.bbox
stravavis "activities/202307*" --bbox helsinki.bbox

@hugovk hugovk added the enhancement New feature or request label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant