Build a Map Web Application in Django for data presentation using heatmaps

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 27

  • @oraibiimabibo4886
    @oraibiimabibo4886 Год назад

    This Tutorial is amazing! Easy to understand and follow, using this for my project and wow!

  • @ujjwalkumarsingh7374
    @ujjwalkumarsingh7374 Год назад

    Great thanks you for your teaching ❤

  • @Gorlung
    @Gorlung 3 года назад +1

    Thank you, Kenneth! The video was very helpful for my environmental project. I am going to use external MySQL database with collected data in the model.

  • @kwamikudawoo7827
    @kwamikudawoo7827 3 года назад

    You are making me learn new stuff with your video

  • @oparesimon
    @oparesimon 3 года назад +2

    So the COVID thing, ibi so them do am? Hahahaha. God bless you bro. More vim.

    • @KenBroTech
      @KenBroTech  3 года назад

      Pretty much so. In subsequent videos, I will extend on this to add more functionality

  • @codedjango
    @codedjango 3 года назад +1

    Great tutorials....just discovered your channel and subscribed :)

    • @KenBroTech
      @KenBroTech  3 года назад

      Thanks bro for the love and support

  • @bricesaah7818
    @bricesaah7818 3 года назад +1

    Up and running

  • @MrBPLIM
    @MrBPLIM 3 года назад

    Good job !!!! Just subscribed !

  • @baxtiyorislomov9053
    @baxtiyorislomov9053 2 года назад

    thank you kenbro!

  • @francisodero8793
    @francisodero8793 3 года назад

    Thank you ,I have been looking for a way on how to create a heat map in Django and kindly do for clustering too

  • @jackowuor4016
    @jackowuor4016 3 года назад

    Great job brother, keep it up.

    • @KenBroTech
      @KenBroTech  3 года назад

      Thanks bro for the love and support

    • @jackowuor4016
      @jackowuor4016 3 года назад

      I am in full stack software dev student.. I am loving your Chanel bro.

    • @jackowuor4016
      @jackowuor4016 3 года назад

      Where is ur email address

    • @KenBroTech
      @KenBroTech  3 года назад

      @@jackowuor4016 kbroni123@gmail.com

  • @blink_info
    @blink_info 3 года назад

    this video is amazing

  • @wiki-infodevelopment3369
    @wiki-infodevelopment3369 2 года назад

    how could I show labels (country names)?

    • @KenBroTech
      @KenBroTech  2 года назад

      You can use the tooltip and popup options for that. Better still, there is a wide range of options you can use. Kindly check on the folium website via python-visualization.github.io/folium/ for more information.

  • @oraibiimabibo4886
    @oraibiimabibo4886 Год назад

    M heat map appears but it only shows outside the map, why pls?

    • @KenBroTech
      @KenBroTech  Год назад

      Can you please elaborate on your problem.

    • @oraibiimabibo4886
      @oraibiimabibo4886 Год назад

      I went with markers instead and solved it. But my heat map was not sticking to assigned countries, it hung at the top of the map. Thx for the response! @@KenBroTech

  • @carlosa.8554
    @carlosa.8554 3 года назад

    Hey, Ken. This video is amazing, it helped me a lot. But I'm messing around with this function below, it's giving me an error of __init__() got an unexpected keyword argument 'strict', whe I try to add a record from the admin page.
    This is my function, just like yours in min 30:43:
    def save(self, *args, **kwargs):
    self.latitude = geocoder.osm(self.city).lat
    self.longitude = geocoder.osm(self.city).lng
    return super().save(*args, **kwargs)
    I'm stuck. I would really appreacite if you help me.

    • @KenBroTech
      @KenBroTech  3 года назад +1

      Kindly send me a snapshot of the code. And the error via kbroni123@gmail.com