Comprehensive Knowledge Archive Network (CKAN) Developer Documentation Release 2.1.5

Total Page:16

File Type:pdf, Size:1020Kb

Comprehensive Knowledge Archive Network (CKAN) Developer Documentation Release 2.1.5 Comprehensive Knowledge Archive Network (CKAN) Developer Documentation Release 2.1.5 Open Knowledge Foundation July 22, 2015 Contents 1 Installing CKAN 3 1.1 Installing CKAN from Package.....................................3 1.2 Installing CKAN from Source......................................5 1.3 Deploying a Source Install........................................ 12 2 Upgrading CKAN 17 2.1 CKAN releases.............................................. 17 2.2 Release process.............................................. 18 2.3 Upgrading CKAN............................................ 22 3 Getting Started 29 3.1 Creating a Sysadmin User........................................ 29 3.2 Creating Test Data............................................ 29 3.3 The Admin Page............................................. 30 3.4 The Config File.............................................. 31 4 Features 33 4.1 Command Line Interface......................................... 33 4.2 Authorization............................................... 40 4.3 Data Viewer............................................... 43 4.4 FileStore and File Uploads........................................ 46 4.5 DataStore Extension........................................... 48 4.6 Apps & Ideas............................................... 55 4.7 Tag Vocabularies............................................. 55 4.8 Form Integration............................................. 56 4.9 Linked Data and RDF.......................................... 57 4.10 Background Tasks............................................ 59 4.11 Email Notifications............................................ 61 4.12 Page View Tracking........................................... 62 4.13 Multilingual Extension.......................................... 65 4.14 Stats Extension.............................................. 66 5 Writing Extensions 67 5.1 Plugins: An Overview.......................................... 67 5.2 Libraries Available To Extensions.................................... 67 5.3 Example Extension............................................ 69 5.4 Guidelines for writing extensions.................................... 70 5.5 Creating CKAN Extensions....................................... 70 i 5.6 Testing.................................................. 70 5.7 Plugin API Documentation........................................ 71 6 Theming 73 6.1 Create Custom Extension........................................ 73 7 The CKAN API 75 7.1 Legacy APIs............................................... 76 7.2 Making an API Request......................................... 84 7.3 Example: Importing Datasets with the CKAN API........................... 85 7.4 API Versions............................................... 86 7.5 Authentication and API Keys...................................... 86 7.6 GET-able API Functions......................................... 87 7.7 JSONP Support.............................................. 87 7.8 Action API Reference.......................................... 87 8 Contributing to CKAN 89 8.1 Reporting Issues............................................. 89 8.2 Translating CKAN............................................ 89 8.3 Coding Standards............................................. 92 8.4 Commit Messages............................................ 111 8.5 Frontend Development Guidelines.................................... 112 8.6 Writing Documentation......................................... 137 8.7 Making a Pull Request.......................................... 145 9 Testing CKAN 147 9.1 Installing Additional Dependencies................................... 147 9.2 Testing with SQLite........................................... 147 9.3 Testing with PostgreSQL......................................... 148 9.4 Migration Testing............................................ 148 9.5 Common error messages......................................... 148 9.6 Front-end Testing............................................. 149 10 Config File Options 153 10.1 General Settings............................................. 153 10.2 Database Settings............................................. 154 10.3 Site Settings............................................... 154 10.4 Authorization Settings.......................................... 156 10.5 Search Settings.............................................. 158 10.6 Plugins Settings............................................. 160 10.7 Front-End Settings............................................ 161 10.8 Theming Settings............................................. 165 10.9 Storage Settings............................................. 166 10.10 Activity Streams Settings........................................ 169 10.11 Feeds Settings.............................................. 169 10.12 Internationalisation Settings....................................... 170 10.13 Form Settings............................................... 171 10.14 Email Settings.............................................. 172 11 Changelog 175 11.1 v2.1.5 2015-07-22............................................ 175 11.2 v2.1.4 2015-03-04............................................ 175 11.3 v2.1.3 2014-10-15............................................ 175 11.4 v2.1.2 2014-02-04............................................ 176 11.5 v2.1.1 2013-11-8............................................. 177 ii 11.6 v2.1 2013-08-13............................................. 177 11.7 v2.0.7 2015-07-22............................................ 179 11.8 v2.0.6 2015-03-04............................................ 179 11.9 v2.0.5 2014-10-15............................................ 180 11.10 v2.0.4 2014-02-04............................................ 180 11.11 v2.0.3 2013-11-8............................................. 180 11.12 v2.0.2 2013-08-13............................................ 181 11.13 v2.0.1 2013-06-11............................................ 181 11.14 v2.0 2013-05-10............................................. 181 11.15 v1.8.2 2013-08-13............................................ 184 11.16 v1.8.1 2013-05-10............................................ 184 11.17 v1.8 2012-10-19............................................. 185 11.18 v1.7.4 2013-08-13............................................ 186 11.19 v1.7.3 2013-05-10............................................ 186 11.20 v1.7.2 2012-10-19............................................ 186 11.21 v1.7.1 2012-06-20............................................ 186 11.22 v1.7 2012-05-09............................................. 187 11.23 v1.6 2012-02-24............................................. 188 11.24 v1.5.1 2012-01-04............................................ 189 11.25 v1.5 2011-11-07............................................. 190 11.26 v1.4.3.1 2011-09-30........................................... 191 11.27 v1.4.3 2011-09-13............................................ 191 11.28 v1.4.2 2011-08-05............................................ 192 11.29 v1.4.1 2011-06-27............................................ 193 11.30 v1.4 2011-05-19............................................. 193 11.31 v1.3.3 2011-04-08............................................ 193 11.32 v1.3.2 2011-03-15............................................ 194 11.33 v1.3 2011-02-18............................................. 195 11.34 v1.2 2010-11-25............................................. 195 11.35 v1.1 2010-08-10............................................. 196 11.36 v1.0.2 2010-08-27............................................ 196 11.37 v1.0.1 2010-06-23............................................ 196 11.38 v1.0 2010-05-11............................................. 196 11.39 v0.11 2010-01-25............................................ 197 11.40 v0.10 2009-09-30............................................ 198 11.41 v0.9 2009-07-31............................................. 198 11.42 v0.8 2009-04-10............................................. 199 11.43 v0.7 2008-10-31............................................. 199 11.44 v0.6 2008-07-08............................................. 199 11.45 v0.5 2008-01-22............................................. 199 11.46 v0.4 2007-07-04............................................. 200 11.47 v0.3 2007-04-12............................................. 200 11.48 v0.2 2007-02............................................... 200 11.49 v0.1 2006-05............................................... 200 iii iv Comprehensive Knowledge Archive Network (CKAN) Developer Documentation, Release 2.1.5 This documentation covers how to set up and manage CKAN. For high-level information on what CKAN is, see the CKAN website. Structure & Audiences These docs are ordered with the beginner documentation first, and the most advanced documentation last: • Installing CKAN and Getting Started walk you through installing CKAN and setting up your own CKAN site with some basic customizations. These docs are for sysadmins who’re new to CKAN and want go get started with it. • The sections under Features cover setting up and using CKAN features, beyond those that just work out of the box. These are for sysadmins who want to learn how to manage and get more out of their CKAN site. • Writing Extensions, Theming and The CKAN API are advanced docs for developers who want to develop an extension, theme or API app using CKAN. • Contributing to CKAN and Testing CKAN are for testers, translators and core developers who
Recommended publications
  • The Construction of Open Data Portal Using DKAN for Integrate to Multiple Japanese Local Government Open Data *Toshikazu Seto 1 , Yoshihide Sekimoto 2
    Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings Volume 16 Bonn, Germany Article 17 2016 The onsC truction of Open Data Portal using DKAN for nI tegrate to Multiple Japanese Local Government Open Data Toshikazu Seto Center for Spatial Information Science, the University of Tokyo Yoshihide Sekimoto Institute of Industrial Science, the University of Tokyo Follow this and additional works at: https://scholarworks.umass.edu/foss4g Part of the Computer and Systems Architecture Commons, and the Geographic Information Sciences Commons Recommended Citation Seto, Toshikazu and Sekimoto, Yoshihide (2016) "The onC struction of Open Data Portal using DKAN for Integrate to Multiple Japanese Local Government Open Data," Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings: Vol. 16 , Article 17. DOI: https://doi.org/10.7275/R5W957B0 Available at: https://scholarworks.umass.edu/foss4g/vol16/iss1/17 This Poster is brought to you for free and open access by ScholarWorks@UMass Amherst. It has been accepted for inclusion in Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings by an authorized editor of ScholarWorks@UMass Amherst. For more information, please contact [email protected]. Center for Spatial Information Science at The University of Tokyo The Construction of Open Data Portal using DKAN for Integrate to Multiple Japanese Local Government Open Data *Toshikazu Seto 1 , Yoshihide Sekimoto 2 *1: Center for Spatial Information Science, the University of Tokyo, 4-6-1, Komaba, Meguro-ku, Tokyo 153-8505, Japan, 153-8505 Email: [email protected] 2: Institute of Industrial Science, the University of Tokyo 3.
    [Show full text]
  • Linkedpipes DCAT-AP Viewer: a Native DCAT-AP Data Catalog⋆
    LinkedPipes DCAT-AP Viewer: A Native DCAT-AP Data Catalog? Jakub Klímek[0000−0001−7234−3051] and Petr Škoda[0000−0002−2732−9370] Charles University, Faculty of Mathematics and Physics Malostranské nám. 25, 118 00 Praha 1, Czech Republic [email protected] Abstract. In this demonstration we present LinkedPipes DCAT-AP Viewer (LP-DAV), a data catalog built to support DCAT-AP, the Eu- ropean standard for representation of metadata in data portals, and an application profile of the DCAT W3C Recommendation. We present its architecture and data loading process and on the example of the Czech National Open Data portal we show its main advantages compared to other data catalog solutions such as CKAN. These include the support for Named Authority Lists in EU Vocabularies (EU NALs), controlled vocabularies mandatory in DCAT-AP, and the support for bulk loading of DCAT-AP RDF dumps using LinkedPipes ETL. Keywords: catalog · DCAT · DCAT-AP · linked data 1 Introduction Currently, two worlds exist in the area of data catalogs on the web. In the first one there are a few well established data catalog implementations such as CKAN or DKAN, each with their data model and a JSON-based API for accessing and writing the metadata. In the second one, there is the Linked Data and RDF based DCAT W3C Recommendation [1] and its application profiles, such as the European DCAT-AP1, which are de facto standards for representation of metadata in data portals. The problem is that CKAN has been around for a while now, and is better developed, whereas DCAT is still quite new, with insufficient tooling support, nevertheless it is the standard.
    [Show full text]
  • The Envidat Concept for an Institutional Environmental Data
    I Iosifescu Enescu, I, et al. 2018. The EnviDat Concept for an CODATA '$7$6&,(1&( S Institutional Environmental Data Portal. Data Science Journal, U -2851$/ 17: 28, pp. 1–17. DOI: https://doi.org/10.5334/dsj-2018-028 RESEARCH PAPER The EnviDat Concept for an Institutional Environmental Data Portal Ionuț Iosifescu Enescu1, Gian-Kasper Plattner1, Lucia Espona Pernas1, Dominik Haas-Artho1, Sandro Bischof1, Michael Lehning2,3 and Konrad Steffen1,3,4 1 Swiss Federal Institute for Forest, Snow and Landscape WSL, CH 2 WSL Institute for Snow and Avalanche Research SLF, CH 3 School of Architecture, Civil and Environmental Engineering, EPFL, CH 4 ETH Zurich, CH Corresponding author: Ionuț Iosifescu Enescu ([email protected]) EnviDat is the environmental data portal developed by the Swiss Federal Institute for Forest, Snow and Landscape Research WSL. The strategic initiative EnviDat highlights the importance WSL lays on Research Data Management (RDM) at the institutional level and demonstrates the commitment to accessible research data in order to advance environmental science. EnviDat focuses on registering and publishing environmental data sets and provides unified and efficient access to the WSL’s comprehensive reservoir of environmental monitoring and research data. Research data management is organized in a decentralized manner where the responsibility to curate research data remains with the experts and the original data providers. EnviDat supports data producers and data users in registration, documentation, storage, publi- cation, search and retrieval of a wide range of heterogeneous data sets from the environmental domain. Innovative features include (i) a flexible, three-layer metadata schema, (ii) an additive data discovery model that considers spatial data and (iii) a DataCRediT mechanism designed for specifying data authorship.
    [Show full text]
  • Towards a Harmonized Dataset Model for Open Data Portals
    HDL - Towards a Harmonized Dataset Model for Open Data Portals Ahmad Assaf1;2, Rapha¨elTroncy1 and Aline Senart2 1 EURECOM, Sophia Antipolis, France, <[email protected]> 2 SAP Labs France, <[email protected]> Abstract. The Open Data movement triggered an unprecedented amount of data published in a wide range of domains. Governments and corpo- rations around the world are encouraged to publish, share, use and in- tegrate Open Data. There are many areas where one can see the added value of Open Data, from transparency and self-empowerment to improv- ing efficiency, effectiveness and decision making. This growing amount of data requires rich metadata in order to reach its full potential. This meta- data enables dataset discovery, understanding, integration and mainte- nance. Data portals, which are considered to be datasets' access points, offer metadata represented in different and heterogenous models. In this paper, we first conduct a unique and comprehensive survey of seven meta- data models: CKAN, DKAT, Public Open Data, Socrata, VoID, DCAT and Schema.org. Next, we propose HDL, an harmonized dataset model based on this survey. We describe use cases that show the benefits of providing rich metadata to enable dataset discovery, search and spam detection. Keywords: Dataset Metadata, Dataset Profile, Dataset Model, Data Quality 1 Introduction Open data is the data that can be easily discovered, reused and redistributed by anyone. It can include anything from statistics, geographical data, meteo- rological data to digitized books from libraries. Open data should have both legal and technical dimensions. It should be placed in the public domain un- der liberal terms of use with minimal restrictions and should be available in electronic formats that are non-proprietary and machine readable.
    [Show full text]
  • Recommendations for Open Data Portals: from Setup to Sustainability
    This study has been prepared by Capgemini Invent as part of the European Data Portal. The European Data Portal is an initiative of the European Commission, implemented with the support of a consortiumi led by Capgemini Invent, including Intrasoft International, Fraunhofer Fokus, con.terra, Sogeti, 52North, Time.Lex, the Lisbon Council, and the University of Southampton. The Publications Office of the European Union is responsible for contract management of the European Data Portal. For more information about this paper, please contact: European Commission Directorate General for Communications Networks, Content and Technology Unit G.1 Data Policy and Innovation Daniele Rizzi – Policy Officer Email: [email protected] European Data Portal Gianfranco Cecconi, European Data Portal Lead Email: [email protected] Written by: Jorn Berends Wendy Carrara Wander Engbers Heleen Vollers Last update: 15.07.2020 www: https://europeandataportal.eu/ @: [email protected] DISCLAIMER By the European Commission, Directorate-General of Communications Networks, Content and Technology. The information and views set out in this publication are those of the author(s) and do not necessarily reflect the official opinion of the Commission. The Commission does not guarantee the accuracy of the data included in this study. Neither the Commission nor any person acting on the Commission’s behalf may be held responsible for the use, which may be made of the information contained therein. Luxembourg: Publications Office of the European Union, 2020 © European Union, 2020 OA-03-20-042-EN-N ISBN: 978-92-78-41872-4 doi: 10.2830/876679 The reuse policy of European Commission documents is implemented by the Commission Decision 2011/833/EU of 12 December 2011 on the reuse of Commission documents (OJ L 330, 14.12.2011, p.
    [Show full text]
  • RDM Technical Infrastructure Components and Evaluations
    RDM Technical Infrastructure Components and Evaluations John A. Lewis 13/11/2014 Contents RDM Technical Infrastructure Components ……………………………………………………………1 1. Integrated systems and integrating components …………………………………………………………1 2. Repository platforms …………………………………………………………………………………………………...2 3. Digital preservation (repository) systems and services ……………………………………………….4 4. ‘Archive Data’ storage ………………………………………………………………………………………………….6 5. ‘Active data’ management and collaboration platforms ……………………………………………..7 6. Catalogue software / Access platforms ………………………………………………………………………..9 7. Current Research Information Systems (CRIS)…………………………………………………………….10 8. Data management planning (DMP) tools ……………………………………………………………………11 9. Metadata Generators ………………………………………………………………………………………………….11 10. Data capture and workflow management systems …………………………………………………….11 11. Data transfer protocols ……………………………………………………………………………………………….14 12. Identifier services and identity components ………………………………………………………………14 13. Other software systems and platforms of interest …………………………………………………….16 Reviews, Evaluations and Comparisons of Infrastructure Components .………17 References …………………………………………………………………………………………………………………….22 RDM Technical Infrastructure Components Components of the RDM Infrastructures established by higher education institutions are briefly considered below. The component function, the software / platform underlying the component and component interoperability are described, any evaluations identified, and institutions employing the component,
    [Show full text]
  • Dynamic Data Citation Service—Subset Tool for Operational Data Management
    data Article Dynamic Data Citation Service—Subset Tool for Operational Data Management Chris Schubert 1,* , Georg Seyerl 1 and Katharina Sack 2 1 Data Centre—Climate Change Centre Austria, 1190 Vienna, Austria 2 Institute for Economic Policy and Industrial Economics, WU—Vienna University of Economics and Business, 1020 Vienna, Austria * Correspondence: [email protected] Received: 31 May 2019; Accepted: 30 July 2019; Published: 1 August 2019 Abstract: In earth observation and climatological sciences, data and their data services grow on a daily basis in a large spatial extent due to the high coverage rate of satellite sensors, model calculations, but also by continuous meteorological in situ observations. In order to reuse such data, especially data fragments as well as their data services in a collaborative and reproducible manner by citing the origin source, data analysts, e.g., researchers or impact modelers, need a possibility to identify the exact version, precise time information, parameter, and names of the dataset used. A manual process would make the citation of data fragments as a subset of an entire dataset rather complex and imprecise to obtain. Data in climate research are in most cases multidimensional, structured grid data that can change partially over time. The citation of such evolving content requires the approach of “dynamic data citation”. The applied approach is based on associating queries with persistent identifiers. These queries contain the subsetting parameters, e.g., the spatial coordinates of the desired study area or the time frame with a start and end date, which are automatically included in the metadata of the newly generated subset and thus represent the information about the data history, the data provenance, which has to be established in data repository ecosystems.
    [Show full text]
  • Technical Design March, 2017 (Revised April, 2017)
    State of California Ocean Protection Council Marine Protected Areas Infrastructure Management Assessment: Technical Design March, 2017 (Revised April, 2017) PAGE 1 OF 21 ©2017 WWT Proprietary information - to be used for source selection purposes. Do not distribute. Contents Legal Disclaimer ............................................................................................................................................ 3 Introduction .................................................................................................................................................. 4 Objective ....................................................................................................................................................... 4 Scope ............................................................................................................................................................. 4 MPA Data Platform Requirements ............................................................................................................... 5 Current State ................................................................................................................................................. 5 Recommended Future State ......................................................................................................................... 6 Overall Architecture .............................................................................................................................. 6 CKAN ....................................................................................................................................................
    [Show full text]
  • Analysis of Current RDM Applications for the Interdisciplinary Publication of Research Data
    Analysis of current RDM applications for the interdisciplinary publication of research data Andr´eLanger[0000−0001−7073−5377], Ellen Bilz, and Martin Gaedke[0000−0002−6729−2912] Chemnitz University of Technology, Germany (andre.langer, ellen.bilz, martin.gaedke)@informatik.tu-chemnitz.de Abstract. The digital transformation of science allows researchers nowa- days to expose Research Objects through many different publishing channels, so that other interested stakeholders can find and reuse it. Linked Data is an accepted mean in these meta descriptions to enhance Findability, Accessibility, Interoperability and Reusability (FAIR). But researchers face a large variety of established publishing applications, where they have to select between general-purpose or domain-specific platforms and user interfaces of varying quality and feature set. In order to improve interoperability aspects, we want to analyze which publishing systems currently exist and to which extent they support Linked Data annotations from the very beginning. We therefore concentrated on research data and conducted a systematic mapping of general-purpose research data management (RDM) systems currently in use, and summarize them in a tabular resource. The obtained results were then evaluated against their current support for semantic, interdisciplinary data annotation and exchange. We show, that a large set of established research data publishing solutions already exists, but that their support for Linked Data is still limited and can be improved. Keywords: Research Data Management, Data Publishing, FAIR, Linked Data, Systematic Mapping 1 Introduction Scientists are encouraged to publish, share and reuse research data (Open Re- search, stimulating Open Data and Open Access). Research data (other terms: scientific data, scholarly data) is an essential artifact of scientific work: It leads to insights, makes research reproducible and validates findings.
    [Show full text]
  • A Review of Open Source Software Solutions for Developing Water Resources Web Applications
    Brigham Young University BYU ScholarsArchive Faculty Publications 2015-02-10 A review of open source software solutions for developing water resources web applications Nathan R. Swain Brigham Young University - Provo Kilisimasi Latu University of Melbourne Scott D. Christensen Brigham Young University - Provo Norman L. Jones Brigham Young University - Provo, [email protected] E. James Nelson Brigham Young University - Provo See next page for additional authors Follow this and additional works at: https://scholarsarchive.byu.edu/facpub Part of the Other Civil and Environmental Engineering Commons BYU ScholarsArchive Citation Swain, Nathan R.; Latu, Kilisimasi; Christensen, Scott D.; Jones, Norman L.; Nelson, E. James; Ames, Daniel P.; and Williams, Gustavious P., "A review of open source software solutions for developing water resources web applications" (2015). Faculty Publications. 4279. https://scholarsarchive.byu.edu/facpub/4279 This Peer-Reviewed Article is brought to you for free and open access by BYU ScholarsArchive. It has been accepted for inclusion in Faculty Publications by an authorized administrator of BYU ScholarsArchive. For more information, please contact [email protected], [email protected]. Authors Nathan R. Swain, Kilisimasi Latu, Scott D. Christensen, Norman L. Jones, E. James Nelson, Daniel P. Ames, and Gustavious P. Williams This peer-reviewed article is available at BYU ScholarsArchive: https://scholarsarchive.byu.edu/facpub/4279 Environmental Modelling & Software 67 (2015) 108e117 Contents lists available at ScienceDirect Environmental Modelling & Software journal homepage: www.elsevier.com/locate/envsoft Review A review of open source software solutions for developing water resources web applications * Nathan R. Swain a, , Kilisimasi Latu b, Scott D. Christensen a, Norman L.
    [Show full text]
  • An Overview of CKAN Augusto Herrmann Open Knowledge Brazil CKAN Overview | Augusto Herrmann
    Open source data catalog An overview of CKAN Augusto Herrmann Open Knowledge Brazil CKAN Overview | Augusto Herrmann Topics covered in this presentation • Introduction • Under the hood ○ what is CKAN ○ installation and maintenance ○ who uses it • Site administration ○ feature tour • Directions (where to find stuff) • Features of CKAN • Data publishing 2 IV Moscow Urban Forum CKAN Overview | Augusto Herrmann Time constraints • pick and choose topics accordingly • I’ll be quick, but will address questions by Moyan Brenn 3 IV Moscow Urban Forum CKAN Overview | Augusto Herrmann First, a quick poll •who is familiar with ○ the concepts of open data ○ browsing open data catalogs ○ including data in CKAN catalogs ○ installing CKAN ○ developing / theming CKAN b y sean dreilinger 4 IV Moscow Urban Forum What is it? CKAN Overview | Augusto Herrmann What is it? Comprehensive Knowledge Archive Network by degreezero2000 6 IV Moscow Urban Forum CKAN Overview | Augusto Herrmann What is it? by Steven de Costa An open source software for open data catalogs 7 IV Moscow Urban Forum CKAN Overview | Augusto Herrmann What is it? An open source software for open data catalogs Affero GPL 3 Licence ● if you offer it as software-as-a- service (SaaS), you also have to make source code available https://github.com/ckan/ckan more than 7 years old more than 80 developers 8 IV Moscow Urban Forum CKAN Overview | Augusto Herrmann What is it? An open source software for open data catalogs ● stores metadata, not data itself (in principle) ● makes it easy to find data ●
    [Show full text]
  • Geospatial Open Data Usage and Metadata Quality
    International Journal of Geo-Information Article Geospatial Open Data Usage and Metadata Quality Alfonso Quarati 1 , Monica De Martino 1,* and Sergio Rosim 2 1 Institute for Applied Mathematics and Information Technologies National Research Council, 16149 Genoa, Italy; [email protected] 2 Instituto Nacional de Pesquisas Espaciais, Sao Jose dos Campos 12230-081, Brazil; [email protected] * Correspondence: [email protected] Abstract: The Open Government Data portals (OGD), thanks to the presence of thousands of geo- referenced datasets, containing spatial information are of extreme interest for any analysis or process relating to the territory. For this to happen, users must be enabled to access these datasets and reuse them. An element often considered as hindering the full dissemination of OGD data is the quality of their metadata. Starting from an experimental investigation conducted on over 160,000 geospatial datasets belonging to six national and international OGD portals, this work has as its first objective to provide an overview of the usage of these portals measured in terms of datasets views and downloads. Furthermore, to assess the possible influence of the quality of the metadata on the use of geospatial datasets, an assessment of the metadata for each dataset was carried out, and the correlation between these two variables was measured. The results obtained showed a significant underutilization of geospatial datasets and a generally poor quality of their metadata. In addition, a weak correlation was found between the use and quality of the metadata, not such as to assert with certainty that the latter is a determining factor of the former.
    [Show full text]