RGISTools
RGISTools copied to clipboard
Tools for Downloading, Customizing, and Processing Time Series of Satellite Images from Landsat, MODIS, and Sentinel
This package depends on (depends, imports or suggests) **raster** and one or more of the retiring packages **rgdal**, **rgeos** or **maptools** (https://r-spatial.org/r/2022/04/12/evolution.html, https://r-spatial.org/r/2022/12/14/evolution2.html). Since **raster** `3.6.3`, all use of external...
I've been having a hard time trying to automate some Landsat 8 image download and processing for my project. At first, I tried to use getSpatialData package to do what...
I'm trying to download Landsat bands for Indonesia, but I keep getting an obscure (not helpful) error message. An example below. Note that in the real example I'm of course...
I am using the lsSearch and lsDownload function for some weeks now to obtain the landsat images from several seasons and years. It was working fine (mostly) but now I...
Dear All, Recently, I downloaded a large LST data from [AppEEARS](https://lpdaacsvc.cr.usgs.gov/appeears/) with NetCDF4 format (projection “PROJ.4:+proj=longlat +datum=WGS84 +no_defs “ is selected) for gap filling. When the large NetCDF4 file is...
When I run this code: ```r library(RGISTools) library(rgdal) bbox_string
Hello, I'm a beginner on remote sensing but i'm trying to obtain some NDVI maps of places. does anyone have informations regarding the pricing the download the satellite images from...
endpoint changed from https://earthexplorer.usgs.gov/inventory/json/v/1.4.0/ to https://m2m.cr.usgs.gov/api/api/json/stable/ + renamed error parameter to errorCode in login method response: { "requestId": xxx, "version": "stable", "data": "xxx", "errorCode": null, "errorMessage": null, "sessionId": xxx }
I noticed when trying to retrieve URLs from `senSearch` that the argument name "lonlat" and its description is misleading. I was searching for the point 97.65317 (lon), 24.15859 (lat), so...