Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 3.19 KB

README.md

File metadata and controls

57 lines (48 loc) · 3.19 KB

lpdaac-gedi-subsetter

Language License

Program for using the LP.DAAC subsetter api for retrieving NASA/UMD GEDI data

Calling Sequence

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

Products

  • GEDI01_B: Level 1B Geolocated Waveforms
  • GEDI02_A: Level 2A Elevation and Height Metrics
  • GEDI02_B: Level 2B Canopy Cover and Vertical Profile Metrics

Options

`-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

Dependencies

Download

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

Disclaimer

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.