Skip to content

Commit

Permalink
include NRT files in oceancolor searches
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Jul 26, 2024
1 parent df58c8e commit 4a6af62
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions R/sources_ocean_colour.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata",search="AQUA_MODIS*L3m.DAY.CHL.chlor_a.4km.nc", sensor = "aqua", dtype = "L3m"),
method=list("bb_handler_oceandata",search="AQUA_MODIS*L3m.DAY.CHL.chlor_a.4km*.nc", sensor = "aqua", dtype = "L3m"),
postprocess=NULL,
collection_size=40,
user = "", password = "", warn_empty_auth = FALSE,
Expand All @@ -90,7 +90,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata",search="AQUA_MODIS*L3m.MO.CHL.chlor_a.9km.nc", sensor = "aqua", dtype = "L3m"),
method=list("bb_handler_oceandata",search="AQUA_MODIS*L3m.MO.CHL.chlor_a.9km*.nc", sensor = "aqua", dtype = "L3m"),
postprocess=NULL,
collection_size=8,
user = "", password = "", warn_empty_auth = FALSE,
Expand All @@ -107,7 +107,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata", search = "SNPP_VIIRS*L3m.DAY.CHL.chlor_a.4km.nc", sensor = "viirs", dtype = "L3m"),
method=list("bb_handler_oceandata", search = "SNPP_VIIRS*L3m.DAY.CHL.chlor_a.4km*.nc", sensor = "viirs", dtype = "L3m"),
postprocess=NULL,
collection_size=50,
user = "", password = "", warn_empty_auth = FALSE,
Expand All @@ -124,7 +124,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata",search="SNPP_VIIRS*L3m.MO.CHL.chlor_a.9km.nc", sensor = "viirs", dtype = "L3m"),
method=list("bb_handler_oceandata",search="SNPP_VIIRS*L3m.MO.CHL.chlor_a.9km*.nc", sensor = "viirs", dtype = "L3m"),
postprocess=NULL,
collection_size=1,
user = "", password = "", warn_empty_auth = FALSE,
Expand All @@ -141,7 +141,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata",search="SNPP_VIIRS*L3m.SN*.CHL.chlor_a.9km.nc", sensor = "viirs", dtype = "L3m"),
method=list("bb_handler_oceandata",search="SNPP_VIIRS*L3m.SN*.CHL.chlor_a.9km*.nc", sensor = "viirs", dtype = "L3m"),
postprocess=NULL,
collection_size=0.5,
user = "", password = "", warn_empty_auth = FALSE,
Expand All @@ -158,7 +158,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata", search = "SNPP_VIIRS*L3b.DAY.RRS.nc", sensor = "viirs", dtype = "L3b"),
method=list("bb_handler_oceandata", search = "SNPP_VIIRS*L3b.DAY.RRS*.nc", sensor = "viirs", dtype = "L3b"),
postprocess=NULL,
access_function="roc::readL3",
collection_size=180,
Expand All @@ -176,7 +176,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata",search="AQUA_MODIS*L3b.DAY.RRS.nc", sensor = "aqua", dtype = "L3b"),
method=list("bb_handler_oceandata",search="AQUA_MODIS*L3b.DAY.RRS*.nc", sensor = "aqua", dtype = "L3b"),
postprocess=NULL,
access_function="roc::readL3",
collection_size=800,
Expand Down Expand Up @@ -212,7 +212,7 @@ sources_ocean_colour <- function(name,formats,time_resolutions, ...) {
doc_url="https://oceancolor.gsfc.nasa.gov/",
citation="See https://oceancolor.gsfc.nasa.gov/citations",
license="Please cite",
method=list("bb_handler_oceandata",search="SNPP_VIIRS*L3m.R32.CHL.chlor_a.9km.nc", sensor = "viirs", dtype = "L3m"),
method=list("bb_handler_oceandata",search="SNPP_VIIRS*L3m.R32.CHL.chlor_a.9km*.nc", sensor = "viirs", dtype = "L3m"),
postprocess=NULL,
collection_size=4,
user = "", password = "", warn_empty_auth = FALSE,
Expand Down

0 comments on commit 4a6af62

Please sign in to comment.