openaq / openaq-cli

OpenAQ command line interface
MIT License
3 stars 0 forks source link

bounding box flag #5

Closed russbiggs closed 1 year ago

russbiggs commented 1 year ago

For any endpoints that accept a spatial bounding box query params we should implement something like a --bbox flag.

ensuring correct coordinate ordering for the bounding box may be a challenge for users, another option may be--minx --miny --maxx --maxy but this presents other issues.