Awesome. Really great job. Congrats. I wish I could use R to do this. I need to create a very simple map just highlighting some particular rivers, such as Elbe, Danube, Vistula, Rhine and so on, but I have no idea where to start from. Any insights?
@@arieldome530 Hey Ariel, I cover the bounding box in this tutorial: ua-cam.com/video/qTDf5VVnjMM/v-deo.html. For specific bounding box measures, you could use, for example: bboxfinder.com/#0.000000,0.000000,0.000000,0.000000
Hello sir. I hope you are doing great. I'm a map Animator and literally I want to learn it. Can you let me know which language is this or provide me a road map so I can search further information on Google. Please sir.
Lovely, welcome aboard! This is R programming language and I have a tutorial that helps you set it up in VSCode. You can check it out here: ua-cam.com/video/k79H8EeR5Jo/v-deo.htmlsi=_GiBJDPlMSL5QM3z
Thanks a lot for sharing this valuable knowledge.. The load_rivers( ) is taking too long, God knows if it ever will be done.😂😭. Any approximate time, coz its been an hour now?????
Ahhh, it sucks that it takes so long to load the shapefiles. Those files are quite large. I wonder if you could decompose `load_rivers` and run one line of the code at a time
It sounds like an issue with loading the whole file. Meanwhile, I published a tutorial on using the bounding box to load only a portion of the file here: ua-cam.com/video/fIOCVCxh2B8/v-deo.html
Fantastic work Milos,
I immensely appreciate that, my gratitude!
Thank you Milos. This is a great. I am amazed by your commitment and dedication.
Thank you so much for your encouraging words!
Many thanks for doing this. Maps are difficult due to many parameters and settings. Great please continue
Thanks for your encouragement!
Great tutorial Milos! Looking forward to the next one!
Thanks, you're such an inspiration to me!
Very understandable. Keep it up. ❤️
Much obliged ❤️
Thank you!
My pleasure 😄
Awesome. Really great job. Congrats. I wish I could use R to do this. I need to create a very simple map just highlighting some particular rivers, such as Elbe, Danube, Vistula, Rhine and so on, but I have no idea where to start from. Any insights?
9:13 One can use `case_match` instead of `case_when` now
Perfect, I'll implement this solution in my future tutorials!
Hello again Milos, may I know how you get the minimum and maximum latitude/longitude of a specific area?
I really don't understand the getting_bounding_box part especially those minimum and maximum long/lat, i really don't know to get the values for asia
@@arieldome530 Hey Ariel, I cover the bounding box in this tutorial: ua-cam.com/video/qTDf5VVnjMM/v-deo.html. For specific bounding box measures, you could use, for example: bboxfinder.com/#0.000000,0.000000,0.000000,0.000000
How long does the load rivers() part take? It's been hours already, any idea? any alternative?
Yes, there is and it's passing the bounding box of interest to sf::st_read. You can find the application here: ua-cam.com/video/fIOCVCxh2B8/v-deo.html
Hello sir. I hope you are doing great. I'm a map Animator and literally I want to learn it. Can you let me know which language is this or provide me a road map so I can search further information on Google. Please sir.
Lovely, welcome aboard! This is R programming language and I have a tutorial that helps you set it up in VSCode. You can check it out here: ua-cam.com/video/k79H8EeR5Jo/v-deo.htmlsi=_GiBJDPlMSL5QM3z
Hi Map Master! 🗺️🗺️🗺️
Hello talented @Maps.Interlude and good to see your excellent work featured on YT! Subscribed to your channel and hope to learn more from your dataviz
@@milos-makes-maps 🙏🙏🙏
Thanks a lot for sharing this valuable knowledge.. The load_rivers( ) is taking too long, God knows if it ever will be done.😂😭. Any approximate time, coz its been an hour now?????
Ahhh, it sucks that it takes so long to load the shapefiles. Those files are quite large. I wonder if you could decompose `load_rivers` and run one line of the code at a time
> load_rivers
It sounds like an issue with loading the whole file. Meanwhile, I published a tutorial on using the bounding box to load only a portion of the file here: ua-cam.com/video/fIOCVCxh2B8/v-deo.html
@@milos-makes-maps Thank you so much for your reply.