.to_raster()
for small domains results in blank?
#1366
Unanswered
Chrismarsh
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you try the following? ax.imshow(da.to_raster(ax=ax), origin="lower", extent=ax.get_xlim() + ax.get_ylim()) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mesh that is about 1000 km^2 with triangles of ~100m in mean edge length. However, when I try to plot it using
to_raster()
I get a blank plot. What am I doing wrong?The default plotting works as expected
Beta Was this translation helpful? Give feedback.
All reactions