Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-02 Thread Joe Kington
The automated approaches use other imagery as a reference. They rely on matching various scale invariant features. I'm not aware of any open implementations. It's not impossible to roll your own, but it will require significant effort and significant computing resources. Also, I'm guessing things

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-01 Thread Vighnesh Birodkar
Thanks for the input Joe. What you are suggesting seems to be manual annotation, are you aware of any literature which does this automatically ? Thanks Vighnesh On Sat, Jul 1, 2017 at 9:35 PM, Ömer Özak wrote: > Hi Vigresh, > > You can try Geopandas and Georasters which are specialized package

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-01 Thread Ömer Özak
Hi Vigresh, You can try Geopandas and Georasters which are specialized packages for GIS. Best, Ömer Sent from my mobile Please excuse any typos > On Jul 1, 2017, at 7:56 PM, Joe Kington wrote: > > You'll need to use geospatial software or libraries for this. GDAL is your > best choice. gda

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-01 Thread Joe Kington
You'll need to use geospatial software or libraries for this. GDAL is your best choice. gdal_translate with the -gcp option is what you want in this case. You can do the equivalent from gdal's Python interface, but it's a bit more involved. There's also a QGIS plugin to interactively build the GDA

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-01 Thread Vighnesh Birodkar
Hello Answering Michael's questions The images I have are already ortho rectified. I don't want to co register 2 images. I want to register an image with some GIS data (like Open Street Maps). So in that sense it is the problem of registering an image with a vector of features. Thanks for the po

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-01 Thread Juan Nunez-Iglesias
Hi Vighnesh, There was a talk by Kat Scott from Planet at PyCon 2017. It’s great and comes with a bunch of nice notebooks. I suspect it will be useful. Juan. On 1 Jul 2017, 2:16 AM +1000, K.-Michael Aye , wrote: > I don’t know your status of knowledge, so I apologize if I state the obvious. > >

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-06-30 Thread K.-Michael Aye
I don’t know your status of knowledge, so I apologize if I state the obvious. Your issue is that of the co-registration of images. You have to always decide what your “prime” or “truth” is. How was your “GIS” data precisely located? How do you know it’s not that which is off? (Even so, if you h

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-06-30 Thread K.-Michael Aye
Errm, forgot the link: https://gis.stackexchange.com/questions/664/whats-the-difference-between-a-projection-and-a-datum > On Jun 30, 2017, at 10:03, K.-Michael Aye wrote: > > I don’t know you

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-06-30 Thread Ömer Özak
Hi Vigresh, Not sure what you're proven is exactly but you can try Geoandas and Georasters which are socialized packages for GIS. Best, Ömer Sent from my mobile Please excuse any typos > On Jun 30, 2017, at 10:49 AM, Vighnesh Birodkar > wrote: > > Hello > > Has anyone here worked with sat

[scikit-image] Techniques for Aligning images to GIS data

2017-06-30 Thread Vighnesh Birodkar
Hello Has anyone here worked with satellite images before ? I am dealing with the problem of aligning satellite images to GIS data which can be off by upto 15pixels. Could someone point me to good literature to read on the topic ? Thanks Vighnesh ___ s