Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is the NP score in my tailored repository different than the NP score in the Global assessment for the same region? #19

Open
ningningj opened this issue Oct 28, 2016 · 1 comment

Comments

@ningningj
Copy link
Contributor

ningningj commented Oct 28, 2016

Question from OHI - New Caledonia (CNC):

In the global OHI assessment, the NP score for CNC is 100. However, in the CNC repository, the score dropped to 46. We haven't changed the functions or data layers. I'm wondering why the scores are so drastically different. Thanks.

@ningningj
Copy link
Contributor Author

ningningj commented Oct 28, 2016

When creating an OHI+ repository, we copy the same functions and pull out data layers from OHI-Global that correspond to the same regions. In most cases, the global scores and local scores do not differ much. However, scores could change noticeably between OHI-Global and OHI+ repository when a region's data was gapfilled in the global OHI assessment.

When there is no data for a data layer in a specific region, our core OHI engine (ohicore) is able to gapfill for this region based on a suite of criteria and formation (eg. neighboring regions data, etc). In CNC's case, two NP data layers ("cyanide" and "blasting") were gapfilled in the global study for this region.

This process occurs in the status calculation process (in functions.R) without changing the raw data layer itself. Therefore, when CNC repository was created and data layers were pulled for this region, "cyanide" and "blasting" were left blank again as there was no regional data. A random value was used as a placeholder until local data replaces it, which would change NP score from what you see in OHI-Global.

To check which layers have these placeholder values
When you receive your repository, you can check in the layers folder. All "placeholder" values are labeled in the file name:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant