Skip to content
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

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

sudhanshu112233shukla
Copy link

Resolved raster import failure and corrected TimeSeriesMap rendering by handling dataset accessibility and granularity errors. Closes #5304 .

@github-actions github-actions bot added temporal Related to temporal data processing Python Related code is in Python libraries module tests Related to Test Suite notebook labels Mar 19, 2025
@sudhanshu112233shukla sudhanshu112233shukla changed the title Fix raster import and TimeSeriesMap rendering issues fix: raster import and TimeSeriesMap rendering issues Mar 19, 2025
@petrasovaa
Copy link
Contributor

I tested it, but it doesn't help. I think this will need larger changes.

@sudhanshu112233shukla
Copy link
Author

@petrasovaa can you guide me , or give me some overview I will try my best to solve this.

@petrasovaa
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libraries module notebook Python Related code is in Python temporal Related to temporal data processing tests Related to Test Suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] grass.jupyter.TimeSeriesMap incorrect layer rendering
2 participants