load_data out of range

100 views
Skip to first unread message

Josué Casado Rabasco

unread,
Mar 4, 2022, 1:06:50 PM3/4/22
to MintPy
Hi, does anyone know how to solve this error?

check_box_within_data_coverage raise ValueError(msg) ValueError: ERROR: input index is out of data range! data range in (x0,y0,x1,y1): (0, 0, 3531, 2397) subset range in (x0,y0,x1,y1): (-5233, 59929, -5233, 59929) data range in (W, N, E, S): (418560.0, 4794400.0, 701040.0, 4602640.0) subset range in (W, N, E, S): (-80.0, 80.0, -80.0, 80.0)

Which appears while running the first step, load_data. My conf file is the following:  

# vim: set filetype=cfg: mintpy.load.processor = hyp3 ##---------interferogram datasets: mintpy.load.unwFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*unw_phase_clip.tif mintpy.load.corFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*corr_clip.tif ##---------geometry datasets: mintpy.load.demFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*dem_clip.tif mintpy.load.incAngleFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*lv_theta_clip.tif mintpy.load.waterMaskFile = /home/tidop/Documentos/hyp3_mintpy_28feb/hyp3/*/*water_mask_clip.tif ##---------subset (optional): ##mintpy.subset.lalo = 42.40:42.45,-8.45:-8.62

Thanks!

Zhang Yunjun

unread,
Mar 10, 2022, 2:10:29 PM3/10/22
to MintPy
Hi Josué,

ASF-HyP3 products are in UTM coordinates, thus, all the related map coordinates need to be in UTM as well, as shown up in the "data range" print out msg. 

Yunjun
Reply all
Reply to author
Forward
0 new messages