Skip to content

Commit

Permalink
Merge pull request #61 from statisticsnorway/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
pawbu authored Sep 6, 2024
2 parents 08700f7 + fdd1901 commit 985ce1d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ In addition to the examples of metadata json files present in this repository, t
### ROOT LEVEL FIELDS
These fields describe the dataset as a whole.
* **temporalityType**: The temporality type of the dataset. Must be one of FIXED, ACCUMULATED, STATUS or EVENT.
* **sensitivityLevel**: The sensitivity of the data in the dataset. Must be one of: PERSON_GENERAL, PERSON_SPECIAL, PUBLIC or NONPUBLIC
* **sensitivityLevel**: The sensitivity of the data in the dataset. Must be one of: PERSON_GENERAL, PERSON_SPECIAL, PUBLIC or NONPUBLIC.
* PERSON_GENERAL: general personal data, this category applies to information that is generally handled without further notification and is not especially sensitive. Email address is an example.
* PERSON_SPECIAL: special category of personal data, this is a category of data that is more sensitive. Health information is an example.
* PUBLIC: data that is publicly available
* NONPUBLIC: data that is not publicly available
* **spatialCoverageDescription**: The geographic area relevant to the data.
* **populationDescription**: Description of the dataset's population.

Expand Down
65 changes: 30 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "microdata-tools"
version = "1.0.0"
version = "1.0.1"
description = "Tools for the microdata.no platform"
authors = ["microdata-developers"]
license = "MIT License"
Expand All @@ -13,7 +13,7 @@ numpy = [
{version = "1.24.4", python = "3.8"},
{version = "^1.26.0", python = ">=3.9"}
]
cryptography = "^42.0.4"
cryptography = "^43.0.1"
pydantic = "^2.6.0"
pyarrow = "^15.0.0"

Expand Down

0 comments on commit 985ce1d

Please sign in to comment.