Granules¶
#
Base.Filesystem.rm
— Method.
Remove the file associated with granule
from the local filesystem.
#
SpaceLiDAR.download
— Function.
Like download
, but for a vector of granules
.
#
SpaceLiDAR.download
— Function.
Download the file associated with granule
to the folder
, from an http(s) location if it doesn't already exists locally. Returns a new granule. See download!
for a mutating version.
Will require credentials (netrc) which can be set with netrc!
.
#
SpaceLiDAR.download!
— Function.
Like download!
, but for a vector of granules
.
#
SpaceLiDAR.download!
— Function.
Download the file associated with granule
to the folder
, from an http(s) location if it doesn't already exists locally.
Will require credentials (netrc) which can be set with netrc!
.
#
SpaceLiDAR.ICESat_Granule
— Type.
A granule of the ICESat product product
. Normally created automatically from either find
, granule_from_file
or granules_from_folder
.
#
SpaceLiDAR.info
— Method.
Derive info based on the filename. The name is built up as follows: ATL03[yyyymmdd][hhmmss][ttttccss][vvvrr].h5. See section 1.2.5 in the user guide.
#
SpaceLiDAR.ICESat2_Granule
— Type.
A granule of the ICESat-2 product product
. Normally created automatically from either find
, granule_from_file
or granules_from_folder
.
#
Base.convert
— Method.
Converts the granule g
to the product product
, by guessing the correct name.
#
SpaceLiDAR.bounds
— Method.
Retrieves the bounding box of the granule.
Warning
This opens the .h5 file, so it is slow.
Example
#
SpaceLiDAR.info
— Method.
Derive info based on the filename. The name is built up as follows: ATL03_[yyyymmdd][hhmmss]_[ttttccss]_[vvv_rr].h5
. See section 1.2.5 in the user guide.
#
SpaceLiDAR.GEDI_Granule
— Type.
A granule of the GEDI product product
. Normally created automatically from either find
, granule_from_file
or granules_from_folder
.
#
SpaceLiDAR.info
— Method.
Derive info based on the filename. This is built up as follows: GEDI02_A_2019110014613_O01991_T04905_02_001_01.h5
or in case of v"2": GEDI02_A_2019242104318_O04046_01_T02343_02_003_02_V002.h5
. See section 2.4 in the user guide.