Package: modisfast
Title: Fast and Efficient Access to MODIS Earth Observation Data
Version: 1.0.2.9000
Authors@R:
c(person(given = "Paul",
family = "Taconet",
email="paul.taconet@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7429-7204")),
person(given = "Nicolas",
family = "Moiroux",
email="nicolas.moiroux@ird.fr",
role = "fnd",
comment = c(ORCID = "0000-0001-6755-6167")),
person("French National Research Institute for Sustainable Development, IRD", role = "fnd"))
Description: Programmatic interface to several NASA Earth Observation
'OPeNDAP' servers (Open-source Project for a Network Data
Access Protocol) (). Allows for easy
downloads of MODIS subsets, as well as other Earth Observation
datacubes, in a time-saving and efficient way : by sampling it
at the very downloading phase (spatially, temporally and
dimensionally).
License: GPL (>= 3)
URL: https://github.com/ptaconet/modisfast
BugReports: https://github.com/ptaconet/modisfast/issues
Depends: R (>= 3.5)
Imports: curl, dplyr, httr, lubridate, magrittr, parallel, purrr,
rvest, sf, stats, stringr, terra, xml2, cli
Suggests: ggplot2, knitr, mapview, rmarkdown, spelling, testthat,
appeears
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Language: en-US
Config/testthat/start-first: mf_login, mf_list_collections,
mf_list_variables, mf_get_url, mf_download_data, mf_import_data
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev
libudunits2-dev
Repository: https://ptaconet.r-universe.dev
Date/Publication: 2025-09-17 08:19:16 UTC
RemoteUrl: https://github.com/ptaconet/modisfast
RemoteRef: HEAD
RemoteSha: 32e12e1da1ed519906dd357a4cd9818a69f52851
NeedsCompilation: no
Packaged: 2026-06-18 07:00:35 UTC; root
Author: Paul Taconet [aut, cre, cph] (ORCID:
),
Nicolas Moiroux [fnd] (ORCID: ),
French National Research Institute for Sustainable Development, IRD
[fnd]
Maintainer: Paul Taconet