Skip to main content

No project description provided

Project description

duva 🕊️

Reverse geocode Swedish coordinates to RegSO areas.

Install

pip install duva

Usage

from duva import locate, locate_many, enrich_df, from_code, from_name, search

# Single coordinate (WGS84)
locate(x=17.88, y=59.35)
# {'regsonamn': 'Blackeberg', 'kommunnamn': 'Stockholm', 'lansnamn': 'Stockholms län', ...}

# As 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("östermalm", kommunnamn="Borlänge")
search("centrum", lansnamn="Stockholms län")
search("centrum", kommunnamn="Sollentuna", lansnamn="Stockholms län")

RegSO object

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

Notes

  • Input coordinates must be WGS84 (standard GPS)
  • Raises ValueError for invalid coordinates or coordinates outside Sweden
  • Area names are not unique across Sweden — from_name and search return lists
  • Based on SCB's RegSO 2025 and municipality boundaries

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.3.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.3-py3-none-any.whl (19.4 MB view details)

Uploaded Python 3

File details

Details for the file duva-0.3.3.tar.gz.

File metadata

  • Download URL: duva-0.3.3.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.3.tar.gz
Algorithm Hash digest
SHA256 3d358dd1eed1e73bf6a9903e2aecfeb6c4c934893a87acbaef6b4d1f92481d0e
MD5 fd8601eeb46bc1920d47c7c43b05d571
BLAKE2b-256 143056d74061b446689a41766dd43e2dfaac40fb9b601f1406964f2f1b01dd3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for duva-0.3.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: duva-0.3.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 97fd1e8ad48221d7537cd9cb498c4a7d2fda3b73c7bf532f2f2b7e24b84589fb
MD5 aa3c6e676834532c85bbb1f65191ef6c
BLAKE2b-256 7ac51f4329f776aadc64b1cf188f9f93d83d6360a5cb6774a66fbc570a826b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for duva-0.3.3-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