-
Notifications
You must be signed in to change notification settings - Fork 67
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
Work with multiple images #153
Comments
Hi @ouyuanzheng, the x and y parameters are pixel coordinates of the top-left corner of your Area of Interest in the first image raster. |
For defining the AOI with geographic coordinates instead of pixel coordinates, you can use
|
I get it, thank you very much for your reply! |
Hello, is there a limit to the size of W and H values in roi? I use W=2000, H=2000, and I get the following error: discarding masked tiles... |
I want to use S2P to process multiple images covering the same area, I would like to ask how to set the "roi" parameter in the JSON file. "roi" in the example : "roi" : {
"x" : 150,
"y" : 150,
"w" : 700,
"h" : 700
},
how do I get the x and y parameters? What system coordinates are x and y?
Can you give me some advice? Thank you so much!
The text was updated successfully, but these errors were encountered: