Skip to content

Commit

Permalink
Update warning messaeg
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 12, 2024
1 parent 9c9e722 commit d664b80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions icepyx/core/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,7 @@ def request_OA_data(self, paras) -> da.array:

warnings.warn(
"NOTICE: visualizations requiring the OpenAltimetry API are currently"
" (August 2024) unavailable while hosting of OpenAltimetry transitions from"
" UCSD to NSIDC. A ticket has been issued to restore programmatic API"
" access."
" (August 2024) unavailable until we can adapt to API changes."
)

base_url = "http://openaltimetry.earthdatacloud.nasa.gov/data/api/icesat2"
Expand Down

0 comments on commit d664b80

Please sign in to comment.