simsab-ufcg / ndvi

0 stars 1 forks source link

add unit tests for ndvi calculation #24

Open thiagomanel opened 5 years ago

thiagomanel commented 5 years ago

see that we need only to test the equation (not the raster processing)

thiagomanel commented 5 years ago

for the python codebase

thiagomanel commented 5 years ago

even better, as @ThiagoWhispher suggested, we may have a test/ directory a bash script calling all the implementations and asserting the generated ndvi with a ground truth.