React Geospatial Visualization with kepler.gl

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

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

  • @BHVampireLF
    @BHVampireLF 3 года назад +3

    Just what I needed!!! I spent the whole day with google maps and tons of chart libraries, and your video was the first place I saw that awesome tool. Thank you very much!!!

  • @kendallhayes4917
    @kendallhayes4917 4 года назад +4

    Thank you for this video & for being honest! Not a lot of dev RUclipsrs will admit that they don't know what a certain libraries method does at a granular level. Got a sub for that

    • @leighhalliday
      @leighhalliday  4 года назад +1

      Thanks Kendall!! Yea, I'm not trying to hide anything! Truthfully at work I work 90% of the time on the backend using Ruby on Rails, so this channel is very much about me learning frontend!

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

    Thanks for the video - everything is awesome: speed, details, scenario, voice!

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

    Leigh, thanks for this. New to JS, React, Redux and kepler...needless to say a bit of a learning curve. Built off of what you provided here. Thank you!

  • @dominikseljan3043
    @dominikseljan3043 4 года назад +2

    Great video Leigh! Can't wait to try this out soon when I'm gonna start working on my thesis for master's degree.

    • @leighhalliday
      @leighhalliday  4 года назад +1

      Thank you Dominik! Wow, masters! Impressive!! You can do it!

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

    Thanks, Leigh! You saved my day

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

    Man, I watched your video it's awesome, and I am thankful for sharing. Keeping coding

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

    Would it be possible to do a video on creating a map on Kepler and then showing how to add it to a React app by using the JSON export feature? That would be awesome to see! Love this video for just a basic idea

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

    I saved the html file before this issue, they were fine but now somehow saved html files also display nothing.

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

    This is awesome! Is there an option within kepler to use our own dataset for the geocoder? I have a csv file of 2.7M areas which I would like to integrated on the gegocoder search field so people can search for a location that exists in the csv. I believe the geocoder is using a dataset from mapbox by default.

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

    Hi Leigh,
    Thank you for sharing this video, it is easy to understand and helped me clear many doubts but facing one problem while trying to visualize with Hexbin or grid layer as shown in the end of the video. It is throwing with error in deck.gl saying cannot read the property. Will you help me with this?

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

    Since it uses Mapbox, we have to follow Mapbox pricing and limits ?

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

    how can we make mapstyles as default like what we need.Example:if i need to display heatmap as default is it possible

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

    when I create , it shows error: Uncaught Error: Could not find "store" in the context of "Connect(Container)". Either wrap the root component in a , or pass a custom React context provider to and the corresponding React context consumer to Connect(Container) in connect options.
    Everybody knows why? thankxxx

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

    What if I want to use HERE maps or OSM maps instead of MAPBOX how to do that? I went through the Documentation but am not able to do it!!

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

    Hi Leigh, can you please recommend a full stack of technologies. Such as what will be backend DB (Pg), Mapping Server, front end react, mapping framework Mapbox, analysis (keplerGL), Big Data (LoaderGL) etc

  • @KhangNguyen-ew6yl
    @KhangNguyen-ew6yl 3 года назад

    i'm getting this error while deploy your code
    Could not find "store" in the context of "Connect(Container)". Either wrap the root component in a , or pass a custom React context provider to and the corresponding React context consumer to Connect(Container) in connect options.

  • @vikrantnarayan6796
    @vikrantnarayan6796 4 года назад

    Hi Leigh! Amazing work. Is there a way to incorporate this into Angular, since most of our applications are built on that? Thanks in advance!

    • @leighhalliday
      @leighhalliday  4 года назад +2

      Thank you Vikrant! I am honestly not sure!! Sorry I can't be more help... it's been many years since I've worked with Angular, and never together with React.

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

    Thanks for your video

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

    Leigh Halliday, can I connect geojson in a similar way?

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

    Thanks, Leigh!

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

    Thank you for this video and I have a question about Mapbox token price.
    Should I pay for it if I over a certain amount of access times in Mapbox?

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

      Hey Sanghyeon! You get something like 50k free map loads... so I wouldn't bother until you're getting close to that. I'm sure they'll let you know :)

  • @Sarah2005u
    @Sarah2005u 4 года назад

    This is an awesome video, Thank you! I am new to React, when I run my application and put your code in it does not recognize the dependencies added in the package.json. Do I need to have them installed on my machine and run npm build for the project to recognize those imports in app.json?

    • @leighhalliday
      @leighhalliday  4 года назад +1

      Hey Sarah! Yes, I think you'd have to run either `yarn install` or `npm install` to download and install these dependencies on your computer.

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

      Hi Sarah2005u - I'm having the same issue, have already run "npm install" - did you recall what you did for a solution to this?

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

      @@mikeloose9270 its been a while I am pretty sure npm install did the trick.

  • @vasileturus
    @vasileturus 4 года назад

    You rock! As always!

    • @leighhalliday
      @leighhalliday  4 года назад

      Thank you very much d d :) Look for another vid this week!

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

    Thank you for this useful video. I don’t know react. Is it possible to do the same in angular app. Please reply

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

      Hey Jai! This is a react library by the folks at Uber, unfortunately it won’t work with Angular.

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

      @@leighhalliday thank you for the reply. Is it possible to run react and angular together .. any idea on this

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

      @@leighhalliday I just want to create 3d bar chart in map in angular. Do you know any other way of doing it ?

  • @wazy1852
    @wazy1852 4 года назад

    were you the one who shared the COVID data on reddit?
    great video btw!!

    • @leighhalliday
      @leighhalliday  4 года назад +1

      I don't think that was me, but thank you :D

    • @wazy1852
      @wazy1852 4 года назад

      @@leighhalliday sure! Keep on the good videos!

  • @saharilarshad1628
    @saharilarshad1628 4 года назад

    soo..Nice Leigh.. i had try, but why my basemap does not appear? had u faced this problem?

    • @leighhalliday
      @leighhalliday  4 года назад

      Hey Saharil! Thank you :) Is your MapBox API in there correctly?

    • @saharilarshad1628
      @saharilarshad1628 4 года назад

      @@leighhalliday thanks for the reply. Actually, how u put your API in .env.local file? because my when i check my API show style not found.. appreciate if u can show the example

    • @leighhalliday
      @leighhalliday  4 года назад

      Has to start with REACT_APP_

    • @saharilarshad1628
      @saharilarshad1628 4 года назад

      @@leighhalliday that part is done..haha.. i try follow your tutorial. one more things is data not appear.. even i try console.log the data still cant be reach.. may i know where are mistake i had made?

  • @programmingwithraza6491
    @programmingwithraza6491 4 года назад

    hi sir .. sir my mapbox token is not working i think thats why i am not able to see map on my reactapp .. ... can you pls tell me how can i fix it ..

    • @leighhalliday
      @leighhalliday  4 года назад +1

      Hey! Have you tried using console.log to see if your key exists? Also ensure that your container is 100% width, 100vh height...
      I shared the code I used, maybe you could use that as your starting point.

    • @programmingwithraza6491
      @programmingwithraza6491 4 года назад

      @@leighhalliday DONE IT Sir .... sir i have a question ? can i ask ?

    • @leighhalliday
      @leighhalliday  4 года назад

      Of course

    • @programmingwithraza6491
      @programmingwithraza6491 4 года назад +1

      @@leighhalliday sir if i want to show case of covid 19 in diffrent countries with different countries like in just in heatmap for eexample highest no of case will represent from red colour and then second highest case with black like that .... ... how can we do that ?

    • @programmingwithraza6491
      @programmingwithraza6491 4 года назад

      and another thing is if we want to do all this setting through code .. like filter with day with time or with country and if we don't want to show kepler.gl window on our page can we do it ? if yes then how can we do all these spec ?

  • @prateek5908
    @prateek5908 4 года назад +1

    Nice

  • @wobsoriano
    @wobsoriano 4 года назад

    This can be used for covid-19 mapping :)

    • @leighhalliday
      @leighhalliday  4 года назад

      Hehe, that's exactly what I mapped in this video!

  • @alberto.cartaxo
    @alberto.cartaxo 2 года назад

    Some coffee 10:21 😄

  • @CoryTheSimmons
    @CoryTheSimmons 4 года назад

    The Timeline Play view is awesome. So glad someone finally made that. But you forgot to enable this critical feature: ruclips.net/video/DbwlGv9SWfY/видео.html

    • @leighhalliday
      @leighhalliday  4 года назад

      Thank you Cory... fool me once, shame on me, fool me twice, shame on you!

    • @CoryTheSimmons
      @CoryTheSimmons 4 года назад

      @@leighhalliday Reminds me of that famous George W. Bush gaffe ruclips.net/video/oHg5SJYRHA0/видео.html