Hi Brad, you don't cease to amaze me. You're an awesome person. Your tutorials have always kept me abreast with developments in programming world world. I am still waiting for my Nativescript tutorial...:) God bless you and your family!
I know im randomly asking but does someone know of a trick to get back into an instagram account?? I was stupid forgot my account password. I would appreciate any assistance you can give me
@Oscar August Thanks so much for your reply. I found the site through google and Im in the hacking process now. I see it takes a while so I will reply here later when my account password hopefully is recovered.
Brad this is awesome!! I was just given an opportunity to join a company to get experience, it's kind of a student job, and the first thing they gave me is to build an app that involves GIS and API and yesterday I was so frustrated thinking here my chance goes away. I was literally looking at the google search bar all evening didn't know what to search for. and then I looked at your channel begging something related to what I should create will be there cos you're the only instructor that I can understand and actually do things as a result of your tutorials. and suddenly I ran into this video!!! Thank you so much!!! I think if it wasn't for you I would have given up the web development area a long time ago I owe you everything!!!! sorry for the long comment
Hi Brad, I was wondering if it's possible for you to do a video Tutorial about a e-commerce website. Showing us what are the best programming language for a e-commerce website and all the steps need it. Best of lucky and please never stop uploading videos.
Brad, this is a great introduction for integrating python and leaflet. Greatly appreciate the effort put into this tutorial and look forward to other GIS (mapping) examples in the future.
This was awesome!! I was trying out a map using Bokeh and it was driving me crazy at 2 in the night. Then I saw this video and managed to get some sound sleep and brilliant visualizations!
You just displayed to me the solution to the single biggest thing I definitely wanted to include into my project but had absolutely no idea how. Hot damn, thank you so much !
This is my first video regarding maps integration in python/django - and there could have been no better start. The pace/content/presentation - spot on. Keep spreading the knowledge. On a side note, how to integrate folium with django so that it gives me back a DIV(as opposed to html) which I can integrate with index.html, for example.Any pointer will be a great starting point.
Nice tutorial!! I just wanted to point out that there is a mismatch between the data you have in us_unemployment.csv (31:52) and the resulting choropleth (see Iowa [IA] for the most extreme example). I think this might be a type error from manually inputting the ID.
Very helpful video! Quick question.. how to show the explorer window on the left of VSCode? I tried to change the display but didn't find the correct way of doing so.
Great video!! Would it be possible to create on a RPi a Python program using a GPS sensor input. When now the RPi is moved and its location is equal to a given location stored in a GEO-JSON file then the RPi executes a task (example Led-ON)
Brad, I am using leaflet. Would you know how to get a bounding box from a user's selection? Meaning they can draw a box around an area/region and I need to capture the lower left and upper right corners.
Hi Brad, thanks for this tutorial. I´m learnig python and folium and I have a question: how can i do to filter data on geojson objetc? Geojson has a lot of elements, and I need query for only few of them, something like "where" in SQL (where field = value).
this video is awesome!! also i thought you were wearing a black pirate hat at first because of your chair outline
3 роки тому
Hello, can we instantly reflect the data coming from a GPS module on the map? In sample raspberry pi circuit. how can we integrate? do you have any solution ideas? I can currently read the GPS data on raspberry pi.
I'm having trouble installing the folium module. It's in my pip list but when I run the import folium line, it sends back an error saying "unable to import 'folium'." Any ideas as to why this is happening? Great video though!
Can the maps be saved to files other than .html files? I'm working on a personal project which is non-web software - how would I generate a map for it?
Very useful video from our teacher Brad. How can you make the information in the map dynamic? Such that a user can login and contribute the information? Just like we do on google maps?
Just did a project on this. Could you by any chance dig a bit deeper into this? Seems very interesting and would love to see your take on exploring this JS.
Hello Brad, I am looking for pointers on developing something active like norse attack map based on some data source from syslog or apache access log. Kind regards
Hi Brad! This is awesome. Although I have a question. How can I put multiple colors on different coordinates in the same state on the folium map? I mean like, lets say I want to show the temperature on Iowa state which is different in north and south, how could I specify different colors for those?Thanks
Folium Error, Help!! im trying since too long to install folium but the module is never found when i run the app even though it is installed and inside the python/site-packages. what should i do? thanks a lot
Fantastic Video! I have my map up and working great! Does anyone know how to add this to a layer on an existing map? It is saying it has to go to the map object directly instead of a feature group.
Hey Brad According to you which MacBook should I buy for Android and iOS development. Which can support react-native emulators, flutter Framework applications and python machine learning.
Question for you: any experience using Pyinstaller to create an exe when also using folium in your script? I've been reaching out to anyone I can find that has experience with folium to see if they've ever successfully packaged their script into an exe without folium throwing an error. Any suggestions or solutions you may be able to offer would be much appreciated.
Hey guys, any idea why my generated html isn't showing the map at all? It's just gray stuff when I opened the html file. The only code I have in it is import folium import pandas as pd # Make an empty map m = folium.Map(location=[42.3601,-71.0589], tiles="Mapbox Bright", zoom_start=5) # Save it as html m.save('mymap.html')
Hey, I have a question, I have multiple shp files and I want to use python to read and plot them or at least convert the shp into a geojson and to pandas df. I tried them all but l can't get what I want, which Lib I need ? Thank you I love your channel
Thanks for the tutorial, Brad! How do you find Python as opposed to PHP now after some time with the language? And ain't you gonna make a Django REST Framework + React course or at least a video? Not much lessons on this stack which is very powerful.
Hey thanks for the tutorial. I tried to replicate it with the same data and same code - and it was a success - I got the map with appropriate shading. BUT - the legend came out BLACK in colour. Any ideas on how to resolve it?
Hey really cool intro as always. Is it somehow possible to use the html file created and bind actions with front end framework ? Say I want the to have the itinerary to this location for example. If it is not possible do you have alternatives ?
Anyone else getting an error with the geoJson.io data? when getting the geoJson .io data and putting it in a JSON file and trying to draw a line, I get the error. JSONDecodeError: Expecting value: line 1 column 1 (char 0) I can create the map and the html file, but when I, VARIABLE = os.path.join(FILE_PATH) folium.GeoJson(VARIABLE, name='some_name').add_to(m)
hi guys, I am writing this code import folium m=folium.Map(location=[28.015824,73.331121],zoom_start=20) m.save("folium.html") but I couldn't see the map after running it.
Hello sir traversy, i can loudly say you are amazing mentor, Request loop :- can you please make an project on angular, as i had already requested one two times, thanks
This is all good but when you add multiple choropleth maps in the single layercontrol it creates multiple legends which cover the entire map area. Which is a pain.
i have to be honest dude your projects have been the biggest help to my career
That's awesome and it's why I do this :)
Hi Brad, you don't cease to amaze me. You're an awesome person. Your tutorials have always kept me abreast with developments in programming world world. I am still waiting for my Nativescript tutorial...:)
God bless you and your family!
I know im randomly asking but does someone know of a trick to get back into an instagram account??
I was stupid forgot my account password. I would appreciate any assistance you can give me
@Cairo Francis instablaster =)
@Oscar August Thanks so much for your reply. I found the site through google and Im in the hacking process now.
I see it takes a while so I will reply here later when my account password hopefully is recovered.
@Oscar August It worked and I finally got access to my account again. Im so happy!
Thank you so much, you really help me out !
@Cairo Francis Glad I could help =)
Brad this is awesome!! I was just given an opportunity to join a company to get experience, it's kind of a student job, and the first thing they gave me is to build an app that involves GIS and API and yesterday I was so frustrated thinking here my chance goes away. I was literally looking at the google search bar all evening didn't know what to search for. and then I looked at your channel begging something related to what I should create will be there cos you're the only instructor that I can understand and actually do things as a result of your tutorials. and suddenly I ran into this video!!! Thank you so much!!! I think if it wasn't for you I would have given up the web development area a long time ago I owe you everything!!!! sorry for the long comment
Best programming teacher on UA-cam. Thanks for amazing tutorials.
Hi Brad, I was wondering if it's possible for you to do a video Tutorial about a e-commerce website. Showing us what are the best programming language for a e-commerce website and all the steps need it.
Best of lucky and please never stop uploading videos.
Followed your tutorial and worked perfectly for me.Thank you very much & you demonstrated the power of collaboration.
Brad, this is a great introduction for integrating python and leaflet. Greatly appreciate the effort put into this tutorial and look forward to other GIS (mapping) examples in the future.
This was awesome!! I was trying out a map using Bokeh and it was driving me crazy at 2 in the night. Then I saw this video and managed to get some sound sleep and brilliant visualizations!
Thank you so much. My mind is more lightened and gonna build my own app for spatial analysis
7mins in and already more useful than my python college class
You just displayed to me the solution to the single biggest thing I definitely wanted to include into my project but had absolutely no idea how. Hot damn, thank you so much !
Brad, Love this tutorial it’s clear, concise, relevant and easy to follow and implement.
Hi Guys, where can I find JSON file with co-ordinates for India? Just like he has at 24:05 Thanks in advance.
Best introduction to this stuff I've found - thanks!!!!
Your tutorials are absolutely amazing. This one really inspired me for some new projects. Thank you!
Brad, you are amazing. I have been learning so much from you.
Thanks for every single bit you have taught me.
Awesome Brad. You make this stuff easy for us.
This is my first video regarding maps integration in python/django - and there could have been no better start. The pace/content/presentation - spot on. Keep spreading the knowledge.
On a side note, how to integrate folium with django so that it gives me back a DIV(as opposed to html) which I can integrate with index.html, for example.Any pointer will be a great starting point.
Nice tutorial!! I just wanted to point out that there is a mismatch between the data you have in us_unemployment.csv (31:52) and the resulting choropleth (see Iowa [IA] for the most extreme example). I think this might be a type error from manually inputting the ID.
Amazing! Excellent! And all *without* the Google Maps API. Thank you!
Hello Brad, simple and clear explanation about the FOLIUM library. Thank you.
Hi brad i am following your Node.js, Express and MongoDB Dev to Deployment from safaribooks many things to learn thank you and god bless you
Hi! You inspired me to create my own programming videos! Thank you so much :-)
Gute Videos übrigens ;)
folium is simply amazing :P AMAZING TUTORIAL !!
Very helpful video! Quick question.. how to show the explorer window on the left of VSCode? I tried to change the display but didn't find the correct way of doing so.
Great job bro, folium.Choropleth is the new way to start the function as of 3/29/2020.
Love the way this guy says, "marker".
thanks for your versatility
Brad, thanks for this amazing intro. Very beautiful
Where does that HTML file gets saved (3:40).. Can anyone help with the locaation
It's saved in the current directory (for example, in this video, it's in the directory where Brad has the map.py program.) 😊
Great video!!
Would it be possible to create on a RPi a Python program using a GPS sensor input. When now the RPi is moved and its location is equal to a given location stored in a GEO-JSON file then the RPi executes a task (example Led-ON)
Nice library and nice tutorial, as always.
Thank you sir 😍 I need more python videos like this
Hey Brad, could you show how to do the map inside a in an already existing page.
I'm not sure if i have to use flask and views to do this.
Thanks!
Have you placed any video on wms service, and classifying features from popup
Brad, I am using leaflet. Would you know how to get a bounding box from a user's selection? Meaning they can draw a box around an area/region and I need to capture the lower left and upper right corners.
Great project and video, thankss for share!!!
Hi Brad, thanks for this tutorial. I´m learnig python and folium and I have a question: how can i do to filter data on geojson objetc? Geojson has a lot of elements, and I need query for only few of them, something like "where" in SQL (where field = value).
I wish there were 10 more Brads
Thanks but my wife would hate that :)
@@TraversyMedia hahaha😂😂😂
this video is awesome!! also i thought you were wearing a black pirate hat at first because of your chair outline
Hello, can we instantly reflect the data coming from a GPS module on the map? In sample raspberry pi circuit. how can we integrate? do you have any solution ideas? I can currently read the GPS data on raspberry pi.
Hi Brad, I'm a novice just starting out with coding. Can you tell me which IDE you're using in this video? It looks rather neat!
I'm having trouble installing the folium module. It's in my pip list but when I run the import folium line, it sends back an error saying "unable to import 'folium'." Any ideas as to why this is happening? Great video though!
Can the maps be saved to files other than .html files? I'm working on a personal project which is non-web software - how would I generate a map for it?
Can you use leaflet.js without python, like with normal webpage(html, css and js)
Very useful video from our teacher Brad.
How can you make the information in the map dynamic?
Such that a user can login and contribute the information? Just like we do on google maps?
Just did a project on this. Could you by any chance dig a bit deeper into this? Seems very interesting and would love to see your take on exploring this JS.
Hello Brad, I am looking for pointers on developing something active like norse attack map based on some data source from syslog or apache access log. Kind regards
Thank you Brad.. really useful stuff as always :)
Nice one! I was just looking for an alternative for the Google Maps API...
Is the map viewable only on the local machine? Can you send the HTML to someone to view?
Real-time map is it possible to do without refresh when loading new data?
Hi Brad! This is awesome. Although I have a question. How can I put multiple colors on different coordinates in the same state on the folium map?
I mean like, lets say I want to show the temperature on Iowa state which is different in north and south, how could I specify different colors for those?Thanks
Folium Error, Help!! im trying since too long to install folium but the module is never found when i run the app even though it is installed and inside the python/site-packages. what should i do? thanks a lot
This is awesome! thanks you for sharing!
Nice, I'm trying to rank airports based on the number of routes that travel to them. I want to generate a map to display this information. Thank you!
What text editor is this? I'm loving the auto-fill suggestions that come up
VS CODE
Is it possible to create a rep locator with this method with a DB? google maps API now charges a lot of money to use their maps?
Fantastic Video! I have my map up and working great! Does anyone know how to add this to a layer on an existing map? It is saying it has to go to the map object directly instead of a feature group.
Exellent video!!!
I was asking myself if you could show us how to make a popup when we read a geojson polygon file for example
Thank you !!
I know this was a long time ago, but can you add functionality to these markers such as when a marker is clicked it calls a function in your program
Hey Brad According to you which MacBook should I buy for Android and iOS development. Which can support react-native emulators, flutter Framework applications and python machine learning.
Brad you the best.
Thanks i love the python tutorials! thanksssss
is there a way to change the location that the file is saved at?
how to add tooltip feature on polyline ..I need to show some information between two place can I add text on line ??
Just wonder, did u got a solution !?
Question for you: any experience using Pyinstaller to create an exe when also using folium in your script? I've been reaching out to anyone I can find that has experience with folium to see if they've ever successfully packaged their script into an exe without folium throwing an error. Any suggestions or solutions you may be able to offer would be much appreciated.
is it posible to use Python Folium & Leaflet.js in raspberry pi 3 model b+? to create offline map there
Hi, yes, thats possible. Just use Python & Folium library offline on raspberry.
@@tech-letters thanks bro
Hey Brad, whats your next course on Udemy?
Im doing an entry point to the rest of my courses. It will be on html5, css3 with the grid, flex, animation, Sass, UI building, etc
@Malik Bagwala about 1 month from now.
Just like Jonas course
Hey guys, any idea why my generated html isn't showing the map at all? It's just gray stuff when I opened the html file. The only code I have in it is
import folium
import pandas as pd
# Make an empty map
m = folium.Map(location=[42.3601,-71.0589], tiles="Mapbox Bright", zoom_start=5)
# Save it as html
m.save('mymap.html')
Thank you so much for the tutorial!
First as always. Great project! I will be doing this one today.
Ramsey,
have you created a super natural algorithm that reads UA-camrs minds to see when they are going to upload? :) lol thanks for watching
how can i make a popup when i select on one governorate? thank you
Csn you make marker as a box?
Just wanna ask if you can create a video about displaying a real time graph using PHP/AJAX and save the data on MySQL? Thanks.. :D
Hi Brad, could you please make video to integrate Django with folium, i tried searching in net but not found any good reference.
Hey, I have a question, I have multiple shp files and I want to use python to read and plot them or at least convert the shp into a geojson and to pandas df. I tried them all but l can't get what I want, which Lib I need ? Thank you I love your channel
Try geopandas library
I get a "codec can't decode byte 0x90" error when I try link my geoJson file
Thanks for the tutorial, Brad! How do you find Python as opposed to PHP now after some time with the language?
And ain't you gonna make a Django REST Framework + React course or at least a video? Not much lessons on this stack which is very powerful.
Hey thanks for the tutorial. I tried to replicate it with the same data and same code - and it was a success - I got the map with appropriate shading. BUT - the legend came out BLACK in colour. Any ideas on how to resolve it?
Sir how can I resize my map same as the size of device screen?
Hey really cool intro as always.
Is it somehow possible to use the html file created and bind actions with front end framework ?
Say I want the to have the itinerary to this location for example.
If it is not possible do you have alternatives ?
Can it be used as a power Bi Visual?
Do you know a similar theme used in VS code for Atom?
Anyone else getting an error with the geoJson.io data? when getting the geoJson .io data and putting it in a JSON file and trying to draw a line, I get the error.
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I can create the map and the html file, but when I,
VARIABLE = os.path.join(FILE_PATH)
folium.GeoJson(VARIABLE, name='some_name').add_to(m)
Oh wov! it is awesome! thank you so much!
Can I add folium to installed apps in django?
Awesome stuff!
Please some ionic 4 projects.
Thank You
Cords from epsg.io/ does not work?
hi guys, I am writing this code
import folium
m=folium.Map(location=[28.015824,73.331121],zoom_start=20)
m.save("folium.html")
but I couldn't see the map after running it.
Hello sir traversy, i can loudly say you are amazing mentor,
Request loop :- can you please make an project on angular, as i had already requested one two times, thanks
Smthing is Crazy ! and Thank a lot "SIR" !
This is all good but when you add multiple choropleth maps in the single layercontrol it creates multiple legends which cover the entire map area. Which is a pain.
How WMS service will consume in django.
Brad, thank you.
Where can I find the whole code of this tutorial
Well, this is awesome... Thanks.
Hey can we use this for production
HI brad , please make video to explain, steps for to be web dev , i have HTML, CSS but i don’t know what the next step
Great thank YOU! for this video!!!