Difference between revisions of "KOST-Val"

From COPTR
Jump to navigation Jump to search
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
 
{{Infobox_tool
 
|purpose=KOST-Val is an open source validator for different file formats (TIFF, SIARD, PDF/A, JP2, JPEG) and Submission Information Package (SIP).
 
 
|image=KOST-Val.JPG
 
|image=KOST-Val.JPG
|formats_in={{Format|TIFF}}, {{Format|SIARD}}, {{Format|PDF}}/A, {{Format|JP2}}, {{Format|JPEG}} and SIP
+
|purpose=KOST-Val is an open source validator for different file formats and Submission Information Package (SIP).
 
|homepage=http://kost-ceco.ch/cms/index.php?kost_val_de
 
|homepage=http://kost-ceco.ch/cms/index.php?kost_val_de
|license=GPL V3
+
|license=[http://www.gnu.org/licenses/quick-guide-gplv3.html GNU General Public License 3+]
|platforms= should run under Java 1.6 on Windows
+
|platforms= Windows
 +
|function=Quality Assurance, Validation
 +
|content=Database, Document, Image
 
}}
 
}}
  
<!-- Add one ore more categories to describe the function of the tool. Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). The following are common category examples, remove those that don't apply -->
+
<!-- Use the structure provided in this template, do not change it! -->
[[Category:Validation]]
 
[[Category:Quality Assurance]]
 
[[Category:Database]]
 
[[Category:Image]]
 
[[Category:Document]]
 
[[Category:Preservation System]]
 
 
 
 
 
<!-- Add relevant categories to describe the content type that the tool addresses. Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. The following are common category examples, remove those that don't apply -->
 
[[Category:Validation]]
 
[[Category:Quality Assurance]]
 
[[Category:Database]]
 
[[Category:Image]]
 
[[Category:Document]]
 
[[Category:Preservation System]]
 
 
 
 
= Description =
 
= Description =
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
The KOST-Val application is used to validate {{Format|TIFF}}, {{Format|SIARD}}, {{Format|PDF}}/A, {{Format|JP2}}, {{Format|JPEG}} files and Submission Information Package (SIP).
+
The KOST-Val application is used to validate different file formats and Submission Information Package (SIP).
 
    
 
    
 
KOST-Val supersedes the format validation tools [[SIARD-VAL]], [[TIFF-Val]] and SIP-Val by KOST-CECO.
 
KOST-Val supersedes the format validation tools [[SIARD-VAL]], [[TIFF-Val]] and SIP-Val by KOST-CECO.
 
   
 
   
 
   
 
   
=== Funtional Principle ===
+
=== Functional Principle ===
KOST-Val uses unmodified components of other manufacturers by embedding them directly into the source code. Users of KOST-Val are requested to adhere to these components ‘terms of licence.
 
 
 
 
KOST-Val complies with the following requirements.
 
KOST-Val complies with the following requirements.
  
* '''TIFF validation:''' KOST-Val reads a TIFF file and uses [[JHOVE (Harvard Object Validation Environment)| JHOVE]] to validate the structure, the content, and key properties such as compression, colour space, and multipage. These properties can be configured.  
+
https://raw.githubusercontent.com/KOST-CECO/KOST-Val/master/KOST-Val_FuntionalPrincipleFormatValidation.JPG
* '''SIARD validation:''' KOST-Val reads a SIARD (eCH-0165 v1 ) file and validates the structure and the content.
 
* '''PDF/A validation:''' KOST-Val reads a PDF or PDF/A file (ISO 19005-1 and 19005-2) and uses [[3-Heights(TM) PDF Validator|3-Heights™ PDF/A Validator]] by PDF-Tools or [[PDFTron PDF-A Manager|PDF/A Manager]] by PDFTron to validate the structure and the content of the PDF file. KOST-Val organises the different error messages into main categories such as fonts, graphics, and metadata. KOST-Val supplies only a limited  version from 3-Heights™ PDF/A Validator by PDF-Tools.
 
* '''JP2 validation:''' KOST-Val reads a JP2 file (ISO 15444) and uses [[Jpylyzer]] to validate the structure and the content.
 
* '''JPEG validation:''' KOST-Val reads a JPEG file (ISO 10918-1) and uses [[Bad Peggy]] to validate the structure and the content.
 
* '''SIP validation:''' KOST-Val reads an SIP (eCH-0160 v1  as well as Swiss Federal Archives SFA v1  and v4 ) and validates the mandatory requirements of the SIP specification. The validated requirements are organised into groups such as folder structure, schema validation, and checksum validation. At the outset, a file format validation is performed.  
 
  
 
The results (including information on inconsistencies and errors) are output for every step and written into a validation log.
 
The results (including information on inconsistencies and errors) are output for every step and written into a validation log.
The validation steps are executed sequentially. Whenever possible the validation shall continue after an error has been detected in order to reduce the number of correction cycles.
+
The validation steps are executed sequentially. Whenever possible the validation shall continue after an error has been detected in order to reduce the number of correction cycles.
 
 
[[File:KOST-Val_FuntionalPrincipleFormatValidation.JPG|800px]]
 
 
 
=== Third-party applications ===
 
* The TIFF validation module uses [[JHOVE (Harvard Object Validation Environment)| JHOVE]] and evaluates its output further.
 
* For the PDF/A validation module [[PDFTron PDF-A Manager|PDF-A Manager]] or [[3-Heights(TM) PDF Validator|3-Heights™ PDF/A Validator]] are used.
 
* The JP2 validation module uses [[Jpylyzer]] and translates the failed tests into appropriate error messages (DE/FR/EN).
 
* The JPEG validation module uses [[Bad Peggy]] and evaluates the error message "Not a JPEG file" further.
 
* For the file format identification [[DROID_(Digital_Record_Object_Identification)|DROID]] is used. For performance and granularity reasons an own SignatureFile is used instead of the official PRONOM registry.
 
 
 
===Read Me===
 
The KOST-Val application is used to validate TIFF, SIARD, PDF/A, JP2, JPEG files and Submission Information Package (SIP).
 
  
KOST-Val, Copyright (C) 2012-2015 Claire Roethlisberger (KOST-CECO), Christian Eugster, Olivier Debenath, Peter Schneider (Staatsarchiv Aargau), Markus Hahn (coderslagoon), Daniel Ludin (BEDAG AG)
+
=== Read Me & Download ===
 +
https://raw.githubusercontent.com/KOST-CECO/KOST-Val/master/KOST-Val_README.md
  
 
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see GPL-3.0_COPYING.txt for details.
 
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see GPL-3.0_COPYING.txt for details.
  
You can download KOST-Val under https://github.com/KOST-CECO/KOST-Val/releases. For installation instructions please check the manual (DE/FR/EN).
+
You can download KOST-Val under http://github.com/KOST-CECO/KOST-Val/releases. For installation instructions please check the manual.
 
    
 
    
 
    
 
    
=== SIARD format ===
+
=== Future ===
SIARD stands for Software Independent Archiving of Relational Databases. Originally the Swiss Federal Archives (SFA) have developed the SIARD format as a sustainable solution for the archiving of relations databases.
 
 
In early 2013 SIARD format has been adopted as an eCH Standard (eCH-0165: SIARD format specification http://www.ech.ch/vechweb/page?p=dossier&documentNumber=eCH-0165).
 
 
 
eCH is the Swiss organization for standardization in the field of e-government. eCH Standards define guidelines for recurring applications and their results, as for example format definitions or procedural standards. The aim of those standards is to unify and thus facilitate the electronic collaboration between authorities as well as between authorities and organizations, educational and research institutions, firms and private organizations.
 
 
 
 
===Future===
 
 
See http://github.com/KOST-CECO/KOST-Val/issues  
 
See http://github.com/KOST-CECO/KOST-Val/issues  
 
   
 
   
 
   
 
   
===Feedback & Issues===
+
=== Feedback & Issues ===
 
Feedback about KOST-Val is very welcome at http://github.com/KOST-CECO/KOST-Val/issues or kost-val[at]kost-ceco.ch
 
Feedback about KOST-Val is very welcome at http://github.com/KOST-CECO/KOST-Val/issues or kost-val[at]kost-ceco.ch
 
   
 
   
 
.
 
.
  
== User Experiences ==
+
= User Experiences =
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->* '''ZBW:'''
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. -->* '''ZBW:'''
 
** KOST-Val v1.6.0
 
** KOST-Val v1.6.0
Line 94: Line 49:
 
** Running the JPEG-Module against almost 2,400 JPEGs has only lasted 7 minutes
 
** Running the JPEG-Module against almost 2,400 JPEGs has only lasted 7 minutes
 
** The tool recognises fake-JPEGs (jpeg-extension, but no jpeg inside) and issues with jpegs and can differentiate easily between these two cases.
 
** The tool recognises fake-JPEGs (jpeg-extension, but no jpeg inside) and issues with jpegs and can differentiate easily between these two cases.
 +
 +
.
  
 
= Development Activity =
 
= Development Activity =
Line 105: Line 62:
 
    
 
    
 
   
 
   
=== Activity Feed===
+
=== Activity Feed ===
 
Below the last 5 commits:
 
Below the last 5 commits:
 
<rss max=5>https://github.com/KOST-CECO/KOST-Val/commits/master.atom</rss>
 
<rss max=5>https://github.com/KOST-CECO/KOST-Val/commits/master.atom</rss>
 
{{Infobox_tool_details
 
|ohloh_id=KOST-Val
 
}}
 

Latest revision as of 10:40, 4 April 2024



KOST-Val
KOST-Val is an open source validator for different file formats and Submission Information Package (SIP).
Homepage:http://kost-ceco.ch/cms/index.php?kost_val_de
License:GNU General Public License 3+
Platforms:Windows
Function:Quality Assurance,Validation
Content type:Database,Document,Image


Description[edit]

The KOST-Val application is used to validate different file formats and Submission Information Package (SIP).

KOST-Val supersedes the format validation tools SIARD-VAL, TIFF-Val and SIP-Val by KOST-CECO.


Functional Principle[edit]

KOST-Val complies with the following requirements.

https://raw.githubusercontent.com/KOST-CECO/KOST-Val/master/KOST-Val_FuntionalPrincipleFormatValidation.JPG

The results (including information on inconsistencies and errors) are output for every step and written into a validation log. The validation steps are executed sequentially. Whenever possible the validation shall continue after an error has been detected in order to reduce the number of correction cycles.

Read Me & Download[edit]

https://raw.githubusercontent.com/KOST-CECO/KOST-Val/master/KOST-Val_README.md

This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see GPL-3.0_COPYING.txt for details.

You can download KOST-Val under http://github.com/KOST-CECO/KOST-Val/releases. For installation instructions please check the manual.


Future[edit]

See http://github.com/KOST-CECO/KOST-Val/issues


Feedback & Issues[edit]

Feedback about KOST-Val is very welcome at http://github.com/KOST-CECO/KOST-Val/issues or kost-val[at]kost-ceco.ch

.

User Experiences[edit]

  • ZBW:
    • KOST-Val v1.6.0
    • The tool is very easy to install and to handle.
    • The output in xml-Format (open in a browser to have a table) is easy to understand
    • Running the JPEG-Module against almost 2,400 JPEGs has only lasted 7 minutes
    • The tool recognises fake-JPEGs (jpeg-extension, but no jpeg inside) and issues with jpegs and can differentiate easily between these two cases.

.

Development Activity[edit]

All development activity is visible on GitHub: http://github.com/KOST-CECO/KOST-Val/commits


Release Feed[edit]

Below the last 3 release feeds:

2024-03-19 09:18:00
[tag:github.com,2008:Repository/10448958/v1.1.0_KOST-Tools KOST-Tools v1.1.0]
by Chlara
2023-10-19 15:36:53
[tag:github.com,2008:Repository/10448958/KOST-Tools_v1.0.5 KOST-Tools v1.0.5 Security Patch]
by Chlara
2023-08-31 15:37:07
[tag:github.com,2008:Repository/10448958/KOST-Tools_v1.0.4 KOST-Tools v1.0.4]
by Chlara


Activity Feed[edit]

Below the last 5 commits:

2024-02-29 06:38:22
[tag:github.com,2008:Grit::Commit/a1c6d75a2bd0c99f1bda6a7cdf20c6639f0d274c Merge pull request #90 from KOST-CECO/v1.1.0]
by KostCeco https://github.com/KostCeco
2024-02-29 06:15:29
[tag:github.com,2008:Grit::Commit/0f6873a4d691ea6ec7fb929d44b8fa6877d4f7c3 KOST-Tools v1.1.0.0 Teil 17]
by Chlara https://github.com/Chlara
2024-02-26 08:55:19
[tag:github.com,2008:Grit::Commit/981deaa62c8e7af97e8055ea07e65117301f54e7 KOST-Tools v1.1.0.0 Teil 16]
by Chlara https://github.com/Chlara
2024-02-26 08:21:13
[tag:github.com,2008:Grit::Commit/c3180d66ea69dc47cea85437cf6a3b62f2718078 KOST-Tools v1.1.0.0 Teil 15]
by Chlara https://github.com/Chlara
2024-01-10 11:05:30
[tag:github.com,2008:Grit::Commit/b7a0195e55e7bbcbc05e9cd6528a5d191331c504 KOST-Tools v1.1.0.0 Teil 14]
by Chlara https://github.com/Chlara