thuydotm
thuydotm
Thanks @TomAugspurger I'm noticing some error when searching for STAC items using `pystac_client`. Are there any changes with the API or with the set up on Planetary Computer? ```python bounds...
Thanks for the insights. The staging doesn't work. `"https://planetarycomputer.microsoft.com/api/stac/v1` works though.
Thanks for reaching out. I guess the error happened because, in the `values` raster, there is some zone filled with `nodata_values`. This bug has already been fixed with PR https://github.com/makepath/xarray-spatial/pull/581,...
Did the 2 datasets you run are exactly the same except for the nodata value? It could happen that the dataset with a positive value of 99999 does not have...
In the GIS world, I think it makes sense to assume that the data array should contain at least 2 dimensions of `(y, x)`, or `(lat, lon)` coords. In fact,...
Bokeh itself has removed the Static Analysis Badges. The new contributor badge has been added since commit https://github.com/bokeh/bokeh/commit/ef313c52105f5e9cc58ef02623df8f4f8ebdfa12. I think it's a good idea to use the similar badge for...
Closing as stale.
datashader is now a required dependency to run the `generate_terrain()` function so this cannot be removed at least for now.
Added in https://github.com/makepath/xarray-spatial/pull/555
Closing as stale