GIS Python Tutorial: ArcPy Coding with VS Code and Conda

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

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

  • @BSplitt
    @BSplitt 2 ปีที่แล้ว +4

    I'm so disappointed that I can't like this video more than once. Fantastic stuff. I've been using Spyder for this sort of thing for over a year now, and couldn't stand its debugging interface. Thanks for showing how to use VS Code. PS, the way you ask questions mid-lecture is amazing. Keep that up.

    • @GIScienceRIT
      @GIScienceRIT  2 ปีที่แล้ว

      Thank you so much for your nice and feedback most appreciated I'm glad you found the videos useful in be sure to check out other videos on the channel, thank you again!

    • @zuric2008
      @zuric2008 2 ปีที่แล้ว

      I second the asking questions throughout the lecture. I feel compelled to also try to answer to reinforce my knowledge

    • @GIScienceRIT
      @GIScienceRIT  2 ปีที่แล้ว

      Awesome thank you for the feedback good to know that the questioning during the lecture was helpful

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

    This channel is amazing!! I struggled soo much just cloning the environment! This is just fantastic!!!!

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

      Thank you! Great to hear you found the video useful 👍🏿

  • @ibriefer
    @ibriefer 2 ปีที่แล้ว

    Pretty awesome to find useful content for me coming from my undergrad school :)

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

    Great information !! .. thank you for sharing your knowledge

    • @GIScienceRIT
      @GIScienceRIT  2 ปีที่แล้ว

      My pleasure! I think if you can really get everything to show you in this video to work, you'll really be on your way to doing much more advanced python coding in the context of GIS,, thanks so much for your comment and support of the channel!

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

    Very useful. Thank you for sharing.

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

      My pleasure, be sure to check out the other videos on the channel, thanks for the support!

  • @AndreaS-xp6op
    @AndreaS-xp6op 2 ปีที่แล้ว

    I agree with the other commenters ... I'd like this video a thousand times if I could! Thank you for sharing :)

    • @GIScienceRIT
      @GIScienceRIT  2 ปีที่แล้ว

      Thank you very much and be sure to check out other videos on the channel to grow your GIS skills!

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

    Great content.

    • @GIScienceRIT
      @GIScienceRIT  2 ปีที่แล้ว

      Thank you! Watch for more python videos from the channel thanks again for the support!

  • @irenew.3441
    @irenew.3441 2 ปีที่แล้ว

    I really enjoyed watching your videos about programming in python. As a physical geographer I'm used to working with GIS software but I have to force myself to use python more often, so thanks a lot for these awesome videos :) is there a specific reason why you first create a shapefile and fill in the information of the csv later ? why don't you just create a shapefile out of the csv with the XYTableToPoint tool?

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

      Hello, thank you for your comment. This is a good observation you've made. I use that example simply to demonstrate programmatic Concepts. Like Computing in general, there's always multiple ways that you can achieve an end goal. However, I would encourage you to start thinking 'computationally'. For example how can you string together multiple processes using Code as opposed to relying on button pushing and software. So for example you might expand upon the code to create and populate a shape file from CSV to do some kind of processing of the content of the CSV before it goes into the shape file, something that you couldn't do we simply using the XY table tool. Thanks again for your comment and be sure to subscribe to the channel and hit the notification icon.

    • @irenew.3441
      @irenew.3441 2 ปีที่แล้ว

      @@GIScienceRIT thank you for your answer! Yes, I think that's my main problem. I'm so used to the normal 'in software' way, that it's hard for me to think computationally. May I ask, if the table to point tool is the right way, when you have a huge .csv and need all the information? My goal would be to make a spatial join with a polygon shapefile to give my csv point data even more information. Thank you so much, I already suscribed your channel and I'm happy to learn more about python!

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

      Yes you could use that tool I would also encourage you to look into the model builder tool to string together the two processes into one workflow and then eventually you can take the model and Export it out as a python script, see other videos on the channel That discuss that topic

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

    This is great content. I'm preparing for my programming exam for Arcpy libraries in GIS. Is there any way I can get access to a similar shapefile data?

    • @GIScienceRIT
      @GIScienceRIT  2 ปีที่แล้ว

      Hello, thank you for your comment, not exactly clear what you're asking but if you look in the comments section of the video, you'll find the link to where you can download all the data sets, slides and code used in the video. Thanks for your comment I'm glad the video was useful for you and be sure to subscribe and hit the notification icon, thank you again.