March 2023

Building a Custom Geocoding Service with Autocomplete using Python, PostGIS, and OpenLayers for Address Lookup

This tutorial will guide you through the process of building a custom geocoding API utilizing Python and PostGIS, enabling address searches on an OpenLayers map. In addition to implementing autocomplete functionality for a more user-friendly experience, we will also demonstrate how to zoom in to the selected address upon click. We will go through following …

Building a Custom Geocoding Service with Autocomplete using Python, PostGIS, and OpenLayers for Address Lookup Read More »

Geocoding and Reverse Geocoding in python using geopy

Geocoding is the process of converting an address into latitude and longitude coordinates. Reverse geocoding is the process of converting latitude and longitude coordinates into an address. In Python, there are several libraries available to perform geocoding and reverse geocoding, including Geopy and Google Maps API. In this tutorial, we’ll be using Geopy to geocode …

Geocoding and Reverse Geocoding in python using geopy Read More »

%%footer%%