daacmodis.Rd 723 B

123456789101112131415161718192021222324252627282930313233
  1. \name{daacmodis}
  2. \alias{daac}
  3. \alias{daacmodis}
  4. \alias{wsdl_loc}
  5. \docType{data}
  6. \title{
  7. Base URLs for MODIS downloads and the web service location
  8. }
  9. \description{
  10. These give the base URLs for MODIS downloads. Originally they were \url{http://daac.ornl.gov}
  11. and \url{http://daacmodis.ornl.gov}; recently they
  12. moved to \url{https://daac.ornl.gov}
  13. and \url{https://daacmodis.ornl.gov}.
  14. These variables
  15. will be initialized to values of \code{getOption("MODIStools.daac", default = "https://daac.ornl.gov")}
  16. and \code{getOption("MODIStools.daacmodis", default = "https://daacmodis.ornl.gov")} in case there is
  17. a future change.
  18. }
  19. \usage{
  20. daac
  21. daacmodis
  22. wsdl_loc
  23. }
  24. \format{
  25. The format is:
  26. chr "1"
  27. }
  28. \examples{
  29. daacmodis
  30. }