Skip to content

Commit

Permalink
create installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
RodionLisch authored Nov 25, 2024
1 parent 18b3df7 commit 1b029ab
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions nfdinspector_tutorials/LIDO_tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"LIDOInspector Tutorial\n",
"\n",
"LIDOInspector is a part of the NFDInspector python package. The basic functionality of LIDOInspector is to analyse metadata records for objects and works based on the LIDO metadata standard for formal data quality aspects. Inspections are performed in the following steps:\n",
"1. Read metadata records for objects and works\n",
"2. Customise inspection settings\n",
"3. Carry out inspections\n",
"4. Further process or output the results\n",
"\n",
"The inspection process is mainly determined by the settings made. It makes sense to use different configuration files for different purposes. The creation of configuration files will be discussed in an other notebook.<br>\n",
"The following tutorial is designed to represent a use case for the LIDOInspector. "
]
}
],
"metadata": {
Expand Down

0 comments on commit 1b029ab

Please sign in to comment.