Datafable / gbif-data-licenses

Interpreting licenses of GBIF registered data
http://datafable.github.io/gbif-data-licenses/charts/index.html
Other
2 stars 1 forks source link

Analysis of parameters #16

Closed peterdesmet closed 11 years ago

peterdesmet commented 11 years ago

I would visualize the parameters as a stacked bar chart. We'll need 4:

Each stacked bar chart has this format:

parameter true false ?
use green red gray
distribution green red gray
derivatives green red gray
commercial green red gray
attribution red green gray
share alike red green gray
notification red green gray

Since most datasets don't have a license, interpreting what that means (see issue #12) has a huge influence on the results. Therefore, we also need to analyze the data where [no license] is interpreted as:

standard license : 
use : true
distribution: true
derivatives : true
commercial : ?
attribution : true
share alike : ?
notification : false
peterdesmet commented 11 years ago

It looks like chart.js does not support stacked bar charts yet. There's a pull request with this feature though.

bartaelterman commented 11 years ago

Done for datasets: https://github.com/Datafable/gbif-data-licenses/blob/analyse-licenses/output/parameters-distribution.html

bartaelterman commented 11 years ago

And an update of that file now also contains visualisations on the occurrence level. This raises some visual issues (tooltip position, y-axis position). I'll raise separate issues for those.

bartaelterman commented 11 years ago

I suggest we discuss the GBIF context later.

peterdesmet commented 11 years ago

Tooltip issue solved (#22).

peterdesmet commented 11 years ago

For GBIF context, interpret [no license] as described above and join back with datasets as a file called datasets-annotated-gbif-dua.

bartaelterman commented 11 years ago

Code added in #25 to interpret the [no license] as described above + generate visualisations.