stac-utils / pystac-client

Python client for searching STAC APIs
https://pystac-client.readthedocs.io
Other
161 stars 48 forks source link

Use urljoin, not string cat, for urls #746

Closed gadomski closed 1 week ago

gadomski commented 1 week ago

Related Issue(s):

Description:

We were constructing urls with string concatenation, which doesn't respect query strings. This PR adds a utility function to build 'em better.

PR Checklist: