ok, I solved the problem, it was caused by the ArcGIS version.
But now, the tool points out new errors:
Traceback (most recent call last):
File "C:\smt\toolbox\scripts\C_spreadgis.py", line 170, in <module>
landcover_type = "nlcd", use_old_barrier = 0)
File "C:\smt\toolbox\scripts\soundprophlpr.py", line 224, in SoundPropagation
point_fill, freq_fill, my_times, my_time_labels, point_counter, keep_intermediates, use_old_barrier)
File "C:\smt\toolbox\scripts\spreadgishlpr.py", line 71, in spreadgis
BPD, max_veg_loss = calculate_barrier_path_distance_and_vegmax(Sound_Source, dem_ft, landcover, eucdist_ft, source_offset, receiver_offset, idir)
File "C:\smt\toolbox\scripts\spreadgishlpr.py", line 955, in calculate_barrier_path_distance_and_vegmax
source_cell_elevation = numpy_dem[source_row, source_col]
IndexError: index -1120 is out of bounds for axis 0 with size 526
I already used an extent minor than the DEM and the landcover. Any ideas of what I'm doing wrong?
Thank you
Maria