Skip to main content

Geocoding enrichment using OpenCage

Project description

datasette-enrichments-opencage

PyPI Changelog Tests License

Geocoding enrichment using OpenCage

Installation

Install this plugin in the same environment as Datasette.

datasette install datasette-enrichments-opencage

Usage

This plugin adds an enrichment for geocoding using the OpenCage Geocoder.

You will need an API key from OpenCage - you can sign up for a free trial at https://opencagedata.com/users/sign_up.

Filter for data that you wish to geocode, then apply the OpenCage geocoder enrichment.

You'll need to specify a template to be passed to the geocoder, specifying which templates should be used as the input.

If you have a single column containing the address, you can use this:

{{ address }}

If you have separate columns for the street, city, state and country, you can use this:

{{ street }}, {{ city }}, {{ state }}, {{ country }}

If your address column is missing the country, but all of the addresses are in the USA, you could use this:

{{ address }}, USA

See the OpenCage guide for tips on how to get the best results.

By default only the latitude and longitude from the geocoder will be stored, in the latitude and longitude columns on your table. These columns will be created if they do not yet exist.

You can optionally specify a column to store the full JSON output of the geocoder. This column will also be created if it does not exist.

The full JSON format is described here.

Configuration

You can use this plugin without configuration, but you'll need to enter your API key every time you run an enrichment.

To avoid that, you can set your API key as plugin configuration like this:

export OPENCAGE_API_KEY="your-api-key"

Then in metadata.yml:

plugins:
  datasette-enrichments-opencage:
    api_key:
      $env: OPENCAGE_API_KEY

Then run Datasette like this:

datasette mydatabase.db -m metadata.yml --root

This well give you a URL to sign in as the "root" user, which grants you access to the enrichment.

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-enrichments-opencage
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

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

datasette-enrichments-opencage-0.1.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file datasette-enrichments-opencage-0.1.tar.gz.

File metadata

File hashes

Hashes for datasette-enrichments-opencage-0.1.tar.gz
Algorithm Hash digest
SHA256 95f933e5c5df9bfcf3da611e0b5267cf6c42896936b691835e860a3b4fd78288
MD5 6b76d8fcdde7d340cff5c87c699d6aaf
BLAKE2b-256 b9be5decc32bd9c862a71c177eaa365d9ee60023d9d3122b97000adb2a5f8996

See more details on using hashes here.

File details

Details for the file datasette_enrichments_opencage-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for datasette_enrichments_opencage-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2f669622ad831b8c05fc5dbbe850d1cb4b5bff01548b72a4d5a1da63ded729b8
MD5 1259a380bef4fbac790d5c610c0d2061
BLAKE2b-256 06ab6277dd9c61d745631d48f73224bb67d65276b1641a4a1a9094c1b9dddacc

See more details on using hashes here.

Supported by

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