SVAR extract Code
Brought to you by:
marcuslil
File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2015-10-08 |
![]() |
[ca9488] add gitignore |
README.md | 2015-10-08 |
![]() |
[d7fd9b] readme for new api |
compare.py | 2015-10-08 |
![]() |
[a529e1] updated compare and search bug |
lh5.c | 2015-09-18 |
![]() |
[fb24bc] first commit |
lh5_compile.sh | 2015-09-18 |
![]() |
[fb24bc] first commit |
setup_sveriges_befolkning_1890.py | 2015-09-18 |
![]() |
[fb24bc] first commit |
setup_sveriges_befolkning_1900.py | 2015-09-18 |
![]() |
[fb24bc] first commit |
setup_sveriges_befolkning_1970.py | 2015-10-01 |
![]() |
[187fdd] 70, 80, 90 now objectified |
setup_sveriges_befolkning_1980.py | 2015-10-01 |
![]() |
[187fdd] 70, 80, 90 now objectified |
setup_sveriges_befolkning_1990.py | 2015-10-04 |
![]() |
[895849] comments on 1990 |
setup_sveriges_dodbok_2009.py | 2015-10-08 |
![]() |
[6f0f11] sveriges dödbok completed |
svardb.py | 2015-10-04 |
![]() |
[e93e86] make use of improved svarfile |
svarfile.py | 2015-10-04 |
![]() |
[112673] improved svarfile |
svarsearch.py | 2015-10-08 |
![]() |
[a529e1] updated compare and search bug |
A tool to extract and search contents from SVAR databases
example:
from setup_sveriges_befolkning_1970 import *
search_terms = {'last_name': '###',
'first_name': ['###','###'],
'birth_date': '###*'}
output = 'detailed_text_with_same_address'
svbef70 = sveriges_befolkning_1970()
svbef70.set_backend_local_files()
res = svbef70.search_and_parse(search_terms=searches,output=output)
print('\n\n'.join(res))