Skip to content
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

Open
system123 opened this issue Oct 18, 2022 · 4 comments
Open

Dataset creation code still not working on Linux #4

system123 opened this issue Oct 18, 2022 · 4 comments

Comments

@system123
Copy link
Contributor

The dataset creation code fuseimg.py does not work on Ubuntu. There are numerous errors in the fuseimg.py and the gdaldiy.py files, mainly related to file path handling.

@Neooolee
Copy link
Owner

Neooolee commented Oct 18, 2022

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.

@system123
Copy link
Contributor Author

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.

@zhumorui
Copy link

Hi! I wrote an autopreprocess script for it, the link is here: https://github.com/zhumorui/Sentinel2_L1C_Preprocessing_Tools
Hope it will be helpful for you.

@Neooolee
Copy link
Owner

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.

Maybe you should replace "\" with '/' in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants