HOW TO PRODUCE A SURVEY PLAN USING QGIS SOFTWARE (SECTION 1)

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

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

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

    This video is easily one of my favourite tutorials on RUclips. Thanks, Ruth.

  • @charlesphilip2094
    @charlesphilip2094 Месяц назад

    Good Work. But why not use Advance Digitizing Function on the QGIS . Remember you are using local projection of Minna.

  • @Ruthekeh
    @Ruthekeh  2 года назад +7

    Below is the python code for running the bearing and distances in degrees, minutes and seconds
    concat(floor(degrees(azimuth(start_point($geometry), end_point($geometry)))), '° ',
    floor(degrees(azimuth(start_point($geometry), end_point($geometry)))*60 % 60), ''' ',
    degrees(azimuth(start_point($geometry), end_point($geometry)))*3600 % 60, '''')

  • @silverwolf1018
    @silverwolf1018 4 месяца назад

    lovely work Ruth followed everything perfectly

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

    Excellent presentation, i learned a lot. I am very appreciative.

  • @ozziepion4935
    @ozziepion4935 9 месяцев назад

    Thank you Ruth I finally found what I am looking for :)

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

    Beautiful 👍

  • @AnthonyMoon-i4w
    @AnthonyMoon-i4w 22 часа назад

    Williams Timothy Gonzalez Anna Jackson David

  • @alhassanissah-dm9ey
    @alhassanissah-dm9ey 20 дней назад

    I'm not seeing anything

  • @NellyHarlan
    @NellyHarlan 6 дней назад

    Miller Gary Jones Richard Jackson Margaret

  • @surajoyusuf5866
    @surajoyusuf5866 9 месяцев назад

    Thank you very much

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

    how can we get date and pyqgis codes
    I mean can you givees us some sites we can these things

  • @dicksonvedastus4388
    @dicksonvedastus4388 4 месяца назад

    Thank you 💕

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

    Good day. You didn't post the python code for the calculation of bearings

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

      Hi Rabi,
      Below is the python code for running the bearing and distances in degrees, minutes and seconds. so sorry for the late response.
      concat(floor(degrees(azimuth(start_point($geometry), end_point($geometry)))), '° ',
      floor(degrees(azimuth(start_point($geometry), end_point($geometry)))*60 % 60), ''' ',
      degrees(azimuth(start_point($geometry), end_point($geometry)))*3600 % 60, '''')

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

    How can I add some background effects

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

    Can you give me a link to your python codes?

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

      Below is the python code for running the bearing and distances in degrees, minutes and seconds. so sorry for the late response.
      concat(floor(degrees(azimuth(start_point($geometry), end_point($geometry)))), '° ',
      floor(degrees(azimuth(start_point($geometry), end_point($geometry)))*60 % 60), ''' ',
      degrees(azimuth(start_point($geometry), end_point($geometry)))*3600 % 60, '''')

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

      @@Ruthekeh Thanks Ruth for your unwavering commitment. Your video has really helped me understand how to navigate qgis. Can you do a video on how to trigger overlaps while digitizing polygons?