Skip to content

Polygonize progress the KeyboardInterrupt() error #77

@mayong1556

Description

@mayong1556

Hi AROSICS developers,

Thank you for creating and developing the useful open-source tool。I'm currently using the latest version of arosics, version 1.13.2, but I'm still encountering the KeyboardInterrupt() error. The screenshot of the error is below. So far, I haven't been able to figure out how to solve this problem. Previous posts suggest it might be related to nodata or nodatamask, but I'm unsure how to modify these parameters. I've also included my parameters below.

Calculating footprint polygon and actual data corner coordinates for reference image...
Polygonize progress |======================----------------------------| 43.0% Complete => 0:00:14Traceback (most recent call last):
File "E:\soft\conda\envs\arosics_gdal310\lib\site-packages\py_tools_ds\processing\progress_mon.py", line 160, in call
self.print_progress(percent01 * 100)
File "E:\soft\conda\envs\arosics_gdal310\lib\site-packages\py_tools_ds\processing\progress_mon.py", line 117, in print_progress
raise KeyboardInterrupt()
KeyboardInterrupt
Bounding box of calculated footprint for reference image:
(413374.57061741856, 4287791.51396406, 520428.57061741856, 4347199.51396406)
Calculating footprint polygon and actual data corner coordinates for image to be shifted...
Polygonize progress |=====================-----------------------------| 41.0% Complete => 0:00:14Traceback (most recent call last):
File "E:\soft\conda\envs\arosics_gdal310\lib\site-packages\py_tools_ds\processing\progress_mon.py", line 160, in call
self.print_progress(percent01 * 100)
File "E:\soft\conda\envs\arosics_gdal310\lib\site-packages\py_tools_ds\processing\progress_mon.py", line 117, in print_progress
raise KeyboardInterrupt()
KeyboardInterrupt
Bounding box of calculated footprint for image to be shifted:
(413374.57061741856, 4287791.51396406, 520428.57061741856, 4347199.51396406)
Matching window position (X,Y): 466901.57061741856/4317495.51396406
Initializing tie points grid...

The parameters used are as follows: kwargs_local = {
'grid_res':400,
'window_size' : (220,220),
"CPUs":10,
"max_shift":150,
'nodata':(0,0),
'fmt_out':'GTiff',
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions