Bokeh: Maps and Geographic Plotting

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

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

  • @user-yh1wd1jb8v
    @user-yh1wd1jb8v Год назад

    plus if i want to expand the x and y range it would be a great help for my project

  • @user-yh1wd1jb8v
    @user-yh1wd1jb8v Год назад

    what is the 'k' that you defined in the code

  • @MrSubmital
    @MrSubmital 2 года назад +1

    Hey, great Video! I am currently working on a fairly similar project and I wonder if its possible to choose a different projection (in my case the Aitoff projection) in the figure. That would also include an elliptical plot. I havent found anything on that in the web. Can you help me out?

    • @DataScienceforEveryone
      @DataScienceforEveryone  2 года назад +1

      Personally, I would use Plotly if you are going to be using Aitoff projections. Take a look here: plotly.com/python/map-configuration/#map-projections
      Plotly and Plotly Express are very easy to use for making map projections with a ton of features.
      Let me know how it goes!