You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has completed with no impact layer.
But, since we already implemented Task Diagnostics, when the task completed, we can be sure that the task itself returned with no errors. Which means, possibly there is something wrong with the data.
Possible cause:
The analysis has completed but since there are no impact, the impact layer is empty.
The hazard or exposures have some misconfiguration in the InaSAFE keywords. Some info might be doesn't match up, which causes InaSAFE doesn't found the geometry/features affected and returned no impact layer
The text was updated successfully, but these errors were encountered:
For this particular layer, it turns out that this layer: https://geonode.ingc.gov.mz/geosafe/analysis/219 has no metadata upload (xml).
Not sure how this happens in the first place, but I just reupload the metadata, fix the upload session for this particular layer so it can have xml file, fix the extent to be consistent with metadata from the admin page, then rerun analysis.
All analysis that uses this as its exposure layer now runs fine.
So this is just data problem. I think we can close this.
The reason why the original impact analysis return None is because the exposure layer doesn't have keywords (as a file), so the analysis completed (no features), but no impact layer produced (zero analysis).
Some analysis like this:
https://geonode.ingc.gov.mz/geosafe/analysis/219
Has completed with no impact layer.
But, since we already implemented Task Diagnostics, when the task completed, we can be sure that the task itself returned with no errors. Which means, possibly there is something wrong with the data.
Possible cause:
The text was updated successfully, but these errors were encountered: