Skip to content

Commit

Permalink
not quality flag for V1 and nasa bearer function
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Nov 25, 2024
1 parent a9b230b commit 910ac64
Show file tree
Hide file tree
Showing 13 changed files with 467 additions and 406 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: blackmarbler
Title: Black Marble Data and Statistics
Version: 0.2.1
Version: 0.2.2
Authors@R:
c(person("Robert", "Marty", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3164-3813")),
Expand All @@ -24,11 +24,11 @@ Imports:
sf,
exactextractr,
stringr,
httr
httr,
httr2
Suggests:
geodata,
ggplot2,
httr2,
knitr,
tidyterra,
testthat (>= 3.0.0)
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

export(bm_extract)
export(bm_raster)
export(get_nasa_token)
import(dplyr)
import(exactextractr)
import(hdf5r)
import(httr)
import(httr2)
import(lubridate)
import(purrr, except = c(flatten_df, values))
import(readr)
Expand Down
Loading

0 comments on commit 910ac64

Please sign in to comment.