We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07273df commit 6fff226Copy full SHA for 6fff226
jupyter-notebooks/proserve-interactive-trainings/data-API.ipynb
@@ -20,8 +20,7 @@
20
"import os\n",
21
"import json\n",
22
"import requests\n",
23
- "PLANET_API_KEY = '7071a190d1644e678086dcc006177a7a'\n",
24
- "#PLANET_API_KEY = os.getenv('PL_API_KEY')\n",
+ "PLANET_API_KEY = os.getenv('PL_API_KEY')\n",
25
"\n",
26
"# Setup Planet Data API base URL\n",
27
"URL = \"https://api.planet.com/data/v1\"\n",
0 commit comments