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

Landsat spatial resolution integration #47

Open
fotakide opened this issue Oct 18, 2024 · 3 comments
Open

Landsat spatial resolution integration #47

fotakide opened this issue Oct 18, 2024 · 3 comments

Comments

@fotakide
Copy link

Hello and thank you for the project,

I would like to ask regarding "best practices" for integrating Landsat 30m spatial resolution and 10m or 20m Sentinel-1/2 imagery.
In an idea scenario I would like to have Landsat-derived results gridded with Sentinel-1/2 ones. I am thinking about using a T3 [300 km] tile to be able to use both Landsat and Sentinel. Would the Equi7Subgrid class be useful for this? In any case, could you possibly provide more documentation for this class?

Thank you in advance!

@bbauerma
Copy link
Collaborator

Hi there. Yes, your use case sounds basically like our routine with the Sentinel-1/2 data and derivatives. We access the grid methods from the base class, like in this example section. Maybe also the exemplary python tests suggest some solutions you might need.

As we are re-structuring the whole package, please feel free to add ideas to the wishlist here

@fotakide
Copy link
Author

fotakide commented Nov 8, 2024

Thanks for the suggestion, I think the functions from Python tests include what I was looking for.
May I ask if the tile size option of 9.6km tiles, that supports both Sentinels' and Landsats' (10, 20, 25, 30, 60) spatial resolutions, like DEA grid (source code), contradicts with Equi7Grid? Of course, this would require a sampling size of 9.6 meters, as I understand, which is not a multiple of 1 meter. However, if it aligns with your future restructuring plans, I can add it to the wishlist.

@bbauerma
Copy link
Collaborator

bbauerma commented Dec 3, 2024

my apologies for the late reply.

Yes, please add the wish, with samplings and interface needs satisfying your requirements. We'll have a closer look on this.

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

No branches or pull requests

2 participants