Commit a5fe87e 1 parent a8401d9 commit a5fe87e Copy full SHA for a5fe87e
File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ achieve this:
30
30
31
31
- Data are downloaded and converted to parquet files which can then be read using
32
32
[ {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
34
34
as it only requires each entire granule to be loaded into memory once (when
35
35
it is converted from hdf5 to parquet). From here on we can use
36
36
[ 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")
195
195
```
196
196
197
197
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
+
199
205
- [ {rGEDI}] ( https://github.com/carlos-alberto-silva/rGEDI ) provides the ability
200
206
download GEDI data but also a great deal of additional functionality for
201
207
visualisation, post-processing and modelling.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ achieve this:
22
22
- Data are downloaded and converted to parquet files which can then be
23
23
read using [ {arrow}] ( https://arrow.apache.org/docs/r/index.html ) and
24
24
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
26
26
loaded into memory once (when it is converted from hdf5 to parquet).
27
27
From here on we can use [ dplyr] ( https://dplyr.tidyverse.org/ ) verbs
28
28
(or base R) to ` filter ` , ` mutate ` and ` select ` data as required
@@ -176,7 +176,13 @@ chewie_show(
176
176
177
177
<img src =" man/figures/README-show-2a-data-1.png " width =" 100% " />
178
178
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.
180
186
181
187
- [ {rGEDI}] ( https://github.com/carlos-alberto-silva/rGEDI ) provides the
182
188
ability download GEDI data but also a great deal of additional
You can’t perform that action at this time.
0 commit comments