Skip to content

Commit d6a6994

Browse files
author
Tom Augspurger
authored
replace pct URL (#286)
1 parent 1f58ec5 commit d6a6994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets/chesapeake/chesapeake-example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
],
353353
"source": [
354354
"classmap = requests.get(\n",
355-
" \"https://pct-apis-staging.westeurope.cloudapp.azure.com/data/legend/classmap/chesapeake-lu\" # noqa: E501\n",
355+
" \"https://planetarycomputer.microsoft.com/api/data/v1/legend/classmap/chesapeake-lu\" # noqa: E501\n",
356356
").json()\n",
357357
"classmap"
358358
]

0 commit comments

Comments
 (0)