appliedgrg / flm

Forest Line Mapper: Series of script tools for facilitating the high-resolution mapping and studying of forest lines via processing canopy height models.
GNU General Public License v3.0
5 stars 4 forks source link

Replace time.clock with time.perf_counter #25

Closed RichardQZeng closed 1 year ago

RichardQZeng commented 1 year ago

time.clock is deprecated in Python 3.3 and removed in 3.8. Replace time.clock with time.perf_counter.