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

Summary and Statistics for DMP #14

Closed
p-a-s-c-a-l opened this issue Dec 7, 2018 · 5 comments
Closed

Summary and Statistics for DMP #14

p-a-s-c-a-l opened this issue Dec 7, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request meta-data validation validation realted issues

Comments

@p-a-s-c-a-l
Copy link
Member

Query the CKAN Database and extract some summary and overview tables from inclusion in the DMP deliverable document. See also clarity-h2020/docker-pgadmin#3

@p-a-s-c-a-l p-a-s-c-a-l added the enhancement New feature or request label Dec 7, 2018
@p-a-s-c-a-l p-a-s-c-a-l self-assigned this Dec 7, 2018
@p-a-s-c-a-l
Copy link
Member Author

Find datasets without assignment to one of the 4 groups:

SELECT "Dataset Name", Organisation[1] FROM 
  (SELECT package.title as "Dataset Name", array_agg(g.title) as Organisation FROM package 
     JOIN MEMBER m ON m.table_id = package.id AND m.state = 'active'
     LEFT JOIN "group" as g ON g.id = m.group_id AND g.state = 'active'  
        --and g.is_organization = true
     GROUP BY package.title HAVING COUNT(g.id) = 1) as foo
Dataset Name organisation
Spanish Transport Network layers DC4 - Spain
SWICCA (temperature, precipitation, hydrological variables) DC2 - Sweden
Urban land-use and physiography over Stockholm DC2 - Sweden
Urban SIS (meteorological, air-quality and hydrological variables) DC2 - Sweden
Local datasets for Sweden DC2 - Sweden
Open Swedish data DC2 - Sweden
Heat scenarios over Stockholm DC2 - Sweden

p-a-s-c-a-l added a commit that referenced this issue Dec 7, 2018
@p-a-s-c-a-l p-a-s-c-a-l added duplicate This issue or pull request already exists on-hold Issue is on-hold and removed duplicate This issue or pull request already exists labels Jul 2, 2019
p-a-s-c-a-l added a commit that referenced this issue Aug 27, 2019
@p-a-s-c-a-l
Copy link
Member Author

Dataset Name organisation
"Outdoor Heat wave local effect map (baseline)" "DC1 - Italy"
"DC3 -Trees in Linz (2015)" "CLARITY"
"Water" "Open Data produced by CLARITY"
"Administrative Boundaries" "DC3 - Austria"
"DC3 Linz Buildings (2018)" "DC3 - Austria"
"Adaptation scenarios on city level" "DC3 - Austria"
"Baseline - Altstadt" "DC3 - Austria"
"Heat scenarios over Stockholm" "DC2 - Sweden"
"Ice days (ID)" "CLARITY"

@p-a-s-c-a-l
Copy link
Member Author

@p-a-s-c-a-l
Copy link
Member Author

p-a-s-c-a-l commented Mar 26, 2020

Check Integrity for #32 and clarity-h2020/data-management-plan#1

@p-a-s-c-a-l p-a-s-c-a-l reopened this Mar 26, 2020
@p-a-s-c-a-l p-a-s-c-a-l removed the on-hold Issue is on-hold label Mar 26, 2020
@p-a-s-c-a-l p-a-s-c-a-l added the validation validation realted issues label Mar 30, 2020
@p-a-s-c-a-l

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request meta-data validation validation realted issues
Projects
None yet
Development

No branches or pull requests

1 participant