sits R package

Author

Eli Holmes

Image: Py-R Geospatial

Summary: The sits package wraps up rstac, gdalcubes, and tmap, with nice defaults. It works with 7 collections which are different combinations of Landsat and Sentinel-2 catalogs.

It has functions for helping with fitting ML models to these data cubes.

Tutorials

Instructions

  • dhub.opensci.live
  • Select the Py-R geospatial image (default)
  • Choose 3.7 Gb RAM
  • Click on the RStudio button
  • Clone the NOAAHackDays repo
  • open the https://e-sensing.github.io/sitsbook
  • Install the sits package install.packages("sits")

How to clone

Never cloned the NOAAHackDays repo?

cd ~
git clone https://github.com/nmfs-opensci/NOAAHackDays

Have cloned it but need to update? This is going to destroy any changes that you made to the repo to make it match the current state of the repo on GitHub.

cd ~/NOAAHackDays
git fetch origin
git reset --hard origin/main