Skip to content

Commit

Permalink
source: rename deaustralia collections
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed Jul 29, 2024
1 parent 8aae5e2 commit 061a438
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 136 deletions.
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ S3method(.source_items_fid,stac_cube)
S3method(.source_items_new,"aws_cube_landsat-c2-l2")
S3method(.source_items_new,"deafrica_cube_sentinel-1-rtc")
S3method(.source_items_new,"deafrica_cube_sentinel-2-l2a")
S3method(.source_items_new,"deaustralia_cube_sentinel-2a")
S3method(.source_items_new,"deaustralia_cube_sentinel-2b")
S3method(.source_items_new,"mpc_cube_cop-dem-glo-30")
S3method(.source_items_new,"mpc_cube_landsat-c2-l2")
S3method(.source_items_new,"mpc_cube_sentinel-1-grd")
Expand All @@ -199,6 +197,8 @@ S3method(.source_items_new,bdc_cube)
S3method(.source_items_new,cdse_cube)
S3method(.source_items_new,deafrica_cube)
S3method(.source_items_new,deaustralia_cube)
S3method(.source_items_new,deaustralia_cube_ga_s2am_ard_3)
S3method(.source_items_new,deaustralia_cube_ga_s2bm_ard_3)
S3method(.source_items_new,hls_cube)
S3method(.source_items_new,mpc_cube)
S3method(.source_items_new,sdc_cube)
Expand Down
4 changes: 2 additions & 2 deletions R/api_source_deaustralia.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#' @keywords internal
#' @noRd
#' @export
`.source_items_new.deaustralia_cube_sentinel-2a` <- function(source, ...,
`.source_items_new.deaustralia_cube_ga_s2am_ard_3` <- function(source, ...,
collection,
stac_query,
tiles = NULL) {
Expand All @@ -100,7 +100,7 @@
#' @keywords internal
#' @noRd
#' @export
`.source_items_new.deaustralia_cube_sentinel-2b` <- function(source, ...,
`.source_items_new.deaustralia_cube_ga_s2bm_ard_3` <- function(source, ...,
collection,
stac_query,
tiles = NULL) {
Expand Down
Loading

0 comments on commit 061a438

Please sign in to comment.