Joe Hamman
Joe Hamman
I looked into this a bit today. I feel like a `LazyCatalogEntry` would be a useful add for Intake (I could be wrong). In our application, we have a hierarchy...
Thank you for your contribution. Can you please complete the checklist before we merge?
@7saheelahmed - see > Contains only a single addition (make separate PRs if adding more than one).
@bogomil - you'll need to resolve the merge conflicts manually. See the "Use the command line" pointer above.
@rabernat - are these models not open source? Wondering why you left the top check box empty.
Yes! This should be perfectly feasible. You'll need to create a [new custom router](https://xpublish.readthedocs.io/en/latest/tutorial.html#custom-api-routes) that exposes an WMS endpoint. I think for a simple WMS endpoint, it will probably be...
Thanks @andersy005, much appreciated! I've been thinking it may be worth constructing a new test case for this. The test case we have now has very small chunks and I'm...
@TomAugspurger - I think we're on the same page here. Dask question: Can two threads call `chunk_data.compute()` in parallel? And will the cluster block on the first before moving on...
xref: https://stackoverflow.com/questions/60492963/computing-dask-array-chunks-asynchronously-dask-fastapi
I don't think anyone has tried setting up xpublish with authentication yet. If I were to look into this, I would start with the [FastAPI tutorial on security](https://fastapi.tiangolo.com/tutorial/security/first-steps/), then look...