kearney-sp
kearney-sp
I have this exact same question! Also wondering if you can rescale the colors for each channel (e.g., I tried clim to no avail)?
I am getting the same error. Using an xarray DataArray in CRS 'epsg:3857'. Works fine with rasterize=True and Project=False. Fails with Project=True.
@maximlt I was declaring x and y explicitly when I got the error. I will see if I can create a reproducible example, or at least just paste the code...
Might be worth adding this to the README :) I just spent a while trying to figure out how to install into a conda environment via 'make' following https://github.com/ChristianSteger/HORAYZON/tree/main and...