Tagged: Python

Effective geocoding in Python free of charge

In this short text, I would like to share my approach regarding the simple Python geocoding tool. This tool is completely free and I’ve implemented some elements for its usability, which should make it...

Folium Draw plugin – extended functionality

The Draw is a very nice plugin dedicated to anyone who wishes to draw editable vectors on the Folium map. It’s a comprehensive plugin, that can add lines, polylines, polygons, rectangles, circles, circlemarkers, and...

Styling on-click marker on Python Folium map

Recently I’ve explained to you how to launch Google Street View from any place on the Folium map. Today it’s the time for continuation – styling the on-click marker, which can be applied to...

Opening Street View with Python Folium map

Folium is a powerful Python library dedicated to geospatial data visualization. Its major engine is based on Leaflet – an open-source JavaScript library for mobile-friendly interactive maps. There are a lot of sources on...

KMZ to KML – quick conversion with Python

In this short text, I would like to mention a couple of steps to the successful conversion of the Google Earth files between the .kmz and .kml. As we know, the .kmz file is...

Easy way to create the KML files with Python

There are quite a few ways allowing us to create the .kml file for Google Earth and Google Maps. The solution presented here is not quicker, but for sure quite convenient for someone, who...