close {rGEDI}R Documentation

Close hdf5 connections from gedi* objects

Description

Closing files will avoid locking HDF5 GEDI files.

Usage

close(con, ...)

## S4 method for signature 'gedi.level1b'
close(con, ...)

## S4 method for signature 'gedi.level2a'
close(con, ...)

## S4 method for signature 'gedi.level2b'
close(con, ...)

## S4 method for signature 'gedi.level1bSim'
close(con, ...)

Arguments

con

An object of class gedi*

...

Inherited from base


[Package rGEDI version 0.1.9 Index]