top of page

Jupyter Notebook Folium Map Project Part 1/3

  • Writer: Brian Clark
    Brian Clark
  • Nov 14, 2021
  • 1 min read

Right now, I'm building a map with Jupyter Notebooks. The code has no errors if you add the Volnoes.txt file to your Jupyter Notebook in the same folder of your .py folder. I saved this file as a Github gist which is a first for me.


Code Explained


So basically, I created a loop that loops through the latitude and longitude of Volcanoes.txt.



Here is a preview of the code below:


The coordinates on this text file are plotted on the map, and a green marker pops up.

I had trouble trying to get the map to show after copying the gist link.


Thanks for reading,


Update 12:24 AM 11/15/2021

I decided to share the Google Colab link below:



Credit: Sulce, A. (2021, November 13). The Python Mega Course 2022: Build 10 real-world programs. Udemy. Retrieved November 15, 2021, from https://www.udemy.com/course/the-python-mega-course.



Comments


bottom of page