Skip to content

October 2022

How-to: Geographical visualization of a route or road path such as bus transits

This tutorial shows how to visualize an interactive map in python. We visualize a map of polyline or a route or road map in python. We use an example of transit or bus route map to visualize in this blog.… Read More »How-to: Geographical visualization of a route or road path such as bus transits

Sorting spreadsheets based on one or multiple columns – quick solution for slow loading sheets in excel or google sheets

– simple code win in Python GIS tutorial Use-case: Sort a tabular data based on one or multiple columns using a simple and accessible python method. Specially useful for less technical background who may deal with a spreadsheet in excel… Read More »Sorting spreadsheets based on one or multiple columns – quick solution for slow loading sheets in excel or google sheets

How to determine if a coordinate locates within any distance from a reference point such as center of city – Python

Simple code project in Python GIS tutorial Use-Case:  I wanted to create consistency and customization in how geographical units such as city is defined in my data. I have a set of observation with their address coordinates within different cities… Read More »How to determine if a coordinate locates within any distance from a reference point such as center of city – Python