Trouble setting assets with custom MultiBaseReader
#720
Replies: 2 comments 3 replies
-
|
@mccarthyryanc I'm not sure why you're using a By default the Maybe we can introduce a |
Beta Was this translation helpful? Give feedback.
-
|
I ended up creating a PR with a solution that is working really well for me. I added the attribute to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom MultiBaseReader that looks similar to this (much like STACReader), simplified a bit just to make this clear:
I am instantiating and calling
tile(with x,y,z values that I know overlap the raster):But I get this error:
Is there a way to pass assets via
self.assetsand havetileuse them? Or do I need to update thetilemethod to assign from assets similar toinfoandstatisticsmethods?:Beta Was this translation helpful? Give feedback.
All reactions