Alan D. Snow

Results 400 comments of Alan D. Snow

> Suggested above was using Warped_VR, which I have used on some projects ... That is pretty neat. Thanks for sharing :+1:. How much did it improve performance? Side note:...

> Here is a gist showing the workflow: https://gist.github.com/rmg55/875a2b79ee695007a78ae615f1c916b2... Is this something you would be interested in adding to the examples section in the documentation of `rioxarray`?

> Happy to share @snowman2, and yes, I would be happy to add the example to the docs. That would be great :+1: > The thing I have not been...

Related: - https://github.com/opendatacube/odc-geo/issues/26 - https://github.com/pytroll/pyresample/pull/341

> What do you think about the feasibility/attractiveness of being able to run make_geocube as a delayed operation so that the returned xarray wraps a dask array rather than an...

This is great, thanks for sharing :+1:. I am fairly confident that you are running into [UnicodeDecodeError when run multithreaded #589](https://github.com/pyproj4/pyproj/issues/589). The only way around that is to be able...

@LiamRMoore, a fix for this is in the master branch of `pyproj` (https://github.com/pyproj4/pyproj/pull/782; https://github.com/pyproj4/pyproj/pull/793).

When reading the raster, the `photometric` option might be available in the profile and you could add that to the attributes. Then, you could add a method to convert the...

Another option would be to add a `colorinterp` kwarg to `to_raster`: ```python rds.rio.to_raster(...,colorinterp=[rasterio.enums.ColorInterp.gray] * len(band_descriptions)) ```

Hi @weiji14, it would definitely be great if you would like to add the functionality. The main changes that need to happen are: 1. Load in the attributes when reading...