Skip to content

Commit a5fe87e

Browse files
committed
README update - add gedi-subsetter + typos
1 parent a8401d9 commit a5fe87e

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.Rmd

+8-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ achieve this:
3030

3131
- Data are downloaded and converted to parquet files which can then be read using
3232
[{arrow}](https://arrow.apache.org/docs/r/index.html) and converted to
33-
[sf](https://r-spatial.github.io/sf/) objects. This approach is performative
33+
[sf](https://r-spatial.github.io/sf/) objects. This approach is performant
3434
as it only requires each entire granule to be loaded into memory once (when
3535
it is converted from hdf5 to parquet). From here on we can use
3636
[dplyr](https://dplyr.tidyverse.org/) verbs (or base R) to `filter`,
@@ -195,7 +195,13 @@ knitr::include_graphics("man/figures/README-show-2a-data-1.png")
195195
```
196196

197197

198-
## Other relevant packages/software
198+
## Other relevant software
199+
200+
- [gedi-subsetter](https://github.com/MAAP-Project/gedi-subsetter) provides a
201+
selection of python tools for querying and downloading GEDI data. Its scope
202+
is similar to {chewie} but it also provides direct access to the hdf5 files
203+
for nasa affiliates with access to the MAAP platform.
204+
199205
- [{rGEDI}](https://github.com/carlos-alberto-silva/rGEDI) provides the ability
200206
download GEDI data but also a great deal of additional functionality for
201207
visualisation, post-processing and modelling.

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ achieve this:
2222
- Data are downloaded and converted to parquet files which can then be
2323
read using [{arrow}](https://arrow.apache.org/docs/r/index.html) and
2424
converted to [sf](https://r-spatial.github.io/sf/) objects. This
25-
approach is performative as it only requires each entire granule to be
25+
approach is performant as it only requires each entire granule to be
2626
loaded into memory once (when it is converted from hdf5 to parquet).
2727
From here on we can use [dplyr](https://dplyr.tidyverse.org/) verbs
2828
(or base R) to `filter`, `mutate` and `select` data as required
@@ -176,7 +176,13 @@ chewie_show(
176176

177177
<img src="man/figures/README-show-2a-data-1.png" width="100%" />
178178

179-
## Other relevant packages/software
179+
## Other relevant software
180+
181+
- [gedi-subsetter](https://github.com/MAAP-Project/gedi-subsetter)
182+
provides a selection of python tools for querying and downloading GEDI
183+
data. Its scope is similar to {chewie} but it also provides direct
184+
access to the hdf5 files for nasa affiliates with access to the MAAP
185+
platform.
180186

181187
- [{rGEDI}](https://github.com/carlos-alberto-silva/rGEDI) provides the
182188
ability download GEDI data but also a great deal of additional
-2 Bytes
Loading

0 commit comments

Comments
 (0)