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

API documentation #3

Closed
salgo60 opened this issue Jun 20, 2022 · 1 comment
Closed

API documentation #3

salgo60 opened this issue Jun 20, 2022 · 1 comment

Comments

@salgo60
Copy link
Owner

salgo60 commented Jun 20, 2022

Question about n_occurrences

             "name": "SDG 4", 
             "n_occurrences": 3, 
             "children": 
                [
                  {
                    "n_occurrences": 1, 
                     "name": "Target 4.b"}, 
                  {
                    "n_occurrences": 2, 
                    "name": "SDG 4_undetected_target"}
                    ]}, 
            {
              "name": "SDG 9", 
              "n_occurrences": 1, 
              "children": 
                [
                  {
                    "n_occurrences": 1, 
                    "name": "Target 9.5"}
                 ]}, 
    ``` 
@salgo60
Copy link
Owner Author

salgo60 commented Jun 20, 2022

Answer:

unfortunately for now there is no API documentation, because it has been developed quite recently. We will prepare it next days.

is the value you see in the barchart (image in attachment). The percentage is not returned by the API, so for now you have to calculate it.

image

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

No branches or pull requests

1 participant