Program for using the LP.DAAC subsetter api for retrieving NASA/UMD GEDI data
python lpdaac_subset_gedi.py -T 2019-04-01T00:00:00 2019-04-30T23:59:59 \
-B 42.0 -100 40.0 -96.0 --version 001 --user <username> -V GEDI02_A
- GEDI01_B: Level 1B Geolocated Waveforms
- GEDI02_A: Level 2A Elevation and Height Metrics
- GEDI02_B: Level 2B Canopy Cover and Vertical Profile Metrics
`-h`, `--help`: list the command line options
`-D X`, `--directory X`: working data directory
`-U X`, `--user X:` username for NASA Earthdata Login
`-N X`, `--netrc X`: Path to .netrc file for authentication
`-P X`, `--np X`: Number of parallel processes to use in file downloads
`-v X`, `--version X`: version of the dataset to use
`-B X`, `--bbox X`: Bounding box (min_lat,min_lon,max_lat,max_lon)
`-P X`, `--polygon X`: Georeferenced file containing a set of polygons
`-T X`, `--time X`: Time range (start_time, end_time)
`-V`, `--verbose`: Verbose output of run
`-M X`, `--mode X`: Local permissions mode of output files
- dateutil: powerful extensions to datetime
- fiona: Python wrapper for vector data access functions from the OGR library
- future: Compatibility layer between Python 2 and Python 3
- geopandas: Python tools for geographic data
- gdal: Pythonic interface to the Geospatial Data Abstraction Library (GDAL)
- lxml: processing XML and HTML in Python
- numpy: Scientific Computing Tools For Python
- pyproj: Python interface to PROJ library
- shapely: PostGIS-ish operations outside a database context for Python
The program homepage is:
https://github.com/tsutterley/lpdaac-gedi-subsetter
A zip archive of the latest version is available directly at:
https://github.com/tsutterley/lpdaac-gedi-subsetter/archive/main.zip
This product includes software developed at the University of Washington, Department of Civil & Environmental Engineering and the University of Washington Applied Physics Laboratory, Polar Science Center. This program is not sponsored or maintained by the Universities Space Research Association (USRA), the Land Processes Distributed Active Archive Center (LP.DAAC) or NASA. It is provided here for your convenience but with no guarantees whatsoever.