Geospatial Data in R - Introduction to Raster Data

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

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

  • @sherizabintimohdrazaliintr1466
    @sherizabintimohdrazaliintr1466 2 месяца назад +1

    very good video, i started with R and find your video is the most simple, and good example, easy to understand

    • @weecology
      @weecology  2 месяца назад

      Thanks! I’m really glad it’s helpful

  • @claramkim2979
    @claramkim2979 Год назад +1

    I will have a job test with R two weeks later. I always have used Python for spatial analyses and I am so nervous..I hope I can pass it with your videos! :)

    • @weecology
      @weecology  Год назад +1

      I hope so too! Good luck!

  • @lauraimiaui
    @lauraimiaui 10 дней назад

    Vey clear explanations thank you so much!

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

    Please do a video on satellite images using random forest algorithm on R

  • @qhoarau
    @qhoarau 11 месяцев назад

    So useful ! Thanks you so much !

    • @weecology
      @weecology  11 месяцев назад

      You’re welcome!

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

    Thank for the sharing this important video. If possible share us how to aggregate gridded data of the different spatial resolutions.

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

      You can do this using the st_warp function in stars. There's an example here: 132.72.155.230:3838/r/geometric-operations-with-rasters.html#resampling

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

    Can you also do this with temperature data too? Is the process the same way?

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

      Yes, everything would work the same way for temperature data

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

    awesome ! greetings from brazil

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

      Glad it's helpful! 👋

  • @madhuparnachatterjee4365
    @madhuparnachatterjee4365 8 месяцев назад

    the files I am working with doesn't have .tiff only shp and those extensions. What should I do?

    • @weecology
      @weecology  8 месяцев назад

      Files with .shp and associated extensions are vector data not raster data. Check out our video on getting started with vector data ruclips.net/video/Cl-fyajKnmI/видео.html

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

    thank you for this intrioduction

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

    Thanks for the sharing this video. May i ask how if i cann't install the packages (stars, ggplot2). Thank U

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

      You have to be able to install packages to do this sort of work. Most R installations will let you at least install packages to a personal library even if you don't have permission to install things more generally on the machine: wiki.uiowa.edu/display/hpcdocs/Adding+R+programs+to+a+personal+library

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

    can you share the dataset you were using, please

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

      I've added a data link and a couple of other relevant links to the description for the video. Let me know if you need anything else!

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

    very useful, thank you

  • @vivianesousademelo6726
    @vivianesousademelo6726 2 месяца назад

    There is no stars package available in Rstudio. My version is 4.3.3

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

      Did you install the package? If not then run install.packages('stars') and you should be ready to go

  • @sandunpriyankarasomarathna9281

    how to download harv file
    i mean practice file

  • @JustinKimanthi-id6up
    @JustinKimanthi-id6up Год назад

    there is no library called stars

    • @weecology
      @weecology  11 месяцев назад +1

      You need to install it with install.packages()