-
Notifications
You must be signed in to change notification settings - Fork 28
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
Free/Open Licenses Data Package #44
Comments
I'm involved here btw - but others are too. Here's my immediate thoughts:
|
@Ebnalblad for context see #45 |
I am not sure I understand everything you said, I do not have very good technical knowledge. |
Skimming http://data.okfn.org/doc/data-package it seems like the obvious thing to do is to add a datapackage.json file to this repository. I'm not sure what is to be gained by converting the existing json data to tabular data, but if there's a use case of course go for it. Preferably generating one way so the data isn't maintained in yet another place. Thanks! |
@Ebnalblad ok, here's what i suggest are your next steps:
These are all "enhancments" that take nothing away, plus in master branch so we won't affect the website (http://licenses.opendefinition.org/) which deploys off the github pages branch. |
I searched online about how to convert json to csv and i tried my services to convert all.json file to csv file but it seems there are some mistakes in .json file |
You really want to script that if you can. Very easy in a bit of code. Maybe @jonschlinkert can help here |
unfortunately I do not know. if there are some instructions on the web from scratch, maybe then I could do it. |
meaning converting from csv to json? |
other way: json to csv |
got it, thanks. I'll take a look. is this something that should be done before the other tasks, or alongside the other tasks? @Ebnalblad what kinds of conversion issues were you getting? was it formatting-related (e.g. data structure) or were there errors in the actual content itself? (for example, nested/escaped quotes sometimes cause issues) |
@jonschlinkert when i tried to convert the it i was getting errors messages that there are errors in some content lines . |
@jonschlinkert @Ebnalblad this should be super straight forward. We just want to turn https://github.com/okfn/licenses/blob/master/licenses/groups/all.json into a CSV and put it in a Are you folks good to take a look at this. |
@jonschlinkert and @Ebnalblad any updates here? Should be very straightforward to do and once done we can move on to #45 |
@rgrp sorry for late i asked my friend to help me, is it ok now ? |
sorry for the lack of response, had some deadline driven projects. I see there is a CSV in the repo, looks like that part is taken care of, what's next? something I can help with? |
@jonschlinkert the csv'ing and data packaging is done thanks to @Ebnalblad - back now to #45 |
FIXED - thanks to @Ebnalblad |
@mlinksva good question - the basic answer should be "yes" - the issue is that is #45 is still incomplete and we need to complete that before that is truly the situation. Will seek to push forward with #45 asap. In the mean time I guess we can merge those pull requests though we should also patch the CSV file at the same time (this duping will go away with #45) |
FIXED. Closing again as i think we are all done here. |
I have been following the issues about Core Datasets as Data Packages project (http://data.okfn.org/roadmap/core-datasets) and I suggested to make data package for Free/Open Licenses datasets/awesome-data#85
@rgrp told me that you had already worked on Free/Open Licenses data, so what do you think about my suggestion ?
The text was updated successfully, but these errors were encountered: