ropensci / MODIStsp

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
https://docs.ropensci.org/MODIStsp
GNU General Public License v3.0
155 stars 50 forks source link

Error: http server seems to be down! Please try again later. Aborting! #267

Closed collinp518 closed 10 months ago

collinp518 commented 10 months ago

Issue description

Reproducible example

library(MODIStsp)
MODIStsp(
  gui = FALSE,
  out_folder = "F:/GIS/NDVI",
  out_folder_mod = "F:/GIS/NDVI",
  selprod = "Vegetation Indexes_16Days_250m (M*D13Q1)",
  bandsel = "NDVI",
  user = "example",
  password = "example",
  start_date = "2020.06.01",
  end_date = "2021.09.01",
  download_range = "Seasonal",
  verbose = FALSE,
  spatmeth = "bbox",
  start_x = 6,
  end_x = 6,
  start_y = 4,
  end_y = 4,
  bbox = c(xmin = -115.65, xmax = -115.61, ymin = 47.0, ymax = 47.02),
  out_projsel = "User Defined",
  output_proj = "4326",
  resampling = "near",
  ts_format = "R RasterStack",
  spafile = spatial_filepath,
  out_format = "GTiff"
)

Expected and actual behavior

Request failed [404]. Retrying in 1 seconds...
Request failed [404]. Retrying in 1 seconds...
Request failed [404]. Retrying in 1 seconds...
Request failed [404]. Retrying in 1 seconds...
[Tue Sep 12 15:13:48 2023] Error: http server seems to be down! Please try again later. Aborting!

System information

R version 4.2.3 (2023-03-15 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

‘2.0.10’
github-actions[bot] commented 10 months ago

@collinp518 unfortunately the owner can no longer provide assistance for this package. If you need to ask for help or make a question about {MODIStsp} functionalities, refer to the package documentation first, and check if the topic was already addressed within closed issues. Then, address remaining doubts to public forums like StackOverflow, where other users could eventually provide useful ticks. If you are able to correct a bug, please address your changes in a pull request.