Skip to main content
https://travis-ci.org/slarrain/clcomuna.svg?branch=master https://img.shields.io/badge/pypy-1.1.3-blue.svg

clcomuna

Very simple package that, given the name of a comuna from Chile, returns its code

Description

Each comuna in Chile has a unique code that makes easier to map them to different attributes (e.g. choropleth). Since I was going through the hassle of doing it each time I had a new project, I decided to build a very simple tool that could automate the task. I hope this can be of use to other developers / civic-hackers.

I added a fuzzy version for cases where there was no exact match.

Features

  • Given a comuna name, it returns its code, taking care of special characters, uppercases and lowercases.

  • If it doesn’t find an exact match, it prints that and returns None

  • A fuzzy function returns the best match (uses fuzzywuzzy)

  • You can specify to print the score of the fuzzy match

  • You can specify a threshold above which it should return a match and below which it shouldn’t.

  • There is a function that tries the exact match and if it doesn’t find it, it goes to the fuzzy version.

  • The list of comunas-code is a simple CSV file for easier edition.

  • If you want some comuna name version added to the csv file, just contact me and I’ll add them right away.

Installation

pip3 install clcomuna

Requirements

  • fuzzywuzzy

  • Python3.3+

Usage:

>>> import clcomuna

(If there is a warning, ignore it. It comes with the dependency)

get_code

>>> clcomuna.get_code("peumo")
'06112'

get_fuzzy: returns name, not code

>>> clcomuna.get_fuzzy("alragobo")
'ALGARROBO'
>>> clcomuna.get_fuzzy("alragobo", True)
('ALGARROBO', 71)
'ALGARROBO'
>>> clcomuna.get_fuzzy("alragobo", True, 72)
('ALGARROBO', 71)
Score lower than minimum threshold for comuna: ALRAGOBO - ALGARROBO

The optional second parameter True prints the found comuna and the score. The optional third parameter int stablishes a threshold for the function to return the best name match

get_steps

>>> clcomuna.get_steps("alragobo")
Could not find code for:  ALRAGOBO
'ALGARROBO'
>>> clcomuna.get_steps("alragobo", False, 74)
Score lower than minimum threshold for comuna: ALRAGOBO - ALGARROBO

Release files for clcomuna 1.1.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for clcomuna 1.1.3
File Size Uploaded
clcomuna-1.1.3.tar.gz 6.5 kB Details

Release files / clcomuna-1.1.3.tar.gz

Download URL clcomuna-1.1.3.tar.gz
Size 6.5 kB
Tags Source
SHA-256 checksum
How to use checksums
76fb24135fae55ad7c9168b8e9f490c394bda2bbb4060f5c7b35009c2af0b70a
BLAKE2b-256 checksum
How to use checksums
4f772bf5eb36096bc1dc970184807cf262a39579fdb1ed16c96d6e3f7609df21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1.3 This release

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1

1 release file

1.0

1 release file

0.3.1

1 release file

0.3

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page