Tom Augspurger
Tom Augspurger
Thanks, that setup looks correct. > there shouldn't be a case where a worker shows "Consumed" > "Total" right? That seems logical to me, but I've never used resources personally...
In this cases, specifically COGs for interoperability with that toolchain.
I'm out of my depths here, but based on https://issues.apache.org/jira/browse/ARROW-2034?focusedCommentId=17463318&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17463318 I thought it was OK to have some parts of the codebase require a newer C++ standard, while the overall...
Thanks for the link to #63. We're going to standardize our use of the `raster` extension in our STAC API over the couple months. Once that work is started I'll...
As a bit of context, the STAC items in this global [IO-LULC](https://planetarycomputer.microsoft.com/dataset/io-lulc) dataset all have the same timestamp. AFAICT, if you wanted to load 100 of these items with stackstac,...
> So if mosaic performance is good (or can be good), I might be in favor of a flatten_dates kwarg to stack, or even a separate function, which is just...
I think we can conclude that `stackstac(...).pipe(stackstac.mosaic)` works well enough. I was able to build a DataArray with this property (all the same datetime) whose size in memory would be...
@gjoseph92 implementation-wise, do you have a sense for which of these would be preferable? 1. Rewrite the incoming items to take a multiband asset like `image` and replace it with...
I haven’t done any work on this. I’d also be curious to see an example using VRTs. On Mar 16, 2022 at 12:31:44 PM, Gabe Joseph ***@***.***> wrote: > @scotjohn...
I think https://github.com/ecmwf/eccodes-python/issues/25 is the relevant issue in eccodes-python. https://confluence.ecmwf.int/display/UDOC/How+do+I+decode+messages+from+a+byte+stream+-+ecCodes+FAQ is maybe relevant.