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

Fix recently updated license ids, port deploy script to python3, update generated csv #100

Merged
merged 5 commits into from
Mar 24, 2023

Conversation

mlinksva
Copy link
Contributor

No description provided.

@rufuspollock
Copy link
Member

Wow, thanks @mlinksva this is awesome 🎉🙏 👏👏

Copy link
Member

@rufuspollock rufuspollock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed and all looks good! 👍

@rufuspollock rufuspollock merged commit 98a3a6f into master Mar 24, 2023
@adriens
Copy link
Contributor

adriens commented Mar 24, 2023

i'm having a look 🚀

@adriens
Copy link
Contributor

adriens commented Mar 24, 2023

Now, everything looks perfect 🚀

D select * from 
> read_csv_auto('https://raw.githubusercontent.com/okfn/licenses/master/licenses.csv')
> where
>     id like 'CC-BY-ND%' or
>     id like 'CC-BY-NC%';
┌─────────────────┬────────────────┬─────────────┬─────────────────┬──────────────────┬────────────┬──────────────────┬────────────────┬─────────────────┬─────────┬──────────────────────┬─────────────────────────────────────┬────────────┐
│       id        │ domain_content │ domain_data │ domain_software │      family      │ is_generic │    maintainer    │ od_conformance │ osd_conformance │ status  │        title         │                 url                 │ legacy_ids │
│     varchar     │    boolean     │   boolean   │     boolean     │     varchar      │  boolean   │     varchar      │    varchar     │     varchar     │ varchar │       varchar        │               varchar               │  varchar   │
├─────────────────┼────────────────┼─────────────┼─────────────────┼──────────────────┼────────────┼──────────────────┼────────────────┼─────────────────┼─────────┼──────────────────────┼─────────────────────────────────────┼────────────┤
│ CC-BY-ND-4.0    │ true           │ true        │ false           │                  │            │ Creative Commons │ rejected       │ not reviewed    │ active  │ Attribution-NoDeri…  │ https://creativecommons.org/licen…  │            │
│ CC-BY-NC-4.0    │ true           │ true        │ false           │ Creative Commons │            │ Creative Commons │ rejected       │ not reviewed    │ active  │ Creative Commons A…  │ https://creativecommons.org/licen…  │            │
│ CC-BY-NC-ND-4.0 │ true           │ true        │ false           │                  │            │ Creative Commons │ rejected       │ not reviewed    │ active  │ Attribution-NonCom…  │ https://creativecommons.org/licen…  │            │
│ CC-BY-NC-SA-4.0 │ true           │ true        │ false           │                  │            │ Creative Commons │ rejected       │ not reviewed    │ active  │ Attribution-NonCom…  │ https://creativecommons.org/licen…  │            │
└───

@adriens
Copy link
Contributor

adriens commented Mar 24, 2023

👌

@mlinksva mlinksva deleted the fix-port-deploy branch March 24, 2023 16:11
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

Successfully merging this pull request may close these issues.

None yet

3 participants