ValueError Encounted

Hello,
I’m trying to run the HQ model but I received the following error:“ValueError: LULC expected in [’ LULC’, ‘NAME’, ‘HABITAT’, ‘L_gaos’, ‘L_tie’, ‘L_guo’, ‘L_shengd’, ‘L_zhug’, ‘L_cons’, ‘L_unuse’, ‘L_cul’] for the CSV file at C:/Users/asus-pc/Desktop/10pack/sensitivity.csv”
I’m using Invest 3.7.0
and the following pictures are the error and the software running pictures, and the sensitivity csv.


sensitivity.csv (435 Bytes)

Thanks for posting. The error tells us that the model cannot find ‘LULC’ in the column names of sensitivity.csv because, according to the error message, there is an extra space in the column name: ’ LULC’. Try editing your CSV in a text editor to remove that space.

Thank you so much for your answering ,i have modificated my csv and try to run the result again .But I had another problem ,its still a value problem :“ValueError: Bounding boxes do not intersect. Base list: [[537398.487718544, 3875618.96847123, 657218.487718544, 3988118.96847123], [537423.3432999998, 3875617.3090000004, 657243.3432999998, 3988087.3090000004], [39537438.3186, 3877168.1761000007, 39657288.3186, 3989698.1761000007], [39537438.3186, 3877168.1761000007, 39657288.3186, 3989698.1761000007], [39537438.3186, 3877168.1761000007, 39657288.3186, 3989698.1761000007], [537423.3432999998, 3875617.3090000004, 657243.3432999998, 3988087.3090000004], [39537438.3186, 3877168.1761000007, 39657288.3186, 3989698.1761000007], [39537438.3186, 3877168.1761000007, 39657288.3186, 3989698.1761000007], [537423.3432999998, 3875617.3090000004, 657243.3432999998, 3988087.3090000004]] mode: intersection result: [39537438.3186, 3877168.1761000007, 657218.487718544, 3988087.3090000004].”

Those lists of numbers are the bounding boxes of all the geospatial inputs you provided. Apparently they do not all overlap one another. If you look at the data in GIS, do all the datasets overlap? If they do, please also check that they all have the same coordinate reference system, as that is probably a requirement for this model.