Skip to content

Commit 3c0b33b

Browse files
authored
Merge pull request #125 from UA-Libraries-Research-Data-Services/aryandande-patch-32
Update usgs-national-map.ipynb
2 parents 40ccc99 + 2f8b2f8 commit 3c0b33b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/python/usgs-national-map.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"The USGS National Map API provides developers with access to a suite of geospatial datasets, including elevation, hydrography, boundaries, transportation, and more. This API facilitates the retrieval of topographic information essential for various applications such as mapping, analysis, and decision-making.\n",
1212
"\n",
13-
"*This tutorial content is intended to help facilitate academic research. Please check your institution for their Text and Data Mining or related License Agreement with the U.S. Geological Survey.*\n",
13+
"*This tutorial content is intended to help facilitate academic research.*\n",
1414
"\n",
1515
"Please see the following resources for more information on API usage:\n",
1616
"- Documentation\n",
@@ -25,10 +25,8 @@
2525
"\n",
2626
"_**NOTE:**_ The USGS National Map API does not impose a strict limit on requests. However, users are encouraged to use the service responsibly to ensure equitable access for all. This API is only for the United States and that if too many requests are being made nationwide, the API may not work as expected.\n",
2727
"\n",
28-
"*These recipe examples were tested on May 7, 2025.*\n",
29-
"\n",
30-
"> **Notice:** There is currently an SSL certificate verification error as of May 7, 2025. This means that it is not currently possible to send encrypted messages to the web server, which throws an error in Python's `requests` library. Although this verification can be bypassed, we do not recommend that users take this approach."
31-
]
28+
"*These recipe examples were tested on May 7, 2025.",
29+
]
3230
},
3331
{
3432
"cell_type": "markdown",

0 commit comments

Comments
 (0)