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

L7 Irish: convert to IntersectionDataset #2034

Merged
merged 7 commits into from May 13, 2024

Conversation

adamjstewart
Copy link
Collaborator

@adamjstewart adamjstewart commented Apr 27, 2024

Converts L7 Irish to an IntersectionDataset following the design proposed in #1972.

This is needed for #2015 so that images and masks can independently control their resampling algorithm.

Only remaining bug is that the length of the dataset jumped from 206 to 438, which implies that some images in the dataset overlap.

Will do the same thing to L8 Biome after this is merged.

@yichiac

@adamjstewart adamjstewart added this to the 0.6.0 milestone Apr 27, 2024
@github-actions github-actions bot added the datasets Geospatial or benchmark datasets label Apr 27, 2024
@adamjstewart
Copy link
Collaborator Author

Only remaining bug is that the length of the dataset jumped from 206 to 438, which implies that some images in the dataset overlap.

I've got this down to 210. Some files actually overlap in both time and space:

  • austral/p74_r92/L71074092_09220011103.TIF and mid_latitude_south/p74_r91/L71074091_09120011103.TIF
  • austral/p227_r98/L71227098_09820011103.TIF and austral/p227_r97/L71227097_09720011103.TIF

I actually have a different idea, let me try that instead.

@adamjstewart
Copy link
Collaborator Author

Okay, now we're back down to 206 like the original dataset. Note that the above pairs of images that overlap may be double-counted. However, this is the same behavior as we had before.

@adamjstewart adamjstewart marked this pull request as ready for review April 27, 2024 14:18
@github-actions github-actions bot added the testing Continuous integration testing label Apr 27, 2024
@adamjstewart adamjstewart merged commit 84511d4 into microsoft:main May 13, 2024
18 checks passed
@adamjstewart adamjstewart deleted the datasets/l7irish branch May 13, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Geospatial or benchmark datasets testing Continuous integration testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant