Skip to content

Commit

Permalink
rm data
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 6, 2023
1 parent d9d40dc commit 8bc2c7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions R/blackmarbler.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#' Black Marble Tile Grid Shapefile
#' A dataset containing black marble grid tiles.
#'
#' @name bm_tiles_sf
#' @docType data
#' @usage data(bm_tiles_sf)
#' @format Sf polygon with 648 features
#' @author Robert Marty \email{[email protected]}
#' @references \url{https://blackmarble.gsfc.nasa.gov/}
#' @keywords datasets
NULL

month_start_day_to_month <- function(x){

month <- NA
Expand Down Expand Up @@ -876,7 +864,7 @@ bm_raster_i <- function(roi_sf,
unlink(file.path(temp_dir, product_id), recursive = T)

if(quiet == F){
message(paste0("Downloading ", nrow(bm_files_df), " nighttime light tiles"))
message(paste0("Processing ", nrow(bm_files_df), " nighttime light tiles"))
}

r_list <- lapply(bm_files_df$name, function(name_i){
Expand Down
Binary file removed data/bm_tiles_sf.rda
Binary file not shown.
2 changes: 0 additions & 2 deletions readme_figures/build_package.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
if(F){
setwd("~/Documents/Github/blackmarbler")

load("~/Documents/Github/blackmarbler/data/bm_tiles_sf.rda")

roxygen2::roxygenise("~/Documents/Github/blackmarbler")

pkgdown::clean_site()
Expand Down

0 comments on commit 8bc2c7a

Please sign in to comment.