Skip to content

first implementation of cimr reader - #121

Open
BeLu-23 wants to merge 11 commits into
masterfrom
BL_cimr_l1b_reader
Open

first implementation of cimr reader#121
BeLu-23 wants to merge 11 commits into
masterfrom
BL_cimr_l1b_reader

Conversation

@BeLu-23

@BeLu-23 BeLu-23 commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@BeLu-23
BeLu-23 requested review from TomBlock and lveci November 26, 2025 08:44
@Override
protected void readBandRasterDataImpl(int sourceOffsetX, int sourceOffsetY, int sourceWidth, int sourceHeight, int sourceStepX, int sourceStepY, Band destBand, int destOffsetX, int destOffsetY, int destWidth, int destHeight, ProductData destBuffer, ProgressMonitor pm) throws IOException {
final RenderedImage image = destBand.getSourceImage();
final Raster data = image.getData(new Rectangle(destOffsetX, destOffsetY, destWidth, destHeight));

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is using destination parameters in the source image. They may not always be the same like when subsampling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants