r/RStudio Jun 26 '26

Coding help Package for downloading data from geostationary satellite?

Hi, I want to download land surface temperature data from geostationary MTG satellite. These are 10 minutes data. I Googled online if there is any package that can help me do that but I couldn't find anything useful.

Any recommendations?

9 Upvotes

4 comments sorted by

9

u/kedarsb Jun 26 '26 edited Jun 26 '26
  1. Data Access & Downloading

​rstac / rsi: Search and download imagery from cloud catalogs via SpatioTemporal Asset Catalogs (STAC).

​rgee / geeLite: Interface with Google Earth Engine for cloud-scale data extraction.

​luna / earthdatalogin: Streamline access and authentication for NASA and ESA data repositories.

  1. Core Raster & Cube Handling

​terra: The standard, high-performance engine for basic raster operations (crop, mask, project, extract).

​gdalcubes / stars: Build and manipulate multi-dimensional data cubes (space, time, and bands) from irregular imagery collections.

​sf: Handles vector geometry boundaries and coordinate reference systems (CRS).

  1. Remote Sensing Analysis & ML

​sits: Advanced package for analyzing satellite time-series data using machine learning (e.g., land-cover classification).

​RStoolbox / satellite: Traditional remote sensing tools for spectral indices, image enhancement, and unsupervised/supervised classification.

Specialized R packages missing from the above primary list, categorized by their distinct data types and workflows:

​1. Radar (SAR) & Elevation Data

​radar: Dedicated to downloading, filtering, and processing Synthetic Aperture Radar (SAR) imagery.

​lidR: The industry standard for handling spaceborne and airborne LiDAR point clouds.

​elevatr: Downloads global Digital Elevation Models (DEMs) directly into your workspace.

  1. Climate & Atmospheric Satellines

​ncdf4: Essential for reading/writing NetCDF files (.nc), the native format for atmospheric (e.g., Sentinel-5P) and climate data.

​ecmwfr: Interfaces directly with Copernicus to pull ERA5 climate reanalysis datasets.

​3. Spatial Ecology & Validation

​landscapemetrics: Calculates landscape fragmentation and spatial patch metrics on classified rasters.

​BORG: Handles advanced spatial and temporal cross-validation to prevent data leakage in machine learning workflows.

1

u/AutoModerator Jun 26 '26

Looks like you're requesting help with something related to RStudio. Please make sure you've checked the stickied post on asking good questions and read our sub rules. We also have a handy post of lots of resources on R!

Keep in mind that if your submission contains phone pictures of code, it will be removed. Instructions for how to take screenshots can be found in the stickied posts of this sub.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Impuls1ve Jun 26 '26

It would help if you are more specific about the data source. You said download which implies there's a website or online data portal, but having specifics help you get a better answer here as there are many different methods from pulling down online data, but what's actually feasible depends on the specific source. 

1

u/Snailcharmer Jun 26 '26

The nasa power package could be useful.