-
Notifications
You must be signed in to change notification settings - Fork 77
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
running s2p on image crops #163
Comments
You can run |
Hi Carlo, thanks for your reply. I've been learning a lot going through your library. Unfortunately, I'm not aware of a way to get a url of the full image in a straightforward way. My understanding is that digital globe stores full images in dask arrays distributed across many machines and that compiling a full image's dask array to a geotiff takes a lot of bandwidth and time. Using digital globe's api I am able to access geotiffs for crops of the full image in a cheap/quick manner. My areas of interest are usually the size of a few houses or less than 500 by 500 pixels so I am hoping to find a way to run the pipeline using just those image crops. The problem with the cropping approach has been that I do not know how to crop rpcs and haven't been able to find any literature on the topic. I saw your |
Hi, |
I'm trying to run s2p on worldview3 pairs without downloading the entire 40k by 40k
full-images
. I can do this with nasa ASP by placing my crops of interest in their appropriate locations within an empty numpy array the size of thefull-image
and supplying a--left-image-crop
and a--right-image-crop
at runtime. Is there a way to manually set a crop for each image to s2p? If not, what would be the best way to run s2p on image crops without ever downloading the full images?The text was updated successfully, but these errors were encountered: