Skip to Content
PostGIS Cookbook - Second Edition
book

PostGIS Cookbook - Second Edition

by Stephen Vincent Mather, Pedro Wightman, Bborie Park, Thomas Kraft, Mayra Zurbarán, Paolo Corti
March 2018
Beginner to intermediate content levelBeginner to intermediate
584 pages
14h 31m
English
Packt Publishing
Content preview from PostGIS Cookbook - Second Edition

How it works...

You wrote a PL/Python function to geocode an address. For this purpose, you used the geopy Python library, which lets you query several geocoding APIs in the same manner.

Using geopy, you need to instantiate a geocoder object with a given API and query it to get the results, such as a place name and a couple of coordinates. You can use the plpy module utilities to run a query on the database using the PostGIS ST_GeomFromText function, and log informative messages and warnings for the user.

If the geocoding process fails, you return a NULL geometry to the user with a warning message, using a try..except Python block.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

PostgreSQL 13 Cookbook

PostgreSQL 13 Cookbook

Vallarapu Naga Avinash Kumar
PostgreSQL High Performance Cookbook

PostgreSQL High Performance Cookbook

Dinesh Kumar, Chitij Chauhan
Mastering PostGIS

Mastering PostGIS

Dominik Mikiewicz, Michal Mackiewicz, Tomasz Nycz

Publisher Resources

ISBN: 9781788299329Supplemental Content