EduinHSERNA / pyGEDI

pyGEDI is a Python Package for NASA's Global Ecosystem Dynamics Investigation (GEDI) mission, data extraction, analysis, processing and visualization.
GNU General Public License v3.0
89 stars 41 forks source link

Downloading and processing data #4

Open seismosmsr opened 3 years ago

seismosmsr commented 3 years ago

I think this is maybe a feature request rather than an issue, but even for modest areas of interest, downloading and processing a small region of GEDI requires a large quantity of local storage. Using the current methods, the entirety of the swaths have to be downloaded and then processing to subset to an AOI can be done. Would it be possible to extend this method to download a swath, and clip it to an AOI, and then cleanup the download, retaining only the spot points which intersect an area of interest?

Currently I can't actually process an AOI because I keep filling up my hard-drive(s).