Rowan Gaffney

Results 16 comments of Rowan Gaffney

Sounds good @TomAugspurger I updated the original post to change "target_band" to "target_asset". Quickly glancing at build_vrt, is it currently hardcoded to `stac_item["assets"]["image"]` (line 225)? In the Sentinel Catalog the...

My 2cents would be to use `assets=["B02","B03"]` and have a `concat=BOOL`. If concat=False, then return a list of vrt files, if True, then return the single multiband file (gdal `-separate`...

Thanks @scottyhq great points (especially the `-resolution` arg). Will switch over to the other thread, but just wanted to clarify one point: > focus on the case for data like...

@TomAugspurger - if trying to stack rasters (typically time - creating dims {x,y,t,band}) - I have used three approaches with STAC collections (alluded to in @scottyhq post above). 1. If...

Wow - this looks great @TomAugspurger. Will dig into it deeper and see if/how i might be able to contribute. I think this has the potential to really improve a...

@gjoseph92 - awesome project and agreed there is a lot of overlap. Hopefully I will have some more time to explore the project over the next week. I had some...