Re: Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread Rustom Mody
On Tuesday, May 20, 2014 7:13:42 AM UTC+5:30, Chris Angelico wrote: > On a separate topic, you're posting through Google Groups with its > abhorrent bugs. Can you please either edit your posts before sending > (removing the blank lines, wrapping to a sane width, and trimming the > quoted text), or

Re: Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread Chris Angelico
On Tue, May 20, 2014 at 11:30 AM, wrote: > Thanks for your response. For my purpose, the images won't have to be > 'perfectly' matched, but hopefully as close as possible. Registration > algorithms won't work for this reason--the images aren't identical to each > other because of the differe

Re: Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread mikejohnryan08
On Monday, May 19, 2014 9:17:05 PM UTC-4, Chris Angelico wrote: > On Tue, May 20, 2014 at 11:05 AM, wrote: > > > I have a set of aerial images which I am trying to clip by their > > overlapping areas, for use in a more involved program I am writing with PIL. > > > > > > What would be the best

Re: Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread Chris Angelico
On Tue, May 20, 2014 at 11:05 AM, wrote: > I have a set of aerial images which I am trying to clip by their overlapping > areas, for use in a more involved program I am writing with PIL. > > What would be the best method with Python to extract the overlapping area > from a pair of images? I kn

Clip Raster Image Pair by Overlapping Area using Python

2014-05-19 Thread mikejohnryan08
Hello, I have a set of aerial images which I am trying to clip by their overlapping areas, for use in a more involved program I am writing with PIL. What would be the best method with Python to extract the overlapping area from a pair of images? I know there are libraries out there that could