Skip to main content

No project description provided

Project description

duva 🕊️

PyPI version Python License: MIT

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 ValueError for better debugging
  • Area names are not unique across Sweden — from_name and search return 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duva-0.3.5.tar.gz (19.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

duva-0.3.5-py3-none-any.whl (19.4 MB view details)

Uploaded Python 3

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

Hashes for duva-0.3.5.tar.gz
Algorithm Hash digest
SHA256 af1ac66318b08f3ebf10e54b0ec77c8962a98c32a924a63e4dde9f06600fe4e0
MD5 09c682abb160814128a82a274ce1cc5e
BLAKE2b-256 569138a6deab9a69085b504f65c95fe79f3ee31a11937d7ff4c4932427ee03b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for duva-0.3.5.tar.gz:

Publisher: python-publish.yml on Koutakis/duva

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for duva-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fb0948868812c2fc3b10ebdefbc0ec911456e920cb08f174b8b5b1af194013eb
MD5 ff181ea8307f8290896acfae50785468
BLAKE2b-256 ceb5668890519bbeed3308aa2df15728c94b4e18baa4ae2c2837f76e356f994c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duva-0.3.5-py3-none-any.whl:

Publisher: python-publish.yml on Koutakis/duva

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page