How to make a river map of Europe in R

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 29

  • @ahmedyaaqoub3234
    @ahmedyaaqoub3234 11 місяців тому +1

    Fantastic work Milos,
    I immensely appreciate that, my gratitude!

  • @kwizeralambert1316
    @kwizeralambert1316 Рік тому +3

    Thank you Milos. This is a great. I am amazed by your commitment and dedication.

  • @SassePhoto
    @SassePhoto Рік тому +1

    Many thanks for doing this. Maps are difficult due to many parameters and settings. Great please continue

  • @AleksPopovic
    @AleksPopovic Рік тому

    Great tutorial Milos! Looking forward to the next one!

  • @sandunpriyankarasomarathna9281

    Very understandable. Keep it up. ❤️

  • @LauraPeculiar
    @LauraPeculiar Рік тому +1

    Thank you!

  • @rogerionobrega6889
    @rogerionobrega6889 Рік тому +1

    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?

  • @andrea-mj9ce
    @andrea-mj9ce Рік тому +1

    9:13 One can use `case_match` instead of `case_when` now

    • @milos-makes-maps
      @milos-makes-maps  Рік тому +1

      Perfect, I'll implement this solution in my future tutorials!

  • @arieldome530
    @arieldome530 Рік тому +3

    Hello again Milos, may I know how you get the minimum and maximum latitude/longitude of a specific area?

    • @arieldome530
      @arieldome530 Рік тому +1

      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

    • @milos-makes-maps
      @milos-makes-maps  Рік тому +1

      @@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

  • @martipujolar7466
    @martipujolar7466 9 місяців тому

    How long does the load rivers() part take? It's been hours already, any idea? any alternative?

    • @milos-makes-maps
      @milos-makes-maps  9 місяців тому

      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

  • @proeffect454
    @proeffect454 8 місяців тому +1

    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.

    • @milos-makes-maps
      @milos-makes-maps  8 місяців тому

      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

  • @maps.interlude
    @maps.interlude Рік тому +1

    Hi Map Master! 🗺️🗺️🗺️

    • @milos-makes-maps
      @milos-makes-maps  Рік тому

      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

    • @maps.interlude
      @maps.interlude Рік тому +1

      @@milos-makes-maps 🙏🙏🙏

  • @Aaqib..
    @Aaqib.. Рік тому +1

    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?????

    • @milos-makes-maps
      @milos-makes-maps  Рік тому

      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

  • @himadrisekharhaldar9071
    @himadrisekharhaldar9071 7 місяців тому

    > load_rivers

    • @milos-makes-maps
      @milos-makes-maps  7 місяців тому

      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

    • @himadrisekharhaldar9071
      @himadrisekharhaldar9071 7 місяців тому

      @@milos-makes-maps Thank you so much for your reply.