Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #61

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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