Extracting Google Maps Route as GIS Data

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

ความคิดเห็น • 21

  • @dyangis
    @dyangis ปีที่แล้ว

    Terimakasih pak

    • @GEO2004
      @GEO2004  ปีที่แล้ว

      Sama sama

  • @crawdadds
    @crawdadds ปีที่แล้ว

    What's the benefit in exporting a route from Google maps only to put it back in Google maps?

    • @GEO2004
      @GEO2004  ปีที่แล้ว

      That is just a quick demonstration to visualize the extraction result, you can use other software that has ability to open gpx file (and most of the GIS software have this ability)

    • @crawdadds
      @crawdadds ปีที่แล้ว

      @@GEO2004 Do you have a video that turns a GPX into a shapefile w/projection for ArcMap Pro(not Online)?

    • @GEO2004
      @GEO2004  ปีที่แล้ว

      I am not, however there are other videos in youtube about, or may be I can make one about it later

    • @QuranicAura197
      @QuranicAura197 4 หลายเดือนก่อน

      @@crawdadds bro you can use GPX to Feature tool to convert your GPX file to Shapefile in ArcMap and ArcGIS Pro

  • @NahqiaMilzia-jd1qn
    @NahqiaMilzia-jd1qn 5 หลายเดือนก่อน

    Pak kalo untuk ekstraks data jaringan jalan beserta jenisnya (satu arah atau dua arah) satu kota bgmn ya caranya?

    • @GEO2004
      @GEO2004  5 หลายเดือนก่อน

      Datanya google maps? Secara langsung Ga bisa, karena closed source,
      Kalau pakai pendekatan routing bisa, tapi harus pakai layanan google routing API dan harus aktifkan billing di google cloud platform pake kartu kredit, nanti per hari bisa dapat 2500 free API calls kalau ga salah,lebih dari itu bayar kena billing.
      Itu baru satu hal, berikutnya, harus bikin kode di python untuk melalukan routing secara iteratif berdasarkan titik koordinat origin - destination yang anda juga harus pikirkan sendiri bagaimana cara membuatnya,
      Nampak rumit? Memang! Apakah ada alternatif data lain, ada, openstreetmap, tapi tentu datanya tidak selengkap google.

    • @NahqiaMilzia-jd1qn
      @NahqiaMilzia-jd1qn 5 หลายเดือนก่อน

      @@GEO2004 oh berarti tidak bebas bayar ya pak. Utk di osm saya sdh cek namun di daerah yg saya akan teliti hanya sedikit yg ada keterangan apakah jalan x satu arah atau tidak. Saya kepikiran utk digitasi manual mengikuti arah tapi krn butuh data level kota jd blm saya lakukan

    • @GEO2004
      @GEO2004  5 หลายเดือนก่อน

      Ini kepentingannya untuk network analysis? Kalau iya,ga usah sampai digit lagi, tinggal set up kode arah di atribut saja trus input kode arah per ruas jalan.

    • @NahqiaMilzia-jd1qn
      @NahqiaMilzia-jd1qn 5 หลายเดือนก่อน

      @@GEO2004 betul pak utk network analysis. Berarti tahapannya: unsuh data dr osm - tambah field baru - identifikasi jalan apakah oneway/tdk. Utk data jalan yg satu arah dr osm didigitasi sesuai dengan kemana arah jalan tsb menuju ya pak?

    • @GEO2004
      @GEO2004  5 หลายเดือนก่อน

      Untuk arah tinggal bikin field lgi

  • @MordyTeam
    @MordyTeam ปีที่แล้ว

    How to use my lot data to see the location of it in Google map?

    • @GEO2004
      @GEO2004  ปีที่แล้ว +1

      Export them as KML

    • @MordyTeam
      @MordyTeam ปีที่แล้ว

      @@GEO2004 the lot data is still written in paper. How to write it on excel? Is there a video where there's a tutorial please?

    • @GEO2004
      @GEO2004  ปีที่แล้ว +1

      The most important things would be to separate the latitude and longitude as different fields/columns, and use decimal degrees format for coordinates, you can further googling about the decimal degrees format.

    • @MordyTeam
      @MordyTeam ปีที่แล้ว

      @@GEO2004 thank you so there will be only two columns? Correct? I think I can write that in excel

    • @GEO2004
      @GEO2004  ปีที่แล้ว

      Yes, the other data also must be separated into different columns, this is optional depending on your needs.

  • @manhlinhbui6731
    @manhlinhbui6731 11 หลายเดือนก่อน

    Could you share your source code? Thank you

    • @GEO2004
      @GEO2004  11 หลายเดือนก่อน

      Sure