Skip to content

Commit 3c7f8c9

Browse files
tilen1976dependabot[bot]mmwinther
authored
Add Vardef Forvaltning README (#401)
* add read me file * update * update readme * Bump the python-dependencies group with 6 updates (#399) Bumps the python-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | | [ssb-klass-python](https://github.com/statisticsnorway/ssb-klass-python) | `1.0.6` | `1.0.7` | | [universal-pathlib](https://github.com/fsspec/universal_pathlib) | `0.3.9` | `0.3.10` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.15.4` | | [faker](https://github.com/joke2k/faker) | `40.4.0` | `40.5.1` | | [typeguard](https://github.com/agronholm/typeguard) | `4.5.0` | `4.5.1` | Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) Updates `ssb-klass-python` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/statisticsnorway/ssb-klass-python/releases) - [Commits](statisticsnorway/ssb-klass-python@v1.0.6...v1.0.7) Updates `universal-pathlib` from 0.3.9 to 0.3.10 - [Release notes](https://github.com/fsspec/universal_pathlib/releases) - [Changelog](https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md) - [Commits](fsspec/universal_pathlib@v0.3.9...v0.3.10) Updates `ruff` from 0.15.1 to 0.15.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.1...0.15.4) Updates `faker` from 40.4.0 to 40.5.1 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.4.0...v40.5.1) Updates `typeguard` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Commits](agronholm/typeguard@4.5.0...4.5.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ssb-klass-python dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: universal-pathlib dependency-version: 0.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: faker dependency-version: 40.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: typeguard dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Release v0.14.0 (#400) * try open readme file * test running scriot from branch * test notebook as readme * update name * test open files * test command * use jupyter lab * testing * open readme does not work in jupyter lab * remove dev branch from script * markdown can be opened as jupytext for better formatting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com>
1 parent 9331e16 commit 3c7f8c9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Vardef Forvaltning
2+
Vardef Forvaltning gjør det enkelt å opprette og vedlikeholde variabeldefinisjoner.
3+
4+
All nødvendig dokumentasjon er samlet under.
5+
6+
## Hvordan bruke Vardef Forvaltning
7+
8+
### Generell bruk
9+
[Daplamanualen - Vardef forvaltning](https://manual.dapla.ssb.no/statistikkere/vardef-forvaltning.html)
10+
11+
### Arbeide med Yaml-filer
12+
[Daplamanualen - Arbeide med Yaml-filer](https://manual.dapla.ssb.no/statistikkere/vardef-forvaltning.html#arbeide-med-yaml-filer)
13+
14+
15+
## Innhold og kvalitet – Vardef-modell
16+
Her finner du alt om felter, forventede verdier og kvalitetskrav:
17+
- [Daplamanualen - Vardef](https://manual.dapla.ssb.no/statistikkere/vardef.html)
18+
- [Daplamanualen - Vardef - Datamodell](https://manual.dapla.ssb.no/statistikkere/vardef-model.html)
19+
20+
21+
## Lenker til Klass
22+
- [Klass - forside](https://www.ssb.no/klass/)
23+
- [Enhetstyper - lenke til kodeliste 702](https://www.ssb.no/klass/klassifikasjoner/702)
24+
- [Statistikkområder - lenke til kodeliste 618](https://www.ssb.no/klass/klassifikasjoner/618)
25+
- [Måletyper og måleenheter - lenke til kodeliste 303](https://www.ssb.no/klass/klassifikasjoner/303)
26+
27+
## SSB Dataportal
28+
- [SSB Dataportal - test](https://dataportal.test.ssb.no/)
29+
- [SSB Dataportal - prod](https://dataportal.ssb.no/)

0 commit comments

Comments
 (0)