Rowan Gaffney
Rowan Gaffney
+1 on integrating dask/lazy arrays into the reprojection method. Suggested above was using Warped_VR, which I have used on some projects. Here is a gist showing the workflow: [https://gist.github.com/rmg55/875a2b79ee695007a78ae615f1c916b2](https://gist.github.com/rmg55/875a2b79ee695007a78ae615f1c916b2)... I...
Happy to share @snowman2, and yes, I would be happy to add the example to the docs. Also, I just saw this [pr in xarray](https://github.com/pydata/xarray/pull/2589/files) that allows xarray to read...
I am guessing the integer-resampling mapping is the same as rasterio. See the rasterio docs here: https://rasterio.readthedocs.io/en/latest/api/rasterio.enums.html#rasterio.enums.Resampling
Hi @scottyhq - thanks for putting this together. Still working through the code and getting familiar with how STAC collections get mapped into intake-stac - so apologies if I am...
@scottyhq - thanks for pointing out those bugs in the gist (updated recently to incorporate your edits). Agreed on your assessment that errors are not surfaced until the data is...
Thanks for comments/suggestions @scottyhq! A few follow-up questions/thoughts: > i think the same functionality could be easily implemented in intake-xarray Agreed! However, I think there are a few advantages of...
@scottyhq, really appreciate the explanations and guidance on this! > 1. catalog.to_vrt(band , target_crs=None, output='items.vrt') Just to clarify, this would be for an entire catalog, correct? Each vrt band would...
Hi @RichardScottOZ and @bluetyson Not sure I am fully following your comments, but will try to add my input (perhaps this is related to your posts on the Pangeo Discourse...
@RichardScottOZ - ok got it. My thinking would be to rechunk to the time-intervals, and then apply a [map_blocks](http://xarray.pydata.org/en/stable/generated/xarray.map_blocks.html) function that calculates the median.
Martin - thanks for your input! In my use case, the region of interest is much smaller (geographically) than a single geotiff image. Therefore, I am unable to subset based...