-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dataset creation code still not working on Linux #4
Comments
GDAL python version should be installed first. Then just replace the file path in Autoprocess.py and run Autoprocess.py. The dataset will be created. |
I have GDAL installed, and after replacing the filepaths in Autoprocess.py and fuseimg.py there are still errors. I will submit a PR later to fix them. |
Hi! I wrote an autopreprocess script for it, the link is here: https://github.com/zhumorui/Sentinel2_L1C_Preprocessing_Tools |
Maybe you should replace "\" with '/' in the code. |
The dataset creation code
fuseimg.py
does not work on Ubuntu. There are numerous errors in thefuseimg.py
and thegdaldiy.py
files, mainly related to file path handling.The text was updated successfully, but these errors were encountered: