-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
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 |
Thanks for the suggestion, I think the functions from Python tests include what I was looking for. |
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. |
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!
The text was updated successfully, but these errors were encountered: