Techno Blender
Digitally Yours.
Browsing Tag

GeoJSON

How to Display Data From GeoJSON Files Using the Folium Python Library | by Andy McDonald | Feb, 2023

Creating Interactive Maps of UKCS Oil and Gas Field OutlinesPhoto by Aksonsat Uanthoeng, downloaded from Pexels.Folium is an excellent python library that makes it easy to visualise geospatial data on interactive maps using the power of Leaflet.js. In my previous article, I covered how to display individual markers on a folium map, but we can use folium also display data that has been stored within a GeoJSON file.GeoJSON is a commonly used file format for storing geospatial data and uses JavaScript Object Notation. These…