Essentially what this is is: The JSON data an an object (fireData), a short function to pull out active fires (processFireData), and a new object with identical depth containing those active fires (reducedFireData). Finally, there's a version of reducedFireData that's already been JSON stringified (JSONifiedFireData)
Essentially what this is is: The JSON data an an object (fireData), a short function to pull out active fires (processFireData), and a new object with identical depth containing those active fires (reducedFireData). Finally, there's a version of reducedFireData that's already been JSON stringified (JSONifiedFireData)