You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requests.exceptions.SSLError: HTTPSConnectionPool(host='viewer.nationalmap.gov', port=443): Max retries exceeded with url: /tnmaccess/api/products?datasets=USDA+National+Agriculture+Imagery+Program+%28NAIP%29&bbox=-94.75%2C39.1875%2C-94.6875%2C39.25&outputFormat=JSON&version=1&prodExtents=3.75+x+3.75+minute&prodFormats=JPEG2000 (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] ssl/tls alert handshake failure (_ssl.c:1018)')))
Does the USGS National Map API no longer provide NAIP access? https://tnmaccess.nationalmap.gov/api/v1/products does not appear to contain the NAIP dataset anymore (though I am fairly sure it did in the past).
Thanks for any insights.
The text was updated successfully, but these errors were encountered:
Hi all:
I am attempting to use this workflow to experiment with downloading NAIP imagery via the USGS National Map API.
I am running this:
python download.py test.geojsons
, wheretest.geojson
looks like this:I am met with the following error:
requests.exceptions.SSLError: HTTPSConnectionPool(host='viewer.nationalmap.gov', port=443): Max retries exceeded with url: /tnmaccess/api/products?datasets=USDA+National+Agriculture+Imagery+Program+%28NAIP%29&bbox=-94.75%2C39.1875%2C-94.6875%2C39.25&outputFormat=JSON&version=1&prodExtents=3.75+x+3.75+minute&prodFormats=JPEG2000 (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] ssl/tls alert handshake failure (_ssl.c:1018)')))
Does the USGS National Map API no longer provide NAIP access?
https://tnmaccess.nationalmap.gov/api/v1/products
does not appear to contain the NAIP dataset anymore (though I am fairly sure it did in the past).Thanks for any insights.
The text was updated successfully, but these errors were encountered: