PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
202 stars 235 forks source link

Added condition for link response in `download.Fluxnet2015` #3130

Closed meetagrawal09 closed 1 year ago

meetagrawal09 commented 1 year ago

Description

This adds an additional condition when checking for dataURLsList in link object. Made this improvement as it does not check conditions when the link is NULL or when the return value is atomic.

Work done : I ran the API code separately and ended up in the result as below in the link variable :

  [1] "This endpoint is no longer available. Please contact ameriflux-support@lbl.gov for assistance."

which is atomic and thus the condition seemed necessary.

sitename set to : Niwot Ridge Forest/LTER NWT1

Review Time Estimate

Types of changes

Checklist:

meetagrawal09 commented 1 year ago

I think that working on correcting the endpoint can be another unit of work for completely fixing this.