Matthias Mohr
Matthias Mohr
I don't think so, but I've never worked with private S3 buckets so I can't really tell, unfortunately.
Yes, I suspect the same. One note regarding the tiling: STAC Browser also supports client side COGs (via stac-layer/geotiff.js) and TiTiler or RadiantTiles might not even be involved.
> For local testing (i.e. no http[s]) use http-server to start a server for the local files. This won't work as easily as you still need to provide a `stacProxyUrl`,...
As there are a lot of different authentication flows, I don't think this will be supported anytime soon, but I'm happy to accept and review PRs. Also, there are some...
It would be interesting to know what authentication methods providers implement so that we can make informed decisions on which authentication methods to support. The most commonly used I've seen...
There's now a configurable UI that can handle token/API key based authentication for query parameters and headers. See issue https://github.com/radiantearth/stac-browser/issues/210#issuecomment-1210871360 and the `authConfig` documentation for details: https://github.com/radiantearth/stac-browser/blob/main/docs/options.md#authconfig
Does it need changes to work for us? Otherwise we may not even need to "fully" add it and people can just use it from Features and then we could...
Interesting idea, but gets complicated once you are having pagination in place. The UX then gets messy as collections first appear (for a link) and then disappear once the full...
Yeah, that is reasonable, but it seems that these are different use cases. Deprecated originally was really meant to indicate that it is going to be removed or something should...
Yeah, also not sure about the terminology. Ideas: - outdated - old version - superseded I like outdated most. If you have any ideas or preferences, please let me know....