nansencenter / sea_ice_drift

Sea ice drift from Sentinel-1 SAR imagery using open source feature tracking
GNU General Public License v3.0
41 stars 17 forks source link

Proj4 or WKT () is wrong issue #12

Closed lucearth closed 6 years ago

lucearth commented 6 years ago

I have a little problem when the program wants to reproject the gcps : it raises me,

**/home/luc/miniconda/lib/python2.7/site-packages/nansat/nsr.pyc in init(self, srs) 72 status = self.ImportFromWkt(str(srs)) 73 if status > 0: ---> 74 raise NansatProjectionError('Proj4 or WKT (%s) is wrong' % srs) 75 # TODO: catch long in python 3 76 elif isinstance(srs, int):

NansatProjectionError: Proj4 or WKT () is wrong**

I have this problem if I use my own sentinel 1 image and not the images from the example, I am a bit puzzled by it Thank you