-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot display hillshade as 3D map #176
Comments
@bidhya hey thanks for the report...taking a look now... |
Hey guys... |
@dericksm datashder to my knowledge doesn't handle 3D arrays for shading unless they are categorical arrays generated by datashader's |
@brendancol, you know that I'm not too familiar with all this, but for what I've searched, I think you're right, but the point is that in the Hillshade example from xarray-spatial it says:
I think this is why @bidhya opened this issue. |
I am looking at example 1_Surface.ipynb . The following line of code only shows the 2D image. The lower part of the image show how the plot should look.
I observed similar issue when running 8_Remote_Sensing.ipynb example for bump mapping
Environment:
Python 3.8 (windows 10 and linux)
xarray-spatial 0.1.2 conda-forge
xarray 0.16.2 conda-forge
datashader 0.12.0 conda-forge
The text was updated successfully, but these errors were encountered: