firelab / viirs_ba

Python code for burned area estimation using VIIRS scenes.
Creative Commons Zero v1.0 Universal
7 stars 4 forks source link

Hard coded distance #2

Closed bnordgren closed 8 years ago

bnordgren commented 8 years ago

viirs_simple_confirm_burns has a parameter for the distance threshold, but doesn't use it.

See:

https://github.com/firelab/viirs_ba/blob/master/SqlFunctions/viirs_simple_confirm_burns.sql#L21

calbury commented 8 years ago

This issue is fixed, I pushed an old copy of the function instead of the function from the current database. I updated the function so that the distance is read from the input parameter.