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

fix the issue when os.system call on gdal failed #40

Open
webgisdeveloper opened this issue Nov 1, 2022 · 2 comments
Open

fix the issue when os.system call on gdal failed #40

webgisdeveloper opened this issue Nov 1, 2022 · 2 comments
Assignees
Labels
improvement for better coding inprogress working on it

Comments

@webgisdeveloper
Copy link
Contributor

it is not a bug,

Input file size is 4916, 1600
0...10...20...30...40...50...60...70...80..ERROR 3: Failed to read scanline 791.
ERROR 1: /home/geogateway/MoMraw/Processing/gfms/Flood_byStor_2022103103.bin, band 1: IReadBlock failed at X offset 0, Y offset 791: Failed to read scanline 791.
ERROR 1: /home/geogateway/MoMraw/Processing/gfms/Flood_byStor_2022103103.vrt, band 1: IReadBlock failed at X offset 0, Y offset 12: /home/geogateway/MoMraw/Processing/gfms/Flood_byStor_2022103103.bin, band 1: IReadBlock failed at X offset 0, Y offset 791: Failed to read scanline 791.
Input file size is 4916, 1600
@webgisdeveloper webgisdeveloper added the improvement for better coding label Nov 1, 2022
@webgisdeveloper webgisdeveloper self-assigned this Nov 1, 2022
@webgisdeveloper
Copy link
Contributor Author

#38 have the data for testing

@webgisdeveloper
Copy link
Contributor Author

returnvalue = os.system(gdalcmd)

returnvalue == 0 -> everything ok
returnvalue != 0 -> some error

@webgisdeveloper webgisdeveloper added the inprogress working on it label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement for better coding inprogress working on it
Projects
None yet
Development

No branches or pull requests

1 participant