-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
fix: raster import and TimeSeriesMap rendering issues #5416
base: main
Are you sure you want to change the base?
Conversation
I tested it, but it doesn't help. I think this will need larger changes. |
@petrasovaa can you guide me , or give me some overview I will try my best to solve this. |
TimeSeriesMap and SeriesMap were written separately and then later we created a BaseSeriesMap because they have a lot in common. But that was not done entirely correctly, some of the TSM structures are different then the SM, which is somehow causing the bug. So I would look at the rendering commands when they are called. |
…3shukla/grass into codefixes" This reverts commit 7e42dbd, reversing changes made to 420720a.
Resolved raster import failure and corrected TimeSeriesMap rendering by handling dataset accessibility and granularity errors. Closes #5304 .