Search found 3 matches

by LP DAAC - mahsajami
Thu Jun 08, 2023 3:27 pm America/New_York
Forum: Questions/Comments
Question: RH 95 metric
Replies: 2

Re: RH 95 metric

Your code looks good. make sure you restart your notebook. If you run any variables outside of a loop before setting it to an empty list, the outputs will be appended to the existing one. That is why when you want to create a dataframe they have different dimensions/lengths. example of the error you...
by LP DAAC - mahsajami
Fri Mar 17, 2023 2:41 pm America/New_York
Forum: Questions/Comments
Question: Geojson file not found
Replies: 4

Re: Geojson file not found

Please download/clone the most recent code in the repository. Save your GEDI data in a separate folder (C:\Users\BM\data) and keep the "GEDI_Subsetter.py" and "BlueMountain.geojson" in "C:\Users\BM\". Activate the Python env you created (gediproject) and run the line be...
by LP DAAC - mahsajami
Wed Jul 27, 2022 9:13 am America/New_York
Forum: Questions/Comments
Question: download the modis data via Appeears
Replies: 4

Re: download the modis data via Appeears

Hello, Thanks for reaching out. A NASA Earthdata Login account is required to login to the AppEEARS API and download outputs of a request. Your username and password should be used to create an authentication token. Adding this temporary token to handle argument in curl_download function, enables yo...