Search found 4 matches

by LP DAAC - mahsajami
Mon Dec 30, 2024 12:30 pm America/New_York
Forum: Home
Question: APPEEARS API SSL ERROR
Replies: 3

Re: APPEEARS API SSL ERROR

The issue you have experienced is an SSLError from the HTTP client you are using, which seems to be Python's requests package. It appears that your system does not trust our server, even though it has a valid TLS certificate (issued by the certificate authority 'Amazon Root CA 1'). It's possible tha...
by LP DAAC - mahsajami
Thu Jun 08, 2023 3:27 pm America/New_York
Forum: Home
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: Home
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: Home
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...