Closed lucernae closed 8 years ago
@lucernae So, the problem is because the epicenter in the middle of the ocean? The shakemap is not intersecting with population data, because there is no population in there. But, if I see the latest aftershock, the location is farther than the first earthquake (that not appear in the realtime)
My question :
Yes, after looking at the latest shakemap it appears to be much farther. I'm not sure then. Maybe the problem actually in the clipper. I should take a look then.
@lucernae Can you give an update on this? We should treat it as high priority please.
I found the problem! I misunderstood some numpy functions. So it appears all value becomes NaN, because it was being added by NaN. So, we should filter NaN first and replace it with 0.
@samnawi the current population should be fine, the impact function is expected to be able to handle NaN values.
OK @lucernae. It sounds good.
Problem
Expected Behaviour