Replies: 1 comment 1 reply
-
|
The Here is the list functions being called when using custom STAC catalogs. Line 5175 in cd24114 Line 1316 in cd24114 Line 1229 in cd24114 Line 1286 in cd24114 https://pystac-client.readthedocs.io/en/stable/api.html#pystac_client.Client.open open(url, headers=None, parameters=None, ignore_conformance=None, modifier=None, request_modifier=None, stac_io=None, timeout=None) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to include authentication (e.g., Basic Auth) when accessing a STAC catalog in Leafmap?
I'm currently using the following code in a Jupyter Notebook to load STAC catalogs:
Some STAC catalogs require authentication (e.g., API keys, Basic Auth). I tried modifying the URL to include credentials, like this:
However, this results in the following error:
Is there a proper way to pass authentication credentials when loading a STAC catalog in Leafmap? Any guidance would be appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions