nelsopet / lecospec

8 stars 3 forks source link

Possible Bug in handle_empty_tile #359

Closed krbundy closed 7 months ago

krbundy commented 9 months ago

The default no_data value in handle_empty_tile is a possible source of errors. It currently is -Inf, which is probably not the correct one for the INT2U data type.This mismatch effectively makes the argument required.

This should be released in a future update