Skip to content
/ quality Public

the aim is publishing on geonode the results of data quality assessment

Notifications You must be signed in to change notification settings

sbsimo/quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Quality Application for GeoNode

This is a GeoNode application aimed to publishing the data quality assessment results for the GMES Reference Data Access Lot 2 project. It defines a data model for quality results and some templates in order to retrieve and publish them. Furthermore it implements a tool for data choosing on a quality basis.

Installation

  1. Install the application:

    source bin/activate

    pip install -e git+git://github.com/sbsimo/quality.git

  2. Add quality to the variable INSTALLED_APPS in the Django settings.py file.

  3. Add the following line to the variable TEMPLATE_DIRS in the Django settings.py file:

    os.path.join(PROJECT_ROOT, "..", "..", 'quality', 'quality', "templates"),

  4. Append the following line to the Django urls.py module, in the variable urlpatterns:

    (r'^quality/', include('quality.urls')),

  5. Run syncdb command and reload the web server in order to get to see the application working

About

the aim is publishing on geonode the results of data quality assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages