No project description provided
Project description
duva 🕊️
Reverse geocode Swedish coordinates to RegSO areas.
Install
pip install duva
What you get
locate(x=17.88, y=59.35)
{
"regsokod": "0180R009",
"regsonamn": "Blackeberg",
"kommunkod": "0180",
"kommunnamn": "Stockholm",
"lanskod": "01",
"lansnamn": "Stockholms län",
"not_on_land": false,
"offshore": false
}
Usage
from duva import locate, locate_many, enrich_df, from_code, from_name, search
# Single coordinate (WGS84) — returns a dict
locate(x=17.88, y=59.35)
# As RegSO object
result = locate(x=17.88, y=59.35, as_object=True)
result.regsonamn # 'Blackeberg'
# List of coordinates
locate_many([(17.88, 59.35), (18.07, 59.28)])
# Enrich a Polars DataFrame
enrich_df(df, x_col="lon", y_col="lat")
# Lookup by RegSO code
from_code("0180R009")
# Lookup by name (returns list since names are not unique across Sweden)
from_name("Blackeberg")
from_name("Östermalm") # returns all areas named Östermalm across Sweden
# Search by partial name with optional kommun/län filters
search("östermalm")
search("centrum", kommunnamn="Sollentuna", lansnamn="Stockholms län")
RegSO object
| Field | Type | Example | Description |
|---|---|---|---|
regsokod |
str |
0180R009 |
SCB area code |
regsonamn |
str |
Blackeberg |
Area name |
kommunkod |
str |
0180 |
Municipality code |
kommunnamn |
str |
Stockholm |
Municipality name |
lanskod |
str |
01 |
County code |
lansnamn |
str |
Stockholms län |
County name |
not_on_land |
bool |
False |
True if coordinate is over water |
offshore |
bool |
False |
True if outside any municipality boundary (international water) |
objektidentitet |
str |
141f6a1d-... |
SCB internal UUID |
objekttyp |
str |
regso |
Always regso |
version |
str |
2025_v2 |
Dataset version |
referensdatum |
str |
20250101 |
Dataset reference date |
not_on_land is True when the coordinate falls over water. offshore is True specifically for international water where no municipality boundary exists — a coordinate over a lake will have not_on_land=True but offshore=False.
Notes
- Input coordinates must be WGS84 (standard GPS)
- The scope of this library is to facilitate coordinate lookup inside Sweden, hence any coordinate outside its borders will raise
ValueErrorfor better debugging - Area names are not unique across Sweden —
from_nameandsearchreturn lists - The source of truth for spatial polygons this library relies on is given by SCB's RegSO 2025 and municipality boundaries. For further reading please visit: SCB RegSO documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file duva-0.3.5.tar.gz.
File metadata
- Download URL: duva-0.3.5.tar.gz
- Upload date:
- Size: 19.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af1ac66318b08f3ebf10e54b0ec77c8962a98c32a924a63e4dde9f06600fe4e0
|
|
| MD5 |
09c682abb160814128a82a274ce1cc5e
|
|
| BLAKE2b-256 |
569138a6deab9a69085b504f65c95fe79f3ee31a11937d7ff4c4932427ee03b3
|
Provenance
The following attestation bundles were made for duva-0.3.5.tar.gz:
Publisher:
python-publish.yml on Koutakis/duva
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
duva-0.3.5.tar.gz -
Subject digest:
af1ac66318b08f3ebf10e54b0ec77c8962a98c32a924a63e4dde9f06600fe4e0 - Sigstore transparency entry: 1799983839
- Sigstore integration time:
-
Permalink:
Koutakis/duva@ba571d86b1800eeb6e1a45ff760af8864a07fa6c -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Koutakis
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@ba571d86b1800eeb6e1a45ff760af8864a07fa6c -
Trigger Event:
release
-
Statement type:
File details
Details for the file duva-0.3.5-py3-none-any.whl.
File metadata
- Download URL: duva-0.3.5-py3-none-any.whl
- Upload date:
- Size: 19.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb0948868812c2fc3b10ebdefbc0ec911456e920cb08f174b8b5b1af194013eb
|
|
| MD5 |
ff181ea8307f8290896acfae50785468
|
|
| BLAKE2b-256 |
ceb5668890519bbeed3308aa2df15728c94b4e18baa4ae2c2837f76e356f994c
|
Provenance
The following attestation bundles were made for duva-0.3.5-py3-none-any.whl:
Publisher:
python-publish.yml on Koutakis/duva
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
duva-0.3.5-py3-none-any.whl -
Subject digest:
fb0948868812c2fc3b10ebdefbc0ec911456e920cb08f174b8b5b1af194013eb - Sigstore transparency entry: 1799983902
- Sigstore integration time:
-
Permalink:
Koutakis/duva@ba571d86b1800eeb6e1a45ff760af8864a07fa6c -
Branch / Tag:
refs/tags/v0.3.5 - Owner: https://github.com/Koutakis
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@ba571d86b1800eeb6e1a45ff760af8864a07fa6c -
Trigger Event:
release
-
Statement type: