-
Notifications
You must be signed in to change notification settings - Fork 1
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
trying to use the comand line tool but I getting a error #4
Comments
Hello Best regards |
Same problem here. |
Hi @allo0 This is an old project, which I've not been able to maintain, since I'm no longer working with LSASAF data. I've been meaning to give it an update since some years now, but still haven't gotten around to doing it. Unfortunately I cannot promise you any date for when it might be updated. I suggest you get in contact with the LSASAF team about your use case. They'll likely help you out more promptly. |
@ricardogsilva oldDir = os.getcwd()
# os.chdir(os.path.dirname(self.h5FilePath)) |
I am trying to use the command line tool, I tried the ui tool and it works perfect but when I try the command line tool I get this error:
../../LSASAF-georeferencer/georef_hdf5.py -o test/ -v HDF5_LSASAF_MSG_LST_Euro_201303030245
INFO:root:Starting execution...
DEBUG:root:georefsDir: test/georefs
DEBUG:root:warpedDir: test/
DEBUG:root:projectionString: +init=epsg:4326
DEBUG:root:fileList: ['HDF5_LSASAF_MSG_LST_Euro_201303030245']
DEBUG:root:Creating directory: test/
DEBUG:root:Creating directory: test/georefs
DEBUG:root:Processing file HDF5_LSASAF_MSG_LST_Euro_201303030245...
DEBUG:H5Georef:lon: -2.64505261571
DEBUG:H5Georef:lat: 58.7456182082
Traceback (most recent call last):
File "../../LSASAF-georeferencer/georef_hdf5.py", line 95, in
options.projectionString)
File "../../LSASAF-georeferencer/georef_hdf5.py", line 65, in main
samples = h5g.get_sample_coords()
File "/mnt/data/scripts/lst_projecto/LSASAF-georeferencer/h5georef.py", line 115, in get_sample_coords
easting, northing = self._get_east_north(lon, lat)
File "/mnt/data/scripts/lst_projecto/LSASAF-georeferencer/h5georef.py", line 130, in _get_east_north
os.chdir(os.path.dirname(self.h5FilePath))
OSError: [Errno 2] No such file or directory: ''
The text was updated successfully, but these errors were encountered: