Skip to content

Commit

Permalink
cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 7, 2023
1 parent df28548 commit b0ebe01
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

<!-- badges: end -->

**BlackMarbleR** is an R package that provides a simple and efficient way to retrieve and extract nighttime lights data from NASA's Black Marble project. [Black Marble](https://blackmarble.gsfc.nasa.gov) is a [NASA Earth Observatory](https://earthobservatory.nasa.gov) project that provides a product suite of daily, monthly and yearly global nighttime lights. This package automates the process of downloading all relevant tiles from the [NASA LAADS archive](https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/5000/VNP46A3/) to cover a region of interest, converting the raw files (in HDF5 format), to georeferenced rasters, and mosaicing rasters together when needed.
**BlackMarbleR** provides a simple and efficient way to retrieve and extract nighttime lights data from NASA's Black Marble project. [Black Marble](https://blackmarble.gsfc.nasa.gov) is a [NASA Earth Observatory](https://earthobservatory.nasa.gov) project that provides a product suite of daily, monthly and yearly global nighttime lights. This package automates the process of downloading all relevant tiles from the [NASA LAADS archive](https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/5000/VNP46A3/) to cover a region of interest, converting the raw files (in HDF5 format), to georeferenced rasters, and mosaicing rasters together when needed.

* [Installation](#installation)
* [Bearer token](#token)
* [Usage](#usage)
* [Setup](#setup)
Expand Down
42 changes: 21 additions & 21 deletions readme_figures/make_hex.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,27 +82,27 @@ if(T){
l_height = 3,
filename="~/Documents/Github/blackmarbler/man/figures/hex.png")

sticker(p,
package="blackmarblepy",
spotlight = F,
#l_alpha = 1, #0.15,
p_size=20, #7
p_y = 1.40,
p_family = "sans",
p_fontface = "italic",
s_x=1,
s_y=0.9,
s_width=2.5,
s_height=2.5,
p_color = "white",
h_fill = "black",
h_color = "black",
white_around_sticker = T,
l_y = 1.4,
l_x = 0.93,
l_width = 3,
l_height = 3,
filename="~/Documents/Github/blackmarblepy/docs/images/logo.png")
# sticker(p,
# package="blackmarblepy",
# spotlight = F,
# #l_alpha = 1, #0.15,
# p_size=20, #7
# p_y = 1.40,
# p_family = "sans",
# p_fontface = "italic",
# s_x=1,
# s_y=0.9,
# s_width=2.5,
# s_height=2.5,
# p_color = "white",
# h_fill = "black",
# h_color = "black",
# white_around_sticker = T,
# l_y = 1.4,
# l_x = 0.93,
# l_width = 3,
# l_height = 3,
# filename="~/Documents/Github/blackmarblepy/docs/images/logo.png")


}

0 comments on commit b0ebe01

Please sign in to comment.